Wrap_State - DfBaseList

Controls the action of the cursor control keys and search_mode ranges during item navigation

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Wrap_State

Read Access: Get Wrap_State to BooleanVariable
Write Access: Set Wrap_State to BooleanVariable/Value


Description

The wrap_state controls the action of the cursor control keys and search_mode ranges during item navigation. If the wrap_state is set true, then when a(n arrow) key is pressed to move the cursor beyond the end or beginning of the list, the cursor will move to the item on the opposite end of the list. When a search_mode is in effect, the range of the search is extended beyond the end of the list to "wrap" back around to the beginning of the list if a qualifying item is not found.

set wrap_state of (amenu(self)) to true

Default is false.