DesignIntf.ISelectionEditorList.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(Index: Integer): ISelectionEditor;

C++

virtual _di_ISelectionEditor __fastcall Get(int Index) = 0 ;

Properties

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

Description

Returns a selection editor specified by Index.

See Also