DK11 for Delphi | GisLayer.TGIS_Layer.Move | Constructors | Fields | Methods | Properties | Events
Moves a layer up or down in the viewer zorder list.
// Delphi public procedure Move( const _step : Integer ); virtual;
// C++ Builder public: virtual void Move( const int _step );
Name | Type | Description |
---|---|---|
_step | Integer | how many steps and in which direction a layer must be moved; negative values mean movement to the front. |