[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TOpenDialog.ResolveLinks

Gets physical file names for symbolic links or file references.

Declaration

Source position: dialogs.pp line 248

protected procedure TOpenDialog.ResolveLinks; virtual;

Description

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.

See also

TOpenDialog.DoExecute

  

Performs actions needed to display the dialog and capture its result.

TOpenDialog.Options

  

Options to be used for this dialog.

TFileDialog.Filename

  

Contains the UTF-8-encoded name for a file chosen using the dialog.

TFileDialog.Files

  

Stores the names of files (or directories) selected using the dialog.

TOpenOption

  

Options which can be used in a TOpenDialog instance.


Version 4.0 Generated 2025-05-03 Home