Board index » delphi » Rookie Question - Delphi 3 Editor settings
Jan Neels
![]() Delphi Developer |
Sat, 15 Jan 2000 03:00:00 GMT
Rookie Question - Delphi 3 Editor settingsHello I'm considering moving from VB to Delphi, so I bought the Delphi 3 standard I am surprised that the Delphi editor, although part of the IDE, is so 1. VB checks every line of code entered and adjusts the layout, inserting Delphi also checks every line of code, but only highlights reserved names I read that there are 4 different 'modes' in which the Delphi editor can 2. In VB, when I declare a variable, whenever I subsequently enter the name Dim MyVariable as String I enter this line of code : myvariable="Can Delphi do this ?" when I change to the next statement, VB changes this line to : MyVariable = "Can Delphi do this?" So, with one glance I can see that the variable MyVariable is an existing So for the question : Can Delphi do this ? Hope it can, otherwise I feel like going back to the stone age on the Please also e-mail any answers (I'm leaving on holiday soon) thanks |