Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxGridSerialization SaveToXML

SaveToXML

Saves layout or content into XML file.

pas
procedure SaveToXML(const FileName: WideString; Kind: TNxDataKind = dtLayout);

If dtLayout is set as Kind argument, method serialise grid object instance (values of properties) and all values of properties of columns. Complex properties such as TFont are not yet supported.

Sign in