Vcl.Controls.TControlActionLink.SetHelpKeyword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpKeyword(const Value: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

Sets the specified help keyword for the client of the control action link if IsHelpLinked is True.

SetHelpKeyword sets the specified Value to the HelpKeyword property for the client's control of the control action link if the action, associated by the control action link to the client, controls the HelpKeyword property of the client. That is, if IsHelpLinked is True.

See Also