Forum Discussion

albertopasion's avatar
albertopasion
Occasional Contributor
14 years ago

Delphi DBLookupComboBox

I am trying to create a property checkpoint to test the value of the Delphi DBLookupComboBox.  When you go thru the list of properties in Test Complete for that DBLookupComboBox you don't find the text property of the DBLookupComboBox.  How do you properly create a property checkpoint for this kind vcl component so that you can validate the value in you test script?



Thanks in advance.

Albert Pasion

2 Replies

  • Hi Albert,


    When you go thru the list of properties in Test Complete for that DBLookupComboBox you don't find the text property of the DBLookupComboBox


    Most probably, this is due to the fact that the tested application doesn't include debug info. Please try compiling the application as it is described in the

    'Using Debug Info Agent With Delphi Applications' help topic.

  • albertopasion's avatar
    albertopasion
    Occasional Contributor
    Thanks Allen.  That worked.  Something funny though, most of the Delphi VCL components would have their properties listed in the Property CheckList.  Only the DBLookupComboBox had this problem.  Anyways problem solved and thank you again.