FMX.Advertising.TCustomBannerAd.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide; override;

C++

virtual void __fastcall Hide();

Properties

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

Description

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

See Also