Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Component creation...

Status
Not open for further replies.

abbath8

Programmer
Sep 20, 2003
40
0
0
HU
Hi,

I have an application, which contains several forms and the most of the forms contains a groupbox and some dblookupcomboboxes in it (in connection with clientdatasets) which is the same on every forms.

So when the mentioned groupbox is modified it must be rewritten on all forms. I would like to create a component to solve this problem, but I don't know how to create a "Groupbox with some dblookupcombos" like component...

Plz tell somebody how to begin writing such component!

 
try creating a frame. The delphi help file has some help on that. A frame (TFrame) is essentially a form template component that you drop onto a form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top