[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of the TSmallintField class.
Source position: db.pas line 610
public constructor TSmallintField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the field component. |
Create initializes a new instance of the TSmallintField class. It calls the inherited constructor and then simply sets some of the TField properties to work with 16-bit signed integer data.
|
Provide access to the contents of a single field in a record |