User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.VisibleExtentChangeEvent event

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

VisibleExtentChange event. Will be fired before BeforePaint if TGIS_Viewer.VisibleExtent was changed. Will not be fired if TGIS_Viewer.VisibleExtent was changed based on changed Zoom - in such situation only ZoomChange will be fired.

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

Syntax

// Delphi
published
  property VisibleExtentChangeEvent : TNotifyEvent read write;
// C++ Builder
published:
  __property TNotifyEvent* VisibleExtentChangeEvent = {read, write};

Value

Type
TNotifyEvent
2022/11/16 01:14

Page Tools