DK for Delphi | GisEditor.TGIS_EditorPartState | Records | Fields
For internal use of TGIS_Editor. Status of part editing.
// Delphi type TGIS_EditorPartState = record end;
// C++ Builder struct DECLSPEC_DRECORD TGIS_EditorPartState { };
Name | Visibility | Description | |
---|---|---|---|
MustCreate | public | True if new part must be added. | |
MustDelete | public | True if part must be deleted. | |
PointToAdd | public | Point added to a newly created part. | |