Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top