4D v19GET REGISTERED CLIENTS | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
GET REGISTERED CLIENTS 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET REGISTERED CLIENTS ( clientList ; methods ) | ||||||||
| Parameter | Type | Description | ||||||
| clientList | Text array | 
             
         | 
        List of the saved 4D Clients | |||||
| methods | Longint array | 
             
         | 
        List of the methods to be executed | |||||
The GET REGISTERED CLIENTS command fills two arrays:
Let’s assume that you want to obtain a list of all the registered clients and the methods that remain to be executed:
 ARRAY TEXT($clients;0)
 ARRAY LONGINT($methods;0)
 GET REGISTERED CLIENTS($clients;$methods)Refer to the example of the REGISTER CLIENT command.
If the operation was successful, the OK system variable is equal to 1.
	Product:  4D
	Theme:  Processes
	Number:  
        650
        
        
        
	
	Created:  4D v6.5
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Language Reference ( 4D v19)
	
	
	
	4D Language Reference ( 4D v19.1)
Add a comment