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