[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the current pointer in the list
Source position: classesh.inc line 513
public function TCollectionEnumerator.GetCurrent: TCollectionItem; |
GetCurrent returns the current TCollectionItem instance 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 collection. |
|
|
Basic object that is managed by a TCollection class. |