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 data from an IDispatch field component.

The GetValue method reads data directly from a field component at run time. GetValue is the protected getter implementation for the Value property.

See Also