0% found this document useful (0 votes)
108 views

Push Delphi

This document discusses the System.PushNotification package in RAD Studio, which provides classes for managing push notification services. It includes the TPushService abstract class for configuring a push notification service, TPushServiceConnection for representing a service connection, and TPushServiceManager for managing services. The TPushService.Create constructor constructs a service object and initializes it before first use.

Uploaded by

Dr_Book
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

Push Delphi

This document discusses the System.PushNotification package in RAD Studio, which provides classes for managing push notification services. It includes the TPushService abstract class for configuring a push notification service, TPushServiceConnection for representing a service connection, and TPushServiceManager for managing services. The TPushService.Create constructor constructs a service object and initializes it before first use.

Uploaded by

Dr_Book
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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