User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.inc_integer

Table of Contents

TGIS_Bytes.Inc method

DK11 for Delphi | GisClasses.TGIS_Bytes.Inc | Constructors | Methods | Properties

Increment an integer value.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure Inc(
    const _off : Integer
  );
// C++ Builder
public:
  void Inc(
    const int _off
  );

Parameters

Name Type Description
_off Integer offset the values will be incremented at
2020/05/07 01:06

Page Tools