FMX.Advertising.TCustomBannerAd

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBannerAd

Delphi

TCustomBannerAd = class(TControl)

C++

class PASCALIMPLEMENTATION TCustomBannerAd : public Fmx::Controls::TControl

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.

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