FMX.Types3D.TMaterial.AddFreeNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddFreeNotify(const AObject: IFreeNotification);

C++

void __fastcall AddFreeNotify(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

Marks an object to be notified when the TMaterial is about to be destroyed.

AObject is the object to be added.

Note: To prevent an object from being notified, use RemoveFreeNotify.

See Also