Page 1 of 1

Custom Objects

Posted: Wed Sep 05, 2007 6:41 pm
by pauldude000
I used RapidQ for quite awhile, and used to make custom controls. I am not sure whether this is possible in FNXbasic? RapidQ used the EXTENDS command like this:

[code]
TYPE myButton EXTENDS QBUTTON
......
END TYPE
[/code]

1. Can you add custom properties and methods to standard window objects in FNXbasic?
2. Can you custom draw your controls?
3. If so, what are the limitations?
4. Lastly, does anyone have any examples?

Paul