FMX.Types3D.TContext3D.FreeNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure FreeNotification(AObject: TObject); virtual;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Beschreibung

Implementiert die im IFreeNotification-Interface definierte Methode FreeNotification.

FreeNotification benachrichtigt alle TBitmap-Objekte, wenn dieses TContext3D-Objekt freigegeben wird.

Siehe auch