PlatformAPI.IOTADesignerDevice190.GetHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHide: Boolean;

C++

virtual bool __fastcall GetHide() = 0 ;

Properties

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

Description

GetHide returns True if the view associated with the device is not listed on the View Selector; it returns 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