FMX.Types3D.TContextLostMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageBaseSystem.TObjectTContextLostMessage

Delphi

TContextLostMessage = class(TMessage)

C++

class PASCALIMPLEMENTATION TContextLostMessage : 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 lost.

When this message is sent, any component using the context of the rendering API should stop using it. A TContextResetMessage message usually follows TContextLostMessage, announcing that there is a new rendering context available and components can continue using the new context.

See Also