ListView.ViewAs Method | |
Change the current view of the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ViewAs(
symView
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ViewAs(
Usual symView = default
)
Request Example
View SourceParameters
- symView (Optional)
- Type: Usual
The symbolic name of the new view for the list view. It can be one of the following values:
Return Value
Type:
UsualSee Also