FMX.Types3D.TContext3D.FreeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeNotification(AObject: TObject); virtual;

C++

virtual void __fastcall FreeNotification(System::TObject* AObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Implements the FreeNotification method defined in the IFreeNotification interface.

FreeNotification notifies all of the TBitmap objects when this TContext3D is destroyed.

See Also