Create new instance of TByteField.
Source position: db.pas line 650
public constructor TByteField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Field owner, usually a dataset. |
Create calls the inherited constructor and sets the values of the MinValueMaxValue and TField.DataType properties.
|
Minimum value for the field. |
|
|
Maximum value for the field. |
|
|
The data type of the field. |