Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exempting properties from PROTECTED
Message
From
30/10/2001 13:48:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/10/2001 13:42:30
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00575229
Message ID:
00575233
Views:
21
>Say you have:
>
>DEFINE CLASS mx_Business AS Container OLEPUBLIC
>
>	ADD OBJECT PROTECTED oDataAccess AS mx_DataAccess	
>	oDataAccess.lLock=.F.
>	oDataAccess.cAlias=[sometable]
>
>ENDDEFINE
>
>
>...is there a way to expose just oDataAccess.cAlias?

Provide a public method expose it.

procedure GetAlias
return this.oDataAccess.cAlias

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform