FMX.Edit.TEdit.HelpType
Delphi
property HelpType: THelpType read FHelpType write FHelpType default 1;
C++
__property HelpType = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TEdit |
Description
Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword.
FMX.Edit.TEdit.HelpType inherits from FMX.Controls.TStyledControl.HelpType. All content below this line refers to FMX.Controls.TStyledControl.HelpType.
Specifies whether the control's context-sensitive Help topic is identified by a context ID or by keyword.
If HelpType is htContext
, the HelpContext property value identifies the control's Help topic.
If HelpType is htKeyword
, the HelpKeyword property value identifies the control's Help topic.