[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: db.pas line 808
type TFMTBCDField = class(TNumericField) |
public |
constructor Create(); override; |
function CheckRange(); |
Value: TBCD; |
published |
Precision: LongInt; |
Currency: Boolean; |
MaxValue: ; |
MinValue: ; |
Size: <NIL>; |
end; |
| | ||
|
Base class for all numerical data field classe |
|
| | ||
|
Provide access to the contents of a single field in a record |
|
| | ||
| | ||
| | ||