ListView.RemoveGroup Method | |
Remove the group with the specified ID from a ListView control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RemoveGroup(
iGroupId
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RemoveGroup(
Usual iGroupId = default
)
Request Example
View SourceParameters
- iGroupId (Optional)
- Type: Usual
The number of the group.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
Listview grouping requires visual styles. If visual styles are not enabled or available these features have no effect.
If group view is enabled only items belonging to groups are displayed.
|
See Also