FMX.Advertising.TBannerAd
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:
- Using the AdMob Service (Android)
- Using the iAd Service (iOS)
See Also
- Using the AdMob Service
- Using the iAd Service
- FMX.Advertising.TBannerAd (Delphi) code example
- FMX.Advertising.TBannerAd (C++) code example