Datasnap.Provider.TPacketDataSet.SetStateFieldValue

From RAD Studio API Documentation

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
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider TPacketDataSet

Description

Sets a Field to a Value. {{#multireplace:Datasnap.Provider.TPacketDataSet.SetStateFieldValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.SetStateFieldValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.SetStateFieldValue|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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