Afficher : Delphi
C++
Préférences d'affichage
Data.DBXCommon.TDBXWritableValue.AsBcd
De XE2 API Documentation
Delphi
property AsBcd: TBcd read GetAsBcd write SetAsBcd;
C++
__property Data::Fmtbcd::TBcd AsBcd = {read=GetAsBcd, write=SetAsBcd};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Description
Représentation TBcd de la valeur.
AsBcd renvoie une représentation TBcd de la valeur. Elle applique une conversion de type si nécessaire. S'il n'existe pas de conversion supportée pour ce type, une exception est déclenchée.