ComponentOne True DBGrid Pro 8
Detecting in-cell button clicks

The ButtonClick event is provided so that your code can respond when the user clicks the in-cell button. Its syntax is as follows:

Example Title
Copy Code
Private Sub TDBGrid1_ButtonClick(ByVal ColIndex As Integer)

In-cell buttons always fire this event when clicked, regardless of whether they were enabled by the Button or ButtonText properties. An example of the ButtonClick event was presented earlier in the section Working with Text.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback