Develop > Programming Guide > System Language reference > List: RAD functions > RAD function: cursor.field.display.content

RAD function: cursor.field.display.content

A RAD function that returns a string containing the display value of the field where the cursor was last positioned when the user performed an action such as clicking Fill or Find, or double-clicking on a QBE list. If the action opens a new form, cursor.field.display.content will return the focus on the pop up form.

Function

cursor.field.display.content

Format

cursor.field.display.content()

Parameters

There are no parameters for this function.

Factors

If the field is an array, the content of the current element is returned.

Return values

The display value of the current field. For example, "Adobe Reader".