Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

GetSelectCount Function

Overview

The GetSelectCount function returns the number of selected areas for a multiple select array type.

Syntax/Parameters

Syntax

int = GetSelectCount ( handle hObject );

Parameters

hObject

A handle to an Edit Object or an Edit View.

Return Value

Returns an int containing the count of selected areas or a formatted error code on failure. Use the GetLastError function to retrieve error information.

Remarks

If there is no selection, the return value is zero. Note that a block select area is considered a single selected item, so if there is block region selected, the return value will be 1.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic