FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour is control enabled?
Posts: 63
Joined: Mon Aug 02, 2010 05:38 PM
is control enabled?
Posted: Thu Jul 28, 2011 12:26 PM

How do I determine programatically if a specific control is enabled?

Don

Posts: 90
Joined: Wed Nov 07, 2007 08:56 AM
Re: is control enabled?
Posted: Thu Jul 28, 2011 01:13 PM

oControl:lActive

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: is control enabled?
Posted: Fri Jul 29, 2011 02:02 AM

Don,

You can also use:

IsWindowEnabled( oControl:hWnd )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion