Vcl.Forms.TCustomForm.DoHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHide; dynamic;

C++

DYNAMIC void __fastcall DoHide();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Form hide event dispatcher.

DoHide is called automatically when the form is hidden.

As implemented in TCustomForm, DoHide calls the OnHide event handler.

See Also