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 Documentation 2017 – PowerBuilder Library

Powerbuilder Documentation 2017

Powerbuilder Documentation 2017

OAuthRequest object – PB Docs 2017

OAuthRequest object The OAuthRequest object can use the access token to obtain each property of the HTTP request of the protected resource, including the server address, the request header, the secure protocol, the timeout value etc. Properties OAuthRequest property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of…

OLEStorage object – PB Docs 2017

OLEStorage object The OLEStorage object acts as a proxy for an open OLE storage. You can customize your own version of the OLEStorage object by defining a class user object inherited from the built-in OLEStorage object. For more information about creating a custom OLEStorage object, see Working with User Objects. For more information about using…

Oval control – PB Docs 2017

Oval control An oval is a filled or outlined round or elliptical drawing object that you typically use for design effects (for example, you can put a CommandButton or a picture in an oval). The grouping does not affect the behavior of the controls in the oval. Properties Oval property Datatype Description ClassDefinition PowerObject An…

HideSelection – PB Docs 2017

HideSelection property for PowerScript controls Applies to SingleLineEdit, MultiLineEdit, EditMask, ListView, TreeView controls Description If the HideSelection property is enabled, selected text does not stay selected (highlighted) when the control does not have focus. If this property is not enabled, selected text stays highlighted when the control loses focus. Usage In a painter To enable…

EnumerationDefinition object – PB Docs 2017

EnumerationDefinition object Information about the type of a variable when it is an enumerated datatype. EnumerationDefinition is inherited from TypeDefinition. It has no events. Properties EnumerationDefinition property Datatype Description Category TypeCategory Specifies whether the type is simple, enumerated, or a class or structure. Values are: SimpleType! EnumeratedType! ClassOrStructureType! ClassDefinition PowerObject An object of type PowerObject…

IgnoreCase – PB Docs 2017

IgnoreCase property for PowerScript controls Applies to JSONPackage controls Description Specifies whether to ignore the case for key. Values are: TRUE – Ignores the case for key. This is the default value. FALSE – Respects the case for key. Usage In scripts The IgnoreCase property takes a boolean value. The default is true. The following…

Escapement – PB Docs 2017

Escapement property for PowerScript controls Applies to grDispAttr objects in a graph control Description This property specifies the rotation for the baseline of the Axis text objects in a graph control. Usage In a painter To set the rotation of text objects within a graph: Display the Text tab of the graph’s Properties view. Select…

FaceName – PB Docs 2017

FaceName property for PowerScript controls Applies to Controls that can display text Description The FaceName property specifies the typeface used for text in the control. For tab controls, the property specifies the typeface for text labels on tabs. The typefaces available for your use are those installed on your system. Keep in mind that the…

Undocumented base class objects – PB Docs 2017

Undocumented base class objects Base class objects whose primary function is to provide generic properties and functions for descendant objects are not documented, since these objects typically are not used in applications. The base class system objects that are not documented are: ClassDefinitionObject ConnectObject CPlusPlus DragObject DrawObject DWObject ExtObject Function_Object GraphicObject NonVisualObject OmControl OmCustomControl OmEmbeddedControl…

CORBACurrent object (obsolete) – PB Docs 2017

CORBACurrent object (obsolete) Obsolete object CORBACurrent object is obsolete, because EAServer is no longer supported since PowerBuilder 2017. The CORBACurrent service object provides information about the EAServer transaction associated with a calling thread and enables the caller to control the transaction. The CORBACurrent object supports most of the methods defined by the CORBACurrent interface. Properties CORBACurrent property…