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