System.Actions.TContainedAction.HelpType
Delphi
property HelpType: THelpType read FHelpType write SetHelpType default htKeyword;
C++
__property System::Classes::THelpType HelpType = {read=FHelpType, write=SetHelpType, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Actions.pas System.Actions.hpp |
System.Actions | TContainedAction |
Description
Keeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.
The value of HelpType can be propagated to all client controls and client menu items linked to 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.