FMX.Layouts.TVertScrollBox.HelpKeyword
Delphi
property HelpKeyword: string read FHelpKeyword write SetHelpKeyword stored IsHelpContextStored default 0;
C++
__property HelpKeyword = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TVertScrollBox |
Description
Contains the keyword string that identifies the Help topic for the control.
FMX.Layouts.TVertScrollBox.HelpKeyword inherits from FMX.Controls.TStyledControl.HelpKeyword. All content below this line refers to FMX.Controls.TStyledControl.HelpKeyword.
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.