>I need to create an app that implementing the
>design-time component in a form, is there any way to
>implement the components in a compiled delphi app?
>

Do you mean you want to add components to a form at run-time?
If so, most components have a Create method with the parent as a parameter. 
Just call the Create method of the components you want to create at 
run-time and use the form as the parent.

Glenn Lawler



------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/advanced_delphi/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to