Data.DB.TSingleField.Value
Delphi
property Value: Single read GetAsSingle write SetAsSingle;
C++
__property float Value = {read=GetAsSingle, write=SetAsSingle};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TSingleField |
Description
Définit et obtient la valeur à virgule flottante du champ.
Utilisez Value pour définir ou obtenir la valeur du champ.