[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TVarBytesField.Create

Create a new instance of a TVarBytesField class.

Declaration

Source position: db.pas line 805

public constructor TVarBytesField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the new field instance

Description

Create initializes a new instance of the TVarBytesField class. It calls the inherited destructor, and then sets some TField properties to configure the instance for working with variable-size binary data values.

See also

TField

  

Provide access to the contents of a single field in a record


Documentation generated on: May 14 2021