[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the current pointer in the list
Source position: classesh.inc line 598
public function TStringsEnumerator.GetCurrent: string; |
GetCurrent returns the current string item in the enumerator.
No checking is done on the validity of the current position.
|
Move the position of the enumerator to the next position in the list. |
|
|
The TStringItem is used to store the string and object items in a TStringList string list instance. It should never be used directly. |