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

TDialogResultEvent

Specifies an event signalled when a result is returned in a dialog.

Declaration

Source position: dialogs.pp line 84

type TDialogResultEvent = procedure(

  Sender: TObject;

  Success: Boolean

) of object;

Arguments

Sender

  

Object for the event notification.

Success

  

True if the dialog was successfully executed.

Description

TDialogResultEvent is the type used to implement the OnDialogResult event handler in TCommonDialog.

See also

TCommonDialog.OnDialogResult

  

Event handler signalled when a result is available for the dialog.


Version 3.2 Generated 2024-02-25 Home