2011/11/3 Zaher Dirkey <[email protected]>: > 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
