API:Data.DB.TIDispatchField.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TIDispatchField

Delphi

function GetValue: IDispatch;

C++

HIDESBASE _di_IDispatch __fastcall GetValue();

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