Forum > Debugger

Beginner can't debug a string grid

<< < (2/2)

Martin_fr:
For your case, you can also watch:

--- Code: Text  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---stringgrid1.FRows.Count
Just navigate to the implementation of a getter function (alt cursor up), and check where the data comes from.

Navigation

[0] Message Index

[*] Previous page

Go to full version