FMX.Advertising.TAdActionCanBeginEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAdActionCanBeginEvent = procedure(Sender: TObject; var WillLeaveApplication: Boolean) of object;

C++

typedef void __fastcall (__closure *TAdActionCanBeginEvent)(System::TObject* Sender, bool &WillLeaveApplication);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

Description

Type of event handler for the TCustomBannerAd.OnActionCanBegin event.

See Also