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

TLuaRecordInfo

Declaration

Source position: pLuaRecord.pas line 27

type TLuaRecordInfo = record

  Parent: PLuaRecordInfo;

  

  RecordName: AnsiString;

  

  PropHandlers: TWordList;

  

  New: plua_RecordConstructor;

  

  Release: plua_RecordDestructor;

  

  Properties: array of TLuaRecordProperty;

  

end;