Salut,
Comment on définie une collection comme propriété d'un contrôle ?
pour un string on a par exemple :
 
| Dim strTo As String
...
 Public Property Let SendTo(ByVal strTemp As String)
 strTo = strTemp
 PropertyChanged "SendTo"
 End Property
 ...
 Public Property Get SendTo() As String
 SendTo = strTo
 End Property
 | 
 
mais je suppose que C pas tout à fait la même chose pour une Collection...
 
C koi kome la bonne manière ?
 
 
 
Message édité par Poipoi le 02-09-2003 à 11:25:58
 ---------------
			
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love: