RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.AsBytes Property

Represents the field's value as an array of bytes.

Pascal
property AsBytes: TBytes;
C++
__property TBytes AsBytes;

Use AsBytes to read the value of the field's data into an array of bytes or to assign a TBytes value to the contents of the field. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!