Creating objects on a form at runtime


[ Related Articles and Replies ] [ Delphi Tutorials -- by DelphiLand ]

Posted by Al p12406 on February 23, 2005

Hi,

I'm writing a utility that allows a user to set variables in the code of another application - Macromedia Authorware. I'm doing this is using a 3rd party SDK. Everything works fine but I need a way of creating an unspecified number of entry fields on a Delphi form. Can anyone give an example of how to do this? My other thought is to create an upper limit (i.e. just create 100, say, fields and then disable/enable as required) - but I'd rather my utility was totally scalable.

TIA

Al


Related Articles and Replies:


[ Related Articles and Replies ] [ Delphi Tutorials -- by DelphiLand ]