User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapefieldchangeevent_tobject_tgis_shape_integer

Table of Contents

TGIS_ShapeFieldChangeEvent prototype

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

Callback prototype for TGIS_LayerVector.OnShapeAttributeChange function.

Available also on: Python.

Syntax

// Delphi
type
  TGIS_ShapeFieldChangeEvent = procedure (
    _sender : TObject;
    _shp : TGIS_Shape;
    _id : Integer
  ) of object;
// C++ Builder
typedef void (_closure *TGIS_ShapeFieldChangeEvent)(
  TObject* _sender,
  TGIS_Shape* _shp,
  int _id
);

Parameters

Name Type Description
_sender TObject sender object
_shp TGIS_Shape shape object
_id Integer field id
2022/11/22 01:22

Page Tools