Click or drag to resize

DataWindow.EnableConditionalControls Method (Typed)

X#
Enable those controls that have been registered with RegisterConditionalControls().

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableConditionalControls() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
This method enables all controls that have been registered with DataWindow:RegisterConditionalControls(), which registers controls as being subject to validation. It is automatically called by DataWindow:Prevalidate() whenever the window's validation status is OK. This way, all registered controls are guaranteed to be available whenever the window is known to be in a valid state.
See Also