DK for Delphi | GisLayer.TGIS_Layer.DormantMode | Constructors | Fields | Methods | Properties | Events | Events
Dormant mode for the layer. Use: gisLayerDormantOff to turn off to conserve memory, gisLayerDormantStandard to do standard memory management, and gisLayerDormantAgressive to free as much memory as possible (can slow down operations).
// Delphi public property DormantMode : TGIS_LayerDormantMode read write;
// C++ Builder public: __property TGIS_LayerDormantMode* DormantMode = {read, write};