Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I set values in a form before it is displayed (opened)?
#2
Im not sure if pasting altered the source but your whitespacing is wrong. Also next time please specify exactly which line is the problem as the IDE will tell you. This is an issue with Delphi syntax, not IntraWeb.

Proper spacing is below:

TfmWEB.Create (Self);
TfmWEB.edEmail.Текст := 'mail@mail.ru';
TfmWEB.edThema.Текст := 'MyThema';
TfmWEB.Show;
Reply


Messages In This Thread
RE: How do I set values in a form before it is displayed (opened)? - by kudzu - 01-03-2021, 06:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)