The pointer to the form.
object.AsPointer
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
int
Display some information about the form, including its pointer.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"As Pointer: " & aForm.AsPointer
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface As Pointer cannot be found.