FMX.ActnList.TAction.HelpType
Delphi
property HelpType;
C++
__property HelpType = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ActnList.pas FMX.ActnList.hpp |
FMX.ActnList | TAction |
Description
Keeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.
FMX.ActnList.TAction.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.
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.