2.2.6.27.1 RichEdit::AutoComplete

Description

Auto complete options in the string array in a box to pick from

Syntax

BOOL AutoComplete( int nStartIndex, StringArray & saOptions, vector<int> & vnAttributes = NULL, BOOL bSort = TRUE )

Parameters

nStartIndex
The position of the first char of the string being completed. When -1, Auto complete is turned off
saOptions
a StringArray of options to complete typedwords with
vnAttributes
a vector containing Attribute Bits for each entry in saOptions
bSort

Return

Examples

Remark

See Also

Header to Include

Control.h