CtlPanel.TAppletApplication.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletApplication

Delphi

procedure Initialize; virtual;

C++

virtual void __fastcall Initialize();

Description

Sets the initial state of the application and hides any associated MainForm.

Initialize follows the standard (default) VCL application initialization process.