Data.DB.TParam.HasParamObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasParamObject(const ObjectType: TClass): Boolean;

C++

bool __fastcall HasParamObject(const System::TClass ObjectType);

Properties

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

Description

Specifies whether the TParam instance stores a value of the given object type.

Call HasParamObject to determine whether the TParam instance stores a value of the object type given through the ObjectType parameter.

See Also