FMX.MaterialSources.TMaterialSource.RemoveChangeNotifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveChangeNotifier(const AObject: TControl3D);

C++

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

Properties

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

Description

Prevents a specified TControl3D from being notified when this material source is destroyed.

To add a TControl3D to be notified, call the AddChangeNotifier method.

See Also