FMX.Advertising.IBannerAd.UpdateContentFromControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateContentFromControl;

C++

virtual void __fastcall UpdateContentFromControl() = 0 ;

Properties

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

Description

Updates the placement, size and visibility of the ad to match those of the specified banner ad control.

You should call this method after you modify any of these properties on the banner ad control to update the actual ad accordingly.

See Also