Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exempting properties from PROTECTED
Message
De
30/10/2001 13:48:29
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/10/2001 13:42:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00575229
Message ID:
00575233
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform