TTMSFNCPDFLibPlatformServices Class
Singleton service locator that registers and resolves platform-specific PDF rendering interfaces by GUID.
API unit family: TMSFNCPDFCoreLibBase
Syntax
TTMSFNCPDFLibPlatformServices = class
Methods
| Name | Description |
|---|---|
| AddPlatformService | Registers a platform service under the specified GUID; replaces any previously registered service for that GUID. |
| Current | Returns the global singleton instance of the platform services manager, creating it on first access. |
| GetPlatformService | Returns the interface registered for the specified GUID, or raises an exception when not found. |
| RemovePlatformService | Unregisters and frees the platform service associated with the specified GUID. |
| SupportsPlatformService | Returns True when a service for the specified GUID is registered. |