|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
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 DefaultFormat (character) |
Determines the default format for the given ABL Data-type |
|
+ | DECIMAL FormatWidthChars (character, character) |
Returns the default width used for a fill-in with the given format |
|
+ | 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 |
|
+ | INTEGER GetNumberOfDecimalDigits (character) |
Returns the number of decimal digits of the given format |
|
+ | CHARACTER IntegerFormatForMax (integer) |
Returns the required integer format for an upper limit, including
leading zero's |
|
+ | LOGICAL IsValidFormatString (character, character) |
Verifies if the format string is a valid format for the given datatype |
|
- | 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 DefaultFormat (character)
|
|||||||||||||||||||||||||||
PUBLIC DECIMAL FormatWidthChars (character, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetFormatFromInputMask (character, character)
|
|||||||||||||||||||||||||||
PUBLIC INTEGER GetFormatWidthPixels (character)
|
|||||||||||||||||||||||||||
PUBLIC INTEGER GetNumberOfDecimalDigits (character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER IntegerFormatForMax (integer)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsValidFormatString (character, character)
|
|||||||||||||||||||||||||||
PRIVATE CHARACTER ResolveRepeatingChars (character)
|
|||||||||||||||||||||||||||
PRIVATE SplitDateAndTimeMasks (character, character, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ToInputMask (character, character)
|
PROTECTED FormatHelper ()
|
---|