Vcl.Forms.TApplication.AllowTesting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowTesting: Boolean read FAllowTesting write FAllowTesting;

C++

__property bool AllowTesting = {read=FAllowTesting, write=FAllowTesting, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Represents information for the IDE.

Do not use AllowTesting; it is for internal use only.