DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.GetLastUid | Constructors | Fields | Methods | Properties
Gets the Uid of the last shape.
Overrides TGIS_LayerVector.GetLastUid.
// Delphi public function GetLastUid : TGIS_Uid; override;
// C++ Builder public: virtual TGIS_Uid* GetLastUid(void);
Type | Description |
---|---|
TGIS_Uid |
Use this method to peek at the last attached Uid. Be aware that the Uid can point to a non-existing (for example, already deleted) shape.