Changes the filter group that is being applied to the table. You can also use this function to return the number of the current filtergroup. You cannot return the number of the filtergroup and set a new filtergroup at the same time.

[CurrGroup] := Record.FILTERGROUP([NewGroup])

Parameters

Record

Type: Record

A record pointing to the table with which you want to work.

NewGroup

Type: Integer

The number of the filter group that you want to use.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also