I am trying to set a property from the inherited class:
I get:
Is there a simple workaround?
Now it seems i need to call an initialization method first..
Code:
Class Method Create MyBase.ID = 1234 End Method
PowerBASIC for Windows
PB/Win Version 9.01
Copyright (c) 1996-2009 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 596 in C:\.............
(33:009): Inherited interface expected
Line 33: MyBase.ID = 1234
PB/Win Version 9.01
Copyright (c) 1996-2009 PowerBasic Inc.
Venice, Florida USA
All Rights Reserved
Error 596 in C:\.............
(33:009): Inherited interface expected
Line 33: MyBase.ID = 1234
Now it seems i need to call an initialization method first..
Comment