Vcl.ActnList.TAction.HelpKeyword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HelpKeyword: string read FHelpKeyword write SetHelpKeyword default 0;

C++

__property HelpKeyword = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TAction

Description

Contains the keyword string that identifies the Help topic for the action.

Vcl.ActnList.TAction.HelpKeyword inherits from System.Actions.TContainedAction.HelpKeyword. All content below this line refers to System.Actions.TContainedAction.HelpKeyword.

Contains the keyword string that identifies the Help topic for the action.

This HelpKeyword value is propagated to all clients of the action.

HelpKeyword is only used when htKeyword is selected in the HelpType property.

Note: To use Help, you need to enable Help in your application. When your application supports usage of the appropriate Help system, then it can show Help topics from the associated Help file. When a client control has focus and the user presses the F1 key, the control uses the HelpKeyword property's value to invoke the online Help showing the topic with this keyword.

See Also