FMX.Advertising.IBannerAd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBannerAd = interface(ICommonAd)

C++

__interface  INTERFACE_UUID("{E2432D16-1FFA-41F8-964A-76F4ADFB0020}") IBannerAd  : public ICommonAd

Properties

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

Description

Interface that must be implemented by classes representing an ad with graphical representation, an “advertising banner”.

This interface provides methods to associate this advertising banner with a control that can show the graphical representation of the ad.

The CreateBannerAd method of the IFMXAdvertisingService platform service returns an object that implements this interface.

See Also