User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.getasyncstate_boolean_boolean_boolean

Table of Contents

TGIS_LayerPixel.getAsyncState method

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

Report data fetching state from asynchronous sources like ECW.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  procedure getAsyncState(
    var _abort : Boolean;
    var _ready : Boolean;
    var _nodata : Boolean
  ); virtual;
// C++ Builder
protected:
  virtual void getAsyncState(
    bool &_abort,
    bool &_ready,
    bool &_nodata
  );

Parameters

Name Type Description
_abort Boolean if True, process should be aborted
_ready Boolean if True than all data has been read
_nodata Boolean if True than data are not yet available
2020/05/07 01:08

Page Tools