Vcl.ComCtrls.TToolButton.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignTo(Dest: TPersistent); override;

C++

virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButton

Description

Called when a button is used in an assignment.

The Assign method of the destination object specified by Dest calls AssignTo if it doesn't know how to copy the methods of a tool button. AssignTo copies properties if Dest is a TCustomAction descendant.

See Also