![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
![]() |
Wed, Oct 21 2015 9:48 AM | Permanent Link |
Michael Dreher | Found in help:
// All <Class Name> specifications in Elevate Web Builder must begin with a "T" prefix // (stands for "Type"). The compiler will enforce this rule and issue an error if you // attempt to specify a class name without this prefix. Implementing a coding style in the language? Sure why not. But then... type ObviouslyThisClassIsNotPrefixedWithT = class end; var o : ObviouslyThisClassIsNotPrefixedWithT; initialization o := ObviouslyThisClassIsNotPrefixedWithT.Create; end. ...will be compiled and executed, no error or warning. So this will be implemented in future? Michael Dreher |
Wed, Oct 21 2015 12:07 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Michael,
<<...will be compiled and executed, no error or warning. So this will be implemented in future? >> Actually, no, it's a bit that was left-over from EWB 1.x. The EWB 2.x compiler doesn't care, other than when dealing with form names/form class names. I'll make sure that this is modified. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Saturday, June 3, 2023 at 10:17 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |