[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Copies property value from the specified persistent object into the current class instance.
Source position: grids.pas line 495
public procedure TGridColumnTitle.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent object with property values copied in the method. |
Assign is an overridden method used to implement object persistence for the class. When Source is a TGridColumnTitle instance, the values from the following properties are copied:
If Source is not derived from TGridColumnTitle, the inherited method is called using Source as an argument.
Version 4.0 | Generated 2025-05-03 | Home |