User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.ControlRaiseEditorChangeEvent method

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

Raise event on editor change.

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

Syntax

Implements IGIS_ViewerParent.ControlRaiseEditorChangeEvent.

// Delphi
public
  procedure ControlRaiseEditorChangeEvent(
    _sender : TObject
  );
// C++ Builder
public:
  void ControlRaiseEditorChangeEvent(
    TObject* _sender
  );

Parameters

Name Type Description
_sender TObject sender object

Remarks

Do not call this method directly. Method is only for internal Viewer/Parent communication.

2022/11/16 01:14

Page Tools