ISProfileForm.ControlDelete

Description

This function deletes the control with the specified name.

Syntax

object.ControlDelete aControlName

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aControlName In, Required
string
The name of the control

Example

Delete the control with the specified name.

Dim aForm

Set aForm = Profile.Form
aForm.ControlDelete ("edtPatientName")  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0