FMX.MaterialSources.TMaterialSource.AddChangeNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddChangeNotifier(const AObject: TControl3D);

C++

void __fastcall AddChangeNotifier(Fmx::Controls3d::TControl3D* const AObject);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.MaterialSources.pas
FMX.MaterialSources.hpp
FMX.MaterialSources TMaterialSource

Description

Adds a specified TControl3D to be notified when this material source is destroyed.

To prevent a TControl3D from being notified, call the RemoveChangeNotifier method.

See Also