Click or drag to resize

DataServer.HyperLabel Property (Typed)

X#
The hyperlabel connected to this data server. From the hyperlabel, you can retrieve additional information about the data server

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HyperLabel AS HyperLabel GET SET 
Request Example View Source

Property Value

Type: HyperLabel
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