ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamFilterCombo.TJamFileTypeItems.Add

Adds the Item with the given display name and filter mask.

Syntax
Pascal
procedure Add(const pDisplayName: string; const pFilterMask: string);
Parameters 
Description 
const pDisplayName: string 
The display name. 
const pFilterMask: string 
The filter mask. 

None