IBX.IBCustomDataSet.TIBStringField.GetValue
Delphi
function GetValue(var Value: string): Boolean;
C++
HIDESBASE bool __fastcall GetValue(System::UnicodeString &Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBStringField |
Description
Returns the value of a field.
Call GetValue to return the value of a field.