Data.DB.TVarBytesField

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TVarBytesField = class(TBytesField)

C++

class PASCALIMPLEMENTATION TVarBytesField : public TBytesField

Description

TVarBytesField represents a variable-length untyped binary field in a dataset.

A variable bytes field value is a set of bytes of variable size, with the actual length of the value stored in the first two bytes.

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

See Also


Code Examples