DesignIntf.IDesignerSelections.Get
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignerSelections |
Delphi
function Get(Index: Integer): TPersistent;
C++
virtual System::Classes::TPersistent* __fastcall Get(int Index) = 0 ;
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.