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

Displays an ad from an advertising service.

Advertising services let you show ads on your iOS and Android applications to generate income. TBannerAd abstracts your applications from the particularities of each advertising service and platform.

To learn how to use TBannerAd, see:

See Also