[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stores properties from the current grid class instance to the specified target.
Source position: grids.pas line 981
protected procedure TCustomGrid.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Grid instance where value are stored. |
AssignTo is an overridden method used to store values from the current class instance to the persistent object specified in Dest. AssignTo is overridden to provide support for TCustomGrid properties in the object persistence mechanism.
When Dest is a TCustomGrid descendant, the following properties are copied from the current class instance to the target:
Structure
Display Settings
Position and Selection
When Dest is not a TCustomGrid descendant, the inherited AssignTo method is called using Dest as an argument.
|
Implements assignment of the control to an Action object, or calls the inherited method. |
Version 4.0 | Generated 2025-05-03 | Home |