FMX.Objects3D.TPath3D.PathChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PathChanged(Sender: TObject);

C++

void __fastcall PathChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TPath3D

Description

Executes each time the path data is changed.

PathChanged internally repaints the TPath3D object.

See Also