Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Property Descriptions and Usage – PowerBuilder Library

Property Descriptions and Usage

OriginalSize – PB Docs 125

OriginalSize property for PowerScript controls Controls Picture, PictureButton, PictureHyperLink, and Animation controls Description The OriginalSize property specifies whether the width and height of the picture are set to their original values. For Animation controls, it specifies whether the width and height properties of the Animation control are set to the size of the AVI clip….

Series – PB Docs 125

Series property for PowerScript controls Controls Graph controls Description The Series property is used to define the properties of the Series axis in a graph. The Series axis is valid for 3D graphs only. Usage In a painter To define the properties of the Series axis of a 3D graph: Select a 3D graph type…

Position – PB Docs 125

Position property for PowerScript controls Controls HProgressBar, VProgressBar, HScrollBar, VScrollBar, HTrackBar, VTrackBar controls Description Position specifies where the scroll box or slider appears when the scroll bar or track bar is first displayed at runtime. For a progress bar, Position specifies the value of the current position within the range of the control (set with…

RightToLeft – PB Docs 125

RightToLeft property for PowerScript controls Controls Application and Window objects, and CheckBox, DataWindow, DatePicker, DropDownListBox, DropDownPictureListBox, EditMask, GroupBox, InkEdit, ListBox, ListView, MonthCalendar, MultiLineEdit, PictureListBox, RadioButton, SingleLineEdit, StaticHyperLink, StaticText, and TreeView controls Description The RightToLeft property specifies that characters should be displayed in right-to-left order. The application must be running on an operating system that supports…

Category – PB Docs 125

Category property for PowerScript controls Controls Graph controls Description The Category property of the Graph control allows you to specify the properties of the category axis of the graph. The category axis is an object (of the type grAxis) within the Graph control. Usage In a painter To set the properties of the Category Axis…

System object properties, events, and functions – PB Docs 125

System object properties, events, and functions Properties Each system object has a number of properties associated with it that define its characteristics. For example, the CheckBox control has Height and Width properties that control its size and a BackColor property that controls its background color. You can set the value of object properties within scripts…

Format – PB Docs 125

Format property for PowerScript controls Controls DatePicker controls and grDispAttr objects in a graph control Description DatePicker controls The Format property for DatePicker controls specifies the format of the date displayed in the DatePicker control. The property takes a value of the DateTimeFormat enumerated variable. Long and short date and time formats are determined by…

Accelerator – PB Docs 125

Accelerator property for PowerScript controls Controls Controls that accept user input, including list boxes, MultiLineEdit, SingleLineEdit, ListView, EditMask, and TreeView Description Accelerator keys allow users to select an item (that is, change focus) with a keystroke rather than the mouse. An underlined character in the item’s name or label tells the user what key to…

BackColor – PB Docs 125

BackColor property for PowerScript controls Controls Windows and most controls Description The BackColor property defines the color to be used for the background of an object. When you are defining the background color in a painter, some of the choices take their values from the current Windows color scheme or from custom colors. To add…

Alignment – PB Docs 125

Alignment property for PowerScript controls Controls Controls that display text Description For most controls that display text, the alignment property specifies the alignment of all the text in the control. Text can be centered, left aligned, or right aligned. For RichTextEdit controls, each paragraph has its own alignment setting, including Center, Left, Right, and Justify….