FMX.Advertising.IBannerAd.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

virtual void __fastcall Show() = 0 ;

Properties

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

Description

Shows the specified banner ad control. As a result, the Visible property of the control becomes True.

See Also