DK for Delphi | GisClasses.TGIS_Bytes.WriteInt32 | Constructors | Methods | Properties
Write an integer value.
// Delphi public procedure WriteInt32( const _off : Integer; const _val : Integer );
// C++ Builder public: void WriteInt32( const int _off, const int _val );
Name | Type | Description |
---|---|---|
_off | Integer | offset the values will be placed at |
_val | Integer | value to be written |