Version

GetFirstDisplayedRecord Method

Returns the first record in the list of currently displayed records that is of the specified type.
Syntax
'Declaration
 
Function GetFirstDisplayedRecord( _
   ByVal recordType As Type _
) As Record
Record GetFirstDisplayedRecord( 
   Type recordType
)

Parameters

recordType
The type of record to look for and return.

Return Value

A record of the specified type or null if no record of the specified type could be found.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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