4D v14.3Is in set |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Is in set
|
Is in set ( set ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
set | String |
![]() |
Name of the set to test | |||||
Function result | Boolean |
![]() |
Current record of set's table is in set (True) or Current record of set's table is not in set (False) | |||||
Is in set tests whether or not the current record for the table is in set. The Is in set function returns TRUE if the current record of the table is in set, and returns FALSE if the current record of the table is not in set.
The following example is a button object method. It tests to see whether or not the currently displayed record is in the set of best customers:
Product: 4D
Theme: Sets
Number:
273
Created: < 4D v6
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)