Data.DB.TObjectField.SetFieldValue
Delphi
procedure SetFieldValue(Index: Integer; const Value: Variant); virtual;
C++
virtual void __fastcall SetFieldValue(int Index, const System::Variant &Value);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TObjectField |
Description
Définit le champ possédé spécifié par Index sur Value.
SetFieldValue définit le champ possédé spécifié par le paramètre Index sur le TField représenté par la valeur (Value) variant.