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
Customize IBCConnectDialog
Custom Dialog
Thanks, Dimon.
I have succeeded in doing so, but I don't understand some of the coding. (I didn't purchase the source code). It would be nice to understand what is going on!
(ie - the edexit procedure)
Thanks,
Dennis
I have succeeded in doing so, but I don't understand some of the coding. (I didn't purchase the source code). It would be nice to understand what is going on!
(ie - the edexit procedure)
Thanks,
Dennis