HyperLabel Class (Typed) | ![]() |
Namespace: XSharp.VO.SDK
The HyperLabel type exposes the following members.
Name | Description | |
---|---|---|
![]() | HyperLabel |
Construct a hyperlabel.
|
Name | Description | |
---|---|---|
![]() | Caption |
A string representing the short name or caption by which the user refers to the host object (to which the hyperlabel is attached). For a menu command, this would be the text appearing in the menu itself.
|
![]() | Description |
A string representing the purpose of the host object (to which the hyperlabel is attached). Typically, the system uses this as a prompt to the user or as a faster substitute for hypertext help.
|
![]() | HelpContext |
A string representing the key or ID for the place in the hypertext system where the system looks for help concerning the host object (to which the hyperlabel is attached).
|
![]() | Name |
A string representing the name of the host object to which the hyperlabel is attached.
|
![]() | NameSym |
A symbol representing the name of the host object to which the hyperlabel is attached.
|
Name | Description | |
---|---|---|
![]() | AsString |
Return the caption of the hyperlabel.
|
![]() | Error(Error) |
Provide a method for handling error conditions raised during hyperlabel processing.
|
![]() | Error(Error, Symbol) |
Provide a method for handling error conditions raised during hyperlabel processing.
|
![]() |
---|
You first create a hyperlabel and then affix it to its host object by assigning to the host's hyperlabel pseudo-variable. |