DesignIntf.ISelectionEditorList.Items

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also