ForEachControl(Control, Boolean, ActionControl) | Iterate through all the controls in the source Control and performs the specified action on each one. |
ForEachControlT(Control, Boolean, ActionControl) | Iterate through all the controls of the specified type in the source Control and performs the specified action on each one. |