System.Actions.TContainedAction.SetHelpKeyword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpKeyword(const Value: string); virtual;

C++

virtual void __fastcall SetHelpKeyword(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Defines the Help keyword for the action and action's clients.

SetHelpKeyword sets the new Value of the string help keyword, stored in the HelpKeyword property, for the action.

SetHelpKeyword always propagates this Value to all clients of the action.

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

See Also