[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assigns values from the current class instance to the target class instance.
Source position: grids.pas line 1768
protected procedure TCustomStringGrid.AssignTo( |
Dest: TPersistent |
); override; |
Dest |
|
Grid instance where value are stored. |
|
Stores properties from the current grid class instance to the specified target. |
Version 4.0 | Generated 2025-05-03 | Home |