After you have created an object, it would be a very nice feature if PB9 could autocomplete or at least suggest properties and methods to use with the object, much the same way that VB6 does.
For Example...
obj.property1.show
At present, after you create the object, you're never really certain if you've done it right until you compile the project. If CodeCompletion would kick in after you type "obj." it would do two things. It would give the programmer confidence that they did it right and it doesn't force you to remember every property and method of each object.
Just a thought for a future update of PB9....
For Example...
obj.property1.show
At present, after you create the object, you're never really certain if you've done it right until you compile the project. If CodeCompletion would kick in after you type "obj." it would do two things. It would give the programmer confidence that they did it right and it doesn't force you to remember every property and method of each object.
Just a thought for a future update of PB9....
Comment