FMX.Advertising.TAdActionCanBeginEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TCustomBannerAd.OnActionCanBegin.

Siehe auch