CTRecord.IsRecordSetOn
Declaration
CTBOOL CTRecord.IsRecordSetOn();
Description
Indicates if a record set is active or not. A record set is active after a successful call to RecordSetOn(). A record set can be switched off by calling RecordSetOff().
Return Values
Returns YES if a record set if active and NO if a record set is not active.
See Also
CTRecord.RecordSetOn(), CTRecord.RecordSetOff()