FOR EACH .WindowControls (gb.qt)
Syntax
DIM hWindowControls AS .WindowControls
DIM hControl AS Control

FOR EACH hControl IN hWindowControls
  ...
NEXT
Enumerates each control that belongs to a window.