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