Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create DLL from Session and show existing method
Message
De
27/02/2009 07:56:47
 
 
À
27/02/2009 00:20:48
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01384014
Message ID:
01384494
Vues:
46
Reply #1

it is true that _memberdata will make property and method get capitalization, but

- It will NOT capitalize the parameter inside the method
- It will NOT hide the property or method
- Protected and Hidden are NOT take place in VFP class
DEFINE CLASS MSSQL as Session OLEPUBLIC 
	Connection   = Null
	Server       = Null
	UserName     = Null
	Password     = Null
	DataBase     = Null
	Authenticate = Null
	ODBC_DisplayLogin   = .T.
	ODBC_DisplayWarning = .T.

    Procedure Connect(Server,Database,UserName,Password) <--------- THOSE PARAMETER WILL NOT BE Capitalized
    EndProc
I challenge you to make them capitalized by using _memberdata
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform