PlatformAPI.IOTADesignerDevice190.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hide: Boolean read GetHide write SetHide;

C++

__property bool Hide = {read=GetHide, write=SetHide};

Properties

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

Description

Hide is True if the view associated with the device is not listed on the View Selector; it is False otherwise.

When a device is hidden, users cannot access it from the View Selector. You can only access hidden devices using the PlatformAPI.

See Also