CTRecord.IsFiltered
SYNTAX
bool IsFiltered( )
PARAMETERS
This method has no parameters.
DESCRIPTION
Indicates if the record is being filtered or not.
RETURN
IsFiltered() returns true if there is one filter set to the record, and false otherwise.
SEE ALSO
GetFilter(), SetFilter()