Click here for NewsObjects Overview
GetNumberSelected Method (Quote Control)
Windows - Visual C++


Description
The GetNumberSelected method returns the number of items in the list that are currently selected.

Syntax
long value = GetNumberSelected();

The GetNumberSelected syntax has these parts:

Part

Description

value

A long integer containing the number of items in the list that are currently selected.

Back to: Quote Methods