FileFormats property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

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

Elements:

ShowSaveDlg method, ShowFileConversionDlg method, SelectedExt property, ServerAppName property, Filter property, FilterIndex property, FileName property, FileTitle property, DialogTitle property, DlgFileFlags property, InitialDir property, MaxFileSize property, MaxFileTitleSize property, PageNumber property, SaveBitsPerPixel property, SaveFormat property, SaveQFactor property, SaveMulti property, SaveInterlaced property, SavePasses property, SaveWithStamp property, SaveStampBits property, SaveStampWidth property, SaveStampHeight property, SaveFileTypeIndex property, SaveSubTypeIndex property, SaveJ2KUseColorTransform property, SaveJ2KDerivedQuantization property, SaveJ2KCompressionControl property, SaveJ2KCompressionRatio property, SaveJ2KTargetFileSize property, SaveJ2KXOsiz property, SaveJ2KYOsiz property, SaveJ2KXTsiz property, SaveJ2KYTsiz property, SaveJ2KXTOsiz property, SaveJ2KYTOsiz property, SaveJ2KDecompLevel property, SaveJ2KProgressOrder property, SaveJ2KCodBlockWidth property, SaveJ2KCodBlockHeight property, SaveJ2KCBS_SelectiveACBypass property, SaveJ2KCBS_ResetContextOnBoundaries property, SaveJ2KCBS_TerminationOnEachPass property, SaveJ2KCBS_VerticallyCausalContext property, SaveJ2KCBS_PredictableTermination property, SaveJ2KCBS_ErrorResilienceSymbol property, SaveJ2KGuardBits property, SaveJ2KDerivedBaseMantissa property, SaveJ2KDerivedBaseExponent property, SaveJ2KUseSOPMarker property, SaveJ2KUseEPHMarker property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events