4D v17.4LISTBOX GET ARRAYS | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17.4
 
LISTBOX GET ARRAYS 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| LISTBOX GET ARRAYS ( {* ;} object ; arrColNames ; arrHeaderNames ; arrColVars ; arrHeaderVars ; arrColsVisible ; arrStyles {; arrFooterNames ; arrFooterVars} ) | ||||||||
| Parameter | Type | Description | ||||||
| * | Operator | 
             
         | 
        If specified, object is an object name (string) If omitted, object is a variable | |||||
| object | Form object | 
             
         | 
        Object name (if * is specified) or Variable (if * is omitted) | |||||
| arrColNames | String array | 
             
         | 
        Column object names | |||||
| arrHeaderNames | String array | 
             
         | 
        Header object names | |||||
| arrColVars | Pointer array | 
             
         | 
        Pointers to column variables or Pointers to column fields or Nil | |||||
| arrHeaderVars | Pointer array | 
             
         | 
        Pointers to header variables | |||||
| arrColsVisible | Boolean array | 
             
         | 
        Visibility of each column | |||||
| arrStyles | Pointer array | 
             
         | 
        Pointers to arrays, or style, color and row control variables, or Nil | |||||
| arrFooterNames | String array | 
             
         | 
        Column footer object names | |||||
| arrFooterVars | Pointer array | 
             
         | 
        Pointers to column footer variables | |||||
The LISTBOX GET ARRAYS command returns a set of synchronized arrays providing information on each column (visible or invisible) in the list box set in the object and * parameters.
If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a variable. In this case, you pass a variable reference instead of a string. For more information about object names, refer to the Object Properties section.
Once the command is executed:
	Product:  4D
	Theme:  List Box
	Number:  
        832
        
        
        
	
	Modified:  4D v11 SQL Release 2
	Renamed: 4D v12
	Modified:  4D v13
	Modified:  4D v15 R4
	4D Language Reference ( 4D v17)
	
	
	
	
	4D Language Reference ( 4D v17.1)
	
	4D Language Reference ( 4D v17.2)
	
	4D Language Reference ( 4D v17.3)
	
	4D Language Reference ( 4D v17.4)
	
	
Add a comment