FMX.Advertising.TCustomBannerAd
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.