Data.DB.TParam.GetParamObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamObject: IParamObject;

C++

_di_IParamObject __fastcall GetParamObject();

Properties

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

Description

In case the TParam instance stores an object type value, this method returns an interface of type IParamObject from the instance's value.

Call GetParamObject to obtain an interface of type IParamObject from the value of the TParam instance, in case the instance stores an object type value.

If the TParam instance does not store an object type value, GetParamObject returns a null interface.

See Also