FMX.Dialogs.TCommonDialog.DoShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoShow; dynamic;

C++

DYNAMIC void __fastcall DoShow();

Properties

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

Description

Generates an OnShow event.

DoShow is automatically called when the dialog is displayed.

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


See Also