FMX.Platform.TApplicationEventData.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AEvent: TApplicationEvent; AContext: TObject);

C++

__fastcall TApplicationEventData(const TApplicationEvent AEvent, System::TObject* AContext);
TApplicationEventData() {}

Properties

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

Description

Creates an instance of TApplicationEventData defining the start values of its fields.

  • AEvent is the value for the Event field.
  • AContext is the value for the Context field.

See Also