Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomStringGrid.AssignTo

Assigns values from the current class instance to the target class instance.

Declaration

Source position: grids.pas line 1738

protected procedure TCustomStringGrid.AssignTo(

  Dest: TPersistent

); override;

Arguments

Dest

  

Grid instance where value are stored.

See also

TCustomGrid.AssignTo

  

Stores properties from the current grid class instance to the specified target.