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

TOpenDialog.OnFolderChange

Event triggered when the user changes the folder in the OpenDialog.

Declaration

Source position: dialogs.pp line 204

published property TOpenDialog.OnFolderChange: TNotifyEvent
  read FOnFolderChange
  write FOnFolderChange;

Description

This event is called when the user changes the folder (directory) in the OpenDialog.
Note: changing the folder will also trigger the OnSelectionChange event.

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