Top "Tframe" questions

TFrame is a VCL visual control acting as a container for components.

Why is my TScrollBox not showing scrollbars?

This seems like a very simple problem, but I cannot get a scrollbox to display scrollbars, and it is driving …

delphi tframe tscrollbox
The control 'xxx' has no parent window

I'm was trying to write a dll library in Delphi wih a function that creates an instance of a TFrame …

delphi dll tframe
What is the accepted way to use frames in Delphi?

I was having my usual stroll around and bumped on some frames discussions. I'm mainly a Delphi hobbyist and not …

delphi tframe
How to improve the use of Delphi Frames

I've used frames in Delphi for years, and they are one of the most powerful features of the VCL, but …

delphi components tframe
Delphi, frames vs forms. What for multi-document interface?

yesterday I've started discussion on "MDI vs tabbed interface". I've asked whether should I continue developing my app as MDI-based, …

delphi mdi frames tframe