[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: wit.model.pp line 675
type TWITDocument = class(TWITBaseElement) |
public |
constructor Create; override; |
destructor Destroy; override; |
property DefaultPackage: TWITPackage; [rw] |
property Packages: TWITPackageList; [r] |
property Interfaces: TWITInterfaceList; [r] |
property UseStatements: TWITTopLevelUsesList; [r] |
property Worlds: TWITWorldList; [r] |
procedure AddInterface(); |
procedure AddUse(); |
procedure AddWorld(); |
end; |
| |
| |
TObject |