FlowFact - Entwicklungstools

zurück

Function - Count
Anzahl der Elemente

Ermittelt die Anzahl aller in der Liste enthaltenen Elemente.
  Function Count() As Integer  
 




Public Function Count() As Integer
    Count = m_oList.Count
End Function