This property sets the folder initially displayed by the OpenFileDialog and SaveFileDialog methods

[C++Builder]   imagekitcontrolname->FileIO->FilePath[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.FilePath[ = string ]

Property Value

The FilePath is the folder name

Explanation

The FilePath property sets the folder initially displayed by the OpenFileDialog and SaveFileDialog methods.

When you execute the OpenFileDialog and SaveFileDialog methods, the "Open" dialog box and "Save" dialog box will be displayed. The FilePath property allows you to set the folder that is accessed when the "Open" dialog box and "Save" dialog box are displayed.

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