|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Componet Creation Blues |
From: |
Lothar A. Haensler |
Date: |
1/26/1999 3:22:00 AM |
IP: |
212.2.65.69 |
in your Public Class Module declare a Public Property Let function for each "variable" you want to be able to set from outside.
e.g.
Private mstrValue as string
Public Property Let theValue( byval s as string)
save argument in class variable
mstrValue = s
end Property
HTH
Lothar |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|