API:FMX.Advertising.TBannerAd

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Advertising.TCustomBannerAdFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBannerAd

Delphi

TBannerAd = class(TCustomBannerAd)

C++

class PASCALIMPLEMENTATION TBannerAd : public TCustomBannerAd

Properties

Type Visibility Source Unit Parent
class public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising FMX.Advertising

Description

Base class for a control that displays an ad from an advertising service.

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

Base class for a control that displays an ad from an advertising service.

Advertising services let you show ads on your applications to get some income. TCustomBannerAd abstracts your applications from the particularities of each advertising service and platform.

The following advertising services are supported:

  • AdMob (Android)
  • iAd (iOS)

The TBannerAd control inherits from this class.

See Also