Unit 'Clipbrd' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TClipboard.AssignTo

Copies property values into the specified persistent object.

Declaration

Source position: clipbrd.pp line 191

public procedure TClipboard.AssignTo(

  Dest: TPersistent

); override;

Arguments

Dest

  

Persistent object where the properties in the class instance are stored.

See also

TPersistent