User Tools

Site Tools


api:dk11:delphi:giseditor.tgis_editorpointstate

Table of Contents

TGIS_EditorPointState record

DK for Delphi | GisEditor.TGIS_EditorPointState | Records | Fields

For internal use of TGIS_Editor. Status of point editing.

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

Syntax

// Delphi
type
  TGIS_EditorPointState = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_EditorPointState
{
};

Fields

Inherited Protected
Name Visibility Description
Action public Action to be performed.
Buf public Buffer for editing - all points in part.
Count public Number of points in buffer.
MouseStart public Start mouse position - to track minimal movements.
MustDeleteOrMove public If True point must be deleted.
Point public New position of point.
Pos public Position of points in buffer.
WasMouseBegin public Switched on MouseBegin/MouseEnd.

2025/01/31 01:06

Page Tools