Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Parameters to Forms
Message
De
14/11/2000 07:54:34
 
 
À
14/11/2000 07:48:28
Peter Walburn
Omega Data Services Ltd
Aberdeen, Royaume Uni
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00441495
Message ID:
00441508
Vues:
9
The difficult way is not to bad, if you want local variables you can generate the code below with "add procedure" from the tools menu

Private sData As String
Public Property Get SomeThing() As String
SomeThing = sData
End Property
Public Property Let SomeThing(ByVal vNewValue As String)
sData = vNewValue
End Property
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform