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

TOpenDialog.ResolveLinks

Gets physical file names for file references or symbolic links.

Declaration

Source position: dialogs.pp line 228

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

  

The function that actually takes care of executing the dialog.

TOpenDialog.DereferenceLinks

  

Resolves referential links.

TOpenDialog.Options

  

Options to be used for this dialog.

TFileDialog.Filename

  

String storing the name of the file chosen by the user as UTF8

TFileDialog.Files

  

Stringlist which stores the names of the selected files.

TOpenOption

  

Options which can be used in OpenDialog.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.