FMX.MediaLibrary.Actions.TShowShareSheetAction.OnBeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBeforeExecute: TNotifyEvent read FOnBeforeExecute write FOnBeforeExecute;

C++

__property System::Classes::TNotifyEvent OnBeforeExecute = {read=FOnBeforeExecute, write=FOnBeforeExecute};

Properties

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


Description

Occurs before executing the sharing process.

Write an OnBeforeExecute event handler to manage what happens before executing the sharing process (for example displaying the shared image on the form).

See Also