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