ScreenUPG
FINDFIELD_CURRENT Property



Find current field in presentation space.
Syntax
'Declaration
 
Public ReadOnly Property FINDFIELD_CURRENT As Integer
'Usage
 
Dim instance As ScreenUPG 
Dim value As Integer 
  
value = instance.FINDFIELD_CURRENT
public int FINDFIELD_CURRENT {get;}
public: 
property int FINDFIELD_CURRENT { 
   int get(); 
}
Remarks
Type of field to find in presentation space when using findField and findFieldEx.
Requirements

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

See Also

Reference

ScreenUPG Class
ScreenUPG Members
findField Method
findFieldEx Method
FINDFIELD_NEXT Property
FINDFIELD_PREVIOUS Property