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

RAD function: cursor.field.display.content.set

A RAD function that sets the display value of the field where the cursor is currently positioned.

Function

cursor.field.display.content.set

Format

cursor.field.display.content.set($display.value)

Parameters

The following parameter is valid for this function.

Parameter Description
$display.value The display value that you want to specify for the current field

Factors

If the field is of the array type, the display value is set to the content of the element where the cursor is currently positioned.

Return values

The display value that you specify.

Example

cursor.field.display.content.set(“Adobe Reader”)