API:IBX.IBStoredProc.TIBStoredProc.GetParamsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamsClass: TParamsClass; override;

C++

virtual Data::Db::TParamsClass __fastcall GetParamsClass();

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBStoredProc.pas
IBX.IBStoredProc.hpp
IBX.IBStoredProc TIBStoredProc

Description

Returns the metaclass for a list of field parameters.

IBX.IBStoredProc.TIBStoredProc.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