[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.SaveToFile

Save the data in the grid to a file with specified name

Declaration

Source position: grids.pas line 1285

public procedure TCustomGrid.SaveToFile(

  FileName: string

); virtual;

Description

Note that the property SaveOptions determines what information is saved.

See also

TCustomGrid.LoadFromFile

  

Load the grid data from a file with the specified name

TCustomGrid.SaveOptions

  

The set of options for saving information from the grid (design, attributes, content or position)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.