API:Bde.DBTables.TBDEDataSet.SetStateFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Sets a Field to a Value.

Bde.DBTables.TBDEDataSet.SetStateFieldValue inherits from Data.DB.TDataSet.SetStateFieldValue. All content below this line refers to Data.DB.TDataSet.SetStateFieldValue.

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