Data.DB.TBytesField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TBinaryFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBytesField

Delphi

TBytesField = class(TBinaryField)

C++

class PASCALIMPLEMENTATION TBytesField : public TBinaryField

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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