Data.DB.TParam.HasParamObject
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TParam |
Delphi
function HasParamObject(const ObjectType: TClass): Boolean;
C++
bool __fastcall HasParamObject(const System::TClass ObjectType);
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.