Navigation: Ultimate Suite for PowerBuilder Help > PowerSnip >

Implementation

Send comments on this topic.

 

Use the following code to start a new snipping session with PowerSnip:
 

n_cst_powersnip lnv_snip

 

lnv_snip.of_Snip(w_frame)

 

 

You can customize which buttons are visible to the user with the DisplayCopy and DisplaySave methods:

 

n_cst_powersnip lnv_snip

 

lnv_snip.DisplaySave = FALSE

lnv_snip.of_Snip(w_frame)

 


Copyright © 2021 Werysoft Inc.