[Lazarus] PageConrol does not have a property when compiling
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Mon Jan 3 10:25:53 CET 2011
2011/1/3 ik <idokan at gmail.com>:
> No, you have also removed the ActivePage and it's successor, and it makes a
> lot of problems with existed code.
Which place exactly uses this property? Is it also around a {$IFDEF
SYN_LAZARUS} ?
> How can I set now a new active page for example ? (If I'll understand that,
> I think I can patch things).
Setting the page by index:
file lcl/extctrls.pas
TNotebook = ...
...
property PageIndex: Integer read GetPageIndex write SetPageIndex default -1;
...
--
Felipe Monteiro de Carvalho
More information about the Lazarus
mailing list