FMX.Grid.TStringGrid.HelpKeyword

From RAD Studio API Documentation
Jump to: navigation, search

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.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

Description

Contains the keyword string that identifies the Help topic for the control.

FMX.Grid.TStringGrid.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.

See Also