DataListView.Use Method | |
Associate a data server with the data list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Use(
oNewServer
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Use(
Usual oNewServer = default
)
Request Example
View SourceParameters
- oNewServer (Optional)
- Type: Usual
The data server to be associated with the data list view.
Return Value
Type:
Usual
TRUE, if the server could be assigned successfully; otherwise, FALSE.
Remarks
This method is equivalent to the DataListView:Server assign, which associates a data server with the data list view.
See Also