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

TWITPackage

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

Declaration

Source position: wit.model.pp line 644

type TWITPackage = class(TWITBaseElement)

public

  constructor Create; override;

  destructor Destroy; override;

  function ToString; override;

  property Namespace: string; [rw]

  property PackageName: string; [rw]

  property Version: string; [rw]

  property ImportList: TStringList; [r]

  property ExportList: TStringList; [r]

  property UseStatements: TWITTopLevelUsesList; [r]

  property Interfaces: TWITInterfaceList; [r]

  property Worlds: TWITWorldList; [r]

  property IsNested: Boolean; [rw]

end;

Inheritance

TWITPackage

|

TWITBaseElement

|

TObject


Documentation generated on: 2025-07-25