FlowFact - Entwicklungstools

zurück

Property - PhoneComment
Bezeichnung abfragen

Hinweis: Es kann auch ein Wert zugewiesen werden.
  Property PhoneComment(ByVal Index As Integer) As String  
 


Index: Index der Telefonnummer in der Liste
Rückgabewert: Bezeichnung


Public Property Get PhoneComment(ByVal Index As Integer) As String
    Dim strPhone1 As String
    Dim strPhone2 As String
    Dim strPhoneComment As String

    GetItem Index, strPhone1, strPhone2, strPhoneComment

    PhoneComment = strPhoneComment
End Property