Top "Tpanel" questions

tpanel is a VCL control implementing a generic panel control.

How to draw on a TPanel

I need to draw on a TPanel, ideally directly so I don't have another component on top of it getting …

delphi canvas components tpanel
Delphi: How to programmatically adjust visual ordering of components with align = alTop

I've got a form with a number of panels, each of which has Align=alTop, so they stack down nicely …

delphi alignment tpanel
How can I display a Delphi form in a panel?

I've tried to follow the example of http://docwiki.embarcadero.com/CodeExamples/XE7/en/FMXEmbeddedForm_(Delphi) but I hit my …

delphi user-interface firemonkey tform tpanel