FMX.Platform.TApplicationEventData.Context

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Context: TObject;

C++

System::TObject* Context;

Properties

Type Visibility Source Unit Parent
field public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform TApplicationEventData

Description

Object with additional data about the event.

Often the type of the event is enough information and Context is null.

See Also