Vcl.Controls.TCustomTouchManager.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.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomTouchManager

Description

Copies this instance of TCustomTouchManager to another instance of TCustomTouchManager.

AssignTo is called automatically by the VCL framework whenever the properties of a TCustomTouchManager instance need to be copied into another TCustomTouchManager instance.

See Also