FMX.Advertising.TCustomBannerAd.Show
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
.