[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 798
| type TExtendedField = class(TNumericField) | 
| public | 
| constructor Create(); override; | 
| function CheckRange(); | 
| property Value: Extended; [rw] | 
| published | 
| property Currency: Boolean; [rw] | 
| property MaxValue: Extended; [rw] | 
| property MinValue: Extended; [rw] | 
| end; | 
| | | ||
| 
 | Base class for all numerical data field classes. | |
| | | ||
| 
 | Provide access to the contents of a single field in a record. | |
| | | ||
| | | ||
| | | ||