|
Previous Top Next |
Queue to store masks for FileDialog(), i.e. what file types and wildcards.
ITFileMaskQueue QUEUE,TYPE
ITFileName CString(101)
ITFileMask CString(101)
END
Store filename masks for FileDialog, for example 'Text Files|*.txt|All files|*.*' would be stored as two records in the derived queue.