DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getAsyncState | Constructors | Fields | Methods | Properties | Events
Report data fetching state from asynchronous sources like ECW.
// 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 );
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 |