|
Previous Top Next |
The FileMask property is used in the GetFileMasks, SetFileMasks and BuildFileMask methods and is used to store the full file mask string, for example: 'Text Files|*.txt|All files|*.*' SetFileMasks calls the ParseFileMask which parses the string passed in and in turns calls AddFileMask to add the file mask to the FileMasks queue.
It is declared as:
FileMask CString(2048),Private ! File mask passed