FMX.Controls.Presentation.TPresentedControl.AfterConstruction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Responds after the last constructor has executed and loads the control presentation.

AfterConstruction is called automatically after the object's last constructor has executed. Do not call it explicitly in your applications.

See Also