FMX.Types3D.TContextResetMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageBaseSystem.TObjectTContextResetMessage

Delphi

TContextResetMessage = class(TMessage)

C++

class PASCALIMPLEMENTATION TContextResetMessage : 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 a rendering context has been created.

When this message is sent, any component that needs to use the context of the rendering API and stopped using it after receiving a TContextLostMessage message can now resume its rendering activity.

See Also