FMX.Advertising.TCustomBannerAd.TestMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TestMode: Boolean read FTestMode write SetTestMode default False;

C++

__property bool TestMode = {read=FTestMode, write=SetTestMode, default=0};

Properties

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

Description

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

See Also