API:FMX.Advertising.TBannerAd.OnDidFail
Delphi
property OnDidFail;
C++
__property OnDidFail;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Advertising.pas FMX.Advertising.hpp |
FMX.Advertising | TBannerAd |
Description
Occurs when the advertising banner fails to load.
FMX.Advertising.TBannerAd.OnDidFail inherits from FMX.Advertising.TCustomBannerAd.OnDidFail. All content below this line refers to FMX.Advertising.TCustomBannerAd.OnDidFail.
Occurs when the advertising banner fails to load.
This event provides the following arguments to its event handler:
Senderis the current instance of the advertising banner control.Errorprovides a detailed description of the error that occurred.