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 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