TESBBoundsValidationType Type |
Unit
QESBPCSGlobals
Declaration
TESBBoundsValidationType = (evtNone, evtBelowLower, evtAboveUpper);
Values |
evtNone | No Validation Error exists. |
evtBelowLower | the entered value is Below the BoundLower Value. |
evtAboveUpper | the entered value is Above the BoundUpper Value. |
|