ControlWindow.HyperLabel Property | |
The hyperlabel connected to the control on which the control window is based.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS USUAL GET
public override Usual HyperLabel { get; }
Request Example
View SourceProperty Value
Type:
UsualThe hyperlabel connected to the control on which the control window is based.
Remarks
The hyperlabel connected to the control on which the control window is based. From the hyperlabel, you can retrieve additional information about the control:
Examples 1cCaption := oControlWindow:HyperLabel:Caption
2cDescription := oControlWindow:HyperLabel:Description
3cHelpContext := oControlWindow:HyperLabel:HelpContext
See Also