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

TLazFileDialogKind

Enumerated type which represents the dialog kind in a Lazarus dialog form.

Declaration

Source position: lazdialogs.pas line 15

type TLazFileDialogKind = (

  ldkOpenDesktop,

  

Dialog is an open dialog for desktop environments.

  ldkSaveDesktop,

  

Dialog is a save dialog for desktop environments.

  ldkOpenPDA,

  

Dialog is an open dialog for PDA environments.

  ldkSavePDA,

  

Dialog is a save dialog for PDA environments.

  ldkSelectDirectory

  

Dialog is a directory selection dialog.

);

See also

TLazarusFileDialogForm.Initialize

  

Creates and positions child controls on the Lazarus dialog form.

TLazOpenDialog.DoInitialize

  

Performs actions needed to initialize the Lazarus dialog.

TLazSaveDialog.DoInitialize

  

Performs actions needed to initialize the Lazarus dialog.

TLazSelectDirectoryDialog.DoInitialize

  

Performs actions needed to initialize the Lazarus dialog.


Version 3.2 Generated 2024-02-25 Home