COXMaskedEdit::RPtoLP
int RPtoLP(int nRealPos) const
Parameters
nRealPos |
The real position in the edit control (takes into account all symbols including literals). |
Return Value
Corresponding logical position (taking into account only nonliterals), or -1 if the character at the real position specified corresponds to a literal.
Remarks
Converts a real position (character location) within the masked edit control to a corresponding logical one.
See Also: LPtoRP