User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.writeint32_integer_integer

Table of Contents

TGIS_Bytes.WriteInt32 method

DK for Delphi | GisClasses.TGIS_Bytes.WriteInt32 | Constructors | Methods | Properties

Write an integer value.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_off Integer offset the values will be placed at
_val Integer value to be written
2025/01/31 01:06

Page Tools