Destructor

TPatternSearcher.Destroy

Directives

Override

Module

PsEngine

Last Modified

2007-05-17 15:58:28

Visibility

Public

Owner

TPatternSearcher

Declaration

destructor Destroy; override;


Source

97    destructor TPatternSearcher.Destroy;
98    begin
99      SL.Free;
100     FilePaths.Free;
101     inherited Destroy;
102   end;