|
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
|
|
|
+
|
INTEGER FormatLength (character)
|
Returns the length in characters required for a character format
|
|
|
+
|
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 InputMask.
|
|
|
+
|
CHARACTER ToInputMask (character, character)
|
Returns an Infragistics InputMask translated from a Progress Edit
Mask.
|