RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBytesField Class

TBytesField represents a bytes field in a dataset.

Pascal
TBytesField = class(TBinaryField);
C++
class TBytesField : public TBinaryField;

DB

TBytesField encapsulates the fundamental behavior common to bytes fields. A bytes field value is a set of unformatted bytes of fixed size. 

If you use the Fields editor at design time to create a persistent field component for the bytes field, you can access it by name at runtime. When using dynamic field components, you can access the TBytesField instance using the dataset's Fields property or FieldByName method. 

 

TBinaryField 

TDataSet 

TGraphicField 

TMemoField 

TDataSet 

TField 

TDataSet 

TDataSet 

TBlobField 

TVarBytesField 

TMemoField 

TGraphicField 

Defining a Data Field 

Defining a Lookup Field 

Defining a Calculated Field

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!