|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
- | CHARACTER BuildDateMask (character) |
Returns an Infragistics Date Mask.
Invoked by ToInputMask. |
|
- | CHARACTER BuildTimeMask (character) |
Returns an Infragistics Time Mask.
Invoked by ToInputMask. |
|
+ | CHARACTER GetFormatFromInputMask (character, character) |
Returns a display Format to be used in the Grid build from the edit
Mask returned from the ToInputMask method. |
|
+ | INTEGER GetFormatWidthPixels (character) |
Returns the width pixels for a given ABL format |
|
+ | CHARACTER IntegerFormatForMax (integer) |
Returns the required integer format for an upper limit, including
leading zero's |
|
- | CHARACTER ResolveRepeatingChars (character) |
Returns an interpreted InputMask.
"x(4)" -> "xxxx"
"!(4)x(8)" -> "!!!!xxxxxxxx" |
|
- | SplitDateAndTimeMasks (character, character, character) |
Returns the Date and the Time part of an ImputMask. |
|
+ | CHARACTER ToInputMask (character, character) |
Returns an Infragistics InputMask translated from a Progress Edit
Mask. |
Options | Name | Purpose | |
---|---|---|---|
# | FormatHelper () |
Protected default constructor. |
Top
PRIVATE CHARACTER BuildDateMask (character)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE CHARACTER BuildTimeMask (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetFormatFromInputMask (character, character)
|
|||||||||||||||||||||||||||
PUBLIC INTEGER GetFormatWidthPixels (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER IntegerFormatForMax (integer)
|
|||||||||||||||||||||||||||
PRIVATE CHARACTER ResolveRepeatingChars (character)
|
|||||||||||||||||||||||||||
PRIVATE SplitDateAndTimeMasks (character, character, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ToInputMask (character, character)
|
PROTECTED FormatHelper ()
|
---|