www.icetips.com  Icetips Utilities Documentation 11/17/2010    

File Select Class: FileMasks

Previous  Top  Next  


The FileMasks property queue is used in the AddFileMask, BuildFileMask methods and is used to store a list of filemasks broken up into the name and associated wildcard.  For example, the file mask of  'Text Files|*.txt|All files|*.*'  would be stored in two entries:

 

Name

Wildcard

Text Files

*.txt

All files

*.*

 

It is declared as:

 

FileMasks                  &ITFileMaskQueue                         ! Enumerated list of filetypes

 



Direct link to this page: http://www.icetips.com/manuals/utilities/filemasks_fileselect.htm