Retrieving the number of breaks in a FLowLayout
I want to programatically retrieve the number of breaks/newlines in a TFlowLayout. I have a simple TFlowLayout with 4 regular controls inside (The TFlowLayout does not contain any TFlowLayoutBreak controls). Depending on the width of the layout it looks like: // * = control // Scenario #1: No breaks * * * * // Scenario… Read More Retrieving the number of breaks in a FLowLayout