I have litle sugesstion for TsPageControl.WndProc implementation.
Please add same fuctionality (even copy code) for ttTab style TabSheet
as is already for ttButton style TabSheet (I think about OnClickBtn() event).
Already I must manually copy lines from 1057 to 1065 into line 1103; (version 2010 v7.63).
For this moment I created Ancestor of TsPageControl which overrides WndProc and doing what I need.
This is very useful for PageControl which is manually (from code) rebuilding.
Event OnShow is not enought because, after live dropping/adding tabheests, it's not called properly.
Best regards,
Arco