Data.DB.TDataSet.GetParamsClass
Delphi
function GetParamsClass: TParamsClass; virtual;
C++
virtual TParamsClass __fastcall GetParamsClass();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Returns the metaclass for a list of field parameters.
GetParamsClass is internally used to get the class reference for a TParams class.
See Also