| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class for currency fields
Source position: db.pas line 698
type TCurrencyField = class(TFloatField)  | 
||
public  | 
||
constructor Create(); override;  | 
  | 
Create a new instance of a TCurrencyField.  | 
published  | 
||
property Currency: Boolean;  | 
  | 
Is the field a currency field  | 
end;  | 
  | 
Class for currency fields  | 
|
| | | ||
  | 
Class for floating point values  | 
|
| | | ||
  | 
Base class for all numerical data field classes  | 
|
| | | ||
  | 
Provide access to the contents of a single field in a record  | 
|
| | | ||
| | | ||
| | | ||
TCurrencyField is the field class used by TDataset when it needs to manage currency-valued data.(TField.Datatype equals ftCurrency). It simply sets some Tfield properties to be able to work with currency data.
It should never be necessary to create an instance of TCurrencyField manually, a field of this class will be instantiated automatically for each currency field when a dataset is opened.
  | 
Provide access to the contents of a single field in a record  | 
|
  | 
Base class for records-based data-access  |