IDataGrid.SaveColumns

Syntax

SaveColumns: String;

Description

The SaveColumns method saves table columns parameters.

Comments

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

See also:

IDataGrid