DesignIntf.ISelectionEditorList.Items
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: ISelectionEditorList |
Delphi
property Items[Index: Integer]: ISelectionEditor read Get; default;
C++
__property _di_ISelectionEditor Items[int Index] = {read=Get/*, default*/};
Description
Represents the selection editor items.
Use this property to get the ISelectionEditor specified by Index
.