DataWindow.DeferUse Property | |
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:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DeferUse AS USUAL GET SET
public virtual Usual DeferUse { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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