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

2016-12-29 Thread Andreas Frieß via Lazarus
Hi, i want to extend the TTabSheet to TMyTabSheet, but i didnt find the editor for TPageControl to say not to use TTabSheet. The editor is normaly comming up if you make a rightclick in TPageControl and say, add, insert or move left/right a TTabSheet. I want to change this from TTabSheet to u

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

2016-12-29 Thread Ondrej Pokorny via Lazarus
On 29.12.2016 11:48, Andreas Frieß via Lazarus wrote: i want to extend the TTabSheet to TMyTabSheet, but i didnt find the editor for TPageControl to say not to use TTabSheet. The editor is normaly comming up if you make a rightclick in TPageControl and say, add, insert or move left/right a TTab

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

2016-12-29 Thread Howard Page-Clark via Lazarus
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

[Lazarus] In search of a component for holding a table of strings

2016-12-29 Thread Bart via Lazarus
Hi, I am in need of a component/clas that can hold a 2 dimensional "table" of strings. The dimensions are unknown at designtime: I read the data from a HTML table. The HTML reader provides events that give me the data of each cell, and that tell me whenever a row is started or closed. The class

Re: [Lazarus] In search of a component for holding a table of strings

2016-12-29 Thread Werner Pamler via Lazarus
Am 29.12.2016 um 16:59 schrieb Bart via Lazarus: Hi, I am in need of a component/clas that can hold a 2 dimensional "table" of strings. The dimensions are unknown at designtime: I read the data from a HTML table. The HTML reader provides events that give me the data of each cell, and that tell