System.Analytics.AppAnalytics.TCustomEventContext.Value

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Value: Double read FValue write FValue;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TCustomEventContext


Beschreibung

Dem Ereignis TAppActivity.Custom zugeordneter Wert.

Siehe auch