A forward declaration is where you're saying the details/definition of an object (for example the body of a function) will be defined later but it's existence has to be declared earlier so it can be used and still keep the compiler happy.
In more technical oo terms, you would use forward declaration "to use an undeclared class as a superclass for another class".
Forward declaration is a section PowerBuilder adds to the object source behind the scenes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.