INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Creates a system-defined dialog box that makes
-- it possible for the user to select a file to open.
-- Each element of the filter array is a string describing the filter's
-- name, and associated filename regular expression.
-- Example : "Text Files (*.*)". Note that the braces around '*.*'are
-- strictly recommended. They are used while extracting from the filter
-- name their filename extensions.
-- Each filter item can have multiple associated filename extensions,
-- which must be separated by semicolons (example: "*.bak;*.txt\")
-- Creates a system-defined dialog box that makes
-- it possible for the user to select a list of multiple files to open.
-- Creates a system-defined dialog box that makes
-- it possible for the user to select a file to save in something.
-- Assigns to the File dialog new default values for the current
-- directory, and for current file name in the edit control.
-- This attributes are automatically updated after the execution
-- of File Dialog, reflecting all currency changes.
-- Set the filter to use when displaying directory contents.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |