Data.DB.TDataSet.GetStateFieldValue
Delphi
function GetStateFieldValue(State: TDataSetState; Field: TField): Variant; virtual;
C++
virtual System::Variant __fastcall GetStateFieldValue(TDataSetState State, TField* Field);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Returns a Field
as a Variant.
GetStateFieldValue returns a Field
as a Variant, changing the temporary State of the TDataSet to State
. The method is used internally to get a Field
value; you do not need to call this method.