GeekArticles
Programming
DelphiOption to mark customized form as DefaultMainForm
Author: qc.borland.com |
Published: 19th Feb 2008 |
Visited: 93 times |
Add CommentFiled in: DelphiQC#: 38397 Version: 10.0 Status: Open defect, requires resolution Description: In Delphi 5, when a new form is selected from the menu, it is automatically our company style form.
This was done in the repository file delphi32.dro:
[MyCompany.FormWizard]
Read Article Sponsored Links
Related Articles
• Drag and Drop on a Windows Form How to insert an image on a form in runtime mode, dragging it to the right position and by using a database retrieve the position and shape when starting the application up a ...
• When is a commited transaction removed form the ITL Hi Tom,
A transacion entry is created in the ITL in the data/index block header when a transaction modifies a block. How long does this entry stays in the ITL after the transaction is committed and do you get a snapshoot too old if a long runnig qu ...
• Form Changed Control A component that allows you to monitor all the controls on the form and list any that have changed (for dirty check ...