Data.DB.IParamObject.GetInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInstance(ReleaseOwnership: Boolean = True): TObject;

C++

virtual System::TObject* __fastcall GetInstance(bool ReleaseOwnership = true) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IParamObject

Description

Represents the signature for a method that returns the TObject instance stored by an IParamObject class instance.

GetInstance represents the signature for a method that returns the TObject instance stored by an IParamObject class instance.

See Also