FMX.Advertising.TCustomBannerAd.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show; override;

C++

virtual void __fastcall Show();

Properties

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

Description

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

See Also