Unit 'WIT.Model' Package
[Overview][Types][Classes][Index] [#fcl-wit]

TWITWorld

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: wit.model.pp line 616

type TWITWorld = class(TWITBaseElement)

public

  constructor Create();

  destructor Destroy; override;

  function ToString; override;

  procedure AddImport();

  procedure AddExport();

  procedure AddInclude();

  procedure AddUses();

  procedure AddTypeDef();

  property Name: string; [rw]

  property Imported: TWITImportList; [r]

  property Exported: TWITExportList; [r]

  property TypeDefs: TWITTypeDefList; [r]

  property UsesList: TWITInterfaceUseList; [r]

  property Includes: TWITIncludeList; [r]

end;

Inheritance

TWITWorld

|

TWITBaseElement

|

TObject


Documentation generated on: 2025-07-25