API:FMX.MediaLibrary.Actions.TShowShareSheetAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTShowShareSheetAction

Delphi

TShowShareSheetAction = class(TSysCommonAction)

C++

class PASCALIMPLEMENTATION TShowShareSheetAction : public Fmx::Stdactns::TSysCommonAction

Properties

Type Visibility Source Unit Parent
class public
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions FMX.MediaLibrary.Actions

Description

A base class for standard actions that provides system functionality.

FMX.MediaLibrary.Actions.TShowShareSheetAction inherits from FMX.StdActns.TSysCommonAction. All content below this line refers to FMX.StdActns.TSysCommonAction.

A base class for standard actions that provides system functionality.

TSysCommonAction extends the TCustomAction class redeclaring properties and events, used in system actions, with the published visibility. These are the following: CustomText, Enabled, HelpContext, HelpKeyword, HelpType, Hint, SecondaryShortCuts, ShortCut, Visible, UnsupportedArchitectures, OnCanActionExec, OnUpdate.

The published scope of properties and events provides the possibility to use the Object Inspector for editing values of these properties and defining event handlers at design time.

Standard actions descending from TSysCommonAction are the following:

See Also