FMX.Advertising.IBannerAd.SetBannerAdControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBannerAdControl(const AValue: TCustomBannerAd);

C++

virtual void __fastcall SetBannerAdControl(TCustomBannerAd* const AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising IBannerAd

Description

Associates the specified control with the instance of IBannerAd so that this instance displays the ad on the specified control.

See Also