ImageEn, unit iexUtils

TIEResourceExtractor.Names

TIEResourceExtractor.Names

Declaration

property Names[TypeIndex: integer; NameIndex: integer]: AnsiString;

Description

Returns the resource name for specified type and name index.
Parameter Description
TypeIndex Index of resource type. 0 is first resource type, TypesCount-1 is the last resource type
NameIndex Index of actual resource. 0 is first resource name, NamesCount-1 is the last resource name