Re: create a TEdit code

Posted by Elie IMAD on May 28, 2005

In Reply to: Re: create a TEdit code posted by Joey p12386 on May 28, 2005

: var
: myEdit: TEdit;
: begin
: myEdit := TEdit.Create;
: myEdit.Visible := True; { i think there created in-visible }
: { after here just play with it as normal }
: end;

when i pasted this code there and i am executing i had an error on the line:

myEdit := TEdit.Create;
Not enough actual parameters

Related Articles and Replies