FlowFact - Entwicklungstools

zurück

Property - Phone2
Durchwahl abfragen

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


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


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

    GetItem Index, strPhone1, strPhone2, strPhoneComment

    Phone2 = strPhone2
End Property