API:Data.DB.TIDispatchField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: IDispatch;

C++

HIDESBASE _di_IDispatch __fastcall GetValue();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TIDispatchField

Description

Gets the value of the field.

Data.DB.TIDispatchField.GetValue inherits from Data.DB.TInterfaceField.GetValue. All content below this line refers to Data.DB.TInterfaceField.GetValue.

Gets the value of the field.

GetValue returns value of the field (an IUnknown). If the field contains no data, nil is returned.

See Also