pfc_properties


pfcmain.pbl   >   pfc_u_dw   >   pfc_properties   

Full name pfc_u_dw.pfc_properties
Access public
Extend of
Return value
Prototype event pfc_properties()

Name Datatype
No Data

Name Datatype
lnv_dwproperty n_cst_dwpropertyattrib

event pfc_properties;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_properties
//	Description:	Call the DataWindow property Dialog.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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.
//////////////////////////////////////////////////////////////////////////////
n_cst_dwpropertyattrib lnv_dwproperty

if IsValid(snv_property) or IsValid(inv_Property) then
	// Set initial values.
	lnv_dwproperty.idw_requestor = this

	// Allow structure to have other values set before opening dialog.
	this.Event pfc_preproperties(lnv_dwproperty)

	// Open property window.
	if IsValid(inv_Property) then
		inv_Property.of_OpenProperty(lnv_dwproperty)
	else
		snv_property.of_OpenProperty(lnv_dwproperty)
	end if
end if
end event

     
Name Owner
pfc_u_dw.pfc_debug pfc_u_dw

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_property.of_openproperty pfc_n_cst_dwsrv_property
pfc_u_dw.pfc_preproperties pfc_u_dw

     
Full name
pfc_u_dw

     
Name Scope
No Data