FMX.Advertising.TCustomBannerAd.OnDidLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidLoad: TNotifyEvent read FOnDidLoad write FOnDidLoad;

C++

__property System::Classes::TNotifyEvent OnDidLoad = {read=FOnDidLoad, write=FOnDidLoad};

Properties

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

Description

Occurs when the advertising banner loads successfully.

This event provides the following argument to its event handler:

See Also