Group Property
Description
The grouping criteria.
Property type
Read-write property
Syntax
Visual Basic
Public Property Group( _
   ByVal Name As String _
) As Long
Parameters
Name
The Name property of a TDField object.
Remarks

The grouping criteria are an ordered list of field names, or group-by fields. The Name can be used only if the TDField.Property.IsCanGroup property is True.

The field order must be unique. Do not set more than one field to the same order number.

See Also