[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Stack item type for the nested resource reader/writer.
Source position: lresources.pp line 115
type TLRSItemType = ( |
||
lrsitCollection, |
|
A list terminated by an EndList. |
lrsitComponent, |
|
A component has two lists: properties and children. |
lrsitList, |
|
A list with a known (stored) number of entries. |
lrsitProperty |
|
|
); |
Version 4.0 | Generated 2025-05-03 | Home |