[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dtdmodel.pp line 31
type TContentParticle = class(TObject) |
public |
destructor Destroy; override; |
function Add; |
function IsRequired; |
function FindFirst(); |
function FindNext(); |
function MoreRequired(); |
property ChildCount: Integer; [r] |
property Children []: TContentParticle; [r] |
property Def: TObject; [rw] |
end; |
| |
TObject |