[Lazarus] TTabSheet extending - where is the editor in TPageControl or a hook

Howard Page-Clark hdpc at talktalk.net
Thu Dec 29 14:32:31 CET 2016


On 29/12/16 10:48, Andreas Frieß via Lazarus wrote:
> Hi,
>
> i want to extend the TTabSheet to TMyTabSheet, but i didnt find the 
> editor for TPageControl to say not to use TTabSheet.
If you don't need to use the Object Inspector for RAD editing of 
TMyTabSheets, you can of course descend TMyTabSheet from TTabSheet and 
handle all MyTabSheet's interactions with its PageControl through code, 
rather than using published properties of a newly registered control.




More information about the Lazarus mailing list