Data.DB.TDataSet.GetParamsClass
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetParamsClass: TParamsClass; virtual;
C++
virtual TParamsClass __fastcall GetParamsClass();
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