Return the current pointer in the list.
Source position: classesh.inc line 2447
public function TComponentEnumerator.GetCurrent: TComponent; |
GetCurrent returns the current TComponent child component 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 children of the component. |
|
|
Indexed list (zero-based) of all owned components. |