[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Field class for smallint (16-bit signed integer) data.
Source position: db.pas line 655
| type TSmallintField = class(TLongintField) | ||
| public | ||
| constructor Create(); override; | 
 | Create a new instance of the TSmallintField class. | 
| end; | 
| 
 | Field class for smallint (16-bit signed 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. | |
| | | ||
| | | ||
| | | ||
TSmallIntField is the class created when a dataset must manage 16-bit signed integer data, of datatype ftSmallInt. It exposes no new properties, but simply overrides some methods to manage 16-bit signed integer data.
It should never be necessary to create an instance of TSmallIntField manually, a field of this class will be instantiated automatically for each smallint field when a dataset is opened.
| 
 | Provide access to the contents of a single field in a record. | |
| 
 | Base class for all numerical data field classes. | |
| 
 | Field class for 32-bit signed integer data. | |
| 
 | Field class for word (16-bit unsigned integer) data. |