property Item.EditCaption as String
Specifies the edit's caption when the item contains an edit control.

TypeDescription
String A String expression that specifies the caption to be shown on the item's text box.
The EditCaption property specifies the caption to be shown on the item's Edit text box. Use the AllowEdit property to add a text-box inside the item, so the user can type any characters inside. The EditWidth property specifies the width of the text-box inside the item. The EditBorder property specifies the border to be shown around the item's text box. You can use the Get method to collect all items of Edit type. The EditChange event notifies your application once the user alters the item's text-box caption. The EditValue property indicates the edit's value.