TMSFMXPageControl protected methods

Hi,


I have created a descendant component of the TMSFMXPageControl .
There are a number of DoBeforeDraw.... and DoAfterDraw.... methods that aren't virtual.

So, for the moment I use the corresponding On... event.
However it would be much better to have the possibility to override the protected method.

Can the keyword virtual be added to these methods ?

TIA

Hi, 


We have added the virtual keyword, the next version will address this.

Thx Pieter...