The text displayed in the specified memo control.
object.LinkCode
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISMemo interface |
string
Display some information about the specified memo control, including its text.
Dim aMemo
Dim aMemoInfo
Set aMemo = Form.Controls_("memComment")
aMemoInfo =_
"ShortName: " & aMemo.ShortName & vbNewLine &_
"Type Name " & aMemo.TypeName & vbNewLine &_
"Link Code: " & aMemo.LinkCode
Profile.MsgBox(aMemoInfo)
In Profile Client v8 on User Interface Link Code can be found in
.