DK11 for Delphi | GisLayer.TGIS_Layer.RaiseBusyShake | Constructors | Fields | Methods | Properties | Events
Fires BusyShake method of the assigned viewer.
// Delphi public function RaiseBusyShake( const _sender : TObject; const _pos : Int64; const _end : Int64 ) : Boolean;
// C++ Builder public: bool RaiseBusyShake( TObject* const _sender, const __int64 _pos, const __int64 _end );
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_pos | Int64 | current progress |
_end | Int64 | maximal progress value |
Type | Description |
---|---|
Boolean | True if aborted |