Copies property values into the specified persistent object.
Source position: clipbrd.pp line 191
public procedure TClipboard.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Persistent object where the properties in the class instance are stored. |
TPersistent |