DK11 for Delphi | GisDataSet.TGIS_DataSet.Locate | Constructors | Methods | Properties | Events
See TDataSet.
// Delphi public function Locate( const _keyFields : String; const _keyValues : Variant; _options : TLocateOptions ) : Boolean; override;
// C++ Builder public: virtual bool Locate( const UnicodeString _keyFields, Variant* const _keyValues, TLocateOptions* _options );
Name | Type | Description |
---|---|---|
_keyFields | String | see TDataSet |
_keyValues | Variant | see TDataSet |
_options | TLocateOptions | see TDataSet |
Type | Description |
---|---|
Boolean | See TDataSet. |