PlatformAPI.IOTADesignerDevice190.SetListOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetListOrder(const Value: Integer); deprecated 'not in use anymore';

C++

virtual void __fastcall SetListOrder _DEPRECATED_ATTRIBUTE1("not in use anymore") (const int Value) = 0 ;

Properties

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

Description

Attention: SetListOrder is deprecated.

Use SetListOrder to define the position of a design-time device in the list of all design-time devices.

Design-time devices are sorted by this value in the Form Designer and the Device Manager.

See Also