Click here for NewsObjects Overview
SelectedProfileCount Property (Profile Manager Control)
Windows - Visual C++


Read Only

Dispatch ID = 0x12

Description
The SelectedProfileCount property returns the index of the profile that was selected in the Select Profiles dialog box.

Syntax
long count = SelectedProfileCount();

The SelectedProfileCount syntax has these parts:

Part

Description

count

A long integer containing the number of profiles that were selected in the Select Profiles dialog box.

Remarks
This count determines the valid indices for calling the GetSelectedCode method.

See Also: GetSelectedCode CriteriaInEditor ShowSelectProfiles

Back to: Profile Manager Properties