2003-09-08 03:38:16 PM cppbuilder34
Hi,
I would like to know if a Z-order existing with BCB component like on Web
programming ?
i need to force some component to be created as last..
thanks a lot,
Alain
I would like to know if a Z-order existing with BCB component like on Web
programming ?
Not really. Have a look TControl::BringToFront() and TControl::SendToBack()
in the help.
Quote
i need to force some component to be created as last..
The order of creation depends on the order in the .dfm resource.