FMX.Advertising.TCustomBannerAd.OnWillLoad
Delphi
property OnWillLoad: TNotifyEvent read FOnWillLoad write FOnWillLoad;
C++
__property System::Classes::TNotifyEvent OnWillLoad = {read=FOnWillLoad, write=FOnWillLoad};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | FMX.Advertising.pas FMX.Advertising.hpp |
FMX.Advertising | TCustomBannerAd |
Description
Occurs when the advertising banner starts an attempt to load.
If the banner loads successfully, OnDidLoad is triggered. If it fails to load, OnDidFail is triggered instead.
This event provides the following argument to its event handler:
Senderis the current instance of the advertising banner control.