Class TResourceList (unit InspUtil)

Inherits from

TComponent

TResourceList

Constructors


constructor Create(AOwner: TComponent; ResDirOfs: Longint; AExeImage: TExeImage);

TResourceList


Functions

function Count: Integer;

Handle Cursors and Icons specially

destructor Destroy;


function GetResourceItem(Index: Integer): TResourceItem;


function List: TList;


Properties

property Items : TResourceItem


Events

Variables

FExeImage : TExeImage;


FList : TList;


FResDir : PIMAGE_RESOURCE_DIRECTORY;


FResType : Integer;



Constructors


constructor Create(AOwner: TComponent; ResDirOfs: Longint; AExeImage: TExeImage);

TResourceList


Functions


function Count: Integer;

Handle Cursors and Icons specially


destructor Destroy;


function GetResourceItem(Index: Integer): TResourceItem;


function List: TList;


Properties


property Items : TResourceItem


Events


Variables


FExeImage : TExeImage;


FList : TList;


FResDir : PIMAGE_RESOURCE_DIRECTORY;


FResType : Integer;