ListView.SetGroupName Method | |
Set the name of a list view group.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetGroupName(
iGroupId,
cGroupName,
dwAlign
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetGroupName(
Usual iGroupId = default,
Usual cGroupName = default,
Usual dwAlign = default
)
Request Example
View SourceParameters
- iGroupId (Optional)
- Type: Usual
The number of the group. - cGroupName (Optional)
- Type: Usual
group name - dwAlign (Optional)
- Type: Usual
The group alignment.
Available options are -
LVGA_HEADER_LEFT
LVGA_HEADER_RIGHT
LVGA_HEADER_CENTER
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