CriteriaInEditor Property (Profile Manager Control)
Windows - Visual C++
Dispatch ID = 0x02
Description
The CriteriaInEditor property
returns or sets the criteria displayed in the Profile Criteria edit
box of the Profile Editor dialog box.
Syntax
CString name = GetCriteriaInEditor();
void SetCriteriaInEditor(LPCTSTR lpszNewValue);
The CriteriaInEditor syntax has these parts:
Part |
Description |
|
criteria |
A string containing the profile criteria. |
Remarks
The criteria is set and returned in
Reverse Polish Notation. When the ShowProfileEditor
method is invoked, the control will translate the contents of this
property from RPN to Infix notation, for display. If the translation
fails, an error will be returned and the SyntaxErrorIndex
property will contain the index at which the translation error was detected.
See Also: CodeInEditor NameInEditor
Back to: Profile Manager Properties