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