System.Classes.TStringsEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: string; inline;

C++

System::UnicodeString __fastcall GetCurrent(void);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TStringsEnumerator

Description

Gets the current string.

Use GetCurrent to get the current string in the TStrings object being enumerated.