RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TVarBytesField.Create Constructor

Creates an instance of TVarBytesField.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TVarBytesField(TComponent * AOwner);

It is seldom necessary to call Create directly, because a VarBytes field object is instantiated automatically for all variable bytes fields in a dataset. 

Create sets the DataType to ftVarBytes and initializes the Size property to 16. 

 

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