Creating colorful tabsheets with the VCL Styles | The Road to Delphi - a Blog about programming

Creating colorful tabsheets with the VCL Styles | The Road to Delphi - a Blog about programming

瀏覽:706
日期:2026-04-21
Introduction Until now if you want change the color of a TTabSheet in a VCL application you must create a new descendant class of the TTabSheet component, then handle the WM_ERASEBKGND message, set the TPageControl to OwnerDraw property to true and ......看更多