Vcl.StdActns.TFileOpen.HelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpType;

C++

__property HelpType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFileOpen

Description

Keeps whether to use the HelpContext or HelpKeyword property to identify the Help topic.

Vcl.StdActns.TFileOpen.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.

See Also