Is there a way to see a drop down list of methods and properties for an object, in the same way as when we begin to type a function and we get a drop down list with all the functions listed?
If no, how can I see what methods and properties are available to a object?
@kgalea if you scroll down the page in the user guide you can find a list of the methods and properties for the objects. No "drop down" list that I am aware of.
You can press CTRL+SPACE key, after object identifier and a dot, for the list of methods in CBT. Note that the list displayed is hard-coded and it is fixed, the editor does not compile/run your code on the fly as you are typing and does not check the object type at the object while you are typing.