![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Incident Reports » Incident Reports Reported for Version 2.06 » View Incident Report |
![]() |
Reported By: Michael Dreher Reported On: 11/8/2017 For: Version 2.06 Build 11 |
type TMyClass = class public // ... class procedure cBar; end; class procedure TMyClass.cBar; var c : TMyClass; iValue : integer; begin c := TMyClass.Create; c.Foo; // [Error] Cannot access the Foo() instance member from within a class method iValue := c.GetI; // [Error] Cannot access the GetI instance member from within a class method iValue := c.i; // [Error] Cannot access the i instance member from within a class method end;
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |