[Overview][Types][Classes][Procedures and functions][Variables] Reference for unit 'pLuaObject' (#pLua)

TLuaClassList

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

Declaration

Source position: pLuaObject.pas line 52

type TLuaClassList = class

  fItems: TList;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function GetPropReader();

  

  function GetPropWriter();

  

  function GetInfo();

  

  function Add();

  

  procedure Remove();

  

  function IndexOf();

  

  procedure Clear;

  

  property Count: Integer; [r]

  

  property ClassInfo: PLuaClassInfo; default; [r]

  

end;

Inheritance

TLuaClassList

  

|

TObject