DK11 for Delphi | GisFile8211.TGIS_DDFModule.DDFScanString | Constructors | Methods | Properties
Retrieves a string value from a buffer.
// Delphi public function DDFScanString( const _bufData : TBytes; const _offset : Integer; const _maxChars : Integer ) : String;
// C++ Builder public: UnicodeString DDFScanString( 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 |
---|---|
String | retrieved string |