DataWindow.AllowServerClose Property | |
A logical value specifying whether the server is automatically closed with the data window. By default, this is set to TRUE in the DataWindow:Init() method.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY AllowServerClose AS USUAL SET
public virtual Usual AllowServerClose { set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value specifying whether the server is automatically closed with the data window. By default, this is set to TRUE in the DataWindow:Init() method.
See Also