Gets physical file names for file references or symbolic links.
Source position: dialogs.pp line 228
protected procedure TOpenDialog.ResolveLinks; virtual; |
ResolveLinks is a procedure used to get physical file names for file references or symbolic links used in the Filename and Files properties.
Called from DereferenceLinks when the dialog is executed and ofNoResolveLinks is NOT included in the Options property.
|
The function that actually takes care of executing the dialog. |
|
|
Resolves referential links. |
|
|
Options to be used for this dialog. |
|
|
String storing the name of the file chosen by the user as UTF8 |
|
|
Stringlist which stores the names of the selected files. |
|
|
Options which can be used in OpenDialog. |