API:FMX.Advertising.TBannerAd.OnDidFail

From RAD Studio API Documentation

Delphi

property OnDidFail: TAdDidFailEvent read FOnDidFail write FOnDidFail;

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. {{#multireplace:FMX.Advertising.TBannerAd.OnDidFail|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Advertising.TCustomBannerAd.OnDidFail|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Advertising.TCustomBannerAd.OnDidFail|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when the advertising banner fails to load.

This event provides the following arguments to its event handler:

  • Sender is the current instance of the advertising banner control.
  • Error provides a detailed description of the error that occurred.

See Also