API:FMX.Advertising.TBannerAd.TestMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TestMode: Boolean read FTestMode write SetTestMode default 0;

C++

__property TestMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Advertising.pas
FMX.Advertising.hpp
FMX.Advertising TBannerAd

Description

Specifies whether the test mode of the advertising service is enabled (True) or disabled (False).

FMX.Advertising.TBannerAd.TestMode inherits from FMX.Advertising.TCustomBannerAd.TestMode. All content below this line refers to FMX.Advertising.TCustomBannerAd.TestMode.

Specifies whether the test mode of the advertising service is enabled (True) or disabled (False).

See Also