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

TCustomStringGrid.LoadContent

Loads configuration settings from the specified XML configuration file.

Declaration

Source position: grids.pas line 1756

protected procedure TCustomStringGrid.LoadContent(

  cfg: TXMLConfig;

  Version: Integer

); override;

Arguments

cfg

  

Configuration file loaded in the method.

Version

  

Grid version number for the values processed in the method.

Description

Loads values for the Cells property when enabled in the configuration file.

See also

TCustomGrid.LoadContent

  

Loads values for the grid from the specified XML configuration file.