TMS FNC Cloud Pack API Reference
Use this reference for exact Delphi API contracts. Start from the component pages for purpose, setup, and task guides; use the class and member pages here for signatures, defaults, behavior notes, and event contracts.
Entry Points
| Route | Use when |
|---|---|
| Components | You want component purpose, screenshots, guide links, and the component API map. |
| Product guides | You want cross-cutting workflows before drilling into component APIs. |
| Product overview | You want frameworks, dependencies, IDE support, and release notes. |
Component Summary
| Component | Use for |
|---|---|
| TMS FNC Cloud AI | Access AI language models and tool-calling workflows via OpenAI and compatible APIs. |
| TMS FNC Cloud Box | Upload, download, and manage files in Box cloud storage. |
| TMS FNC Cloud Cloudinary | Upload and transform media assets via the Cloudinary API. |
| TMS FNC Cloud CloudKit | Store and retrieve records in Apple CloudKit containers. |
| TMS FNC Cloud Demo List Box | Visual list box control for displaying cloud service item results in demo and production UIs. |
| TMS FNC Cloud DropBox | Upload, download, and manage files and folders in Dropbox. |
| TMS FNC Cloud Exceptionless | Report and query application errors via the Exceptionless API. |
| TMS FNC Cloud File Conversion | Convert files between formats via CloudConvert, ConvertIO, and Zamzar providers. |
| TMS FNC Cloud Google Analytics | Report and query data via the Google Analytics Data API. |
| TMS FNC Cloud Google Calendar | Create, read, update, and delete events and calendars via Google Calendar. |
| TMS FNC Cloud Google Drive | Upload, download, and manage files and folders in Google Drive. |
| TMS FNC Cloud Google Firebase | Read and write to Google Firebase Realtime Database including object mapping. |
| TMS FNC Cloud Google Gmail | Send, receive, and manage email via the Gmail API. |
| TMS FNC Cloud Google Lookup | Geocode addresses and look up locations via the Google Geocoding and Location APIs. |
| TMS FNC Cloud Google People | Access and manage contacts via the Google People API. |
| TMS FNC Cloud Google Photos | Browse albums and photos via the Google Photos Library API. |
| TMS FNC Cloud Google Tasks | Create and manage task lists and tasks via the Google Tasks API. |
| TMS FNC Cloud Google YouTube | Search videos and read comment threads via the YouTube Data API. |
| TMS FNC Cloud Hubic | Access OpenStack-compatible Hubic cloud storage. |
| TMS FNC Cloud Image | Image control with built-in cloud bitmap container integration for loading remote images. |
| TMS FNC Cloud IP Localization | Resolve IP addresses to geographic location data. |
| TMS FNC Cloud Logger | Unified logging bridge that forwards events to Exceptionless, Rollbar, or Sentry. |
| TMS FNC Cloud MailChimp Marketing | Manage subscribers and lists via the Mailchimp Marketing API. |
| TMS FNC Cloud MailChimp Transactions | Send transactional email via the Mailchimp Transactional (Mandrill) API. |
| TMS FNC Cloud Microsoft OneDrive | Upload, download, and manage files and folders in Microsoft OneDrive. |
| TMS FNC Cloud Microsoft Outlook Calendar | Manage calendar events and attendees via the Microsoft Graph Calendar API. |
| TMS FNC Cloud Microsoft Outlook Contacts | Access and manage contacts via the Microsoft Graph People API. |
| TMS FNC Cloud Microsoft Outlook Mail | Send, receive, and manage email via the Microsoft Graph Mail API. |
| TMS FNC Cloud PayPal | Execute and manage PayPal payments and transactions. |
| TMS FNC Cloud PushOver | Send push notifications to devices via the Pushover API. |
| TMS FNC Cloud Rollbar | Report and retrieve error occurrences via the Rollbar API. |
| TMS FNC Cloud SendGrid | Send transactional and marketing email via the SendGrid API. |
| TMS FNC Cloud Sentry | Report and query issues and events via the Sentry API. |
| TMS FNC Cloud Shopify | Access orders, products, and shop data via the Shopify Admin API. |
| TMS FNC Cloud Slack | Post messages and interact with workspaces via the Slack Web API. |
| TMS FNC Cloud SMS | Send SMS messages via BulkSMS, InfoBip, Spryng, and Twilio providers. |
| TMS FNC Cloud Stellar Data Store | Read and write structured records with the TMS Stellar Data Store backend. |
| TMS FNC Cloud Storage Services | Unified storage abstraction to switch between cloud storage providers. |
| TMS FNC Cloud SumUp | Process card payments and manage checkouts via the SumUp API. |
| TMS FNC Cloud Translation | Translate text and detect languages via DeepL, Google, IBM, and Microsoft providers. |
| TMS FNC Cloud WhatsApp | Send WhatsApp messages and manage contacts via the WhatsApp Business API. |
| TMS FNC REST Client | Low-level HTTP REST client for building custom cloud service integrations. |
API By Component
TMS FNC Cloud AI
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudAI |
Component that sends prompts, files, tools, assistant operations, and audio requests to AI services. |
TTMSFNCCloudAIAPIKeys |
Stores API keys for supported AI services. |
TTMSFNCCloudAIAssistant |
Represents one assistant returned by or submitted to an assistant service. |
TTMSFNCCloudAIAssistants |
Stores assistant definitions returned by an assistant service. |
TTMSFNCCloudAIDataSet |
Tool set that lets a connected AI agent query and edit the data of a dataset bound through DataSource. Exposes tools to inspect fields and table name, navigate records, read records, and add, modify or locate records. |
TTMSFNCCloudAIEmail |
Tool set that sends and receives e-mail over SMTP and POP3 so an AI assistant can act on a mailbox. |
TTMSFNCCloudAIFile |
Represents one file, text block, URL, or binary payload attached to an AI request. |
TTMSFNCCloudAIFileSystem |
Tool set that lets a connected AI agent browse and manipulate the local file system. Exposes tools to list files and folders, read, write and append text files, create folders, and copy or move files. |
TTMSFNCCloudAIFiles |
Stores files and content items attached to AI requests. |
TTMSFNCCloudAILogger |
Tool set that lets a connected AI agent log result text to a message dialog, the console, or a text file. Exposes the tools ShowDialog, ShowInConsole, and LogToFile. |
TTMSFNCCloudAIParameter |
Describes one parameter accepted by an AI tool. |
TTMSFNCCloudAIParameters |
Stores parameter definitions for an AI tool or nested object schema. |
TTMSFNCCloudAIResponse |
Stores response text, service metadata, and token usage for an AI request. |
TTMSFNCCloudAISettings |
Stores model, generation, endpoint, and feature settings for AI requests. |
TTMSFNCCloudAITool |
Defines one callable tool that can be exposed to an AI service. |
TTMSFNCCloudAIToolSet |
Component that contributes a reusable set of tools to an AI component. |
TTMSFNCCloudAITools |
Stores tool definitions that can be exposed to AI services. |
TTMSFNCCloudAIUsage |
Aggregates token, audio duration, and audio character usage across requests. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudAIAssistantTool |
Enum | Defines the assistant tool capabilities requested for assistant operations. |
TTMSFNCCloudAIAssistantTools |
Type alias | Set of assistant tool capabilities. |
TTMSFNCCloudAICacheControl |
Enum | Defines the setting for Clause cache_control |
TTMSFNCCloudAICreatedEvent |
Event type | Callback invoked after an object is created by an assistant-related request. |
TTMSFNCCloudAIFileEvent |
Event type | Event type fired when a file upload or delete request completes. |
TTMSFNCCloudAIFileType |
Enum | Defines the type of file or content attached to an AI request. |
TTMSFNCCloudAIFormat |
Enum | Defines an optional JSON schema format for a tool parameter. |
TTMSFNCCloudAILanguage |
Enum | Defines the target language behavior for audio translation helpers. |
TTMSFNCCloudAIParameterType |
Enum | Defines the JSON schema type for a tool parameter. |
TTMSFNCCloudAIReasoning |
Enum | Defines the requested reasoning effort for services and models that support it. |
TTMSFNCCloudAIResultEvent |
Event type | Event type fired when an AI request returns a response or HTTP result. |
TTMSFNCCloudAIRunEvent |
Event type | Callback invoked after an assistant run or status check completes. |
TTMSFNCCloudAIService |
Enum | Defines the AI service used for requests. |
TTMSFNCCloudAISpeechEvent |
Event type | Event type fired when speech audio generation completes. |
TTMSFNCCloudAIToolExecuteEvent |
Event type | Event type fired when an AI service invokes a registered tool. |
TTMSFNCCloudAIToolType |
Enum | Defines the kind of tool exposed to an AI service. |
TTMSFNCCloudAITranscribeAudioEvent |
Event type | Event type fired when an audio transcription or translation request completes. |
TTMSFNCCloudAIUploadProc |
Event type | Callback invoked after a file upload returns an identifier. |
TTMSFNCCloudOpenAIServers |
Enum | Defines the OpenAI endpoint family used for requests. |
TMS FNC Cloud Box
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudBox |
Component that connects to the Box cloud service and publishes its file, folder, search, sharing, and account operations and events for design-time use. |
TTMSFNCCloudBoxInfo |
Contains Box account and quota information returned by account-info requests. |
TTMSFNCCloudBoxItem |
Represents a file or folder returned by the Box storage provider. |
TTMSFNCCloudBoxItems |
Collection of Box storage items. |
TTMSFNCCustomCloudBox |
Base storage component that exposes file and folder operations against the Box cloud service, including listing, search, upload, download, move, rename, delete, sharing, and account information. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudBoxLanguage |
Enum | Selects the language used for provider-localized responses such as shared-link pages. |
TTMSFNCCloudBoxOnCreateFolderEvent |
Event type | Occurs when a Box create-folder request completes. |
TTMSFNCCloudBoxOnDeleteItemEvent |
Event type | Occurs when a Box delete request completes. |
TTMSFNCCloudBoxOnDownloadFileEvent |
Event type | Occurs when a Box download request completes. |
TTMSFNCCloudBoxOnGetCurrentAccountEvent |
Event type | Occurs when a Box account-info request completes. |
TTMSFNCCloudBoxOnGetFileInfoEvent |
Event type | Occurs when a Box file-info request completes. |
TTMSFNCCloudBoxOnGetFolderInfoEvent |
Event type | Occurs when a Box folder-info request completes. |
TTMSFNCCloudBoxOnGetFolderListEvent |
Event type | Occurs when a Box folder-list request completes. |
TTMSFNCCloudBoxOnGetLinkEvent |
Event type | Occurs when a Box shared-link request completes. |
TTMSFNCCloudBoxOnGetShareEvent |
Event type | Occurs when a Box share request completes. |
TTMSFNCCloudBoxOnGetSpaceUsageEvent |
Event type | Occurs when a Box space-usage request completes. |
TTMSFNCCloudBoxOnMoveFileEvent |
Event type | Occurs when a Box move request completes. |
TTMSFNCCloudBoxOnRenameFileEvent |
Event type | Occurs when a Box rename request completes. |
TTMSFNCCloudBoxOnSearchEvent |
Event type | Occurs when a Box search request returns matching items. |
TTMSFNCCloudBoxOnUploadFileEvent |
Event type | Occurs when a Box upload request completes. |
TMS FNC Cloud Cloudinary
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudCloudinary |
Publishes the Cloudinary upload client for design-time use, exposing the account configuration properties and the upload event. |
TTMSFNCCloudCloudinaryFile |
Holds the metadata returned for a single uploaded asset, such as its identifiers, URLs, size, and resource type. |
TTMSFNCCloudCloudinaryFiles |
Owns and manages the collection of uploaded file entries tracked by the client. |
TTMSFNCCustomCloudCloudinary |
Provides the upload client for the Cloudinary asset-management service. Configure the account credentials and an unsigned upload preset, then call one of the upload methods to send a local file, an in-memory resource, or a remote URL. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudCloudinaryResourceType |
Enum | Identifies the kind of asset handled during an upload. The value maps directly to the resource segment of the upload endpoint. |
TTMSFNCCloudCloudinaryUploadType |
Enum | Identifies the source from which a file was uploaded. |
TTTMSFNCCloudCloudinaryUploadFileEvent |
Event type | Occurs after an upload request completes, exposing the resulting file entry and the raw request result. |
TMS FNC Cloud CloudKit
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudCloudKit |
Component that provides authenticated access to a cloud database, exposing querying, inserting, updating and deleting of records as published properties and events. |
TTMSFNCCloudCloudKitEntities |
Holds the collection of records returned by or submitted to the cloud database. |
TTMSFNCCloudCloudKitEntity |
Represents a single cloud database record, holding the field values of one stored entity. |
TTMSFNCCloudCloudKitMetaData |
Holds the collection of metadata field definitions that describe a cloud database record type. |
TTMSFNCCloudCloudKitMetaDataItem |
Represents a single metadata field definition of a cloud database record type. |
TTMSFNCCustomCloudCloudKit |
Provides access to a cloud database service, supporting authentication and querying, inserting, updating and deleting records. Acts as the base class that exposes the data-store behavior; descendants surface the public API as published properties. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudCloudKitAccess |
Enum | Selects the access scope of the records that are read or written. |
TTMSFNCCloudCloudKitDeleteEvent |
Event type | Signature of the event raised after a record delete request has completed. |
TTMSFNCCloudCloudKitEnvironment |
Enum | Selects the target deployment environment of the cloud database. |
TTMSFNCCloudCloudKitInsertEvent |
Event type | Signature of the event raised after a record insert request has completed. |
TTMSFNCCloudCloudKitQueryCompleteEvent |
Event type | Signature of the event raised once a query has finished and all result pages have been retrieved. |
TTMSFNCCloudCloudKitQueryEvent |
Event type | Signature of the event raised when a page of query results has been received. |
TTMSFNCCloudCloudKitUpdateEvent |
Event type | Signature of the event raised after a record update request has completed. |
TMS FNC Cloud Demo List Box
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudDemoListBox |
Scrollable list box used in demo applications to display a vertical list of items with optional icons and text. Publishes the selected index, the item collection, and the item height for design-time configuration. |
TTMSFNCCloudDemoListBoxItem |
Represents a single entry in a demo list box, holding the display text, an associated icon set, a text color, and a set of opaque user-data slots for attaching custom values to the item. |
TTMSFNCCloudDemoListBoxItems |
Manages the collection of items displayed by a demo list box and provides typed access, creation, and insertion of entries. |
TTMSFNCCustomCloudDemoListBox |
Base scrollable list box used in demo applications to present a vertical list of selectable items, each with optional icon and text, and to notify when the selected item changes. Descendants expose the public surface as published properties. |
TMS FNC Cloud DropBox
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudDropBox |
Component that connects to a DropBox account and provides file and folder management, including listing, search, upload, download, delete, move, rename, folder creation, and link or share generation. |
TTMSFNCCloudDropBoxInfo |
Holds account information for the connected user, including the account identity and storage quota usage. |
TTMSFNCCloudDropBoxItem |
Represents a single file or folder entry returned by a storage operation, extended with provider-specific path, link and revision information. |
TTMSFNCCloudDropBoxItems |
Collection of TTMSFNCCloudDropBoxItem objects, used to hold the files and folders returned by listing, search and folder operations. |
TTMSFNCCustomCloudDropBox |
Base storage component that connects to a DropBox account and exposes file and folder operations such as listing, search, upload, download, delete, move, rename, folder creation, and link or share generation, with both synchronous and promise-based variants. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudDropBoxLanguage |
Enum | Preferred language used by the service for localized responses such as error messages. |
TTMSFNCCloudDropBoxMode |
Enum | Determines the root scope the service operates against. |
TTMSFNCCloudDropBoxOnCreateFolderEvent |
Event type | Event signature reporting a newly created folder. |
TTMSFNCCloudDropBoxOnCreateShareEvent |
Event type | Event signature reporting a newly created public share URL. |
TTMSFNCCloudDropBoxOnDeleteItemEvent |
Event type | Event signature reporting that a delete operation has finished. |
TTMSFNCCloudDropBoxOnDownloadFileEvent |
Event type | Event signature reporting that a download has finished. |
TTMSFNCCloudDropBoxOnGetCurrentAccountEvent |
Event type | Event signature reporting the current account information. |
TTMSFNCCloudDropBoxOnGetFileInfoEvent |
Event type | Event signature reporting retrieved metadata for a single file. |
TTMSFNCCloudDropBoxOnGetFolderInfoEvent |
Event type | Event signature reporting that a folder-info request has finished. |
TTMSFNCCloudDropBoxOnGetFolderListEvent |
Event type | Event signature reporting the items returned by a folder listing. |
TTMSFNCCloudDropBoxOnGetLinkEvent |
Event type | Event signature reporting a retrieved temporary download link. |
TTMSFNCCloudDropBoxOnGetShareEvent |
Event type | Event signature reporting a retrieved public share URL. |
TTMSFNCCloudDropBoxOnGetSpaceUsageEvent |
Event type | Event signature reporting account storage usage. |
TTMSFNCCloudDropBoxOnMoveFileEvent |
Event type | Event signature reporting a moved file or folder. |
TTMSFNCCloudDropBoxOnRenameFileEvent |
Event type | Event signature reporting a renamed file or folder. |
TTMSFNCCloudDropBoxOnSearchEvent |
Event type | Event signature reporting the result of a search request. |
TTMSFNCCloudDropBoxOnUploadFileEvent |
Event type | Event signature reporting that an upload has finished. |
TTMSFNCCloudDropBoxUploadMode |
Enum | Determines how an upload behaves when a file with the same name already exists at the destination. |
TMS FNC Cloud Exceptionless
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudExceptionless |
Ready-to-use client component for the Exceptionless cloud service. Publishes the authentication credentials, the retrieval and logging events of the base class for design-time use. |
TTMSFNCCloudExceptionlessEvent |
Represents a single logged event, such as a message, error or usage entry, belonging to an event stack. |
TTMSFNCCloudExceptionlessEvents |
Owning collection of TTMSFNCCloudExceptionlessEvent objects. |
TTMSFNCCloudExceptionlessProject |
Represents a project: a container of stacks and events that belongs to an organization. |
TTMSFNCCloudExceptionlessProjects |
Owning collection of TTMSFNCCloudExceptionlessProject objects. |
TTMSFNCCloudExceptionlessStack |
Represents a stack: a group of related events that share the same signature within a project. |
TTMSFNCCloudExceptionlessStacks |
Owning collection of TTMSFNCCloudExceptionlessStack objects. |
TTMSFNCCustomCloudExceptionless |
Base class for the Exceptionless cloud client. Authenticates against the service and exposes the projects, stacks and events, and the operations to log messages and exceptions. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudExceptionlessGetEventsEvent |
Event type | Occurs when a page of events has been retrieved for a stack. |
TTMSFNCCloudExceptionlessGetProjectsEvent |
Event type | Occurs when a page of projects has been retrieved. |
TTMSFNCCloudExceptionlessGetStacksEvent |
Event type | Occurs when a page of stacks has been retrieved for a project. |
TTMSFNCCloudExceptionlessLogEvent |
Event type | Occurs when a log or error submission has completed. |
TTMSFNCCloudExceptionlessLogLevel |
Enum | Severity level associated with a logged event. |
TTMSFNCCloudExceptionlessStatus |
Enum | Lifecycle status of an event stack. |
TTMSFNCCloudExceptionlessType |
Enum | Kind of event submitted to or returned by the service. |
TMS FNC Cloud File Conversion
Classes And Records
| Type | Description |
|---|---|
ITMSFNCCloudFileConversionService |
Factory interface that creates and destroys conversion provider instances for a registered back end. |
ITMSFNCCloudFileConversionServiceCloudConvert |
Factory interface for the CloudConvert conversion back end. |
ITMSFNCCloudFileConversionServiceConvertIo |
Factory interface for the ConvertIO conversion back end. |
ITMSFNCCloudFileConversionServiceZamzar |
Factory interface for the Zamzar conversion back end. |
ITMSFNCCustomCloudFileConversion |
Provider abstraction implemented by each conversion back end. It builds the HTTP requests and parses the responses for every conversion operation, isolating the component from provider-specific details. |
ITMSFNCCustomCloudFileConversionInstance |
Implemented by a provider instance that accepts the credentials used to authenticate its requests. |
ITMSFNCCustomCloudFileConversionProperties |
Exposes the credentials a conversion provider needs to authenticate its requests. |
TTMSFNCCloudFileConversion |
Component that converts files through an online conversion service. It exposes the full conversion workflow at design time: select a back end, supply credentials, create jobs from a URL, a local file or base64 content, and download the converted output. |
TTMSFNCCloudFileConversionFactoryService |
Factory that creates and releases conversion provider instances on demand. |
TTMSFNCCloudFileConversionFile |
Represents a single output file produced by a conversion job, exposing its identity, format and download URL along with helpers to download it to a stream or to disk. |
TTMSFNCCloudFileConversionFileResultCallBackWrapper |
Holds a callback invoked with the result of a file request. |
TTMSFNCCloudFileConversionFileStreamResultCallBackWrapper |
Holds a callback invoked with the result of a file-stream request. |
TTMSFNCCloudFileConversionFiles |
Collection of TTMSFNCCloudFileConversionFile objects holding the output files of a conversion job. |
TTMSFNCCloudFileConversionJob |
Represents a single conversion job. It tracks the job's identity, status and target output format, exposes its output files, and provides helpers to retrieve details, cancel the job and download its results. |
TTMSFNCCloudFileConversionJobResultCallBackWrapper |
Holds a callback invoked with the result of a single-job request. |
TTMSFNCCloudFileConversionJobs |
Collection of TTMSFNCCloudFileConversionJob objects holding the conversion jobs known to the component. |
TTMSFNCCloudFileConversionJobsResultCallBackWrapper |
Holds a callback invoked with the result of a job-list request. |
TTMSFNCCloudFileConversionList |
List of conversion provider instances. |
TTMSFNCCloudFileConversionPlatformServices |
Registry of platform service interfaces used to resolve conversion back ends at runtime. |
TTMSFNCCloudFileConversionPlatformServicesList |
Keyed list of registered platform services. |
TTMSFNCCloudFileConversionPlatformServicesService |
Associates a registered platform service interface with its service identifier. |
TTMSFNCCustomCloudFileConversion |
Base class that connects to an online file-conversion service and drives the full conversion workflow: creating jobs from a URL, a local file or base64 content, uploading source files, polling job details, and downloading the converted output to a stream or to disk. |
TTMSFNCCustomCloudFileConversionInterfacedObject |
Base interfaced object for a conversion provider that carries the credentials used to authenticate its requests. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudFileConversionErrorEvent |
Event type | Event fired when a conversion operation reports an error. |
TTMSFNCCloudFileConversionFileCallBack |
Event type | Callback invoked when a file operation that saves to disk completes. |
TTMSFNCCloudFileConversionFileFormat |
Enum | File format used as the input or output of a conversion job. Each value maps to a common file extension. |
TTMSFNCCloudFileConversionFileStreamCallBack |
Event type | Callback invoked when a file download to a stream completes. |
TTMSFNCCloudFileConversionFileUploadEvent |
Event type | Event fired when the source file for a job has been uploaded. |
TTMSFNCCloudFileConversionGetFileEvent |
Event type | Event fired when an output file has been downloaded to a stream. |
TTMSFNCCloudFileConversionGetJobEvent |
Event type | Event fired when a single-job operation (create, cancel or get details) completes. |
TTMSFNCCloudFileConversionGetJobsEvent |
Event type | Event fired when the list of conversion jobs has been retrieved. |
TTMSFNCCloudFileConversionJobCallBack |
Event type | Callback invoked when a single-job operation completes. |
TTMSFNCCloudFileConversionJobFinishedEvent |
Event type | Event fired when a job reaches a final state (successful, error or cancelled). |
TTMSFNCCloudFileConversionJobStatus |
Enum | Status of a conversion job, reflecting where it is in the conversion lifecycle on the service. |
TTMSFNCCloudFileConversionJobsCallBack |
Event type | Callback invoked when a job-list operation completes. |
TTMSFNCCloudFileConversionSavedFileEvent |
Event type | Event fired when an output file has been saved to disk. |
TTMSFNCCloudFileConversionService |
Enum | Conversion back end the component uses to run jobs. |
TMS FNC Cloud Google Analytics
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleAnalytics |
Component for retrieving metrics and dimensions from Google Analytics reporting. |
TTMSFNCCloudGoogleAnalyticsData |
Stores the data returned by an analytics request. |
TTMSFNCCloudGoogleAnalyticsErrorMessages |
Stores validation messages used when requested metric or dimension limits are exceeded. |
TTMSFNCCloudGoogleAnalyticsRequestData |
Defines the metrics and dimensions requested from analytics reporting. |
TTMSFNCCloudGoogleAnalyticsStringArrayList |
Stores arrays of string values returned by analytics requests. |
TTMSFNCCustomCloudGoogleAnalytics |
Base component that requests analytics metrics and dimensions and stores returned data. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleAnalyticsAdExchangeMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsAdwordsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsAdwordsMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsAppTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsAppTrackingMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsAudienceDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsChannelGroupingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsContentExperimentsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsDoubleClickCampaignManagerDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsDoubleClickCampaignManagerMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsECommerceMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsEcommerceDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsEventTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsEventTrackingMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsExceptionsMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsExeptionDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsGeoNetworkDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsGoalConversionsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsInternalSearchDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsInternalSearchMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsPageMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsPageTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsPlatformOrDeviceDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeAppTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeEventTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeGeoDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeGoalConversionsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimePageTrackingDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimePlatformDeviceDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeTimeDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeTrafficSourcesDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRealtimeUserDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRelatedProductsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsRelatedProductsMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsRetrieveDataErrorEvent |
Event type | Event type fired when analytics data retrieval fails validation or returns an error. |
TTMSFNCCloudGoogleAnalyticsRetrieveDataEvent |
Event type | Event type fired when analytics data is retrieved successfully. |
TTMSFNCCloudGoogleAnalyticsSessionDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsSessionMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsSiteSpeedMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsSocialActivitiesDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsSocialInteractionDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsSocialInteractionsMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsSocialMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsSystemDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsTimeDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsTrafficDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsTrafficMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsUserDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsUserMetrics |
Enum | Lists analytics metrics that can be requested. |
TTMSFNCCloudGoogleAnalyticsUserTimingsDimension |
Enum | Lists analytics dimensions that can be requested. |
TTMSFNCCloudGoogleAnalyticsUserTimingsMetrics |
Enum | Lists analytics metrics that can be requested. |
TMS FNC Cloud Google Calendar
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleCal |
Represents a single calendar in the connected account, holding its identity, description, time zone, colors and default reminders. |
TTMSFNCCloudGoogleCalendar |
Component that connects to an account and manages its calendars and events. Publishes the calendars, events and completion events for use at design time. |
TTMSFNCCloudGoogleCalendarAttendee |
Represents a single attendee invited to a calendar event, including the attendee's email, display name and response status. |
TTMSFNCCloudGoogleCalendarAttendees |
Collection of TTMSFNCCloudGoogleCalendarAttendee objects holding the attendees of a single calendar event. |
TTMSFNCCloudGoogleCalendarColor |
Represents a single color definition retrieved from the service, pairing a color identifier with its background and foreground colors. |
TTMSFNCCloudGoogleCalendarColors |
Collection of TTMSFNCCloudGoogleCalendarColor objects holding the color definitions retrieved from the service. |
TTMSFNCCloudGoogleCalendarDefaultReminders |
Collection of TTMSFNCCloudGoogleCalendarReminder objects defining the default reminders applied to new events of a calendar. |
TTMSFNCCloudGoogleCalendarItem |
Represents a single event in a calendar, holding its time range, description, attendees, reminders, recurrence and presentation settings. |
TTMSFNCCloudGoogleCalendarItems |
Collection of TTMSFNCCloudGoogleCalendarItem objects holding the events retrieved from a calendar. |
TTMSFNCCloudGoogleCalendarReminder |
Represents a single reminder for a calendar event, specifying how long before the event the notification fires and through which channel. |
TTMSFNCCloudGoogleCalendarReminders |
Collection of TTMSFNCCloudGoogleCalendarReminder objects defining the reminders of a single calendar event. |
TTMSFNCCloudGoogleCalendars |
Collection of TTMSFNCCloudGoogleCal objects holding the calendars retrieved from the connected account. |
TTMSFNCCustomCloudGoogleCalendar |
Base class that connects to an account and manages calendars and their events, exposing methods to retrieve, add, update and delete calendars and events together with the matching completion events. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleCalendarAddCalendarEvent |
Event type | Fires when a request that adds a calendar completes. |
TTMSFNCCloudGoogleCalendarAddCalendarItemEvent |
Event type | Fires when a request that adds an event completes. |
TTMSFNCCloudGoogleCalendarColorValue |
Enum | Predefined color assigned to a calendar. |
TTMSFNCCloudGoogleCalendarDeleteCalendarEvent |
Event type | Fires when a request that deletes a calendar completes. |
TTMSFNCCloudGoogleCalendarDeleteCalendarItemEvent |
Event type | Fires when a request that deletes an event completes. |
TTMSFNCCloudGoogleCalendarGetCalendarEvent |
Event type | Fires when a request that retrieves the events of a calendar completes. |
TTMSFNCCloudGoogleCalendarGetCalendarItemByIDEvent |
Event type | Fires when a request that retrieves a single event by its identifier completes. |
TTMSFNCCloudGoogleCalendarGetCalendarsEvent |
Event type | Fires when a request that retrieves the list of calendars completes. |
TTMSFNCCloudGoogleCalendarGetColorsEvent |
Event type | Fires when a request that retrieves the available colors completes. |
TTMSFNCCloudGoogleCalendarItemColorValue |
Enum | Predefined color assigned to a calendar event. |
TTMSFNCCloudGoogleCalendarReminderMethod |
Enum | Notification method used by an event reminder. |
TTMSFNCCloudGoogleCalendarResponseStatus |
Enum | Response of an attendee to a calendar event invitation. |
TTMSFNCCloudGoogleCalendarStatus |
Enum | Status of a calendar event. |
TTMSFNCCloudGoogleCalendarUpdateCalendarEvent |
Event type | Fires when a request that updates a calendar completes. |
TTMSFNCCloudGoogleCalendarUpdateCalendarItemEvent |
Event type | Fires when a request that updates an event completes. |
TTMSFNCCloudGoogleCalendarVisibility |
Enum | Controls who can see a calendar event. |
TMS FNC Cloud Google Drive
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleDrive |
Drop-in component for accessing a cloud drive: list, search, upload, download, export, delete, move, rename and manage folders and account information, with both synchronous and promise-based variants. |
TTMSFNCCloudGoogleDriveInfo |
Holds account information for the connected user, including the account name and storage quota usage. |
TTMSFNCCloudGoogleDriveItem |
Represents a single file or folder entry returned by a Google Drive operation, extended with provider-specific metadata such as MIME type, owners, sharing state and download links. |
TTMSFNCCloudGoogleDriveItems |
Collection of TTMSFNCCloudGoogleDriveItem objects, used to hold the files and folders returned by listing, search and folder operations. |
TTMSFNCCustomCloudGoogleDrive |
Base storage component that connects to a Google Drive account and exposes file and folder operations such as listing, search, upload, download, export, delete, move, rename, folder creation, account info and permission management, with both synchronous and promise-based variants. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleDocsMimeType |
Enum | Target format used when exporting a Google Docs document to a local file. |
TTMSFNCCloudGoogleDriveLanguage |
Enum | Preferred language used by the service for localized responses such as error messages. |
TTMSFNCCloudGoogleDriveOnCreateFolderEvent |
Event type | Event signature reporting a newly created folder. |
TTMSFNCCloudGoogleDriveOnDeleteItemEvent |
Event type | Event signature reporting that a delete operation has finished. |
TTMSFNCCloudGoogleDriveOnDownloadFileEvent |
Event type | Event signature reporting that a download has finished. |
TTMSFNCCloudGoogleDriveOnGetCurrentAccountEvent |
Event type | Event signature reporting the current account information. |
TTMSFNCCloudGoogleDriveOnGetFileInfoEvent |
Event type | Event signature reporting retrieved metadata for a single file. |
TTMSFNCCloudGoogleDriveOnGetFolderInfoEvent |
Event type | Event signature reporting that a folder-info request has finished. |
TTMSFNCCloudGoogleDriveOnGetFolderListEvent |
Event type | Event signature reporting the items returned by a folder listing. |
TTMSFNCCloudGoogleDriveOnGetSpaceUsageEvent |
Event type | Event signature reporting account storage usage. |
TTMSFNCCloudGoogleDriveOnMoveFileEvent |
Event type | Event signature reporting a moved file or folder. |
TTMSFNCCloudGoogleDriveOnRenameFileEvent |
Event type | Event signature reporting a renamed file or folder. |
TTMSFNCCloudGoogleDriveOnSearchEvent |
Event type | Event signature reporting the result of a search request. |
TTMSFNCCloudGoogleDriveOnUploadFileEvent |
Event type | Event signature reporting that an upload has finished. |
TTMSFNCCloudGoogleSheetsMimeType |
Enum | Target format used when exporting a Google Sheets document to a local file. |
TMS FNC Cloud Google Firebase
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleFireBase |
Realtime database client component. Surfaces the database name, table name, and result events of its base class as published members for design-time configuration. |
TTMSFNCCloudGoogleFireBaseData |
Base carrier for a record's identifier and payload. Used to pass the originating data back to the result event of an insert or update request. |
TTMSFNCCloudGoogleFireBaseIndexRule |
Describes an index rule for one table: the table name and the set of fields that the service should index for ordering and filtering. |
TTMSFNCCloudGoogleFireBaseIndexRules |
Owning list of index rules, one entry per table. |
TTMSFNCCloudGoogleFireBaseObject |
Base class for a persistable object stored in a cloud realtime database. Descend from this class to define the data model that is serialized to and from the database; each instance is identified by its ID property. |
TTMSFNCCloudGoogleFireBaseObjectDatabase |
Design-time component that stores, retrieves, queries, and deletes typed objects in a cloud realtime database. Drop it on a form and configure the database and table to persist TTMSFNCCloudGoogleFireBaseObject records without manual serialization. |
TTMSFNCCloudGoogleFireBaseObjectList |
Owns and manages a collection of TTMSFNCCloudGoogleFireBaseObject instances. Items are freed when removed from the list or when the list is destroyed. |
TTMSFNCCloudGoogleFireBaseQueryParams |
Holds the parameters that describe a single query against the database. An instance is created for each query request and is passed back to the query result event so the handler can identify which query produced the result. |
TTMSFNCCustomCloudGoogleFireBase |
Base class for the realtime database client. Provides authenticated create, read, insert, update, delete, query, and rule-management operations against a database, exposing the results through dedicated events. Use the published descendant for design-time configuration. |
TTMSFNCCustomCloudGoogleFireBaseObjectDatabase |
Provides an object-oriented layer over a cloud realtime database that stores, retrieves, queries, and deletes typed TTMSFNCCloudGoogleFireBaseObject records. Objects are serialized to the database and reconstructed into their original type when read back. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleFireBaseObjectMethod |
Event type | Reference to a method that receives the identifier and serialized data of a single object record. |
TTMSFNCCloudGoogleFireBaseObjectOnReadDataListEvent |
Event type | Reference to an event handler that fires when a list of objects has been read from the database, after the response has been parsed into typed instances. |
TTMSFNCCloudGoogleFireBaseOnCreateObjectEvent |
Event type | Fires after a create-object request completes, reporting the name the service assigned to the newly created object. |
TTMSFNCCloudGoogleFireBaseOnDeleteDataEvent |
Event type | Fires after a delete-data request completes for a single record. |
TTMSFNCCloudGoogleFireBaseOnDeleteTableEvent |
Event type | Fires after a delete-table request completes. |
TTMSFNCCloudGoogleFireBaseOnGetRulesEvent |
Event type | Fires after the database security and index rules have been retrieved from the service and parsed into the rules collections. |
TTMSFNCCloudGoogleFireBaseOnIDExistsEvent |
Event type | Fires after an identifier-existence check completes, reporting whether the requested identifier is present. |
TTMSFNCCloudGoogleFireBaseOnInsertDataEvent |
Event type | Fires after an insert-data request completes. |
TTMSFNCCloudGoogleFireBaseOnQueryEvent |
Event type | Fires after a query completes, delivering the matching records. |
TTMSFNCCloudGoogleFireBaseOnReadDataEvent |
Event type | Fires after a read-data request completes, delivering the returned record payload. |
TTMSFNCCloudGoogleFireBaseOnSetRulesEvent |
Event type | Fires after the database security and index rules have been written to the service. |
TTMSFNCCloudGoogleFireBaseOnUpdateDataEvent |
Event type | Fires after an update-data request completes. |
TMS FNC Cloud Google Gmail
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleGmail |
Component that provides access to a Gmail account, exposing the public collections and events to retrieve labels and messages, send mail, manage message labels and download attachments. |
TTMSFNCCloudGoogleGmailFile |
Represents a file to send with a message, either as a regular attachment or as an inline image referenced from the body. |
TTMSFNCCloudGoogleGmailFiles |
Collection of TTMSFNCCloudGoogleGmailFile objects that holds the files to send with a message. |
TTMSFNCCloudGoogleGmailHeader |
Represents a single message header as a name/value pair, such as From, To, Subject or Date. |
TTMSFNCCloudGoogleGmailHeaders |
List of TTMSFNCCloudGoogleGmailHeader objects that holds all headers of a message. |
TTMSFNCCloudGoogleGmailLabel |
Represents a single mail label with its identifier, display name and type. |
TTMSFNCCloudGoogleGmailLabels |
Collection of TTMSFNCCloudGoogleGmailLabel objects that holds the labels available in the account. |
TTMSFNCCloudGoogleGmailMessage |
Represents a single mail message with its recipients, subject, body, headers, labels and attachments. |
TTMSFNCCloudGoogleGmailMessageAttachment |
Represents a single attachment of a message, holding its identifier, file name, size and base64-encoded data. |
TTMSFNCCloudGoogleGmailMessageAttachments |
Collection of TTMSFNCCloudGoogleGmailMessageAttachment objects that holds all attachments of a message. |
TTMSFNCCloudGoogleGmailMessages |
Collection of TTMSFNCCloudGoogleGmailMessage objects that holds the mail messages retrieved from the account. |
TTMSFNCCustomCloudGoogleGmail |
Base class that implements access to a Gmail account, providing methods to retrieve labels and messages, send mail, manage message labels and download attachments. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleGmailOnGetAttachmentEvent |
Event type | Event type fired when an attachment download request completes. |
TTMSFNCCloudGoogleGmailOnGetLabelsEvent |
Event type | Event type fired when the request to retrieve the account labels completes. |
TTMSFNCCloudGoogleGmailOnGetMailsCompleteEvent |
Event type | Event type fired when all messages of a list request have been retrieved and parsed. |
TTMSFNCCloudGoogleGmailOnGetMailsEvent |
Event type | Event type fired when the request to list the messages of a label completes. |
TTMSFNCCloudGoogleGmailOnGetMessageEvent |
Event type | Event type fired when a single message has been retrieved and parsed. |
TTMSFNCCloudGoogleGmailOnMessageIDEvent |
Event type | Event type fired when a request that operates on a single message identifier, such as deleting a message, completes. |
TTMSFNCCloudGoogleGmailOnSendMessageEvent |
Event type | Event type fired when a send message request completes. |
TTMSFNCCloudGoogleGmailOnUpdateMessageLabelsEvent |
Event type | Event type fired when a request to add or remove message labels completes. |
TMS FNC Cloud Google Lookup
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleLocationLookup |
Component that resolves address autocomplete suggestions and geographic coordinates. Drop it on a form and call TTMSFNCCustomCloudGoogleLocationLookup.LocationLookup or TTMSFNCCustomCloudGoogleLocationLookup.GetGeoLocation. |
TTMSFNCCloudGoogleLocationLookupGeoLocation |
Holds a geographic coordinate pair returned by a location lookup. |
TTMSFNCCloudGoogleLookup |
Component that performs text-based suggestion lookups. Drop it on a form and call TTMSFNCCustomCloudGoogleLookup.Lookup to retrieve autocomplete suggestions. |
TTMSFNCCustomCloudGoogleLocationLookup |
Base class that queries the places and geocoding services to resolve address autocomplete suggestions and geographic coordinates. Descendants expose this functionality as a component. |
TTMSFNCCustomCloudGoogleLookup |
Base class that queries the search suggestion service for text-based autocomplete results. Descendants expose the lookup functionality as a component. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleGeoLocationEvent |
Event type | Event signature reporting the geographic coordinates resolved for an address lookup. |
TTMSFNCCloudGoogleLookupEvent |
Event type | Event signature reporting the result of a text lookup request as a list of suggestion strings. |
TMS FNC Cloud Google People
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGooglePeople |
Drop-in component for reading and managing a user's contacts and contact groups through the Google People service. |
TTMSFNCCloudGooglePeopleContact |
Represents a single contact and groups all of its detail fields, such as names, emails, phone numbers, addresses, organizations and group memberships. |
TTMSFNCCloudGooglePeopleContactGroup |
References a contact group a contact is a member of, by its resource identifier. |
TTMSFNCCloudGooglePeopleContactGroups |
Collection of TTMSFNCCloudGooglePeopleContactGroup references that records which groups a contact belongs to. |
TTMSFNCCloudGooglePeopleContacts |
Collection of TTMSFNCCloudGooglePeopleContact items that holds the retrieved contacts. |
TTMSFNCCloudGooglePeopleCustomData |
Represents a single custom key/value field associated with a contact. |
TTMSFNCCloudGooglePeopleCustomItems |
Collection of TTMSFNCCloudGooglePeopleCustomData items that holds the custom fields of a contact. |
TTMSFNCCloudGooglePeopleDate |
Holds a calendar date as separate day, month and year components, any of which may be zero when unknown. |
TTMSFNCCloudGooglePeopleEmail |
Represents a single email address associated with a contact. |
TTMSFNCCloudGooglePeopleEmails |
Collection of TTMSFNCCloudGooglePeopleEmail items that holds the email addresses of a contact. |
TTMSFNCCloudGooglePeopleGroup |
Represents a single contact group that contacts can be assigned to. |
TTMSFNCCloudGooglePeopleGroups |
Collection of TTMSFNCCloudGooglePeopleGroup items that holds the retrieved contact groups. |
TTMSFNCCloudGooglePeopleInstantMessenger |
Represents a single instant-messaging account associated with a contact. |
TTMSFNCCloudGooglePeopleInstantMessengers |
Collection of TTMSFNCCloudGooglePeopleInstantMessenger items that holds the messaging accounts of a contact. |
TTMSFNCCloudGooglePeopleNames |
Holds the structured name parts of a contact, including phonetic spellings. |
TTMSFNCCloudGooglePeopleNickname |
Represents a single nickname associated with a contact. |
TTMSFNCCloudGooglePeopleNicknames |
Collection of TTMSFNCCloudGooglePeopleNickname items that holds the nicknames of a contact. |
TTMSFNCCloudGooglePeopleOrganization |
Represents a single organization a contact is or was affiliated with, such as an employer. |
TTMSFNCCloudGooglePeopleOrganizations |
Collection of TTMSFNCCloudGooglePeopleOrganization items that holds the organizations of a contact. |
TTMSFNCCloudGooglePeoplePhoneNumber |
Represents a single phone number associated with a contact. |
TTMSFNCCloudGooglePeoplePhoneNumbers |
Collection of TTMSFNCCloudGooglePeoplePhoneNumber items that holds the phone numbers of a contact. |
TTMSFNCCloudGooglePeoplePostalAddress |
Represents a single postal address associated with a contact. |
TTMSFNCCloudGooglePeoplePostalAddresses |
Collection of TTMSFNCCloudGooglePeoplePostalAddress items that holds the postal addresses of a contact. |
TTMSFNCCloudGooglePeopleRelation |
Represents a single related person associated with a contact, such as a spouse or colleague. |
TTMSFNCCloudGooglePeopleRelations |
Collection of TTMSFNCCloudGooglePeopleRelation items that holds the related persons of a contact. |
TTMSFNCCloudGooglePeopleWebsite |
Represents a single website associated with a contact. |
TTMSFNCCloudGooglePeopleWebsites |
Collection of TTMSFNCCloudGooglePeopleWebsite items that holds the websites of a contact. |
TTMSFNCCustomCloudGooglePeople |
Base component that connects to the Google People service to read and manage a user's contacts and contact groups. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGooglePeopelNickNameType |
Enum | Classifies the kind of nickname stored for a contact. |
TTMSFNCCloudGooglePeopleContactEvent |
Event type | Event signature reporting the result of a request that affects a single contact. |
TTMSFNCCloudGooglePeopleContactsEvent |
Event type | Event signature reporting the result of a request that returns a collection of contacts. |
TTMSFNCCloudGooglePeopleFieldType |
Enum | Classifies a contact field such as an email, address or instant messenger by the context it belongs to. |
TTMSFNCCloudGooglePeopleGroupEvent |
Event type | Event signature reporting the result of a request that affects a single contact group. |
TTMSFNCCloudGooglePeopleGroupsEvent |
Event type | Event signature reporting the result of a request that returns a collection of contact groups. |
TTMSFNCCloudGooglePeopleIMType |
Enum | Identifies the instant-messaging protocol associated with a contact. |
TTMSFNCCloudGooglePeoplePhoneType |
Enum | Classifies a contact phone number by its purpose. |
TTMSFNCCloudGooglePeopleRelationType |
Enum | Identifies how a related person is connected to a contact. |
TTMSFNCCloudGooglePeopleWebsiteType |
Enum | Classifies a contact website by its purpose. |
TMS FNC Cloud Google Photos
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGooglePhotos |
Ready-to-use client component for the Google Photos service that publishes the album and photo management events for design-time use. |
TTMSFNCCloudGooglePhotosAlbum |
Represents a single photo album, holding its identifier, title, cover image, and contained photos. |
TTMSFNCCloudGooglePhotosAlbums |
Holds a collection of album items retrieved from or created on the service. |
TTMSFNCCloudGooglePhotosPhoto |
Represents a single photo (media item) within an album, holding its identifier, metadata, and image location. |
TTMSFNCCloudGooglePhotosPhotos |
Holds a collection of photo items, such as the contents of an album or a search result set. |
TTMSFNCCustomCloudGooglePhotos |
Base client class that connects to the Google Photos service and exposes album and photo management, including listing and creating albums, searching photos, and uploading and downloading images. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGooglePhotosAlbumEvent |
Event type | Event signature reporting the result of a single-album request, such as album creation. |
TTMSFNCCloudGooglePhotosAlbumsEvent |
Event type | Event signature reporting the result of an albums retrieval request. |
TTMSFNCCloudGooglePhotosBeforeDownloadPhotoEvent |
Event type | Event signature triggered before a photo is downloaded, allowing the target file name to be changed or the download to be skipped. |
TTMSFNCCloudGooglePhotosBeforeUploadPhotoEvent |
Event type | Event signature triggered before a photo file is uploaded, allowing the upload to be permitted or skipped. |
TTMSFNCCloudGooglePhotosPhotoEvent |
Event type | Event signature reporting the result of a single-photo request, such as a completed upload. |
TTMSFNCCloudGooglePhotosPhotosEvent |
Event type | Event signature reporting the result of a photo search or retrieval request. |
TMS FNC Cloud Google Tasks
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleTasks |
Ready-to-use, design-time client for a Google Tasks account that surfaces the task list and task operations of its base class together with their events. |
TTMSFNCCloudGoogleTasksTask |
Represents a single task within a task list, exposing its identity, title, status, scheduling and hierarchy information. |
TTMSFNCCloudGoogleTasksTaskList |
Represents a single task list, identified by an id and title, and containing the tasks that belong to it. |
TTMSFNCCloudGoogleTasksTaskLists |
Holds the collection of task lists that belong to the connected account. |
TTMSFNCCloudGoogleTasksTasks |
Holds the collection of tasks that belong to a single task list. |
TTMSFNCCustomCloudGoogleTasks |
Provides the base client for working with a Google Tasks account, exposing methods to retrieve, add, update and delete task lists and the tasks they contain, together with the events that report request results. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleTasksTaskEvent |
Event type | Event signature used when a single task has been added or updated. |
TTMSFNCCloudGoogleTasksTaskListEvent |
Event type | Event signature used when a single task list has been added or updated. |
TTMSFNCCloudGoogleTasksTaskListsEvent |
Event type | Event signature used when a collection of task lists has been retrieved. |
TTMSFNCCloudGoogleTasksTasksEvent |
Event type | Event signature used when a collection of tasks has been retrieved. |
TMS FNC Cloud Google YouTube
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudGoogleYouTube |
Drop-in component for the YouTube Data API: list, upload, update, delete and rate videos, and retrieve comment threads. |
TTMSFNCCloudGoogleYouTubeCommentThread |
Represents a top-level comment thread on a video, including the top comment text, author information and any replies. |
TTMSFNCCloudGoogleYouTubeReply |
Represents a single reply to a top-level comment, including the reply text and its author information. |
TTMSFNCCloudGoogleYouTubeVideo |
Represents a single YouTube video, holding its identity, snippet metadata and the viewer's rating. |
TTMSFNCCloudGoogleYouTubeVideos |
Collection of TTMSFNCCloudGoogleYouTubeVideo items holding the videos retrieved from the service. |
TTMSFNCCloudGoogleYoutubeCommentThreads |
Collection of TTMSFNCCloudGoogleYouTubeCommentThread items holding the comment threads retrieved for a video. |
TTMSFNCCloudGoogleYoutubeReplies |
Collection of TTMSFNCCloudGoogleYouTubeReply items holding the replies of a comment thread. |
TTMSFNCCustomCloudGoogleYouTube |
Base component that connects to the YouTube Data API and exposes video and comment operations such as listing, uploading, updating, deleting, rating, and retrieving comment threads. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudGoogleYouTubeAfterAddVideoEvent |
Event type | Event signature raised after a video has been uploaded and added to the collection. |
TTMSFNCCloudGoogleYouTubeBeforeAddVideoEvent |
Event type | Event signature raised before a video upload starts, allowing the upload to be cancelled. |
TTMSFNCCloudGoogleYouTubeDeleteVideoEvent |
Event type | Event signature reporting that a video has been deleted. |
TTMSFNCCloudGoogleYouTubeGetCommentThreadsCompleteEvent |
Event type | Event signature raised when all pages of comment threads have been retrieved. |
TTMSFNCCloudGoogleYouTubeGetCommentThreadsEvent |
Event type | Event signature raised when a page of comment threads has been retrieved. |
TTMSFNCCloudGoogleYouTubeGetVideoDetailsEvent |
Event type | Event signature reporting retrieved details for a single video. |
TTMSFNCCloudGoogleYouTubeGetVideoRatingEvent |
Event type | Event signature reporting the viewer's rating for a video. |
TTMSFNCCloudGoogleYouTubeGetVideosCompleteEvent |
Event type | Event signature raised when all pages of videos have been retrieved. |
TTMSFNCCloudGoogleYouTubeGetVideosEvent |
Event type | Event signature raised when a page of videos has been retrieved. |
TTMSFNCCloudGoogleYouTubeRating |
Enum | Rating a viewer has applied to a video or comment. |
TTMSFNCCloudGoogleYouTubeSetVideoRatingEvent |
Event type | Event signature reporting that a video rating has been set. |
TTMSFNCCloudGoogleYouTubeUpdateVideoEvent |
Event type | Event signature reporting that a video's metadata has been updated. |
TTMSFNCCloudGoogleYouTubeUploadVideoEvent |
Event type | Event signature reporting that a video upload has finished. |
TTMSFNCCloudGoogleYouTubeUploadVideoProgressEvent |
Event type | Event signature reporting upload progress for a video. |
TMS FNC Cloud Hubic
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudHubic |
Non-visual component that connects to a Hubic cloud storage account and publishes the storage, account, and sharing operations for use at design time. |
TTMSFNCCloudHubicInfo |
Describes the account profile and storage quota of a connected Hubic user. |
TTMSFNCCloudHubicItem |
Represents a single file or folder entry in a Hubic storage account. Extends the OpenStack item with support for retrieving a public share link for the entry. |
TTMSFNCCloudHubicItems |
Holds a collection of TTMSFNCCloudHubicItem entries that represent the files and folders of a Hubic storage account. |
TTMSFNCCustomCloudHubic |
Base class that implements access to a Hubic cloud storage account, including OAuth authentication, account profile and quota retrieval, drive listing, and public share-link creation. Exposes the protected members that the published component publishes. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudHubicOnCreateShareEvent |
Event type | Event signaling that a public share link for an item has been created. |
TTMSFNCCloudHubicOnDeleteItemEvent |
Event type | Event signaling that an item has been deleted. |
TTMSFNCCloudHubicOnGetCurrentAccountEvent |
Event type | Event signaling that the current account profile has been retrieved. |
TTMSFNCCloudHubicOnGetFolderInfoEvent |
Event type | Event signaling that folder information has been retrieved. |
TTMSFNCCloudHubicOnGetFolderListEvent |
Event type | Event signaling that a folder listing has been retrieved. |
TTMSFNCCloudHubicOnGetLinkEvent |
Event type | Event signaling that a public link has been retrieved. |
TTMSFNCCloudHubicOnGetShareEvent |
Event type | Event signaling that a public share link for an item has been retrieved. |
TTMSFNCCloudHubicOnGetSpaceUsageEvent |
Event type | Event signaling that the account storage usage has been retrieved. |
TTMSFNCCloudHubicOnUploadFileEvent |
Event type | Event signaling that a file upload has completed. |
TMS FNC Cloud Image
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudImage |
Control that displays an image loaded from a local file or a remote URL, with stretching, cropping, centering and aspect-ratio options. |
TTMSFNCCustomCloudImage |
Base class for a control that displays an image loaded from a local file or a remote URL. Supports stretching, cropping, centering, aspect-ratio preservation, automatic sizing, and scaled bitmaps resolved through a bitmap container. |
TMS FNC Cloud IP Localization
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudIPLocalization |
Non-visual component that resolves IP addresses to geolocation details through a configurable provider. |
TTMSFNCCloudIPLocalizationAutonomousSystem |
Holds the autonomous system and network operator details associated with a resolved IP address. |
TTMSFNCCloudIPLocalizationIP |
Represents a single resolved IP address together with the geolocation details returned by the configured provider, such as city, region, country, continent, coordinates, time zone, flag, and network operator. |
TTMSFNCCloudIPLocalizationIPFlag |
Holds the country flag details associated with a resolved IP address. |
TTMSFNCCloudIPLocalizationIPTimeZone |
Holds the time zone details associated with a resolved IP address. |
TTMSFNCCloudIPLocalizationIPs |
A list that owns and stores resolved IP entries. |
TTMSFNCCustomCloudIPLocalization |
Provides the non-visual component surface for resolving IP addresses to geolocation details. Exposes the API key, the selected provider, the list of resolved entries, and methods to request a lookup. |
TTMSFNCCustomCloudIPLocalizationLogic |
Implements the request and response handling that resolves IP addresses against the selected geolocation provider. This is the non-visual logic layer used by the component. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudIPLocalizationContinent |
Enum | Identifies the continent that a resolved IP address belongs to. |
TTMSFNCCloudIPLocalizationGetIPEvent |
Event type | Occurs when an IP localization request completes, returning the resolved IP entry and the outcome of the request. |
TTMSFNCCloudIPLocalizationService |
Enum | Identifies the third-party IP geolocation provider used to resolve location details for an IP address. |
TTMSFNCCloudIPLocalizatoinGetFlagImageEvent |
Event type | Occurs when a country flag image download completes, providing the downloaded image data for the associated IP entry. |
TMS FNC Cloud Logger
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudLogger |
Drop-in component that logs messages and exceptions to a cloud logging service, organized by project. |
TTMSFNCCloudLoggerEvent |
Represents a single logged event, such as one occurrence of an exception or message, within a stack. |
TTMSFNCCloudLoggerEvents |
Collection of TTMSFNCCloudLoggerEvent objects held by a stack. |
TTMSFNCCloudLoggerExceptionless |
Logger component backed by the Exceptionless service. |
TTMSFNCCloudLoggerProject |
Represents a single project on the active logging service, holding its stacks and exposing logging operations scoped to that project. |
TTMSFNCCloudLoggerProjects |
Collection of TTMSFNCCloudLoggerProject objects held by the logger component. |
TTMSFNCCloudLoggerRollbar |
Logger component backed by the Rollbar service. |
TTMSFNCCloudLoggerSentry |
Logger component backed by the Sentry service. |
TTMSFNCCloudLoggerStack |
Represents a group of related events, such as repeated occurrences of the same error, within a project. |
TTMSFNCCloudLoggerStacks |
Collection of TTMSFNCCloudLoggerStack objects held by a project. |
TTMSFNCCustomCloudLogger |
Base component that provides a single, service-independent API for logging messages and exceptions and for retrieving projects, stacks and events from a supported logging back end. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudLoggerGetEventsEvent |
Event type | Event type signaled when events for a stack have been retrieved. |
TTMSFNCCloudLoggerGetProjectsEvent |
Event type | Event type signaled when projects have been retrieved. |
TTMSFNCCloudLoggerGetStacksEvent |
Event type | Event type signaled when stacks for a project have been retrieved. |
TTMSFNCCloudLoggerLogEvent |
Event type | Event type signaled when a log or exception submission has completed. |
TTMSFNCCloudLoggerLogLevel |
Enum | Severity level associated with a log message, exception or reported issue. |
TTMSFNCCloudLoggerService |
Enum | Backend logging service the component reports to. |
TTMSFNCCloudLoggerStatus |
Enum | Resolution status of a reported issue or stack. |
TMS FNC Cloud MailChimp Marketing
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudCustomMailChimpMarketing |
Base component that wraps marketing list, member, and campaign operations. |
TTMSFNCCloudMailChimpCampaign |
Represents a marketing campaign, including list, content, settings, and delivery metadata. |
TTMSFNCCloudMailChimpCampaignSettings |
Stores sender, subject, template, and social-sharing settings for a campaign. |
TTMSFNCCloudMailChimpCampaigns |
Stores a list of marketing campaign objects. |
TTMSFNCCloudMailChimpListMember |
Represents a contact subscribed to, unsubscribed from, or archived in a subscriber list. |
TTMSFNCCloudMailChimpListMemberLocation |
Stores the approximate geographic location associated with a list member. |
TTMSFNCCloudMailChimpListMembers |
Stores a list of member objects returned for a subscriber list. |
TTMSFNCCloudMailChimpMarketing |
Component for managing marketing audiences, members, campaigns, and campaign content. |
TTMSFNCCloudMailChimpSubscriberList |
Represents a marketing audience list with contact, campaign default, module, and statistics data. |
TTMSFNCCloudMailChimpSubscriberListCampaignDefaults |
Stores the default sender, subject, and language values used for campaigns created for a subscriber list. |
TTMSFNCCloudMailChimpSubscriberListContact |
Stores the contact address and phone details for a subscriber list. |
TTMSFNCCloudMailChimpSubscriberListStats |
Contains aggregate subscriber-list and campaign engagement statistics. |
TTMSFNCCloudMailChimpSubscriberLists |
Stores a list of subscriber list objects. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudMailChimpCampaignContentEvent |
Event type | Event raised when campaign content is retrieved. |
TTMSFNCCloudMailChimpCampaignContentType |
Enum | Identifies the content source used by a campaign. |
TTMSFNCCloudMailChimpCampaignEvent |
Event type | Event raised for operations that return or modify a campaign. |
TTMSFNCCloudMailChimpCampaignType |
Enum | Identifies the type of campaign to create or inspect. |
TTMSFNCCloudMailChimpCampaignsEvent |
Event type | Event raised for operations that return a collection of campaigns. |
TTMSFNCCloudMailChimpErrorEvent |
Event type | Event raised when a marketing API request fails. |
TTMSFNCCloudMailChimpListEvent |
Event type | Event raised for operations that return or modify a subscriber list. |
TTMSFNCCloudMailChimpListMemberStatus |
Enum | Identifies the subscription state of a list member. |
TTMSFNCCloudMailChimpListsEvent |
Event type | Event raised for operations that return a collection of subscriber lists. |
TTMSFNCCloudMailChimpMemberEvent |
Event type | Event raised for operations that return or modify a list member. |
TTMSFNCCloudMailChimpMembersEvent |
Event type | Event raised for operations that return a collection of list members. |
TMS FNC Cloud MailChimp Transactions
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCLoudMailChimpFile |
Represents a file attached to or embedded in a message, including its name, MIME type, and base64-encoded content. |
TTMSFNCCLoudMailChimpRecipient |
Represents a single message recipient, holding the email address, display name, and addressing role. |
TTMSFNCCloudMailChimpMergeVariable |
Associates a set of merge variables with a specific recipient so the variables apply only to messages sent to that address. |
TTMSFNCCloudMailChimpMergeVariables |
A collection of per-recipient merge variable sets. |
TTMSFNCCloudMailChimpMessage |
Describes a complete transactional message, including content, sender and recipient details, tracking options, attachments, and merge configuration. |
TTMSFNCCloudMailChimpTo |
A collection of message recipients. |
TTMSFNCCloudMailChimpTransactions |
Component that sends transactional email messages through the Mandrill (MailChimp Transactional) service, exposing the API key and result events. |
TTMSFNCCloudMailChimpVariable |
Represents a single named merge variable and the content substituted for it during merging. |
TTMSFNCCloudMailChimpVariables |
A collection of merge variables. |
TTMSFNCCustomCloudMailChimpTransactions |
Base class that sends transactional email messages through the Mandrill (MailChimp Transactional) service. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudMailChimpMergeLanguage |
Enum | Selects the template syntax used to merge dynamic content into a message. |
TTMSFNCCloudMailChimpRecipientType |
Enum | Identifies the role a recipient plays in an outgoing message. |
TTMSFNCCustomCloudMailChimpTransactionsErrorEvent |
Event type | Signature for the event raised when a send request fails. |
TMS FNC Cloud Microsoft OneDrive
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudMicrosoftOneDrive |
Component that connects to a Microsoft OneDrive account and provides file and folder management, including listing, search, upload, download, delete, move, rename, folder creation, and link or share generation. |
TTMSFNCCloudMicrosoftOneDriveInfo |
Holds account information for the connected user, including the account identity and storage quota usage. |
TTMSFNCCloudMicrosoftOneDriveItem |
Represents a single file or folder entry returned by a storage operation, extended with provider-specific link, share, description and creator information. |
TTMSFNCCloudMicrosoftOneDriveItems |
Collection of TTMSFNCCloudMicrosoftOneDriveItem objects, used to hold the files and folders returned by listing, search and folder operations. |
TTMSFNCCloudMicrosoftOneDriveUser |
Describes the user that created or owns a storage item, exposing the user identifier and display name. |
TTMSFNCCustomCloudMicrosoftOneDrive |
Base storage component that connects to a Microsoft OneDrive account and exposes file and folder operations such as listing, search, upload, download, delete, move, rename, folder creation, and link or share generation, with both synchronous and promise-based variants. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudMicrosoftOneDriveLanguage |
Enum | Preferred language used by the service for localized responses such as error messages. |
TTMSFNCCloudMicrosoftOneDriveOnCreateFolderEvent |
Event type | Event signature reporting a newly created folder. |
TTMSFNCCloudMicrosoftOneDriveOnDeleteItemEvent |
Event type | Event signature reporting that a delete operation has finished. |
TTMSFNCCloudMicrosoftOneDriveOnDownloadFileEvent |
Event type | Event signature reporting that a download has finished. |
TTMSFNCCloudMicrosoftOneDriveOnGetAccountInfoEvent |
Event type | Event signature reporting the current account information. |
TTMSFNCCloudMicrosoftOneDriveOnGetFileInfoEvent |
Event type | Event signature reporting retrieved metadata for a single file. |
TTMSFNCCloudMicrosoftOneDriveOnGetFolderListEvent |
Event type | Event signature reporting the items returned by a folder listing. |
TTMSFNCCloudMicrosoftOneDriveOnGetLinkEvent |
Event type | Event signature reporting a retrieved download link. |
TTMSFNCCloudMicrosoftOneDriveOnGetShareEvent |
Event type | Event signature reporting a retrieved public share URL. |
TTMSFNCCloudMicrosoftOneDriveOnMoveFileEvent |
Event type | Event signature reporting a moved or renamed file or folder. |
TTMSFNCCloudMicrosoftOneDriveOnSearchEvent |
Event type | Event signature reporting the result of a search request. |
TTMSFNCCloudMicrosoftOneDriveOnUploadFileEvent |
Event type | Event signature reporting that an upload has finished. |
TMS FNC Cloud Microsoft Outlook Calendar
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudMicrosoftOutlookAttendee |
Represents a single attendee of a calendar event, including the attendee name, email address and response status. |
TTMSFNCCloudMicrosoftOutlookAttendees |
Collection of TTMSFNCCloudMicrosoftOutlookAttendee objects, holding the attendees of a calendar event. |
TTMSFNCCloudMicrosoftOutlookCal |
Represents a single calendar in the connected account, identified by its unique id and display name. |
TTMSFNCCloudMicrosoftOutlookCalendar |
Component that connects to a Microsoft account and exposes its calendars and events for reading, adding, updating and deleting, with notification events published for design-time use. |
TTMSFNCCloudMicrosoftOutlookCalendarItem |
Represents a single calendar event, exposing its scheduling, description, classification, reminder and attendee information. |
TTMSFNCCloudMicrosoftOutlookCalendarItems |
Collection of TTMSFNCCloudMicrosoftOutlookCalendarItem objects, holding the events returned for a calendar. |
TTMSFNCCloudMicrosoftOutlookCalendars |
Collection of TTMSFNCCloudMicrosoftOutlookCal objects, holding the calendars available in the connected account. |
TTMSFNCCustomCloudMicrosoftOutlookCalendar |
Base component providing access to the calendars and events of a connected Microsoft account, including reading, adding, updating and deleting calendars and their events. |
Related Types
| Type | Kind | Description |
|---|---|---|
TSensitivity |
Enum | Indicates the sensitivity (privacy) classification of an event. |
TShowAs |
Enum | Indicates the availability status shown to others for the time occupied by an event. |
TTMSFNCCloudMicrosoftOutlookAttendeeResponse |
Enum | Indicates how an attendee has responded to an event invitation. |
TTMSFNCCloudMicrosoftOutlookCalendarAddCalendarEvent |
Event type | Event signature reporting the result of adding a calendar. |
TTMSFNCCloudMicrosoftOutlookCalendarAddCalendarItemEvent |
Event type | Event signature reporting the result of adding a calendar event. |
TTMSFNCCloudMicrosoftOutlookCalendarDeleteCalendarEvent |
Event type | Event signature reporting the result of deleting a calendar. |
TTMSFNCCloudMicrosoftOutlookCalendarDeleteCalendarItemEvent |
Event type | Event signature reporting the result of deleting a calendar event. |
TTMSFNCCloudMicrosoftOutlookCalendarGetCalendarEvent |
Event type | Event signature reporting the result of retrieving the events of a calendar. |
TTMSFNCCloudMicrosoftOutlookCalendarGetCalendarItemEvent |
Event type | Event signature reporting the result of retrieving a single calendar event. |
TTMSFNCCloudMicrosoftOutlookCalendarGetCalendarsEvent |
Event type | Event signature reporting the result of retrieving the list of calendars. |
TTMSFNCCloudMicrosoftOutlookCalendarUpdateCalendarEvent |
Event type | Event signature reporting the result of updating a calendar. |
TTMSFNCCloudMicrosoftOutlookCalendarUpdateCalendarItemEvent |
Event type | Event signature reporting the result of updating a calendar event. |
TMS FNC Cloud Microsoft Outlook Contacts
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudMicrosoftOutlookContacts |
Drop-in component for reading and managing a user's Outlook contacts, including contact images. |
TTMSFNCCloudMicrosoftOutlookContactsContact |
Represents a single contact, exposing its personal details, addresses, email addresses and photo. Instances are managed by a contacts collection and populated from the service response. |
TTMSFNCCloudMicrosoftOutlookContactsContacts |
Collection of contacts retrieved from the service. The collection is cleared and repopulated whenever contacts are fetched. |
TTMSFNCCloudMicrosoftOutlookContactsEmail |
Represents a single email address associated with a contact, holding both the address itself and an optional display name. |
TTMSFNCCloudMicrosoftOutlookContactsEmails |
Collection of email addresses belonging to a contact. |
TTMSFNCCloudMicrosoftOutlookContactsPostalAddress |
Represents a postal address for a contact, such as a home or business address, broken down into individual address components. |
TTMSFNCCustomCloudMicrosoftOutlookContacts |
Base component that connects to the Outlook contacts service and provides asynchronous operations to list, retrieve, create, update and delete contacts, as well as download and upload contact photos. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudMicrosoftOutlookContactsContactEvent |
Event type | Event signature for asynchronous operations that act on a single contact. Fired when a request that retrieves, creates, updates or transfers an image for one contact completes. |
TTMSFNCCloudMicrosoftOutlookContactsContactsEvent |
Event type | Event signature for asynchronous operations that return a collection of contacts. Fired when a request that retrieves multiple contacts completes. |
TMS FNC Cloud Microsoft Outlook Mail
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudMicrosoftOutlookMail |
Drop-in component for reading, composing and sending Outlook mail, including folders and attachments. |
TTMSFNCCloudMicrosoftOutlookMailAttachment |
Represents an attachment of a received message, including its name, size and Base64-encoded content. |
TTMSFNCCloudMicrosoftOutlookMailAttachments |
Collection of attachments belonging to a received message. |
TTMSFNCCloudMicrosoftOutlookMailFile |
Represents a file to attach to an outgoing message, with an optional content identifier and inline flag. |
TTMSFNCCloudMicrosoftOutlookMailFiles |
Collection of files to attach to an outgoing message. |
TTMSFNCCloudMicrosoftOutlookMailFolder |
Represents a single mail folder, exposing its identifier, display name and message count. |
TTMSFNCCloudMicrosoftOutlookMailFolders |
Collection of mail folders retrieved from the account. |
TTMSFNCCloudMicrosoftOutlookMailItem |
Represents a single mail message, including its sender, recipients, subject, body, attachments and state flags. |
TTMSFNCCloudMicrosoftOutlookMailItems |
Collection of mail messages retrieved from a folder. |
TTMSFNCCustomCloudMicrosoftOutlookMail |
Base class that connects to a Microsoft Outlook mailbox and provides reading folders and messages, downloading attachments, and sending and deleting messages. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudMicrosoftOutlookMailDeleteMessageEvent |
Event type | Signature of the event raised when a message has been deleted. |
TTMSFNCCloudMicrosoftOutlookMailGetFoldersEvent |
Event type | Signature of the event raised when the list of folders has been retrieved. |
TTMSFNCCloudMicrosoftOutlookMailGetMailsEvent |
Event type | Signature of the event raised when the list of messages has been retrieved. |
TTMSFNCCloudMicrosoftOutlookMailOnGetAttachmentsEvent |
Event type | Signature of the event raised when attachments have been retrieved for a message. |
TTMSFNCCloudMicrosoftOutlookMailSendMessageEvent |
Event type | Signature of the event raised when a message has been sent. |
TMS FNC Cloud PayPal
Classes And Records
| Type | Description |
|---|---|
TTMSFNCApprovalProcess |
Handles the buyer approval step of a payment by driving the OAuth authorization flow. |
TTMSFNCCloudPayPal |
Drop-in component for processing payments through PayPal. |
TTMSFNCCloudPayPalError |
Holds the error information returned by the payment service when a request fails. |
TTMSFNCCloudPayPalItem |
Represents a single line item included in a payment transaction, such as a product or service being purchased. |
TTMSFNCCloudPayPalItems |
Holds the collection of line items that make up a payment transaction. |
TTMSFNCCloudPayPalPayer |
Holds the payer and shipping details returned for a completed payment. |
TTMSFNCCloudPayPalPayment |
Holds the details of a completed payment, including the payer, the transaction identifier, and the amount that was charged. |
TTMSFNCCloudPayPalTransaction |
Describes the payment to be created: the currency, the line items, and the optional shipping, tax, and insurance amounts added to the total. |
TTMSFNCCustomCloudPayPal |
Base component that processes payments through PayPal, exposing the payment, transaction and error data and the related events. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudPayPalCreatePaymentEvent |
Event type | (undocumented) |
TTMSFNCCloudPayPalCurrency |
Enum | Identifies the three-letter currency in which a payment amount is expressed. The value maps to the corresponding ISO 4217 currency code when the request is sent. |
TTMSFNCCloudPayPalEnvironment |
Enum | Selects the API endpoint against which payment requests are issued. |
TTMSFNCCloudPayPalExecutePaymentEvent |
Event type | (undocumented) |
TTMSFNCCloudPayPalGetPaymentAccessEvent |
Event type | (undocumented) |
TMS FNC Cloud PushOver
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudPushOver |
Non-visual component that sends push notifications and validates recipients through the Pushover service. |
TTMSFNCCloudPushOverMessage |
Represents a single push notification together with all of its delivery options, such as recipient, title, body, sound, and priority. |
TTMSFNCCustomCloudPushOver |
Provides the base implementation for sending push notifications and validating recipients through the Pushover service. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudPushOverErrorEvent |
Event type | Occurs when a push notification request fails, reporting the error description and HTTP status code returned by the service. |
TTMSFNCCloudPushOverMessagePriority |
Enum | Defines the delivery priority assigned to a push notification. |
TTMSFNCCloudPushOverMessageSound |
Enum | Defines the notification sound played on the recipient device when a push notification is received. |
TTMSFNCCloudPushOverUserValidEvent |
Event type | Occurs after a user validation request completes, reporting whether the supplied user identifier is valid. |
TMS FNC Cloud Rollbar
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudRollBar |
Drop-in component that logs messages and exceptions to the Rollbar service, organized by project. |
TTMSFNCCloudRollBarItem |
Represents a logged item, grouping together one or more occurrences of the same error or message and exposing aggregate information such as the occurrence count and status. |
TTMSFNCCloudRollBarItems |
Owning list of TTMSFNCCloudRollBarItem objects belonging to a project. |
TTMSFNCCloudRollBarOccurrence |
Represents a single occurrence (instance) of a logged item, holding the details of one captured event such as its level, message, source and stack trace. |
TTMSFNCCloudRollBarOccurrences |
Owning list of TTMSFNCCloudRollBarOccurrence objects belonging to an item. |
TTMSFNCCloudRollBarProject |
Represents a project, the container under which items and their occurrences are logged and retrieved, and from which new exceptions and messages can be logged. |
TTMSFNCCloudRollBarProjects |
Owning list of TTMSFNCCloudRollBarProject objects managed by the component. |
TTMSFNCCustomCloudRollBar |
Base class for the error and message logging service component. Connects to the service, retrieves projects, items and occurrences, and logs exceptions and messages. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudRollBarGetItemsEvent |
Event type | Occurs when a request for the items of a project completes. |
TTMSFNCCloudRollBarGetOccurrencesEvent |
Event type | Occurs when a request for the occurrences of an item completes. |
TTMSFNCCloudRollBarGetProjectsEvent |
Event type | Occurs when a request for the projects completes. |
TTMSFNCCloudRollBarItemStatus |
Enum | Current handling state of a logged item. |
TTMSFNCCloudRollBarLogEvent |
Event type | Occurs when logging a message or exception to a project completes. |
TTMSFNCCloudRollBarLogLevel |
Enum | Severity level associated with a logged message, exception or occurrence. |
TMS FNC Cloud SendGrid
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudSendGrid |
Non-visual component that sends transactional email through the SendGrid service using an API key and a configurable mail template. |
TTMSFNCCloudSendGridAttachment |
Represents a file attachment of the message, holding its Base64-encoded content, file name, MIME type and disposition. |
TTMSFNCCloudSendGridAttachments |
Owning list of TTMSFNCCloudSendGridAttachment objects holding the message attachments. |
TTMSFNCCloudSendGridBCC |
A person added as a blind carbon-copy (BCC) recipient of the message. |
TTMSFNCCloudSendGridBCCList |
List of TTMSFNCCloudSendGridBCC blind carbon-copy recipients. |
TTMSFNCCloudSendGridCC |
A person added as a carbon-copy (CC) recipient of the message. |
TTMSFNCCloudSendGridCCList |
List of TTMSFNCCloudSendGridCC carbon-copy recipients. |
TTMSFNCCloudSendGridContent |
Represents one content body of the message, such as a plain-text or HTML part, with its MIME type and value. |
TTMSFNCCloudSendGridContents |
Owning list of TTMSFNCCloudSendGridContent objects holding the message content bodies. |
TTMSFNCCloudSendGridMailTemplate |
Describes a mail message to send, including sender, reply-to, recipients, carbon copies and template content. |
TTMSFNCCloudSendGridPerson |
Represents a single person involved in an email message, holding an email address and an optional display name. |
TTMSFNCCloudSendGridPersonList |
Owning list of all TTMSFNCCloudSendGridPerson objects referenced by the template. |
TTMSFNCCloudSendGridRecipient |
A person added as a primary recipient (To) of the message. |
TTMSFNCCloudSendGridRecipientList |
List of TTMSFNCCloudSendGridRecipient primary recipients. |
TTMSFNCCloudSendGridReplyTo |
A person used as the reply-to address of the message. |
TTMSFNCCloudSendGridReplyToList |
List of TTMSFNCCloudSendGridReplyTo reply-to entries. |
TTMSFNCCloudSendGridSubstitutionList |
Dictionary mapping substitution token keys to their replacement lines. |
TTMSFNCCustomCloudSendGrid |
Base class implementing the SendGrid mail-sending service, exposing the API key, the mail template and the result events. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudSendGridAttachmentDisposition |
Enum | Determines how an attachment is presented in the message. |
TTMSFNCCloudSendGridErrorEvent |
Event type | Event signature reporting that a send request failed. |
TTMSFNCCloudSendGridType |
Enum | Identifies the role a person plays in an email message. |
TMS FNC Cloud Sentry
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudSentry |
Drop-in component that logs messages and exceptions to the Sentry service, organized by project. |
TTMSFNCCloudSentryEvent |
Represents a single captured event belonging to an issue, holding the metadata returned by the service such as level, platform, message and the user context. |
TTMSFNCCloudSentryEvents |
Owning list of TTMSFNCCloudSentryEvent objects. |
TTMSFNCCloudSentryIssue |
Represents a single issue (a grouped set of similar events) belonging to a project, holding its metadata and the events retrieved for it. |
TTMSFNCCloudSentryIssues |
Owning list of TTMSFNCCloudSentryIssue objects. |
TTMSFNCCloudSentryProject |
Represents a single project, holding its metadata, organization information and the issues retrieved for it, and exposing helpers to fetch issues and to log messages and exceptions to the project. |
TTMSFNCCloudSentryProjects |
Owning list of TTMSFNCCloudSentryProject objects. |
TTMSFNCCustomCloudSentry |
Base component that connects to the Sentry service, retrieves projects, issues and events, and logs messages and exceptions. This is the non-published base class; use the published TTMSFNCCloudSentry component on a form. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudSentryGetEventsEvent |
Event type | Event signature reporting events retrieved for an issue. |
TTMSFNCCloudSentryGetIssuesEvent |
Event type | Event signature reporting issues retrieved for a project. |
TTMSFNCCloudSentryGetProjectsEvent |
Event type | Event signature reporting retrieved projects. |
TTMSFNCCloudSentryIssueStatus |
Enum | Current resolution status of an issue. |
TTMSFNCCloudSentryLogEvent |
Event type | Event signature reporting the result of a log operation. |
TTMSFNCCloudSentryLogLevel |
Enum | Severity level associated with a logged message, event or issue. |
TTMSFNCCloudSentryPlatform |
Enum | Reporting platform or language an event or issue originates from. |
TMS FNC Cloud Shopify
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudShopify |
Component that connects to a Shopify store and manages orders and fulfillments. Publishes events and properties for use at design time. |
TTMSFNCCloudShopifyAddress |
Represents a postal address as returned by the store, such as an order billing or shipping address, a line item origin location, or the shop address. All values are read-only and populated from the service response. |
TTMSFNCCloudShopifyLineItem |
Represents a single line item within an order, including the product title, price, quantity, and fulfillment details. All values are read-only and populated from the service response. |
TTMSFNCCloudShopifyLineItems |
An owning list of line items belonging to an order. |
TTMSFNCCloudShopifyOrder |
Represents a single store order, including its status, addresses, line items, and contact details. Instances are created when orders are retrieved; all values are read-only and populated from the service response. |
TTMSFNCCloudShopifyOrders |
An owning list of orders retrieved from the store. |
TTMSFNCCloudShopifyShop |
Holds the details of the connected store, such as its name, domain, contact email, and primary address. Populated when the access tokens are validated. |
TTMSFNCCustomCloudShopify |
Base component that connects to a Shopify store to read orders and shop details and manage order fulfillment. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudShopifyFulfillmentStatus |
Enum | Identifies the fulfillment status of an order or a single line item. Used to filter orders and to report how far fulfillment has progressed. |
TTMSFNCCloudShopifyOrderStatus |
Enum | Identifies the lifecycle status of an order. Used to filter orders when requesting them and to report the current state of an order. |
TTMSFNCCloudShopifykFulfillmentSetEvent |
Event type | Occurs when a fulfillment request completes, reporting whether the fulfillment was set successfully. |
TTMSFNCCloudShopifykGetOrdersEvent |
Event type | Occurs when a request for orders completes and the orders have been parsed into the list. |
TMS FNC Cloud Slack
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudSlack |
Component wrapper that publishes Slack service events and properties. |
TTMSFNCCloudSlackConversation |
Stores a Slack conversation such as a channel or direct message. |
TTMSFNCCloudSlackConversations |
Stores Slack conversations and paging information. |
TTMSFNCCloudSlackFile |
Stores metadata and downloaded content for a Slack file. |
TTMSFNCCloudSlackFiles |
Stores files attached to Slack messages. |
TTMSFNCCloudSlackInstantMessage |
Represents a direct message conversation. |
TTMSFNCCloudSlackInstantMessages |
Stores direct message conversations. |
TTMSFNCCloudSlackMessage |
Stores one Slack message and its related files, replies, and reactions. |
TTMSFNCCloudSlackMessages |
Stores Slack messages and paging information. |
TTMSFNCCloudSlackMultiPartyInstantMessage |
Represents a multi-party direct message conversation. |
TTMSFNCCloudSlackMultiPartyInstantMessages |
Stores multi-party direct message conversations. |
TTMSFNCCloudSlackPrivateChannel |
Represents a private Slack channel conversation. |
TTMSFNCCloudSlackPrivateChannels |
Stores private Slack channel conversations. |
TTMSFNCCloudSlackProfile |
Stores Slack profile details for a user. |
TTMSFNCCloudSlackPublicChannel |
Represents a public Slack channel conversation. |
TTMSFNCCloudSlackPublicChannels |
Stores public Slack channel conversations. |
TTMSFNCCloudSlackReaction |
Stores one reaction attached to a Slack message. |
TTMSFNCCloudSlackReactions |
Stores Slack message reactions. |
TTMSFNCCloudSlackReplies |
Stores Slack message replies and paging information. |
TTMSFNCCloudSlackReply |
Stores one reply in a Slack message thread. |
TTMSFNCCloudSlackUser |
Stores Slack user account and profile information. |
TTMSFNCCloudSlackUsers |
Stores Slack users and paging information. |
TTMSFNCCustomCloudSlack |
Implements Slack service access, requests, and result events. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudSlack2FactorAuth |
Enum | Identifies the two-factor authentication method configured for a Slack user. |
TTMSFNCCloudSlackConversationType |
Enum | Identifies the Slack conversation category returned by the conversations API. |
TTMSFNCCloudSlackConversationTypes |
Type alias | Defines a set of Slack conversation categories to include in list requests. |
TTMSFNCCloudSlackDeleteMessageEvent |
Event type | Occurs when a Slack message delete request completes. |
TTMSFNCCloudSlackGetConversationHistoryEvent |
Event type | Occurs when a Slack conversation history request completes. |
TTMSFNCCloudSlackGetConversationsEvent |
Event type | Occurs when a Slack conversation list request completes. |
TTMSFNCCloudSlackGetFileEvent |
Event type | Occurs when a Slack file download request completes. |
TTMSFNCCloudSlackGetMessageRepliesEvent |
Event type | Occurs when a Slack message replies request completes. |
TTMSFNCCloudSlackGetProfilePictureEvent |
Event type | Occurs when a Slack profile picture download request completes. |
TTMSFNCCloudSlackGetUserConversationsEvent |
Event type | Occurs when a user conversation list request completes. |
TTMSFNCCloudSlackGetUserInformationEvent |
Event type | Occurs when a Slack user information request completes. |
TTMSFNCCloudSlackGetUsersEvent |
Event type | Occurs when a Slack users request completes. |
TTMSFNCCloudSlackJoinConversationEvent |
Event type | Occurs when a Slack conversation join request completes. |
TTMSFNCCloudSlackPostMessageEvent |
Event type | Occurs when a Slack message post request completes. |
TTMSFNCCloudSlackPostReplyEvent |
Event type | Occurs when a Slack thread reply request completes. |
TTMSFNCCloudSlackProfileImageSizes |
Enum | Defines the Slack profile image size to request. |
TTMSFNCCloudSlackUploadFileEvent |
Event type | Occurs when a Slack file upload request completes. |
TMS FNC Cloud SMS
Classes And Records
| Type | Description |
|---|---|
ITMSFNCCloudSMSService |
Factory contract that creates and releases SMS provider instances for a registered service. |
ITMSFNCCloudSMSServiceBulkSMS |
Service factory contract for the BulkSMS provider. |
ITMSFNCCloudSMSServiceInfoBip |
Service factory contract for the InfoBip SMS provider. |
ITMSFNCCloudSMSServiceSpryng |
Service factory contract for the Spryng SMS provider. |
ITMSFNCCloudSMSServiceTwilio |
Service factory contract for the Twilio SMS provider. |
ITMSFNCCustomCloudSMS |
Contract implemented by every SMS provider, describing how a message request is built, sent and parsed for that provider. |
ITMSFNCCustomCloudSMSInstance |
Implemented by a provider instance so the host component can pass it the credential properties to use for requests. |
ITMSFNCCustomCloudSMSProperties |
Exposes the authentication credentials of an SMS component to a provider implementation. |
TTMSFNCCloudSMS |
Component that sends text messages through Twilio, InfoBip, BulkSMS or Spryng. |
TTMSFNCCloudSMSCallBackWrapper |
Wraps a send-message callback so it can be carried through a request as an object reference. |
TTMSFNCCloudSMSFactoryService |
Base service factory that creates provider instances and tracks them for cleanup. |
TTMSFNCCloudSMSItem |
Represents a single value parsed from a message response, carrying the value in one of several general-purpose data fields. |
TTMSFNCCloudSMSItems |
Collection of TTMSFNCCloudSMSItem values parsed from a message response. |
TTMSFNCCloudSMSList |
List of provider instances created by a service factory. |
TTMSFNCCloudSMSPlatformServices |
Registry of platform service interfaces used to resolve messaging back ends at runtime. |
TTMSFNCCloudSMSPlatformServicesList |
Keyed list of registered platform services. |
TTMSFNCCloudSMSPlatformServicesService |
Associates a registered platform service interface with its service identifier. |
TTMSFNCCloudSMSRequest |
Represents the outcome of a single send-message request, holding the provider status, any error message and the parsed response items. |
TTMSFNCCloudSMSRequests |
Collection of TTMSFNCCloudSMSRequest objects holding the history of send-message requests. |
TTMSFNCCloudSMSResultCallBackWrapper |
Wraps a result-only send-message callback so it can be carried through a request as an object reference. |
TTMSFNCCustomCloudSMS |
Base component that sends text messages through a configurable provider, exposing the credentials, the selected service and the request history. |
TTMSFNCCustomCloudSMSInterfacedObject |
Base class for a provider instance, holding the credential properties assigned by the host component. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudSMSSendCloudSMSCallBack |
Event type | Anonymous callback invoked when a send-message request completes, receiving the request and the underlying request result. |
TTMSFNCCloudSMSSendCloudSMSEvent |
Event type | Event signature reporting that a send-message request has completed. |
TTMSFNCCloudSMSSendCloudSMSResultCallBack |
Event type | Anonymous callback invoked with only the parsed result of a completed send-message request. |
TTMSFNCCloudSMSSendCloudSMSResultEvent |
Event type | Event signature reporting the parsed result of a completed send-message request. |
TTMSFNCCloudSMSService |
Enum | Identifies the SMS provider used to send messages. |
TMS FNC Cloud Stellar Data Store
Classes And Records
| Type | Description |
|---|---|
ITMSFNCCloudStellarDataStore |
Exposes authentication settings required by Stellar Data Store adapters. |
ITMSFNCCloudStellarDataStoreDataSet |
Exposes the active project and table identifiers used by dataset adapters. |
TTMSFNCCloudCustomStellarDataStore |
Implements Stellar Data Store authentication, table, metadata, entity, and blob operations. |
TTMSFNCCloudStellarDataStore |
Design-time component that exposes Stellar Data Store operations. |
TTMSFNCCloudStellarDataStoreBlob |
Provides file and stream access for a blob field on an entity. |
TTMSFNCCloudStellarDataStoreConnection |
Non-visual component that holds shared OAuth credentials for one or more Stellar Data Store dataset components on the same form. |
TTMSFNCCloudStellarDataStoreDataSetEntityField |
Dataset field that stores and exposes a Delphi object reference as a variant field value. |
TTMSFNCCloudStellarDataStoreDataSetFMX |
Design-time dataset component that reads and writes Stellar Data Store entities as standard TDataset fields, including support for blob and object fields. |
TTMSFNCCloudStellarDataStoreEntities |
Contains entity items returned for a table query. |
TTMSFNCCloudStellarDataStoreEntity |
Represents one row entity in a Stellar Data Store table. |
TTMSFNCCloudStellarDataStoreFilter |
Represents one filter expression for a Stellar Data Store query. |
TTMSFNCCloudStellarDataStoreFilters |
Contains filter expressions used by Stellar Data Store queries. |
TTMSFNCCloudStellarDataStoreMetaData |
Contains metadata fields for a Stellar Data Store table. |
TTMSFNCCloudStellarDataStoreMetaDataItem |
Describes one field in a Stellar Data Store table. |
TTMSFNCCloudStellarDataStoreProject |
Represents a Stellar Data Store project. |
TTMSFNCCloudStellarDataStoreProjects |
Contains projects returned by the service. |
TTMSFNCCloudStellarDataStoreSortOrderItem |
Represents one sort expression for a Stellar Data Store query. |
TTMSFNCCloudStellarDataStoreSortOrderList |
Contains sort expressions used by Stellar Data Store queries. |
TTMSFNCCloudStellarDataStoreTable |
Represents a table definition and its query state. |
TTMSFNCCloudStellarDataStoreTables |
Contains table definitions returned by the service. |
TTMSFNCCloudStellarDataStoreUser |
Stores profile information for a Stellar Data Store user. |
TTMSFNCCloudStellarDataStoreUsers |
Contains user items returned by the service. |
TTMSFNCCustomCloudStellarDataStoreDataSetFMX |
Base dataset implementation that binds Stellar Data Store entities to standard TDataset fields, providing field mapping, filtering, and blob-stream support. |
Related Types
| Type | Kind | Description |
|---|---|---|
TDatasetObjectEvent |
Event type | (undocumented) |
TRowFilterState |
Enum | (undocumented) |
TSomethingEvent |
Event type | (undocumented) |
TTMSFNCCloudStellarDataStoreBlobDataEvent |
Event type | Lets handlers approve or block blob data retrieval for a field. |
TTMSFNCCloudStellarDataStoreDataSetCreateObjectEvent |
Event type | (undocumented) |
TTMSFNCCloudStellarDataStoreEntitiesEvent |
Event type | Handles completion of an operation that returns an entity collection. |
TTMSFNCCloudStellarDataStoreEntityEvent |
Event type | Handles completion of an operation that returns a single entity. |
TTMSFNCCloudStellarDataStoreMetaDataEvent |
Event type | Handles completion of a metadata request. |
TTMSFNCCloudStellarDataStoreProjectsEvent |
Event type | Handles completion of a project-list request. |
TTMSFNCCloudStellarDataStoreStreamEvent |
Event type | Handles completion of a download request that returns stream data. |
TTMSFNCCloudStellarDataStoreTableEvent |
Event type | Handles completion of an operation that returns a single table. |
TTMSFNCCloudStellarDataStoreTablesEvent |
Event type | Handles completion of a table-list request. |
TTMSFNCCloudStellarDataStoreUserEvent |
Event type | Handles completion of a user-profile request. |
TMS FNC Cloud Storage Services
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudStorageServices |
Unified storage component that exposes a single API over multiple cloud storage providers, selecting the active provider at runtime. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudStorageCreateFolderEvent |
Event type | Occurs when a folder creation request completes. |
TTMSFNCCloudStorageServicesEvent |
Event type | Occurs when a provider request completes without returning item data. |
TTMSFNCCloudStorageServicesItemEvent |
Event type | Occurs when a provider request returns a single storage item. |
TTMSFNCCloudStorageServicesItemsEvent |
Event type | Occurs when a provider request returns a list of storage items. |
TTMSFNCCloudStorageServicesSearchEvent |
Event type | Occurs when a search request returns matching storage items. |
TTMSFNCCloudStorageServicesType |
Enum | Identifies the storage provider used by the storage services facade. |
TTMSFNCCloudStorageServicesUploadFileEvent |
Event type | Occurs when an upload request returns the uploaded storage item. |
TMS FNC Cloud SumUp
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudSumUp |
Component that runs a card payment checkout flow and surfaces the checkout details, card details, and checkout events for design-time and run-time use. |
TTMSFNCCloudSumUpCard |
Holds the card details submitted when a checkout is processed. |
TTMSFNCCloudSumUpCheckout |
Describes the checkout to create: the amount, currency, and a description. |
TTMSFNCCustomCloudSumUp |
Base class that runs a card payment checkout flow against the payment service: it obtains an access token, creates a checkout, processes the card payment, handles 3-D Secure authentication when required, and reports the outcome. |
TTMSFNCCustomCloudSumUp3DS |
Handles the 3-D Secure authentication step of a checkout by submitting the issuer challenge form in a popup browser and resuming verification on callback. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudSumUpCreateCheckoutEvent |
Event type | Occurs after the create-checkout request completes and reports its raw result. |
TTMSFNCCloudSumUpCurrency |
Enum | Lists the currencies that can be used for a checkout amount. |
TTMSFNCCloudSumUpGetCheckoutAccessEvent |
Event type | Occurs after the access-token request used to authorize a checkout completes. |
TTMSFNCCloudSumUpProcessCheckoutEvent |
Event type | Occurs after the process-checkout request that submits the card payment completes. |
TMS FNC Cloud Translation
Classes And Records
| Type | Description |
|---|---|
ITMSFNCCloudTranslationService |
Factory interface that creates and releases translation service instances. |
ITMSFNCCloudTranslationServiceDeepL |
Factory interface that creates the DeepL translation service. |
ITMSFNCCloudTranslationServiceGoogle |
Factory interface that creates the Google translation service. |
ITMSFNCCloudTranslationServiceIBM |
Factory interface that creates the IBM translation service. |
ITMSFNCCloudTranslationServiceMicrosoft |
Factory interface that creates the Microsoft translation service. |
ITMSFNCCustomCloudTranslation |
Abstracts a translation service provider, defining how requests for translation, language detection and supported languages are built, sent and parsed. |
ITMSFNCCustomCloudTranslationInstance |
Implemented by a translation service instance so the owning component can supply it with the connection properties to use. |
ITMSFNCCustomCloudTranslationProperties |
Exposes the connection properties (API key, service endpoint and service region) of a translation component to a service implementation. |
TTMSFNCCloudTranslation |
Cloud translation component that translates text, detects the language of text and lists the languages supported by a selectable provider (Google, Microsoft or DeepL). Surfaces the connection settings, events and result collections at design time. |
TTMSFNCCloudTranslationData |
Holds the original text passed to a translate or detect request so it can be matched with the result returned by the service. |
TTMSFNCCloudTranslationDetectCallbackWrapper |
Holds a callback invoked with the result of a language-detection request. |
TTMSFNCCloudTranslationDetection |
Represents a single language-detection result, holding the analyzed text and the detected source language. |
TTMSFNCCloudTranslationDetections |
Collection of TTMSFNCCloudTranslationDetection items returned by a language-detection request. |
TTMSFNCCloudTranslationFactoryService |
Base factory that creates translation service instances and keeps track of them so they can be released together. Provider-specific factories override the creation method. |
TTMSFNCCloudTranslationGetSupportedLanguagesCallbackWrapper |
Holds a callback invoked with the result of a supported-languages request. |
TTMSFNCCloudTranslationList |
List of provider instances created by a service factory. |
TTMSFNCCloudTranslationPlatformServices |
Registry of platform service interfaces used to resolve translation back ends at runtime. |
TTMSFNCCloudTranslationPlatformServicesList |
List of registered translation service factory entries, keyed by the string form of each service GUID. |
TTMSFNCCloudTranslationPlatformServicesService |
Associates a registered service factory interface with the string form of its identifying GUID. |
TTMSFNCCloudTranslationQueueItem |
Represents a translation operation queued while the component waits for an authentication token. |
TTMSFNCCloudTranslationQueueList |
List of queued translation operations. |
TTMSFNCCloudTranslationRequest |
Holds the result of a single translate or detect operation, grouping the returned translations and detections together with general-purpose data slots. |
TTMSFNCCloudTranslationRequests |
Collection of TTMSFNCCloudTranslationRequest items, keeping a history of the translate and detect operations performed by the component. |
TTMSFNCCloudTranslationTranslateCallbackWrapper |
Holds a callback invoked with the result of a translate request. |
TTMSFNCCloudTranslationTranslation |
Represents a single translation result, holding the original text, the translated text and the detected source language, plus general-purpose data slots for attaching custom information. |
TTMSFNCCloudTranslationTranslations |
Collection of TTMSFNCCloudTranslationTranslation items returned by a translate request. |
TTMSFNCCustomCloudTranslation |
Base class for the cloud translation component. Connects to a selectable translation service and exposes asynchronous methods to translate text, detect the language of text and retrieve the languages supported by the service. |
TTMSFNCCustomCloudTranslationInterfacedObject |
Reference-counted base for a translation service instance that stores the connection properties supplied by the owning component. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudTranslationDetectCallback |
Event type | Callback invoked when a language-detection request completes. |
TTMSFNCCloudTranslationDetectEvent |
Event type | Event fired when a language-detection request completes. |
TTMSFNCCloudTranslationGetSupportedLanguagesCallback |
Event type | Callback invoked when a supported-languages request completes. |
TTMSFNCCloudTranslationGetSupportedLanguagesEvent |
Event type | Event fired when a supported-languages request completes. |
TTMSFNCCloudTranslationQueueItemTask |
Enum | Identifies the kind of operation a queued item represents while it waits for an authentication token. |
TTMSFNCCloudTranslationRequestTokenCallback |
Event type | Callback invoked when an authentication token request completes. |
TTMSFNCCloudTranslationService |
Enum | Identifies the translation service provider used by the component. |
TTMSFNCCloudTranslationTranslateCallback |
Event type | Callback invoked when a translate request completes. |
TTMSFNCCloudTranslationTranslateEvent |
Event type | Event fired when a translate request completes. |
TMS FNC Cloud WhatsApp
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCloudCustomWhatsApp |
Provides the shared implementation for WhatsApp Business messaging, media upload, and media download operations. |
TTMSFNCCloudWhatsApp |
Exposes WhatsApp Business messaging, media upload, and media download operations as a component. |
TTMSFNCCloudWhatsAppContact |
Builds a WhatsApp contact card with name, address, email, phone, URL, and organization details. |
TTMSFNCCloudWhatsAppContactAddress |
Stores an address entry for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactAddresses |
Contains address entries for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactEmail |
Stores an email address entry for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactEmails |
Contains email entries for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactName |
Stores the name fields for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactOrganization |
Stores organization fields for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactPhone |
Stores a phone number entry for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactPhones |
Contains phone entries for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactURL |
Stores a URL entry for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactURLs |
Contains URL entries for a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContacts |
Contains contact cards for a WhatsApp contacts message. |
TTMSFNCCloudWhatsAppFiles |
Stores uploaded WhatsApp media entries and provides lookup helpers. |
TTMSFNCCloudWhatsAppLocation |
Stores location data for a WhatsApp location message. |
TTMSFNCCloudWhatsAppMedia |
Stores media metadata used for uploads, downloads, and media messages. |
TTMSFNCCloudWhatsAppMessage |
Composes a WhatsApp message payload before it is sent. |
TTMSFNCCloudWhatsAppMessages |
Stores messages sent through the WhatsApp component. |
TTMSFNCCloudWhatsAppTemplate |
Describes an approved WhatsApp message template with name, language, and component parameters. |
TTMSFNCCloudWhatsAppTemplateComponent |
Represents one component section (header, body, or button) of a WhatsApp template message. |
TTMSFNCCloudWhatsAppTemplateComponents |
Contains the component sections for a WhatsApp template message. |
TTMSFNCCloudWhatsAppTemplateParameter |
Holds a single parameter value for a WhatsApp template component. |
TTMSFNCCloudWhatsAppTemplateParameters |
Contains the ordered list of parameters for a single template component. |
TTMSFNCCloudWhatsAppText |
Stores the body and preview option for a WhatsApp text message. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCCloudWhatsAppContactPhoneType |
Enum | Identifies the role of a phone number in a WhatsApp contact card. |
TTMSFNCCloudWhatsAppContactType |
Enum | Identifies whether a contact detail belongs to a home or work context. |
TTMSFNCCloudWhatsAppDownloadEvent |
Event type | Handles successful media download. |
TTMSFNCCloudWhatsAppErrorEvent |
Event type | Handles an error returned by a WhatsApp API request. |
TTMSFNCCloudWhatsAppMessageType |
Enum | Identifies the WhatsApp message or media payload type. |
TTMSFNCCloudWhatsAppSendSuccessEvent |
Event type | Handles successful message submission. |
TTMSFNCCloudWhatsAppTemplateComponentType |
Enum | Identifies the component section of a WhatsApp approved template. |
TTMSFNCCloudWhatsAppTemplateParameterType |
Enum | Identifies the parameter type used in a WhatsApp template component. |
TTMSFNCCloudWhatsAppURLEvent |
Event type | Handles a media download URL returned by a WhatsApp API request. |
TTMSFNCCloudWhatsAppUploadSuccessEvent |
Event type | Handles successful media upload. |
TMS FNC REST Client
Classes And Records
| Type | Description |
|---|---|
TTMSFNCCustomRESTClient |
Base component that configures and executes HTTP requests. |
TTMSFNCRESTClient |
Component for configuring, executing, and inspecting HTTP REST requests. |
TTMSFNCRESTClientAuthorizationOptions |
Configures authorization values for an HTTP request. |
TTMSFNCRESTClientExecutedRequest |
Represents one request execution and its captured response. |
TTMSFNCRESTClientExecutedRequests |
Stores the request executions captured by a REST client. |
TTMSFNCRESTClientGetResponseCallBackWrapper |
Stores a general response callback for asynchronous request processing. |
TTMSFNCRESTClientGetResponseFileCallBackWrapper |
Stores a file response callback for asynchronous request processing. |
TTMSFNCRESTClientGetResponseStreamCallBackWrapper |
Stores a stream response callback for asynchronous request processing. |
TTMSFNCRESTClientGetResponseStringCallBackWrapper |
Stores a text response callback for asynchronous request processing. |
TTMSFNCRESTClientRequest |
Contains the URL, headers, authorization, payload, and result settings for one HTTP request. |
TTMSFNCRESTClientRequestHeader |
Represents one HTTP header in a request. |
TTMSFNCRESTClientRequestHeaders |
Stores the HTTP headers for a request or response. |
TTMSFNCRESTClientRequestQueryParameter |
Represents one query-string parameter in a request. |
TTMSFNCRESTClientRequestQueryParameters |
Stores the query-string parameters for a request. |
TTMSFNCRESTClientResponse |
Stores response status, content, headers, size, and timing for an executed request. |
Related Types
| Type | Kind | Description |
|---|---|---|
TTMSFNCRESTClientAuthorizationType |
Enum | Defines how authorization data is added to a request. |
TTMSFNCRESTClientExecuteRequestEvent |
Event type | Event type fired before the underlying HTTP request is executed. |
TTMSFNCRESTClientGetResponseCallBack |
Event type | Callback invoked after a request returns any supported response target. |
TTMSFNCRESTClientGetResponseFileCallBack |
Event type | Callback invoked after a request writes the response to a file. |
TTMSFNCRESTClientGetResponseStreamCallBack |
Event type | Callback invoked after a request returns stream content. |
TTMSFNCRESTClientGetResponseStringCallBack |
Event type | Callback invoked after a request returns text content. |
TTMSFNCRESTClientResponseFileRetrievedEvent |
Event type | Event type fired after a file response is retrieved. |
TTMSFNCRESTClientResponseRetrievedEvent |
Event type | Event type fired after a response is retrieved with all response targets available. |
TTMSFNCRESTClientResponseStreamRetrievedEvent |
Event type | Event type fired after a stream response is retrieved. |
TTMSFNCRESTClientResponseStringRetrievedEvent |
Event type | Event type fired after a text response is retrieved. |
TTMSFNCRESTClientURLChangedEvent |
Event type | Event type fired when the request URL is about to be used or has changed. |