DesignIntf.TDesignerSelections.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(Index: Integer): TPersistent;

C++

System::Classes::TPersistent* __fastcall Get(int Index);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDesignerSelections

Description

Returns a specified item from the list.

Get is the protected read access method for the Items property.

Index identifies the desired object by its position in the list, where 0 identifies the first position. Get returns the specified object.

See Also