|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
putting cursor in tedit automatically
i have a form with a tedit box and i want to autoamatically place the cursor into that tedit box when the form is created. How would i do something like that?
|
|
#2
|
|||
|
|||
|
Quote:
Try this: Code:
procedure TForm1.FormActivate(Sender: TObject); begin Edit1.SetFocus; end; UltraMAX |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > putting cursor in tedit automatically |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|