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
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
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
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
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