This property sets whether or not file information is displayed in the select file dialog.

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

Property Value

The mode when the select file dialog is initially displayed.

Value Explanation
True Displays file information (The checkbox for displaying file information is checked.)
False Does not display file information (The checkbox for displaying file information is NOT checked.)

Explanation

The Information property sets whether or not file information is displayed in the select file dialog. The default value is False.

Regardless of the Information property value, if the ExtendedDialog property is True, it is possible to display the file information 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