IDataGrid.SaveColumns

Fore Syntax

SaveColumns: String;

Fore.NET Syntax

SaveColumns: String;

Description

The SaveColumns method saves table columns' parameters.

Comments

The method operation results in creation of XML string containing the table columns parameters. The following parameters are saved: the columns size, visibility and columns arrangement. Further use the LoadColumns method to restore saved parameters.

See also:

IDataGrid