System.Analytics.AppAnalytics.TCustomEventContext.Category

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Category: string read FCategory write FCategory;

C++

__property System::UnicodeString Category = {read=FCategory, write=FCategory};

Properties

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

Description

Category associated to the TAppActivity.Custom event.

See Also