FMX.Objects.TCustomPath.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCustomPath

Description

Makes required initializations by calling the inherited TControl.Loaded procedure and then sets that the TCustomPath image needs to be updated.

For additional details, see TControl.Loaded and TComponent.Loaded.

See Also