PlatformAPI.IOTADesignerDevice190.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive;

C++

__property bool Active = {read=GetActive, write=SetActive};

Properties

Type Visibility Source Unit Parent
property public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTADesignerDevice190

Description

Attention: PlatformAPI.IOTADesignerDevice190.Active is deprecated.

Active is True if the design-time device is the default design-time device; it is False otherwise.

The default design-time device is the design-time device that is selected by default in the Form Designer when you create a new mobile form.

See Also