G
Guest
Hi, I was wondering if there is a way to find out if a control exist on a form.
I have the control name (btnApply) and I would like to do something like...
form.controls("btnApply").exist as boolean. I know I could probably get
there by looking in each control of the form control collection but I'm
trying to find a shortcut.
Thanks!
I have the control name (btnApply) and I would like to do something like...
form.controls("btnApply").exist as boolean. I know I could probably get
there by looking in each control of the form control collection but I'm
trying to find a shortcut.
Thanks!