|
|
|
|
|
TableGiveParent (Function) In french: TableRécupèreParent Returns the "parent" of an element in a TreeView Table control.
Res is int
Res = TableGiveParent(TABLEH_RecetteTV)
Syntax
<Result> = TableGiveParent(<TreeView Table control> [, <Row number>])
<Result>: Integer - Number of the row of "parent",
- 0 if the row has no parent,
- -1 if the row is not found.
<TreeView Table control>: Control name Name of the TreeView Table control to be used. <Row number>: Optional integer Number of the row containing the branch to use. The current row is used if this parameter is not specified. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|