deleteOption Method |
Deletes an existing PdfOption Class of this ComboField or ListField.
function deleteOption(index);
Type: Boolean
Returns true if the operation completed successfully; otherwise, false.
This method must only be called on objects where the getType Method is a ComboField or ListField.
This method can not be called on objects where isLocked Method is true. unlock Method must be called first.