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

Saving Bitmap failed error when trying to export a image in the IDE

I have a TImage, which has its own subcomponent MultiResBitmap which also has a "0 – Normal" subcomponent. When accessing the Bitmap Editor of the 3rd component and using the "Save" option, I am prompted to select a location in which to save the file. After entering that I’m given a "Saving Bitmap failed" error.… Read More Saving Bitmap failed error when trying to export a image in the IDE