of_AddLine


pfcdwsrv.pbl   >   pfc_n_cst_dssrv_report   >   of_AddLine   

Full name pfc_n_cst_dssrv_report.of_AddLine
Access public
Extend of string
Return value string
Prototype public function string of_AddLine(string,linestyle,integer,vtextalign)

Name Datatype
No Data

Name Datatype
li_X1 Integer
li_X2 Integer
li_Y1 Integer
li_Y2 Integer

public function string of_AddLine (string as_band, linestyle als_style, integer ai_width, vtextalign avta_valign);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_AddLine
//
//	Access:  public
//
//	Arguments:
//	as_Band					The band to add the picture to.
//	als_Style					The pen style of the line (Continuous!, Dash!, DashDot!,
//									DashDotDot!,  Dot!).
//	ai_Width					The pen width of the line.
//	avta_VAlign				The position within the band to draw the line (Top!,
//									VCenter!, Bottom!).  If Top! all objects in the band will be
//									shifted down to make room.
//
//	Returns:		String
//					The output of the Modify command (the error text or "") if True
//					was passed for ab_Execute; the text of the Modify command
//					to add the object if False was passed.
//
//	Description:	Add a horizontal line to any band of a datawindow.
//
//						This function overloads the real of_AddLine, which is protected.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

Integer	li_X1, li_Y1, li_X2, li_Y2

Return of_AddLine(as_Band, als_Style, ai_Width, avta_VAlign, li_X1, li_Y1, li_X2, li_Y2, il_DefaultColor, &
							il_DefaultBackColor, True)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dssrv_report.of_AddLine pfc_n_cst_dssrv_report

     
Full name
No Data

     
Name Scope
No Data