InternetResult object – PB Docs 150
InternetResult object The InternetResult object acts as a buffer, receiving and caching asynchronous data, as it is returned using the Internet in response to the GetURL and PostURL function calls. The InternetResult object also provides the ability to process this data. To use an InternetResult object, create a standard class user object that defines an…
Weight – PB Docs 150
Weight property for PowerScript controls Controls Controls that can display text Description The Weight property specifies the stroke weight of the text in the control. Usage In a painter To set the stroke weight of all text in a control: Display the Font tab page of the control’s Properties view and select the Bold check…
PrimaryLine – PB Docs 150
PrimaryLine property for PowerScript controls Controls grAxis objects in Graph controls Description The PrimaryLine property specifies the line style for the primary line used for the axis itself. The line style settings for an axis are disabled if the axis is not appropriate for the graph type. Primary lines are not visible if the line…
RulerBar – PB Docs 150
RulerBar property for PowerScript controls Controls RichTextEdit controls Description When the RulerBar property is enabled, a ruler bar appears above the editing area of the control. The user can use it to set tabs and margins on the tab bar. The ruler bar can also be enabled and disabled by the user at runtime from…
PowerTipText – PB Docs 150
PowerTipText property for PowerScript controls Controls InkPicture, Picture, PictureButton, and PictureHyperlink controls, and UserObjects with tab pages Description Displays a PowerTip when the user moves a cursor over the control or over the tab area of the tab page. Usage In a painter To set the PowerTip: In the Window painter, display the General page…
LargePictureWidth – PB Docs 150
LargePictureWidth property for PowerScript controls Controls ListView controls Description The LargePictureWidth property specifies the display width of all the pictures in the Large Icon view of the ListView control. The size is specified in pixels. If you choose the value (Default) in the painter, or set the value to 0, PowerBuilder uses the width of…
MaxSelectCount – PB Docs 150
MaxSelectCount property for PowerScript controls Controls MonthCalendar controls Description Specifies the maximum number of days the user can select in the calendar. Usage In a painter To set the MaxSelectCount property: Select a number from the MaxSelectCount spin control on the General page in the Properties view. In scripts The MaxSelectCount property takes an integer…
FixedLocations – PB Docs 150
FixedLocations property for PowerScript controls Controls ListView controls Description When the FixedLocations property is enabled, the user cannot drag items to new positions in the control. When Fixed Locations is not enabled and DragAuto is enabled, the user can drag items to new positions. Usage In a painter To set the FixedLocation property: Select the…
DropDownPictureListBox control – PB Docs 150
DropDownPictureListBox control A DropDownPictureListBox control is similar to a DropDownListBox, but with the addition of pictures associated with the items in the list. The pictures used in this control can be bitmaps (BMP file), icons (ICO file), cursors (CUR file), GIF (but not animated GIF) files, or JPEG files. Making the list display In the…
MaxBox – PB Docs 150
MaxBox property for PowerScript controls Controls DataWindow controls, Windows Description The MaxBox property specifies whether a Maximize box is displayed on the control’s title bar. Usage In a painter To display a Maximize box on a DataWindow control: Select the TitleBar check box on the General page of the control’s Properties view. Select the MaxBox…