Deletes a FieldChar from a field, along with the character in the field’s value string.
This method is best used when one of these options is selected in the field definition:
(found on the tab in the dialog), and call this method before the field is mass verified. The advantage of using this method instead of just resetting the value string is that the FieldChars is preserved and the field can still be mass verified.
(found on the tab of the dialog.
Suggested usage is in the FormInterpreted event. In any event, do not use this method before that event has been fired.
Object.DeleteFieldChar (Index)
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to one of these objects |
|
Index |
Integer |
Zero-based index of the FieldChar to be deleted |
None.
This method changes the field value.