FMX.Advertising.TCustomBannerAd.OnDidFail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidFail: TAdDidFailEvent read FOnDidFail write FOnDidFail;

C++

__property TAdDidFailEvent OnDidFail = {read=FOnDidFail, write=FOnDidFail};

Properties

Type Visibility Source Unit Parent
event public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TCustomBannerAd

Description

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