FMX.Advertising.TCustomBannerAd.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomBannerAd(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TCustomBannerAd

Description

Creates an instance of TCustomBannerAd.

When you create a TCustomBannerAd, it automatically obtains an ad from the IFMXAdvertisingService platform service.

See Also