components[i] is tcombobox then tcombobox(components[i]).text := ''
Components[i] is TNumberEdit then TNumberEdit(Componet ([i]).value := 0
Components[i] is TStringGrid then TStringGrid(Components[i]).Cells := ;<----바루 이넘
이렇게 초기화 할려고 합니다.
다시 말해서..clear졈
그런데..스트링 그리드의 초기화는 어떻게 해야 하는지요?
위에 보시듯이 저런식으로 할려고 하거든욤
답변 부탁드립니다.
for J := 0 to Grid.RowCount-1 do
Grid.Cells[I, J] := '';
이런식으로 하라구 하네여 ^^
저말고 다른님들도 도움이 되시길...