![]() | Products |
| Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
| Messages 1 to 2 of 2 total |
| Sun, Sep 1 2013 7:58 PM | Permanent Link |
kentersoft | In Help Manual below example is not function:
TMyClass = class private class FClassName: String='MyClass'; public class property ClassName: String read FClassName; end; procedure ShowClassName; var TempClass: TMyClass; begin TempClass:=TMyClass.Create; try window.alert(TempClass.ClassName); // window class is in WebDOM unit finally TempClass.Free; end; end; |
| Tue, Sep 3 2013 1:40 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. | << In Help Manual below example is not function: >> It's a bug in the compiler - when the class property/method is referenced from outside of the class implementation itself, the compiler generates incorrect JS code. I'll have a fix for this in the next build. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, February 9, 2026 at 09:57 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

