Click here for NewsObjects Overview
GetSelectedCode Method (Profile Manager Control)
Windows - Visual C++


Description
The GetSelectedCode method returns profile codes selected in the Select Profiles dialog box.

Syntax
[object.]GetSelectedCode index

The GetSelectedCode syntax has these parts:

Part

Description

index

A long integer containing the index of the profile code to return. See Remarks for valid indices.

result

A string containing the code.

Remarks
This method only returns valid data after a successful return from the ShowSelectProfiles method. Valid values of index range from 1 to the number returned by the SelectedProfileCount method.

See Also: SelectedProfileCount ShowSelectProfiles

Back to: Profile Manager Methods