FlowFact - Entwicklungstools

zurück

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