Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxCustomGrid6 Serialize

Serialize

Access methods of TNxGridSerialization class that can be used for saving and loading the Grid's data and structure.

pas
property Serialize: TNxGridSerialization read FSerialize;

Example

pas
NextGrid61.Serialize.SaveToINI('file_name.ini');
NextGrid61.Serialize.SaveToXML('file_name.xml');
NextGrid61.Serialize.LoadFromCSV('file_name.csv');

Sign in