Re: create a TEdit code

Posted by Joey p12386 on May 28, 2005

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

Well i'm at work so i cant see the exact syntax of the Create command on a TEdit but i think you might have to put

TEdit.Create(Self) or TEdit.Create(Sender) or maybe TEdit.Create(Nil)

I dont fully know I dont do much run-time creation much but I will have a look tonight for you! :)

Related Articles and Replies