RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBinaryField Class

TBinaryField represents an untyped binary field in a dataset.

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

TBinaryField encapsulates the fundamental behavior common to untyped binary fields. In addition to the properties, methods, and events common to all fields that are introduced by the TField class, TBinaryField reimplements the properties that are used to read and write binary data from or to the underlying database table. 

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

 

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