User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.readbyte_integer

Table of Contents

TGIS_Bytes.ReadByte method

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

Read a byte value.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function ReadByte(
    const _off : Integer
  ) : Byte;
// C++ Builder
public:
  unsigned char ReadByte(
    const int _off
  );

Parameters

Name Type Description
_off Integer offset the values is placed at

Result

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

Page Tools