User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_integerarray

TGIS_IntegerArray type

DK11 for Delphi | GisTypes.TGIS_IntegerArray | Constants | Enums | Classes | Delegates | Records | Types

Array of Integer.

Available also on: ActiveX | Python.

Syntax

// Delphi
type
  TGIS_IntegerArray = array of Integer;
// C++ Builder
public:
  DynamicArray<int> TGIS_IntegerArray;
2024/12/20 22:20

Page Tools