This property defines the rules for 'OnMChangeValidate' macro calling.
object.IsDelayedValidate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display IsDelayedValidate for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"ShortName: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Char Case: " & aEdit.CharCase & vbNewLine &_
"IsDelayedValidate: " & aEdit.IsDelayedValidate
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Is Delayed Validate can be found in
.