|
TPJDropFilesOptionsSet
Description of the TPJDropFilesOptions set and TPJDropFilesOption enumeration.
TPJDropFilesOptions set and TPJDropFilesOption enumerationProject: Drop Files Components. Unit: PJDropFiles. type TPJDropFilesOptions = set of TPJDropFilesOption; TPJDropFilesOption = (dfoIncFiles, dfoIncFolders, dfoRecurseFolders); DescriptionTPJDropFilesOptions is a set of TPJDropFilesOption values that specify the processing and filtering to be applied to dropped files. TPJDropFilesOptions is the type of the Options property of the various drop files components. Possible values are:
It makes no sense to omit both the dfoIncFiles and dfoIncFolders options since no files will pass the filter. | ||||||
► Sign in to add a comment