Vcl.CustomizeDlg.TCustomizeFrm.FormClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FormClose(Sender: TObject; var Action: TCloseAction);

C++

void __fastcall FormClose(System::TObject* Sender, System::Uitypes::TCloseAction &Action);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeFrm

Description

FormClose is an event handler that is part of the customization dialog form.

FormClose is a routine that handles an event of the customization dialog form.

See Also