[Lazarus] New TTabControl

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Thu Nov 3 11:14:53 CET 2011


2011/11/3 Zaher Dirkey <parmaja at gmail.com>:
> TCustomTabControl -> TPageControl
> TCustomControl -> TCustomControl
>
> Before look at the code, is that mean it is native (not depend on the
> system) control?

Your text has some problems: "TCustomControl -> TCustomControl" and
then you define native with its inverse.

But answering your question, it is native, but does not have its own
WS implementation. It puts a TPageControl inside it to obtain the
desired behavior instead. It was already like that before my change.

also note the ifdefs, half is the old version and half is the new one.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list