This property sets the preview function in the file selection dialog box

[C++Builder]   imagekitcontrolname->FileIO->Preview[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.Preview[ = Boolean ]

Property Value

The mode for the initial display of the file selection dialog box

Value Explanation
True The preview function is enabled
False The preview function is disabled

Explanation

The Preview property sets the preview function in the file selection dialog box. Default value is false.

Regardless of the Preview property value, if the ExtendedDialog property is True, it is possible to display the file preview in the select file dialog after the OpenFileDialog method or the SaveFileDialog method has been executed.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation