User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.stream

Table of Contents

TGIS_Layer.Stream property

DK for Delphi | GisLayer.TGIS_Layer.Stream | Constructors | Fields | Methods | Properties | Events | Events

Reference to a potential layer underlying the stream. Some layers like (TGIS_LayerJPG) can read the data from the stream instead of from the file provided by the Path.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property Stream : TStream read write;
// C++ Builder
public:
  __property TStream* Stream = {read, write};

Value

Type
TStream
2025/01/31 01:07

Page Tools