[Overview][Types][Classes] Reference for unit 'LuaWrapper' (#pLua)

TLUAThreadList

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

Declaration

Source position: LuaWrapper.pas line 105

type TLUAThreadList = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Process();

  

  function SpinUp();

  

  function IndexOf();

  

  procedure Release();

  

  property Thread: TLUAThread; [r]

  

published

  property Count: Integer; [r]

  

end;

Inheritance

TLUAThreadList

  

|

TObject