Subject | Creating Ibo_things programmatically |
---|---|
Author | comesailing@btinternet.com |
Post date | 2001-08-06T10:41:13Z |
I have a form on which I want to create say an ib_LookupCombo by
program. No problem I put a reference to the thing in the private
section of the form. Then I create the combo, if it is required, on
that reference. Similarly for the ib_Query and dataSource which are
to feed this lookup combo.
This all works fine the same bit of program that creates them also
sets up the KeyLinks etc.
Now I want to use the 'Close-Up' event of the Ib_Combo. And I am lost
or confused having read the manual and the Help files. They all seem
to assume you have a visual component and use the 'object inspector'
to link to the event.
I can write an event handler of course but how does it get to be
triggered?
Any help or pointers would be welcome.
program. No problem I put a reference to the thing in the private
section of the form. Then I create the combo, if it is required, on
that reference. Similarly for the ib_Query and dataSource which are
to feed this lookup combo.
This all works fine the same bit of program that creates them also
sets up the KeyLinks etc.
Now I want to use the 'Close-Up' event of the Ib_Combo. And I am lost
or confused having read the manual and the Help files. They all seem
to assume you have a visual component and use the 'object inspector'
to link to the event.
I can write an event handler of course but how does it get to be
triggered?
Any help or pointers would be welcome.