DataServer.HyperLabel Property | |
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS USUAL GET SET
public virtual Usual HyperLabel { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
Examples 1cCaption := oDataServer:HyperLabel:Caption
2cDescription := oDataServer:HyperLabel:Description
3cHelpContext := oDataServer:HyperLabel:HelpContext
This property can also be used to assign a HyperLabel object to a data server, although this is most commonly done during instantiation of the data server.
See Also