REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TAndroidPush.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignTo(AValue: TPersistent); override;

C++

virtual void __fastcall AssignTo(System::Classes::TPersistent* AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TAndroidPush

Description

Copies the TAndroidPush.GCMAppID property value to the connection info data.

AssignTo checks if the AValue is a TAndroidPush object and then copies the TAndroidPush.GCMAppID property value.

See Also