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

TLuaClassTypesList

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

Declaration

Source position: pLuaObject.pas line 94

type TLuaClassTypesList = class

  fItems: TWordList;

  fItemList: TList;

public

  constructor Create;

  destructor Destroy; override;

  function Add();

  procedure Remove();

  procedure Clear;

  procedure RegisterTo();

  property Item: PLuaClassInfo; default; [r]

  property IndexedItem: PLuaClassInfo; [r]

  property Count: Integer; [r]

end;

Inheritance

TLuaClassTypesList

|

TObject