FlowFact - Entwicklungstools v19.881 FLOWFACT 2017 R2 - Property - SalutationShort

Anredekürzel abfragen

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


Index: Index der Anrede in der Liste
Rückgabewert: Anredekürzel; z.B. Herr, Frau, Firma, ... oder Leerstring


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

    GetItem Index, strSubItem1, strSubItem2, strSubItem3

    SalutationShort = strSubItem1
End Property