faqts : Computers : Programming : Languages : Delphi

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

Delphi: How to create dynamically a new component?

Sep 19th, 2004 12:46
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 19 September 2004 - 09:43 pm ------------------

Delphi: How to create dynamically a new component?

---

You can use the 'Create' method of that class, with itself (='self') as
a parameter, to create a new component (e.g. a button).

This is similar to using the 'new' method and 'this' parameter in other
computer languages, like JavaScript).


---
---

Internet: see also:

---

Delphi: Can you give an overview of links of how to dynamically create 
new components?
http://www.faqts.com/knowledge_base/view.phtml/aid/31466/fid/175

----------------------------------------------------------------------