Data.DB.IParamObject.InstanceIsType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InstanceIsType(const ClassType: TClass): Boolean;

C++

virtual bool __fastcall InstanceIsType(const System::TClass ClassType) = 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 specifies whether the object stored by an IParamObject class instance is of the given class type.

InstanceIsType represents the signature for a method that specifies whether the object stored by an IParamObject class instance is of the given class type.

See Also