DK11 for Delphi | GisFile8211.TGIS_DDFModule.Open | Constructors | Methods | Properties
Opens a file.
// Delphi public function Open( const _sFilename : String ) : Boolean;
// C++ Builder public: bool Open( const UnicodeString _sFilename );
Name | Type | Description |
---|---|---|
_sFilename | String | path to the file |
Type | Description |
---|---|
Boolean | True if the operation succeeded |