Skip to content

TTMSFMXNativeUIActivityViewController

Usage

The TMSFMXNativeUIActivityViewController class is a standard view controller that you can use to offer various services from your application. The system provides several standard services, such as copying items to the pasteboard, posting content to social media sites, sending items via email or SMS, and more.

Published Properties

Property name Description
ExcludedTypes The types that are excluded from the ActivityView.

Public Properties

Property name Description
ActivityView Returns a reference to the native iOS UIActivityViewController.
BitmapFiles List of strings of bitmaps that will be used in the ActivityView.
Bitmaps List of TBitmap instances that will be used in the ActivityView.
Values List of string values that will be used in the ActivityView.

Public Methods

Method name Description
Hide Hides the ActivityView.
Show Shows the ActivityView.
ShowFromButton(AButton: UIBarButtonItem) Shows the ActivityView from a ToolBar button.(iPad only)
ShowFromControl(AControl: TTMSFMXNativeUIBaseControl) Shows the ActivityView from a TMS FMX Native UI Control placed on the form. (iPad only)
ShowFromRect(ARect: TRectF) Shows the ActivityView from a specific rectangle in the main view. (iPad only)
ShowFromRectInView(ARect: TRectF; AView: UIView) Shows the ActivityView from a specific rectangle in a specific view. (iPad only)