ActnList.TCustomAction.SetHelpKeyword
From RAD Studio VCL Reference
Contents |
Delphi Information
From ActnList.pas
procedure SetHelpKeyword(const Value: string); virtual;
Unit: ActnList
Type: method
Visibility: protected
Member Of: TCustomAction
C++ Information
From ActnList.hpp
virtual void __fastcall SetHelpKeyword(System::UnicodeString Value);
Unit: ActnList
Type: method
Visibility: protected
Member Of: TCustomAction
Description
Introduces an interface for setting the help keyword of a client.
The associated action calls SetHelpKeyword when its HelpKeyword property changes so that the action can propagate the new HelpKeyword value to the client object.
Value specifies the new value of the HelpKeyword property.