Einzelnen Beitrag anzeigen

Hansa

Registriert seit: 9. Jun 2002
Ort: Saarland
7.554 Beiträge
 
Delphi 8 Professional
 
#9

Re: OnKeyPress automatisch auslösen

  Alt 12. Jul 2004, 18:54
Kann hiermit einer was anfangen ?

Zitat:
After you assign the value to Cells[I, J], invoke the method that
responds to [Enter] directly:

Cells[I, J] := somestring;
EnterButton.OnClick(EnterButton);

Or, if you know the name of the method, just call that:

Cells[I, J] := somestring;
EnterButtonClick(EnterButton);
Der Wert steht ja im Stringgrid, aber was will der mit dem Button ??
Gruß
Hansa
  Mit Zitat antworten Zitat