Click here for NewsObjects Overview
SyntaxErrorIndex Property (Profile Manager Control)
Windows - Visual C++


Read Only

Dispatch ID = 0x0e

Description
The SyntaxErrorIndex property returns the index into CriteriaInEditor at which a syntax error was detected.

Syntax
long GetSyntaxErrorIndex();

The SyntaxErrorIndex syntax has these parts:

Part

Description

value

A long integer containing the index.

Remarks
The SyntaxErrorIndex property is only valid after a return of DDICTL_E_R_PRFSYNTAXERR or DDICTL_E_R_INVALCHARINPROF from the ShowProfileEditor method.

See Also: NameInEditor

Back to: Profile Manager Properties