Programmatically edit a treeview label: Difference between revisions

(→‎Getting it to work: added vdf source tags)
Line 42: Line 42:
Correct syntax would be
Correct syntax would be


<source lang="vdf">
   Procedure AddAndEditItem
   Procedure AddAndEditItem
     Handle hItem
     Handle hItem
Line 54: Line 55:
     End
     End
   End_Procedure
   End_Procedure
</source>


Depending on the version of VDF you are using you have the following events and  
Depending on the version of VDF you are using you have the following events and  
properties
properties
<source lang="vdf">
  pbCancelEdit
  pbCancelEdit
  OnBeginLabelEdit
  OnBeginLabelEdit
  OnEndLabelEdit
  OnEndLabelEdit
</source>


These are documented in the Help system
These are documented in the Help system
Anonymous user