User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapeevent_tobject_tgis_shape

Table of Contents

TGIS_ShapeEvent prototype

DK11 for Delphi | GisLayerVector.TGIS_ShapeEvent | Methods | Classes | Prototypes

Standard event for PaintXXXX.

Available also on: Python.

Syntax

// Delphi
type
  TGIS_ShapeEvent = procedure (
    _sender : TObject;
    _shape : TGIS_Shape
  ) of object;
// C++ Builder
typedef void (_closure *TGIS_ShapeEvent)(
  TObject* _sender,
  TGIS_Shape* _shape
);

Parameters

Name Type Description
_sender TObject sender object
_shape TGIS_Shape shape to which event is related
2022/11/22 01:22

Page Tools