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

TBytesField.Create

Create a new instance of a TBytesField class.

Declaration

Source position: db.pas line 770

public constructor TBytesField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the niew field instance

Description

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

See also

TField

  

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


Documentation generated on: Nov 14 2015