FormsCount |
Top Previous Next |
Prototype
IntCount:=FormsCount
Description
Gets the open window total number.
Parameters
None.
Returned value
IntCount: integer value corresponding to the open window total number.
Notes
The fistr window correspond to number 0.
Example
//It counts opened form number CountForm:=FormsCount; |