Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TGraphicField.Create

Create a new instance of the TGraphicField class.

Declaration

Source position: db.pas line 1150

public constructor TGraphicField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner for the new TGraphicField instance.

Description

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

See also

TField

  

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


Documentation generated on: Jul 24 2023