Board index » cppbuilder » Creating new form properties
Jakob Peterse
![]() CBuilder Developer |
Sat, 16 Mar 2002 03:00:00 GMT
|
Jakob Peterse
![]() CBuilder Developer |
Sat, 16 Mar 2002 03:00:00 GMT
Creating new form properties
Hello,
I have a question regarding forms. I would like to create a form class i.e I'am using C++ Builder v4. Best regards, Jakob Petersen |
Team
![]() CBuilder Developer |
Sat, 16 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesYou need to register the form. The easiest way is to 1. Add the form to the Object repository. When you create a decendant form make sure that you inherit from it. You should QuoteJakob Petersen wrote: Jeff Overcash (TeamB) (Please do not email me directly unless asked. Thank You) Mild mannered supermen are held in kryptonite, and the wise and foolish {*word*269}s giggle with their bodies glowing bright. Through the door a harvest feast is lit by candlelight; it's the bottom of the staircase that spirals out of sight. (new classic Genesis) Carpet Crawlers 1999 -- |
Jakob Peterse
![]() CBuilder Developer |
Mon, 18 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi, Thanks for your help. I have a little problem though. Where is the function Best Regards, Jakob Petersen Jakob Petersen skrev i meddelelsen <7sptjp$r...@forums.borland.com>... Quote>Hello, |
Jakob Peterse
![]() CBuilder Developer |
Mon, 18 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi, I really cant make it work. Maybe im doing something wrong. I assumed that MhForm.CPP: #include "MhForm.h" static inline void ValidCtrCheck(TMhForm *) class PACKAGE TMhForm : public TForm MhForm.DFM: object MhForm: TMhForm Best regards, Jakob Petersen |
TeamB B
![]() CBuilder Developer |
Mon, 18 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi, Jakob! If you wish to create a new form class from TCustomForm, you must also Alternatively, create a normal form, add components to it, add I hope this helps. ------ |
Jakob Peterse
![]() CBuilder Developer |
Tue, 19 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi Mark, Thank you for your answer. I have looked in the delphi developers guide, and Please help, Best regards, Jakob Petersen Mark Cashman (TeamB BCB) skrev i meddelelsen Quote>Hi, Jakob! |
TeamB B
![]() CBuilder Developer |
Tue, 19 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi, Jakob! I apologize, I meant to write "Delphi Developer's Handbook" Cantu et al. Unfortunately, this is a very advanced topic and I am not sure what The only documentation for the advanced features of BCB are in the In the meantime, if you are up against the wall, define a component to Hope this helps. ------ |
Jakob Peterse
![]() CBuilder Developer |
Fri, 22 Mar 2002 03:00:00 GMT
Re:Creating new form propertiesHi Mark, Thank you for your direct and quick answer, I will get that book right away. Best regards, Jakob Petersen Mark Cashman (TeamB BCB) skrev i meddelelsen Quote>Hi, Jakob! |
1. New Form Class with a new property
2. How to create new property TStrings?
3. Problems in creating new properties and default key handling behaviour
4. Form not displaying new Properties
5. new Form Properties in Object Inspector (DELPHI 2.0)
6. How to set default properties of new form
7. New form properties in object inspector.
8. Add a new property for a form?
9. Error creating form: BDEDatabase property not assigned
10. How do I access a property from the ActiveX control via the form created in CPPB4