DK11 for Delphi | GisPixelFilter.TGIS_PixelFilterAbstract.raiseBusyEvent | Constructors | Fields | Methods | Properties | Events
Prepares and raises the BusyEvent.
// Delphi protected function raiseBusyEvent( const _sender : TObject; const _pos : Int64; const _end : Int64 ) : Boolean;
// C++ Builder protected: bool raiseBusyEvent( TObject* const _sender, const __int64 _pos, const __int64 _end );
Name | Type | Description |
---|---|---|
_sender | TObject | object which raises the event |
_pos | Int64 | progress indicator |
_end | Int64 | final value |
Type | Description |
---|---|
Boolean | True if the process should be aborted |