Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCommonDialog.ResetShowCloseFlags

Resets the values in internal state flags for the dialog.

Declaration

Source position: dialogs.pp line 113

protected procedure TCommonDialog.ResetShowCloseFlags;

Description

Called from the Execute method before the widgetset handle is allocated and the dialog is displayed.

See also

TCommonDialog.Execute

  

Displays the dialog and captures the result.

TCommonDialog.DoExecute

  

The function that actually takes care of executing the dialog.