Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Test to see if a property exists

Status
Not open for further replies.

justamistere

Programmer
Jul 25, 2002
67
US
How do you test for the existance for a property. For instance to see if a control has a "READONLY" property. The container class "optiongroup" does not.

MSDN of Vfp Help just returns everything for the word "property" not both search words for "property exists".
This forum has better search capabilities, but i did not find anything.
 
The AMEMBERS() function will create an array of the control's properties.


Jim
 
You can also use the PEMSTATUS(). I use it all the time, especially in situations where a user's choice my remove an object from a container....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top