FZ_FormBase.GetItemCount

Gets the number of processing items built into the system

Public Shared Function GetItemCount( _
) As Integer

Parameters
None.

Return Value
Returns the number of processing items built into the system.

Description
Gets the number of processing items built into the system.

Example
    Private Sub InitControl()

       Dim itemCount As Integer

       ' Gets the number of processing items built into the system
       itemCount = GetItemCount()

   End Sub