Fmx.Bind.Navigator.TCustomBindNavigator.Loaded
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Fmx.Bind.Navigator.pas Fmx.Bind.Navigator.hpp |
Fmx.Bind.Navigator | TCustomBindNavigator |
Description
Initializes the component after the form file has been read into memory.
Fmx.Bind.Navigator.TCustomBindNavigator.Loaded inherits from FMX.Controls.TControl.Loaded. All content below this line refers to FMX.Controls.TControl.Loaded.
Initializes the component after the form file has been read into memory.
Loaded inherits TComponent.Loaded, realigns the children, if any, and updates the tab list.
For details, see TComponent.Loaded.