API:FMX.Advertising.TBannerAd.OnWillLoad

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnWillLoad: TNotifyEvent read FOnWillLoad write FOnWillLoad;

C++

__property OnWillLoad;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TBannerAd

Beschreibung

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

FMX.Advertising.TBannerAd.OnWillLoad erbt von FMX.Advertising.TCustomBannerAd.OnWillLoad. Der folgende Inhalt bezieht sich auf FMX.Advertising.TCustomBannerAd.OnWillLoad.

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