FMX.Types3D.TContextRemovedMessage

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
- System.Messaging (Delphi) code example
- System.Messaging (C++) code example