[Overview][Types][Classes][Procedures and functions][Index] |
Copies properties from the specified persistent object to the clipboard.
Source position: clipbrd.pp line 190
public procedure TClipboard.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with the property values copied in the method. |
Assign is an overridden method in TClipboard used to copy properties from the persistent object in Source to the clipboard instance. It provides support for using TPicture and TGraphic types in Source, and calls private methods used to copy the properties specific to the class types. If Source is not one of these class types, the inherited method is called.
Version 4.0 | Generated 2025-05-03 | Home |