DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetYMIN | Constructors | Fields | Methods | Properties | Events
Get a YMIN from the query.
// Delphi public function sqlQueryGetYMIN( const _field : String; const _cursor : Integer ) : Variant; virtual; abstract;
// C++ Builder public: virtual Variant* sqlQueryGetYMIN( const UnicodeString _field, const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_field | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |