Create a new instance of TLongintField.
Source position: db.pas line 626
public constructor TLongintField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the field component. |
Create initializes a new instance of TLongintField. After calling the inherited constructor, it initializes the MinValue and MaxValue properties.
|
Provide access to the contents of a single field in a record. |
|
|
Maximum value for the field. |
|
|
Minimum value for the field. |