Data.DB.TDataSet.SetStateFieldValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

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

C++

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

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