DxList
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Esta funcion crea una lista basada en dxDrawing.
Aviso: Esta es una función exportada por Modern-Library!
Sintaxis
element dxList(int x, int y, int w, int h, [ element parent = nil ])
Argumentos requeridos
- x: Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla.
 - y: Un entero que representa la posición Y del origen absoluto de la ventana, representado por píxeles en la pantalla.
 - w: Un entero que representa el ancho de la ventana.
 - h: Un entero que representa la altura de la ventana.
 
Argumentos Opcionales
- parent: Este es el padre el cual la lista se adjunta.
 
Ejemplo de Uso
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) --creamos una ventana win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true) --creamos una lista list = dxList( 312, 347, 250, 203, win )
Ver también
General Functions
- dxGetLibrary
 - dxGetScreen
 - dxSet
 - dxGet
 - dxSetText
 - dxSetTitle
 - dxSetVisible
 - dxSetEnabled
 - dxSetPosition
 - dxGetPosition
 - dxSetSize
 - dxGetSize
 - dxGetRootParent
 - dxSetColorBackground
 - dxSetColorText
 - dxSetColorSelected
 - dxSetColorBorder
 - dxFont
 - dxSetFont
 - dxGetText
 - dxSetTitle
 - dxGetTitle
 
Window
Button
CheckBox
Edit
GridList
- dxGridList
 - dxGridListAddItem
 - dxGridListRemoveItem
 - dxGridListAddColumn
 - dxGridListRemoveColumn
 - dxGridListGetItemSelected
 - dxGridListSetItemSelected
 - dxGridListGetScrollHV
 
Image
Label
List
- dxList
 - dxListAddItem
 - dxListRemoveItem
 - dxListGetItemSelected
 - dxListSetItemSelected
 - dxListSetColorFilaItem