BackUp LevelNext

The CCFXStringSet Class

Overview

Abstract class that represents a set of ordered strings. Strings can be added to a set and can be retrieved by a numeric index (the index values for strings are 1-based). To create a string set, you should use the CCFXRequest member function CCFXRequest::CreateStringSet.

Class members

virtual int AddString( LPCSTR lpszString )

Adds a string to the end of the list.

virtual int GetCount()

Gets the number of strings contained in the list.

virtual LPCSTR GetString( int iIndex )

Gets the string located at the passed index.

virtual int GetIndexForString( LPCSTR lpszString )

Gets the index for the passed string.


BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.