Forum Discussion
YMinaev
Staff
14 years agoHi,
Items displayed in a grid are internal objects of this grid. They're not exposed as individual controls. You need to use native properties and methods of your grid control to access these check boxes in the same way you'd do this inside your application (in your Delphi code).
Items displayed in a grid are internal objects of this grid. They're not exposed as individual controls. You need to use native properties and methods of your grid control to access these check boxes in the same way you'd do this inside your application (in your Delphi code).