Click or drag to resize

DataWindow.DeferUse Property (Typed)

X#
A logical value specifying whether the Use() operation for connecting the data window to the associated server should be deferred until the data window is first displayed.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY DeferUse AS LOGIC GET SET 
Request Example View Source

Property Value

Type: Logic
A logical value specifying whether the Use() operation for connecting the data window to the associated server should be deferred until the data window is first displayed.
Remarks
A logical value specifying whether the Use() operation for connecting the data window to the associated server should be deferred until the data window is first displayed. This is useful, for example, in a situation where multiple data windows build up pages for a tab control. The default is FALSE.
See Also