[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Field class for 8-bit unsigned integer data.
Source position: db.pas line 646
type TByteField = class(TLongintField) |
||
public |
||
constructor Create(); override; |
|
Create new instance of TByteField. |
end; |
|
Field class for 8-bit unsigned integer data. |
|
| | ||
|
Field class for 32-bit signed integer data. |
|
| | ||
|
Base class for all numerical data field classes. |
|
| | ||
|
Provide access to the contents of a single field in a record. |
|
| | ||
| | ||
| | ||
TByteField is instantiated when a dataset must manage a field with 8-bit unsigned data: the data type ftByte. It overrides some methods of TField to handle Byte data, and sets some of the properties to values for Byte data. It also introduces some methods and properties specific to integer data such as MinValue and MaxValue.
It should never be necessary to create an instance of TByteField manually, a field of this class will be instantiated automatically for each integer field when a dataset is opened.
|
Minimum value for the field. |
|
|
Maximum value for the field. |