User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.openbufferedfilestream_string

Table of Contents

TGIS_LayerPixel.openBufferedFileStream method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.openBufferedFileStream | Constructors | Fields | Methods | Properties | Events

Open a file stream in read mode.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function openBufferedFileStream(
    const _path : String
  ) : TGIS_HandleStream;
// C++ Builder
protected:
  TGIS_HandleStream* openBufferedFileStream(
    const UnicodeString _path
  );

Parameters

Name Type Description
_path String file path

Result

Type Description
TGIS_HandleStream handle to file
2020/05/07 01:08

Page Tools