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 |
Unnecessary code in library? |
Mon, Oct 19 2015 4:46 PM | Permanent Link |
Christian Kaufmann | I still see a lot of these methods:
function TPanelMinimizeButton.GetInterfaceClassName: String; begin Result:=TPanelMinimizeButton.ClassName; end; since there is this method now: function TInterfaceController.GetInterfaceClassName: String; begin Result:=ClassName; end; Is the code of the first method still necessary? cu Christian |
Mon, Oct 19 2015 5:23 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Christian,
<< Is the code of the first method still necessary? >> Yes, I looked into this and remembered why it was necessary. If a descendant control does *not* implement an interface that matches its class name (TForm1 = class(TForm) -> every single form in a visual project), then the control will have no interface. 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 |