FMX.Advertising.TBannerAd.OnDidFail

From RAD Studio API Documentation
Jump to: navigation, search

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:

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

See Also