DataWindow.DeferUse Property (Typed) | |
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
public virtual bool DeferUse { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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