FMX.ScrollBox.TPresentedFramedVertScrollBox.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.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TPresentedFramedVertScrollBox |
Description
Contains the keyword string that identifies the Help topic for the control.
FMX.ScrollBox.TPresentedFramedVertScrollBox.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.