FMX.Analytics.AppAnalytics.TAppAnalytics.AppAnalyticsServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppAnalyticsServer: string read FServerAddress write FServerAddress;

C++

__property System::UnicodeString AppAnalyticsServer = {read=FServerAddress, write=FServerAddress};

Properties

Type Visibility Source Unit Parent
property public
FMX.Analytics.AppAnalytics.pas
FMX.Analytics.AppAnalytics.hpp
FMX.Analytics.AppAnalytics TAppAnalytics

Description

Contains the value of the IP address or the name of the AppAnalytics server.

Note: In most cases, the value of this property should not be changed. It should be set only upon receipt of instructions from Embarcadero.

See Also