PlatformAPI.IOTADesignerDevice190.ListOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListOrder: Integer read GetListOrder write SetListOrder;

C++

__property int ListOrder = {read=GetListOrder, write=SetListOrder};

Properties

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

Description

Attention: PlatformAPI.IOTADesignerDevice190.ListOrder is deprecated.

ListOrder defines 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