DK11 for Delphi | GisDb.TGIS_DbAbstract.PreRecognize | Constructors | Fields | Methods | Properties | Events
Check if layer can read a file.
// Delphi public function PreRecognize( const _path : String; const _storage : String; const _sqlType : Integer ) : Boolean; virtual;
// C++ Builder public: virtual bool PreRecognize( const UnicodeString _path, const UnicodeString _storage, const int _sqlType );
Name | Type | Description |
---|---|---|
_path | String | file path to open |
_storage | String | storage name from the file |
_sqlType | Integer | sql type from the file |
Type | Description |
---|---|
Boolean | True if configuration to database is supported. |