ItemPopulate
PowerScript event
Description
Occurs when a TreeView item is being populated with children.
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_tvnitempopulate |
TreeView |
Arguments
|
Argument |
Description |
|---|---|
|
handle |
Long by reference (the handle of the TreeView item |
Return Values
Long.
Return code choices (specified in a RETURN statement):
0 — Continue processing
Examples
This example displays the name of the TreeView item you are
populating in a SingleLineEdit:
|
1 2 3 4 5 |
TreeViewItem tvi This.GetItem(handle, tvi) sle_get.Text = "Populating TreeView item " & + String(tvi.Label) + " with children" |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest