FMX.Types3D.TContextRemovedMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageBaseSystem.TObjectTContextRemovedMessage

Delphi

TContextRemovedMessage = class(TMessage)

C++

class PASCALIMPLEMENTATION TContextRemovedMessage : public System::Messaging::TMessageBase

Properties

Type Visibility Source Unit Parent
class public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Message that indicates that the rendering context has been removed.

A TContextRemovedMessage message is sent when the rendering context has been removed, and the GPU resources have been lost permanently.

See Also