Buffer read
only property Returns the binary content of the buffer currently
allocated.
Syntax:
variable = object.Buffer
Parameters:
returned value: The content of the entire buffer as array
of bytes (VT_UI1 | VT_ARRAY) as usual in case of binary data. The
size of the data will be equal to the buffer size (see buffSize
property).
Remarks:
This property will be rarely useful for scripting applications.
However sometimes you may want to retrieve the buffer content and save
it somewhere else - for example in a stream or DB.
Applies to: SFFilter object
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|