Class QCausesValidation
Contains The 'CausesValidation' property options used by buttons which take actions on Forms and controls.
| boolean | 
				None
			Does not cause the validation | 
				#
				 false | 
| boolean | 
				AllControls
			Cause validation of all controls | 
				#
				 true | 
| integer | 
				SiblingsAndChildren
			Cause validation of the control, siblings and children | 
				#
				 2 | 
| integer | 
				SiblingsOnly
			Cause validation of siblings only | 
				#
				 3 |