|
|
|
|
|
Funciones del control TreeView
Nota: Estas funciones también están disponibles en la sintaxis con prefijo ( Funciones para la gestión de los controles TreeView (sintaxis con prefijo)). Las siguientes funciones se utilizan para gestionar los controles TreeView:
| | TreeAdd | Adds a "leaf" element (and all necessary nodes) into a TreeView control. | TreeCollapse | Collapses a branch previously expanded. | TreeCollapseAll | Collapses a branch previously expanded (as well as its child elements). | TreeCopyItem | Copia un elemento (hoja o nodo) en un control TreeView. | TreeCount | Devuelve el número de elementos encontrados en una rama de un control de TreeView. | TreeDelete | Elimina un elemento y todos sus "hijos" de un control TreeView. | TreeDeleteAll | Elimina todos los elementos de un control TreeView. | TreeDeleteChild | Elimina los hijos de un elemento de un control TreeView sin eliminar el propio elemento.. | TreeDisplay | Refreshes a TreeView control from a given position. | TreeExpand | Expands a node in a TreeView control. | TreeExpandAll | Expands a node and all its child elements in a TreeView control. | TreeFind | Finds an element (leaf or node) in a TreeView control and returns its path. | TreeGetIndex | Devuelve el índice de un elemento (nodo u hoja) en un control TreeView. | TreeGiveChild | Returns the "children" of an element found in a TreeView control. | TreeID | Used to build the path of the elements found in a TreeView control by differentiating the duplicates. | TreeIdentifier | Devuelve el identificador asociado a un elemento (nodo u hoja) en un control TreeView. | TreeInfoXY | Devuelve el elemento TreeView encontrado en una posición dada. | TreeInsert | Inserts a leaf into a TreeView control at a specific position. | TreeListItem | Lists the "children" of a node and the "child" elements of these "children" in a TreeView control. | TreeModify | Modifies an element (node or leaf) in a TreeView control. | TreeMoveItem | Mueve un elemento (hoja o nodo) en un control TreeView. | TreePosition | Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control. | TreeSelect | Devuelve la ruta completa del elemento seleccionado en un control TreeView. | TreeSelectCount | Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control). | TreeSelectMinus | Deselecciona un elemento en un control TreeView. | TreeSelectPlus | Selecciona un elemento en un control de TreeView. | TreeSort | Ordena los elementos que se encuentran en un control TreeView. | TreeStatus | Returns the state of a node: wound, unwound or non-existent. | TreeTypeItem | Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|