Data.DB.TDataSet.GetStateFieldValue
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetStateFieldValue(State: TDataSetState; Field: TField): Variant; virtual;
C++
virtual System::Variant __fastcall GetStateFieldValue(TDataSetState State, TField* Field);
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.