Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific Property Exists or not?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816274
Message ID:
00816303
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
Hi Yashodhan,

parameters oObj,cProperty

if vart(oObj)='O' and !isnull(oObj)
return pemStatus(oObj,cProperty,5)
endif
return .F.

HTH
Greg


>Hi,
>How can I check whether a specific property exists for a control? I want to change the forecolor of all the controls wherever possible. For that, I need to check whether forcolor property exists for each control.
>
>Thanks,
>Yashodhan
Greg Foote
Software At Work, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform