Data.DB.TObjectField.SetFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFieldValue(Index: Integer; const Value: Variant); virtual;

C++

virtual void __fastcall SetFieldValue(int Index, const System::Variant &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

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.

See Also