Vcl.AppAnalytics.TAppAnalytics.ServerAddress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerAddress: string read FServerAddress write FServerAddress;

C++

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

Properties

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

Description

The address of the server where AppAnalytics will send its event data.

Note: There is not a reason to change this unless specifically instructed by Embarcadero.

See Also