DK for Delphi | GisLayer.TGIS_Layer.ZOrderEx | Constructors | Fields | Methods | Properties | Events | Events
Layer position relative to other visible layers. For topmost layers ZOrderEx=0. If the Layer was not attached to the viewer then ZOrderEx=-1. To set layer as bottommost layer - regardless of the number of layers - assign any huge value, like 999999.
// Delphi public property ZOrderEx : Integer read write;
// C++ Builder public: __property int ZOrderEx = {read, write};
Type |
---|
Integer |