Data.DB.TBytesField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TBinaryFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBytesField
[–] Properties
Type: class
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TBytesField = class(TBinaryField)

C++

class PASCALIMPLEMENTATION TBytesField : public TBinaryField

Description

TBytesField represents a bytes field in a dataset.

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.

See Also

Code Examples