User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.readuint32_integer

Table of Contents

TGIS_Bytes.ReadUInt32 method

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

Read an integer value.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function ReadUInt32(
    const _off : Integer
  ) : Cardinal;
// C++ Builder
public:
  unsigned ReadUInt32(
    const int _off
  );

Parameters

Name Type Description
_off Integer offset the values is placed at

Result

Type Description
Cardinal read value
2020/05/07 01:06

Page Tools