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

TWITInterface

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

Declaration

Source position: wit.model.pp line 506

type TWITInterface = class(TWITBaseElement)

public

  constructor Create();

  destructor Destroy; override;

  procedure AddFunction();

  procedure AddType();

  procedure AddUses();

  function ToString; override;

  property Name: string; [rw]

  property Functions: TWITFunctionList; [r]

  property Types: TWITTypeDefList; [r]

  property UseList: TWITInterfaceUseList; [r]

end;

Inheritance

TWITInterface

|

TWITBaseElement

|

TObject


Documentation generated on: 2025-07-25