FMX.Advertising.TBannerAd.OnWillLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWillLoad;

C++

__property OnWillLoad;

Properties

Type Visibility Source Unit Parent
event published
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TBannerAd

Description

Occurs when the advertising banner starts an attempt to load.

FMX.Advertising.TBannerAd.OnWillLoad inherits from FMX.Advertising.TCustomBannerAd.OnWillLoad. All content below this line refers to FMX.Advertising.TCustomBannerAd.OnWillLoad.

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:

See Also