WinStudio

Setting Components to Uppercase or Lowercase

Use the Case property to force all letter characters entered in a component to be converted to all uppercase letters or all lowercase letters. If Case is set to "Mixed," which is the default, then no changes are made.

To set uppercase for a component:

  1. Open a form and enter Design Mode.
  2. Select a component.
  3. In the Component property sheet, set Case to Upper.

To set lowercase for a component:

  1. Open a form and enter Design Mode.
  2. Select a component.
  3. In the Component property sheet, set Case to Lower.

Related Topics

About Inheritance from IDOs, Component Classes, and Property Class Extensions

Data Types and Properties for Components