ImageEn, unit iexUtils

TIEResourceExtractor.IsValid

TIEResourceExtractor.IsValid

Declaration

property IsValid: boolean;

Description

Checks if TIEResourceExtractor contains valid data.

Example

re := TIEResourceExtractor.Create('explorer.exe');
if re.IsValid then
begin
  ...
end;
re.Free;