TTMSFNCPDFPlatformServicesList Class
GUID-keyed list of platform service interfaces registered with the PDF library platform services manager.
API unit family: TMSFNCPDFCoreLibBase
Inherits from: TObjectList
Syntax
TTMSFNCPDFPlatformServicesList = class(TObjectList)
Properties
| Name | Description |
|---|---|
| Interfaces | Returns the interface registered under the specified GUID string, or nil if not registered. |
| Items | Provides indexed access to the TTMSFNCPDFPlatformServicesService entries registered in the platform services list. |
Methods
| Name | Description |
|---|---|
| ContainsKey | Returns True when a service with the specified GUID string is registered in the list. |
| RemoveByGUID | Removes and frees the service with the specified GUID string from the list. |