DataServer.HyperLabel Property (Typed) | |
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
public virtual HyperLabel HyperLabel { get; set; }
Request Example
View SourceProperty Value
Type:
HyperLabelThe 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