Domanda

I can make TPanel Border as Black by disabling "Ctl3D" and TPanel Border Style as "bsSingle" and TPanel BevelKind as "bkNone" and TPanel BevelInner "bvNone". But my need is to make TPanel Border as "Blue" or "Red". The other way is to "Caliing Form Paint Event" but I do not wish to use it. Please help me.

È stato utile?

Soluzione

Your only way to go is:

  1. Study TCustomPanel.Paint code in Vcl.ExtCtrls.pas and
  2. Override it in TPanel (class) to tailor it to your requirement;

You may use a interposer class in the form unit containing your panel.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top