[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbrestschema.pp line 233
type TSQLDBRestParameterList = class(TCollection) |
public |
function GetEnumerator; |
function IndexOf(); |
function Find(); |
function ParamByName(); |
function AddParam(); |
property Params []: TSQLDBRestParam; default; [rw] |
end; |
| |
TObject |