Vcl.Controls.TControlActionLink.SetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaption(const Value: string); override;

C++

virtual void __fastcall SetCaption(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 value to the client's Caption of the control action link if IsCaptionLinked is True.

SetCaption sets the specified Value to the Caption 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 Caption property of the client. That is, if IsCaptionLinked is True.

Value is the string to use as the control's caption.

See Also