Getting started with TMS FNC Cloud PushOver
Prerequisites
- TMS FNC Core installed and the runtime package added to the project.
- TMS FNC Cloud Pack installed.
- An account and API credentials for the Pushover notification API.
Add the component
- Drop
TTMSFNCCloudPushOveronto a form or create it in code. - Set the required authentication properties with your API credentials.
- Call the desired method to interact with the Pushover notification API.
pascal { Inside your form's OnCreate event: } var Cloud: TTMSFNCCloudPushOver; begin Cloud := TTMSFNCCloudPushOver.Create(Self); { Set authentication and connection properties here. } end;
Next steps
- Guides — authentication setup, key operations, and error handling.
- API reference — full class reference.