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