System.Classes.TStringList.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(Index: Integer): string; override;

C++

virtual System::UnicodeString __fastcall Get(int Index);

Properties

Type Visibility Source Unit Parent
function protected
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

Description

Returns a string, given its index.

The Get method is used to return the string with the specified Index.

See Also