System.Classes.TStringsEnumerator.Current
Delphi
property Current: string read GetCurrent;
C++
__property System::UnicodeString Current = {read=GetCurrent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStringsEnumerator |
Description
The current string.
Current contains the current string in the TStrings object being enumerated.