This function deletes the control with the specified name.
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 |
Delete the control with the specified name.
Dim aForm
Set aForm = Profile.Form
aForm.ControlDelete ("edtPatientName")