FMX.StdCtrls.TGroupBox.HelpKeyword

From RAD Studio API Documentation

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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TGroupBox

Description

Contains the keyword string that identifies the Help topic for the control. {{#multireplace:FMX.StdCtrls.TGroupBox.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.HelpKeyword|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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