clicked


pfcutil.pbl   >   pfc_w_dwproperty   >   cb_dlghelp   >   clicked   

Full name pfc_w_dwproperty.cb_dlghelp.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
li_helpindex int

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:
//	clicked
//
//	Description:
//	Display PFC dialog help
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

int	li_helpindex

// Determine help index based on selected tab
li_helpindex = (tab_property.selectedTab * 100) + 10000

showHelp ("pfcdlg.hlp", topic!, li_helpindex)
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.showhelp systemfunctions
commandbutton.clicked commandbutton

     
Full name
pfc_w_dwproperty
pfc_u_tab

     
Name Scope
No Data