This property is True if the AM/PM indicator is hidden.
object.HideAM_PM
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display HideAM_PM for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"Short Name: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"HideAM_PM: " & aEdit.HideAM_PM
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Hide AM_PM can be found in
.