FMX.MediaLibrary.Actions.TShowShareSheetAction.TextMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextMessage: string read FMessage write FMessage;

C++

__property System::UnicodeString TextMessage = {read=FMessage, write=FMessage};

Properties

Type Visibility Source Unit Parent
property published
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions TShowShareSheetAction


Description

Specifies the text to be shared with other native services.

Use the TextMessage property in order to specify the text to be shared.

See Also