FlowFact - Entwicklungstools

zurück

Property - SalutationLong
Anrede abfragen

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


Index: Index der Anrede in der Liste
Rückgabewert: Anrede


Public Property Get SalutationLong(ByVal Index As Integer) As String
    Dim strSubItem1 As String
    Dim strSubItem2 As String
    Dim strSubItem3 As String

    GetItem Index, strSubItem1, strSubItem2, strSubItem3

    SalutationLong = strSubItem2
End Property