Data.DB.TObjectField.SetFieldValue
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TObjectField | |
Delphi
procedure SetFieldValue(Index: Integer; const Value: Variant); virtual;
C++
virtual void __fastcall SetFieldValue(int Index, const System::Variant &Value);
Description
Sets the owned field specified by Index with Value.
SetFieldValue sets the owned field specified by the Index parameter with the given TField represented by the variant Value.