Comment tester si un stringGrid est en goEditing?
J'ai testémais :calim2:Code:if stringGrid.Options[goFixedVertLine,goFixedHorzLine,goVertLine,goHorzLine,goRangeSelect,goEditing]=True
:help:
Version imprimable
Comment tester si un stringGrid est en goEditing?
J'ai testémais :calim2:Code:if stringGrid.Options[goFixedVertLine,goFixedHorzLine,goVertLine,goHorzLine,goRangeSelect,goEditing]=True
:help:
Bonjour,
il faut faire :
A+Code:
1
2 If (goEditing in stringGrid.Options) Then ...
Charly
Suoer!
Merci Charly :yaisse3:
:resolu: