TStringsEnumerator.GetCurrent
Return the current pointer in the list
Declaration
Source position: classesh.inc line 599
public
function GetCurrent : string;
Description
GetCurrent returns the current string item in the enumerator.
Errors
No checking is done on the validity of the current position.
See also
Name | Description |
---|---|
TStringItem | The TStringItem is used to store the string and object items in a TStringList string list instance. It should never be used directly. |
MoveNext | Move the position of the enumerator to the next position in the list. |