If you set the caption property of a form, where does the caption text appear?

The default value of the static Caption property can be changed by typing the required caption directly into the caption property field

  1. Click in the Caption property for the control to be changed
  2. Type the required caption directly into the property field

Changing the Caption will NOT change the name of the control

When changing the caption, spaces in between words are permitted. Capitalizing each word without using spaces will not have the same affect as when the control is first created.

Examples

Caption Property Value [static]ResultPlease Enter The LengthDisplays the caption Please Enter The Length alongside the control.

A rule can also be built for this property by changing the type to dynamic.

See How To: Change A Static Property To A Dynamic Property.

Caption Property Value [Dynamic]ResultIF[LengthReturn

Chủ Đề