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

TLuaRecordProperty

Declaration

Source position: pLuaRecord.pas line 21

type TLuaRecordProperty = record

  PropName: AnsiString;

  

  Reader: plua_RecordPropertyReader;

  

  Writer: plua_RecordPropertyWriter;

  

end;