Topic: PageActive control Question?

It's a bug or a misunderstanding?

I want to use the function of the PageControl with Style Tabs and TabPosition Botton, but I have an impediment to publishing works perfectly, when it comes to TabPosition Top compile if only so save and open the program "wants" to go, but saves the settings Tabs Style with only TabPosition , Top Botton does not work on compilation, I used version 45 47 even 48 beta

and function Form1.PageControl1.Color = clBtnFace; gives me error Undeclared Identifier: 'Color' at 398: 25

Re: PageActive control Question?

Hello,


Thank you for bug report.
Bug is fixed, please, download again 1.48 beta version:
https://www.dropbox.com/s/6rz92s72djtmv … 8.zip?dl=0



function Form1.PageControl1.Color = clBtnFace; gives me error Undeclared Identifier: 'Color' at 398: 25

This property (Form1.PageControl1.Color) not exists, you can't change color of PageControl

Dmitry.