Standard vs. Professional FindInFilesX

Feature Differences

Feature

Standard

Professional

Microsoft Word and Excel Files supported Not Implemented Implemented

Regular Expression

Not implemented

Implemented

     

Parsing Speed

Standard

3x Standard

Built In GUI

Output Display of results dialog, and the FindInFilesOptions dialog are built in.

None.  Visual Basic source code for the demonstration program is provided however.

Search Engines separate thread of execution

Out of process server

Thread launched within containing application

Persistence of Search Options and Attributes

All options and attributes are persistent.

Only Boolean options are persistent. 

Language used to create component

Microsoft Visual Basic

Microsoft Visual C++

Source code available YES NO

 

Programmatic Differences

Attribute

Standard

Professional

DoubleClick() Event

Implemented

Not implemented (No GUI)

Initiate Search Method

Grep()

Begin()

Data Retrieval Method

GetDataMatrix()

GetFileData()

OnFileFound

Implemented

Not implemented (GetFileData() is used)

ThreadPriority

Not Implemented

Implemented

Distribution of Component

 

The professional version of this component has a smaller number of required support DLL’s.  Overall footprint is smaller for application distribution.