IDataGrid.LoadColumns

Fore Syntax

LoadColumns(Value: String);

Fore.NET Syntax

LoadColumns(Value: String);

Parameters

Value - XML line containing parameters of table columns.

The value obtained as a result of the SaveColumns method execution must be specified as the value of this parameter.

Description

The LoadColumns method loads table columns' parameters.

Comments

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

See also:

IDataGrid