FMX.Advertising.IBannerAd.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide;

C++

virtual void __fastcall Hide() = 0 ;

Properties

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

Description

Hides the specified banner ad control. As a result, the Visible property of the control becomes False.

See Also