DesignIntf.ISelectionEditorList.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: ISelectionEditor read Get; default;

C++

__property _di_ISelectionEditor Items[int Index] = {read=Get/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf ISelectionEditorList

Description

Represents the selection editor items.

Use this property to get the ISelectionEditor specified by Index.

See Also