Data.DBXCommon.TDBXWritableValue.AsCurrency
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsCurrency: Currency read GetAsCurrency write SetAsCurrency;
C++
__property System::Currency AsCurrency = {read=GetAsCurrency, write=SetAsCurrency};
Description
AsCurrency is the Currency representation of this TDBXWritableValue value.
If there is no supported conversion to this type, an exception is raised.