4D v14.3LISTBOX Get array |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
LISTBOX Get array
LISTBOX Get array
Note: This command only works with array type list boxes. The LISTBOX Get array command returns a pointer to the array associated with the style or color of the list box or list box column designated by the object and * parameters. Style, color, or background color arrays can be associated with array type list boxes using the Property list in Design mode or using the LISTBOX SET ARRAY command. Passing the optional * parameter indicates that the object parameter is an object name (string). If you do not pass this parameter, it indicates that the object parameter is a variable. In this case, you pass a variable reference instead of a string. You can designate a list box or a list box column in the object parameter. In arrType, pass the type of array for the property you want to get. You can use one of the following constants, available in the "List Box" theme:
The command returns one of the following values:
Typical examples of use: vPtr:=LISTBOX Get array(*;"MyLB";Listbox font color array) |
PROPERTIES
Product: 4D
HISTORY
SEE ALSO ARTICLE USAGE
4D Language Reference ( 4D v14 R2) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||