Forum Discussion

ChrisPro's avatar
ChrisPro
Contributor
10 years ago

TDBGrid with checkbox, and i would like to check

I have a "TDBGrid" with several columns containing checkbox.



At row R and column C, i juste would like to check if the checbox is checked or unchecked; and if it is unchecked, i would click to check.



What is the solution in JScript?

3 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    Hi Chris,



    Do you mean Delphi/C++Builder TDBGrid? If yes, what does wValue(row, column) return for check box cells?



    If you record actions with check boxed, what do you get?
  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)
    Maybe. Could you please post the screenshots of the grid in your application, and the grid's object tree (expanded) in the Object Browser?