[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores properties from a persistent class in the current class instance.
Source position: dbgrids.pas line 285
public procedure TColumn.Assign( |
Source: TPersistent |
); override; |
Source |
|
Persistent class with values stored in the method. |
Assign is an overridden procedure which stores properties from Source in the current class instance. Assign calls the inherited Assign method. When Source is a TColumn class instance, the values for the following are stored in the current class instance:
Version 4.0 | Generated 2025-05-03 | Home |