is there a Function IsMethod() and IsProperty() under Fivewin
![Question :?:](./images/smilies/icon_question.gif)
i want to check if Method/Property exist
oh, YesAntoninoP wrote:there is the harbour one: __objHasMethod
Code: Select all | Expand
if __ObjHasMethod( oBrw[3], "ADDCOL" )
msginfo("Yes")
else
msginfo("Nope")
endif