DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.openBufferedFileStream | Constructors | Fields | Methods | Properties | Events
Open a file stream in read mode.
// Delphi protected function openBufferedFileStream( const _path : String ) : TGIS_HandleStream;
// C++ Builder protected: TGIS_HandleStream* openBufferedFileStream( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | file path |
Type | Description |
---|---|
TGIS_HandleStream | handle to file |