IDataGrid.LoadColumns

Syntax

LoadColumns(Value: String);

Parameters

Value - XML string containing parameters of table columns.

Specify the value obtained as a result of the SaveColumns method execution as the value of this parameter.

Description

The LoadColumns method loads table columns parameters.

Comments

During the method execution the loaded parameters are set for table columns.

See also:

IDataGrid