[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LResources' (#lcl)

TLRSORStackItem

Stack item for the nested resource reader.

Declaration

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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.