I have an object name in a string variable. I need to find the type of the object. i could use LibraryExport function but i do not know which library has the object.
for example String TheObj = "dw_grid_report"
How do i know either "dw_grid_report" is a window or a datawindow object?
FindClassDefinition (classname) is your friend.