PlatformAPI.IOTAExternalDevice.UserData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserData: Boolean read GetUserData write SetUserData;

C++

__property bool UserData = {read=GetUserData, write=SetUserData};

Properties

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

Description

UserData is True if the external device can be edited by a user; it is False otherwise.

See Also