DK11 for Delphi | GisFile8211.TGIS_DDFModule.DDFScanInt | Constructors | Methods | Properties
Retrieves an integer value from a buffer.
// Delphi public function DDFScanInt( const _bufData : TBytes; const _offset : Integer; const _maxChars : Integer ) : LongInt;
// C++ Builder public: int DDFScanInt( TBytes* const _bufData, const int _offset, const int _maxChars );
Name | Type | Description |
---|---|---|
_bufData | TBytes | source buffer |
_offset | Integer | buffer offset |
_maxChars | Integer | maximum number of characters to read |
Type | Description |
---|---|
LongInt | retrieved integer |