[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of the TMemoField class
Source position: db.pas line 919
public constructor TMemoField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the new field instance/ |
Create initializes a new instance of the TMemoField class. It calls the inherited destructor, and then sets some TField properties to configure the instance for working with memo values.
|
Provide access to the contents of a single field in a record |