Click or drag to resize

DataColumn.HyperLabel Property

X#
The hyperlabel connected to this data column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.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 column.
Remarks
The hyperlabel connected to this data column. From the hyperlabel, you can retrieve additional information about the data column—for example:
X#
1cCaption := oDataColumn:HyperLabel:Caption
2cDescription := oDataColumn:HyperLabel:Description
3cHelpContext := oDataColumn:HyperLabel:HelpContext
See Also