User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.raisebusyprepare_tobject_string

Table of Contents

TGIS_Layer.RaiseBusyPrepare method

DK11 for Delphi | GisLayer.TGIS_Layer.RaiseBusyPrepare | Constructors | Fields | Methods | Properties | Events

Fires BusyPrepare method of the assigned viewer.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure RaiseBusyPrepare(
    const _sender : TObject;
    const _text : String
  );
// C++ Builder
public:
  void RaiseBusyPrepare(
    TObject* const _sender,
    const UnicodeString _text
  );

Parameters

Name Type Description
_sender TObject component which is causing long-term operations
_text String text to appear in a BusyText property
2022/11/16 01:18

Page Tools