FMX.Advertising.TCustomBannerAd.LoadAd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadAd;

C++

void __fastcall LoadAd();

Properties

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

Description

Loads an ad from the advertising service.

Note: You cannot call LoadAd from the OnCreate event of your form. You may use OnShow instead.

See Also