Data.DB.TDataSet.SetStateFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStateFieldValue(State: TDataSetState; Field: TField; const Value: Variant); virtual;

C++

virtual void __fastcall SetStateFieldValue(TDataSetState State, TField* Field, const System::Variant &Value);

Properties

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

Description

Sets a Field to a Value.

SetStateFieldValue is used to set the value of a Field to Value, changing the temporary State of the TDataSet to State. The method is used internally to set a Field value, so you do not need to call it.

See Also