Vcl.Controls.TControlAction.HelpType
Delphi
property HelpType: THelpType read FHelpType write SetHelpType default 0;
C++
__property HelpType = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControlAction |
Description
Keeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.
Vcl.Controls.TControlAction.HelpType inherits from System.Actions.TContainedAction.HelpType. All content below this line refers to System.Actions.TContainedAction.HelpType.
Keeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.
This HelpType value is propagated to all clients of the action.
HelpType can keep one of the following constants:
htContext
--instructs to use the HelpContext property to identify the Help topic to show when invoking Help.htKeyword
--instructs to use the HelpKeyword property to identify the Help topic to show when invoking Help.