DK11 for Delphi | GisLayer.TGIS_Layer.SaveAll | Constructors | Fields | Methods | Properties | Events
Saves layer and destroys mirrored items.
// Delphi public procedure SaveAll; virtual;
// C++ Builder public: virtual void SaveAll(void);
Will save data and any exiting configuration file. Internally will call TGIS_Layer.SaveData.
See TGIS_Viewer.MustSave for example.