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

TLuaRecordList

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

Declaration

Source position: pLuaRecord.pas line 46

type TLuaRecordList = 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 RecordInfo: PLuaRecordInfo; default; [r]

  

end;

Inheritance

TLuaRecordList

  

|

TObject