microbyte
June 26th, 2009, 03:28
Code:
object sg1: TStringGrid
Left = 0
Top = 0
Width = 297
Height = 199
Align = alClient
Color = clWhite
DefaultColWidth = 32
DefaultRowHeight = 15
DefaultDrawing = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect]
ParentFont = False
TabOrder = 0
OnDrawCell = sg1DrawCell
OnMouseDown = sg1MouseDown
OnMouseMove = sg1MouseMove
OnMouseUp = sg1MouseUp
OnMouseWheelDown = sg1MouseWheelDown
OnMouseWheelUp = sg1MouseWheelUp
OnSelectCell = sg1SelectCell
end
I have this StringGrid. Any way to get the value of each string?