Vcl.Controls.TControlActionLink.SetHelpType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpType(Value: THelpType); override;

C++

virtual void __fastcall SetHelpType(System::Classes::THelpType Value);

Properties

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

Description

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

SetHelpType sets the specified Value to the HelpType 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 HelpType property of the client. That is, if IsHelpLinked is True.

The help type Value can be one of the htKeyword or htContext constants declared in THelpType.

See Also