FMX.Advertising.TCustomBannerAd.OnDidLoad

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDidLoad: TNotifyEvent read FOnDidLoad write FOnDidLoad;

C++

__property System::Classes::TNotifyEvent OnDidLoad = {read=FOnDidLoad, write=FOnDidLoad};

Eigenschaften

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


Beschreibung

Wird ausgelöst, wenn das Werbebanner erfolgreich geladen wird.

Dieses Ereignis stellt das folgende Argument seiner Ereignisbehandlungsroutine bereit:

Siehe auch