Link to home
Start Free TrialLog in
Avatar of binkzz
binkzz

asked on

Create (AOwner: TComponent);

When I perform a

form[i] = form.create(self);
form[i].visible := true;

It will pop an additional form for me.
However, if I say

button[i] := TButton.Create(Self); or
button[i] := TButton.Create(Form1);
button[i].visible := true;

No button will appear.

How come?
and how do I get it to appear?
ASKER CERTIFIED SOLUTION
Avatar of viktornet
viktornet
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of binkzz
binkzz

ASKER

(Edited by Computer101) you that's quick..

Here's your A plus an additional 50 points for speed.

Binkzz
ThankZ ;->

Vik
ThanZ ;->

Vik