System.Analytics.AppAnalytics.TCustomEventContext.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Double read FValue write FValue;

C++

__property double Value = {read=FValue, write=FValue};

Properties

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

Description

Value associated to the TAppActivity.Custom event.

See Also