FMX.StdCtrls.TCheckBox.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 | TCheckBox |
Description
Contains the numeric context ID that identifies the Help topic for the control.
FMX.StdCtrls.TCheckBox.HelpContext inherits from FMX.Controls.TStyledControl.HelpContext. All content below this line refers to FMX.Controls.TStyledControl.HelpContext.
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.