Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 2 of 2 total |
Help Manual Class variable function is break |
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. timyoung@elevatesoft.com | << 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 Saturday, January 18, 2025 at 07:39 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |