PlatformAPI.IOTAExternalDevice.SetUserData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUserData(const Value: Boolean);

C++

virtual void __fastcall SetUserData(const bool Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDevice

Description

Use SetUserData to define whether an external device can be edited by a user (True) or not (False).

See Also