在屬性的options裡面有乙個gocolsizing的,改為true即可讓使用者可調寬度。
stringgrid.colcount = 列數
stringgrid.cells(a,b)
a:列數
b:行數
stringgrid.colwidths(a) = 列寬
a:列數
stringgrid.rowcount
stringgrid.colcount
stringgrid.rows(b).clear()
b:行數
stringgrid.selection.left:選擇範圍的左起列
stringgrid.selection.right:選擇範圍的右部
stringgrid.selection.top:選擇範圍的上起行
stringgrid1.selection.bottom:選擇範圍的底部
StringGrid控制項
stringgrid控制項 元件名稱 stringgrid 固定行及固定列 stringgrid.fixedcols 固定行之數 stringgrid.fixedrows 固定列之數 stringgrid.fixedcolor 固定行列之顏色 stringgrid.color 資料區之顏色 資料行列...
stringgrid 使用技巧
1.文字居中 加 選中時 焦點 虛邊框 如何加顏色 procedure tform1.stringgrid1drawcell sender tobject acol,arow integer rect trect state tgriddrawstate var vtext pchar begin ...
StringGrid系列文章2
在string的灰色單元中寫的字能夠分成兩行 stringgrid控制項如何連線按鈕控制項 mouse在tstringgrid外單擊時,tstringgrid如何得到通知 如何在stringgrid當前行第一列也像dbgrid樣標出箭頭呢 如何在delphi 的stringgrid 控制項的 cel...