FlowFact - Entwicklungstools v19.881 FLOWFACT 2017 R2 - 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