'Declaration
Public Function fieldCount( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As ScreenUPG
Dim inType As Integer
Dim value As Integer
value = instance.fieldCount(inType)
public int fieldCount(
int
)
public:
int fieldCount(
int
)
Parameters
- inType
- Specifies the type of fields to count. Possible
values (defined in class ScreenUPG.ScreenUPG) include: FIELDTYPE_ANY,
FIELDTYPE_PROTECTED, and FIELDTYPE_UNPROTECTED.
Return Value
The number of fields found of the specified type.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2