FMX.Advertising.TBannerAd.OnDidLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidLoad: TNotifyEvent read FOnDidLoad write FOnDidLoad;

C++

__property OnDidLoad;

Properties

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

Description

Occurs when the advertising banner loads successfully.

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

Occurs when the advertising banner loads successfully.

This event provides the following argument to its event handler:

See Also