FMX.Dialogs.TCommonDialog.DoClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClose; dynamic;

C++

DYNAMIC void __fastcall DoClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TCommonDialog

Description

Generates an OnClose event.

DoClose is called automatically when the dialog is closed.

Override this method in TCommonDialog descendants in order to define additional actions, other than calling the OnClose event, that will take place when the dialog is closed.

See Also