DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.macroFetchRecord | Constructors | Fields | Methods | Properties
Macro for fetching proper record form the database.
// Delphi protected function macroFetchRecord( const _uid : TGIS_Uid; const _cursor : Integer ) : Boolean; virtual;
// C++ Builder protected: virtual bool macroFetchRecord( TGIS_Uid* const _uid, const int _cursor );
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | UID of the shape for which corresponding record should be fetched |
_cursor | Integer | cursor identifier |
Type | Description |
---|---|
Boolean | True if succeeded |