Sorry that I just noticed this part of the IDE. When one adds a method to a Window one has the opportunity to select from a DropDown. It includes Constructor and several other methods.
Is there a good description of setting one up?
I don’t understand how to use most of these as method calls.
Here are a few:
ShowModal, TrueWindow, Close, Control(Index as Integer)
For instance, Control(Index as Integer) is called how?
[quote=488003:@Arthur Gabhart]Sorry that I just noticed this part of the IDE. When one adds a method to a Window one has the opportunity to select from a DropDown. It includes Constructor and several other methods.
Is there a good description of setting one up?
I don’t understand how to use most of these as method calls.
Here are a few:
ShowModal, TrueWindow, Close, Control(Index as Integer)
For instance, Control(Index as Integer) is called how?[/quote]
You only use those as method names if you want override the built in behavior. If you are creating a band new method you should name it something else.
As for what they do, check the language reference.