FlowFact - Entwicklungstools v19.881 FLOWFACT 2017 R2 - Function - Remove

Entfernen

Function Remove(ByVal Index As Integer)


Index: Index der Anrede in der Liste


Public Function Remove(ByVal Index As Integer)
    m_oList.Remove Index
End Function