Customize IBCConnectDialog
Posted: Sat 12 Jun 2010 22:47
I am an 'intermediate' Delphi developer and I would like to 'customize' the IBCConnectDialog so it has:
- a 'Role' text edit to allow a user to input a role
- a database dropdown combo box that would have a auto size drop down list that would allow the user to see the entire path to the database and have a 'browse' selection which would open up a fileopen dialog to allow the user to select a database file.
I noticed in the documentation it is mentioned to 'inherit from the IBCConnectDialog class' and override some methods. This does not seem too difficult. However, how does one 'reconfigure' the dfm file to customize the form displayed.
Is there any step by step instructions or examples available?
Thanks,
Dennis
- a 'Role' text edit to allow a user to input a role
- a database dropdown combo box that would have a auto size drop down list that would allow the user to see the entire path to the database and have a 'browse' selection which would open up a fileopen dialog to allow the user to select a database file.
I noticed in the documentation it is mentioned to 'inherit from the IBCConnectDialog class' and override some methods. This does not seem too difficult. However, how does one 'reconfigure' the dfm file to customize the form displayed.
Is there any step by step instructions or examples available?
Thanks,
Dennis