| [Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] | 
Copy this object to another
Source position: tiObject.pas line 465
public procedure TtiObject.Assign(  | 
const ASource: TtiObject  | 
); virtual;  | 
Copy this object to another.
When you create a concrete class that contains object type properties you will have to override AssignClassProps() and implement the necessary behaviour to copy, clone or create new instances of these properties.