FMX.Controls.TStyledControl.HelpKeyword
Delphi
property HelpKeyword: string read FHelpKeyword write SetHelpKeyword stored IsHelpContextStored;
C++
__property System::UnicodeString HelpKeyword = {read=FHelpKeyword, write=SetHelpKeyword, stored=IsHelpContextStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TStyledControl |
Description
Contains the keyword string that identifies the Help topic for the control.
To enable the keyword-based context-sensitive Help for a control, set the HelpType property to htKeyword
and set HelpKeyword to a keyword string.
No keyword (zero-length string, the default) means that no Help topic is provided for the control.