Click or drag to resize

DataServer.HyperLabel Property

X#
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 
Request Example View Source

Property Value

Type: Usual
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server
Examples
X#
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