DK11 for Delphi | GisLayerVector.TGIS_LayerVector.cursorShapeEx | Constructors | Fields | Methods | Properties | Events
Get current shape.
// Delphi protected function cursorShapeEx( const _cursor : Integer ) : TGIS_Shape; virtual;
// C++ Builder protected: virtual TGIS_Shape* cursorShapeEx( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor allocated by cursorOpen() |
Type | Description |
---|---|
TGIS_Shape | Shape itself or nil. |