[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: rttiutils.pp line 43
type TPropInfoList = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function Contains(); |
function Find(); |
procedure Delete(); |
procedure Intersect(); |
property Count: Integer; [r] |
property Items []: PPropInfo; default; [r] |
end; |
| |
TObject |