Criteria Property (Profile Editor Control)
Windows - Visual C++
Read Only
Description
The Criteria property returns the
criteria displayed in the editing window.
Syntax
CString criteria = GetCriteria();
The Criteria syntax has these parts:
Part |
Description |
|
criteria |
A String containing the profile criteria. |
Remarks
The displayed profile criteria will
be translated to Reverse Polish Notation before it is returned. If
there is an error in translation, an error will be thrown to the
container. If the thrown error is DDICTL_E_R_PRFSYNTAXERR or
DDICTL_E_R_INVALCHARINPROF, the SyntaxErrorIndex
property will contain the index at which the translation error was detected.
See Also: SetCursorAtIndex
Back to: Profile Editor Properties