FMX.Advertising.IFMXAdvertisingService.RemoveAd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveAd(const Ad: ICommonAd);

C++

virtual void __fastcall RemoveAd(const _di_ICommonAd Ad) = 0 ;

Properties

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

Description

Note: RemoveAd has no effect. This method is reserved for future use.

Removes the specified advertising banner from the list of banners tracked by the platform service.

See Also