FMX.Types3D.TMaterial.RemoveFreeNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveFreeNotify(const AObject: IFreeNotification);

C++

void __fastcall RemoveFreeNotify(const Fmx::Types::_di_IFreeNotification AObject);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMaterial

Description

Prevents an object from being notified when the TMaterial is about to be destroyed.

AObject is the object to be removed.

Note: To add a new object to the list of objects being notified, use AddFreeNotify.

See Also