PlatformAPI.IOTADesignerDevice190.SetUserData
Delphi
procedure SetUserData(Value: Boolean);
C++
virtual void __fastcall SetUserData(bool Value) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | IOTADesignerDevice190 |
Description
Use SetUserData to define whether a design-time device can be edited by a user (True
) or not (False
).