COXMaskedEdit Class Members

Dundas

COXMaskedEdit

Copyright © Dundas Software Ltd. 1997 1999, All Rights Reserved

Overview | Edit Mask Characters


COXMaskedEdit

 
The constructor. Can be called with a mask.
 

Create

 
Creates the control - much like CEdit create.
 

GetMask

 
Retrieves the current mask.
 

SetMask

 
Sets the mask.
 

ShowMask

 
Retrieves the data - both user input and literals.
 

GetInputData

 
Retrieves the data - user input only.
 

SetInputData

 
Allows programmatic entry of user data.
 

GetPromptSymbol

 
Retrieves the placeholder character.
 

SetPromptSymbol

 
Sets the placeholder character.
 

EmptyData

 
Clears input data. Optionally clears the mask.
 

IsInputEmpty

 
Determines if data has been entered by the user.
 

GetInsertMode

 
Retrieves the overtype state.
 

SetInsertMode

 
Sets the overtype state.
 

ValidationError

 
An overridable, called for errors.
 

OnValidate

 
An overridable method which allows for validation when the control loses focus.
 

GetAutoTab

 
Retrieves the state of the auto tab option.
 

SetAutoTab

 
Sets the state of the auto tab option.
 

RPtoLP

 
Converts the real position to the logical position.
 

LPtoRP

 
Converts the logical position to the real position.