Data.DB.TBCDField.SetAsCurrency
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TBCDField |
Delphi
procedure SetAsCurrency(Value: Currency); override;
C++
virtual void __fastcall SetAsCurrency(System::Currency Value);
Description
Sets the value of the field with the given Currency value.
The SetAsCurrency method is used to set the value of the field with the given Currency Value.