DK11 for Delphi | GisClasses.TGIS_Bytes.ReadByte | Constructors | Methods | Properties
Read a byte value.
// Delphi public function ReadByte( const _off : Integer ) : Byte;
// C++ Builder public: unsigned char ReadByte( const int _off );
Name | Type | Description |
---|---|---|
_off | Integer | offset the values is placed at |
Type | Description |
---|---|
Byte | read value |