|
-
May 10th, 2004, 08:39 AM
#1
Thread Starter
Frenzied Member
validating controls
When you drop a control from the toolbox onto a form, the 'validate' property is set to 'true' by default. I was wondering if setting this to false for those controls that don't need to validate might increase performance slightly?
-
May 11th, 2004, 07:18 AM
#2
Thread Starter
Frenzied Member
-
May 11th, 2004, 07:54 AM
#3
I don't live here any more.
-
May 11th, 2004, 07:59 AM
#4
Are you referring to the "CausesValidation" property?
If so then it won't make a blind bit of difference. The compiler knows that there is no event handler for the Validating event and thus will not call it. Speed will not be affected.
I don't live here any more.
-
May 11th, 2004, 09:51 AM
#5
Thread Starter
Frenzied Member
yeah, that's what I meant! lol thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|