Display_Size - DfBaseList

Returns the number of windows in the menu

Type: Property

Access: Read-Only

Data Type: Integer

Parameters: None

Syntax
 Property Integer Display_Size

Read Access: Get Display_Size to IntegerVariable


Description

The Display_size property returns the number of windows in the menu. This message is often used when the programmer needs to exercise a greater level of control over the interface. The display_size is often used to determine information such as the number of rows in a table-like object.

if (display_size(amenu)) eq 1 set special_case to true