CHECK Keyword (Check)


Description: You use this keyword to perform a number of functions, depending on the parameter values specified.


Status: Supported as of version 2.0.0

CHECK(AB) converts to "allow blanks" property.

CHECK(ME) converts to "mandatory entry" property.

CHECK(MF) converts to "mandatory fill" property.

When CHECK(LC) is specified, Text Transform on the bound field is set to None and the "text transform" property is not set. Otherwise, Text Transform is set to "Uppercase" and the "text transform" property is set to "Uppercase".

When CHECK(RB) is specified, the "text align" property is set to "right".

When CHECK(RZ) is specified, the Zero Fill flag is set on the bound field, and the "text align" property is set to "right".

When CHECK(RL) is specified, the css class RTL is assigned to the element.

CHECK(ER) converts into the "auto advance" property.

CHECK(FE) converts into the "pervent auto tab" property.


Back to DDS keyword list