FMX.StdCtrls.TLabel.HelpContext
Delphi
property HelpContext: THelpContext read FHelpContext write SetHelpContext stored IsHelpContextStored default 0;
C++
__property HelpContext = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TLabel |
Description
Contains the numeric context ID that identifies the Help topic for the control. {{#multireplace:FMX.StdCtrls.TLabel.HelpContext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.HelpContext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.HelpContext|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Contains the numeric context ID that identifies the Help topic for the control.
In case of a .chm Help file, you must symbolically map Context IDs of Help topics to numeric topic ID values in the [MAP] section of your project (.hhp) file.
To enable Context ID-based context-sensitive Help for a control, set HelpType to htContext and set HelpContext to a numeric topic ID.
A topic ID of 0 (default) means that no Help topic is provided for the control.