Vcl.Forms.TCustomForm.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
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Form show event dispatcher.

DoShow is called automatically when the application is about to show the form. As implemented in TCustomForm, DoShow simply calls the OnShow event handler.

See Also