Description
Wiki Description
Returns the number of items in the list.
Documentation Comment
Returns the number of forms in the list
Examples
FormList Property kFormList Auto
Function ExampleFunction()
Int iIndex = kFormList.GetSize()
While iIndex > 0
iIndex -= 1
Debug.Trace("Form " + iIndex + " is " + kFormList.GetAt(iIndex))
EndWhile
EndFunctionAuto-Generated Example
int returnedValue = myFormList__toCallFunctionOn.GetSize()