ItemPopulate event
Description
Occurs when a TreeView item is being populated with children.
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_tvnitempopulate |
TreeView |
Parameters
|
Argument |
Description |
|---|---|
|
handle |
Long by reference |
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 |
TreeViewItem tvi |
|
1 |
|
1 |
This.GetItem(handle, tvi) |
|
1 |
sle_get.Text = "Populating TreeView item " & |
|
1 |
   + String(tvi.Label) + " with children" |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest