User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.hourglassprepare_void

Table of Contents

TGIS_ViewerWnd.HourglassPrepare method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.HourglassPrepare | Constructors | Methods | Properties | Events

Prepare Hourglass cursor for timely operation.

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

Syntax

Implements IGIS_Viewer.HourglassPrepare.

// Delphi
public
  procedure HourglassPrepare;
// C++ Builder
public:
  void HourglassPrepare(void);

Remarks

Hourglass will be turn on after a while (500 ms). Must be paired with HourglassRelease. Hourglass must be shake regularly (for example in any loop) to visible) - use HourglassShake to do this.

2022/11/16 01:14

Page Tools