Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.Filter

Previous pageReturn to chapter overviewNext page

Description

With this property you can set multiple filter options to customize the shown directory tree and the exports.

 
Syntax

property Filter: <TFilter>;

 
Example

SOS.Filter.IncludePattern = "*.exe; *.png"

Filters all files with the extensions ".exe" or ".png" into the list and ignores files with different extensions.

 
Remarks

The filter is applied to the active directory tree and all exports, except of the XML export.
For more detailed information about all the filter options please take a look at the section TFilter.