FMX.Advertising.TCustomBannerAd.OnWillLoad

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnWillLoad: TNotifyEvent read FOnWillLoad write FOnWillLoad;

C++

__property System::Classes::TNotifyEvent OnWillLoad = {read=FOnWillLoad, write=FOnWillLoad};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TCustomBannerAd


Beschreibung

Wird ausgelöst, wenn das Werbebanner zu laden versucht.

Wenn das Banner erfolgreich geladen wird, wird OnDidLoad ausgelöst. Wenn es nicht geladen wird, wird stattdessen OnDidFail ausgelöst.

Dieses Ereignis stellt das folgende Argument seiner Ereignisbehandlungsroutine bereit:

Siehe auch