[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stack item for the nested resource reader.
Source position: lresources.pp line 116
type TLRSORStackItem = record |
||
|
||
ItemType: TLRSItemType; |
|
|
Root: TComponent; |
|
|
PushCount: Integer; |
|
The number of contained collections, needing an EndList. |
ItemNr: Integer; |
|
|
end; |