IBX.IBQuery.TIBQuery.GetParamsClass
Delphi
function GetParamsClass: TParamsClass; override;
C++
virtual Data::Db::TParamsClass __fastcall GetParamsClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | IBX.IBQuery.pas IBX.IBQuery.hpp |
IBX.IBQuery | TIBQuery |
Description
Returns the metaclass for a list of field parameters.
IBX.IBQuery.TIBQuery.GetParamsClass inherits from Data.DB.TDataSet.GetParamsClass. All content below this line refers to Data.DB.TDataSet.GetParamsClass.
Returns the metaclass for a list of field parameters.
GetParamsClass is internally used to get the class reference for a TParams class.
See Also