hi,
is there a Function IsMethod() and IsProperty() under Fivewin
i want to check if Method/Property exist
how can i check if Method/Property exist ?
Re: how can i check if Method/Property exist ?
hi,
i have seen it in OOHG
do i have to include OOHG Modul or is it include in FiveWin
oh, YesAntoninoP wrote:there is the harbour one: __objHasMethod
i have seen it in OOHG
do i have to include OOHG Modul or is it include in FiveWin
greeting,
Jimmy
Jimmy
- Marc Venken
- Posts: 1483
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: how can i check if Method/Property exist ?
Maybe some info here : (Method insite the program codes )
https://forums.fivetechsupport.com/view ... =3&t=35592
https://forums.fivetechsupport.com/view ... =3&t=35999
https://forums.fivetechsupport.com/view ... =3&t=41830
https://forums.fivetechsupport.com/view ... =3&t=42273
https://forums.fivetechsupport.com/view ... =3&t=35592
https://forums.fivetechsupport.com/view ... =3&t=35999
https://forums.fivetechsupport.com/view ... =3&t=41830
https://forums.fivetechsupport.com/view ... =3&t=42273
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour
- Marc Venken
- Posts: 1483
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: how can i check if Method/Property exist ?
Jimmy, It works
If I put this code, It works without any rest code, so it is included
If I put this code, It works without any rest code, so it is included
Code: Select all | Expand
if __ObjHasMethod( oBrw[3], "ADDCOL" )
msginfo("Yes")
else
msginfo("Nope")
endif
Marc Venken
Using: FWH 23.08 with Harbour
Using: FWH 23.08 with Harbour