DK11 for Delphi | GisLayer.TGIS_Layer.PreRecognize | Constructors | Fields | Methods | Properties | Events
Checks if the layer can read the file.
// Delphi public function PreRecognize( const _path : String; var _new_path : String ) : Boolean; virtual;
// C++ Builder public: virtual bool PreRecognize( const UnicodeString _path, UnicodeString &_new_path );
Name | Type | Description |
---|---|---|
_path | String | file path to open |
_new_path | String | new path extracted from the file to open |
Type | Description |
---|---|
Boolean | True if the layer can read the file |