[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbrestschema.pp line 173
type TSQLDBRestFieldList = class(TCollection) |
public |
function GetEnumerator; |
function AddField(); |
function indexOfFieldName(); |
function FindByFieldName(); |
function indexOfPublicName(); |
function FindByPublicName(); |
property Fields []: TSQLDBRestField; default; [rw] |
end; |
| |
TObject |