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

Powerbuilder Objects and Controls – PowerBuilder Library

Powerbuilder Objects and Controls

RightToLeft – PB Docs 2017

RightToLeft property for PowerScript controls Applies to 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…

SecureProtocol – PB Docs 2017

SecureProtocol property for PowerScript controls Applies to HTTPClient and RestClient objects Description The SecureProtocol property specifies the secure protocol. Values are: 0 – All secure protocols. This is the default value. It will detect and use the secure protocol in the following order: TLS 1.2, TLS 1.1, SSL 2.0/SSL 3.0/TLS 1.0. 1 – SSL 2…

Password – PB Docs 2017

Password property for PowerScript controls Applies to SingleLineEdit controls Description The Password property specifies whether the control is a password field, in which characters the user types appear as asterisks (*). If Password is not enabled, the characters appear as the user types them. Usage In a painter To make the control a password field:…

OriginalSize – PB Docs 2017

OriginalSize property for PowerScript controls Applies to 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…

Category – PB Docs 2017

Category property for PowerScript controls Applies to 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…

Format – PB Docs 2017

Format property for PowerScript controls Applies to 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…

Series – PB Docs 2017

Series property for PowerScript controls Applies to 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…

System Object Properties, Events, and Functions – PB Docs 2017

System Object Properties, Events, and Functions Contents ADOResultSet object Animation control Application object ArrayBounds object CheckBox control ClassDefinition object CoderObject object CommandButton control Connection object (obsolete) ContextInformation object ContextKeyword object CORBACurrent object (obsolete) CORBAObject object (obsolete) CrypterObject object DataStore object DataWindow control DataWindowChild object DatePicker control DropDownListBox control DropDownPictureListBox control DynamicDescriptionArea object DynamicStagingArea object EditMask…

Accelerator – PB Docs 2017

Accelerator property for PowerScript controls Applies to 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…

BackColor – PB Docs 2017

BackColor property for PowerScript controls Applies to 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…