I have a simple sizable form with TScrollBox (Align := alClient
) and some controls put on TScrollBox. If user change the form size, TScrollBox show and hide the HorzScrollBar and VertScrollBar (depend on actual client form size).
How to check at run-time - does HorzScrollBar or VertScrollBar are visible right now?
TControlScrollBar.Visible
is not an answer, because it hase a regulating function only.