DK11 for Delphi | GisLayer.TGIS_Layer.RaiseBusyPrepare | Constructors | Fields | Methods | Properties | Events
Fires BusyPrepare method of the assigned viewer.
// Delphi public procedure RaiseBusyPrepare( const _sender : TObject; const _text : String );
// C++ Builder public: void RaiseBusyPrepare( TObject* const _sender, const UnicodeString _text );
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_text | String | text to appear in a BusyText property |