You are on page 1of 3

28/06/2018 System.

PushNotification - RAD Studio API Documentation

Show: Delphi C++


Display Preferences

System.PushNotification
From RAD Studio API Documentation

Up to Parent: System

Package rtl240.bpl

Classes
EPushServiceError
TPushService Abstract class that configures a service in order to receive push notifications.
TPushServiceConnection This class represents the required connection in order to receive push notifications.
TPushServiceManager This class is responsible for managing push notification services.
TPushServiceNotification An abstract class that defines the contents of a push notification.

Retrieved from "http://docwiki.embarcadero.com/Libraries/Berlin/e/index.php?


title=System.PushNotification&oldid=735319"

This page was last modified on 1 October 2015, at 09:58.


Help Feedback (QP, email)

http://docwiki.embarcadero.com/Libraries/Berlin/en/System.PushNotification 1/1
28/06/2018 System.PushNotification.TPushService.Create - RAD Studio API Documentation

Show: Delphi C++


Display Preferences

System.PushNotification.TPushService.Create
From RAD Studio API Documentation

Up to Parent: TPushService

Delphi

constructor Create(const AOwner: TPushServiceManager; const AServiceName: string); virtual;

C++

__fastcall virtual TPushService(TPushServiceManager* const AOwner, const System::UnicodeString AServiceName);

Properties

Type Visibility Source Unit Parent


System.PushNotification.pas
constructor public System.PushNotification TPushService
System.PushNotification.hpp

Description
Constructs an object and initializes its data before the object is first used.

System.PushNotification.TPushService.Create inherits from System.TObject.Create. All content below this line


refers to System.TObject.Create.

Constructs an object and initializes its data before the object is first used.

Create constructs an object. The purpose, size, and behavior of objects differ greatly. The Create constructor
defined by TObject allocates memory but does not initialize data.

Descendant objects usually define a constructor that creates the particular kind of object and initializes its data.

Note: If an exception escapes from a constructor, the object's destructor is called to clean up the
failed instance.

See Also

Destroy

Free

Retrieved from "http://docwiki.embarcadero.com/Libraries/Berlin/e/index.php?


title=System.PushNotification.TPushService.Create&oldid=628679"

Category: API Documentation

http://docwiki.embarcadero.com/Libraries/Berlin/en/System.PushNotification.TPushService.Create 1/2
28/06/2018 System.PushNotification.TPushService.Create - RAD Studio API Documentation

This page was last modified on 13 February 2014, at 22:41.


Help Feedback (QP, email)

http://docwiki.embarcadero.com/Libraries/Berlin/en/System.PushNotification.TPushService.Create 2/2

You might also like