FileFormats property (LEADDlgFile Control)
Builder Syntax |
TLEADFileSaveFormat * FileFormats [ L_UINT uIndex] |
Delphi Syntax |
FileFormats [uIndex: L_UINT ]: TLEADFileSaveFormat |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets an array of TLEADFileSaveFormat objects that indicates which formats, BPP, and sub-formats to include in the FileConversion dialog box or Save dialog box. The order of the formats in the array elements indicates the order the items will appear in the FileType drop-down list box, for the FileConversion dialog box, or the Save dialog box.
Before using this property, you must set the FileFormatsCount property to the number of file formats you want include in the File type combo box of the FileConversion dialog box or the Save dialog box.
See Also