tpanel is a VCL control implementing a generic panel control.
I need to draw on a TPanel, ideally directly so I don't have another component on top of it getting …
delphi canvas components tpanelI've got a form with a number of panels, each of which has Align=alTop, so they stack down nicely …
delphi alignment tpanelI'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