| Description | Hierarchy | Fields | Methods | Properties |
type TGUIElementIterator = class(TWrapper)
Helper class for iterating over a list of TGUIElement objects.
Used by TGUIElement.GetChildren.
![]() |
constructor Create(NOwner: TGUIElement; Iterator: Pointer); |
![]() |
destructor Destroy; override; |
![]() |
function GetNext: TGUIElement; |
![]() |
property Owner: TGUIElement read FOwner; |
![]() |
constructor Create(NOwner: TGUIElement; Iterator: Pointer); |
|
Constructor (Only used internally) | |
![]() |
destructor Destroy; override; |
|
Destructor. | |
![]() |
function GetNext: TGUIElement; |
|
Fetches the next GUIElement in the list. ReturnsThe element, if any, else nil. | |
![]() |
property Owner: TGUIElement read FOwner; |
|
The GUIElemet which created this iterator. | |