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