System.Analytics.AppAnalytics.TCustomEventContext.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: string read FAction write FAction;

C++

__property System::UnicodeString Action = {read=FAction, write=FAction};

Properties

Type Visibility Source Unit Parent
property public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TCustomEventContext

Description

Action associated to the TAppActivity.Custom event.

See Also