[Overview][Types][Classes][Procedures and functions][Variables] |
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; |