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

瀏覽:1404
日期:2025-06-29
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 ......看更多