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 – Page 47 – PowerBuilder Library

Property Descriptions and Usage

OLETxnObject object – PB Docs 125

OLETxnObject object The OLETxnObject object provides explicit control of MTS transactions to PowerBuilder clients using the SetComplete and SetAbort functions. OLETxnObject inherits from the OLEObject object. Properties OLETxnObject property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control Handle Objhandle Internal use only Events…

ProfileLine object – PB Docs 125

ProfileLine object The ProfileLine object provides information about the lines in each routine in the performance analysis model, including the number of times the line was hit, any calls made from the line, and the time (in seconds) spent on the line and in any called functions. You use the ProfileLine object in conjunction with…

ProfileRoutine object – PB Docs 125

ProfileRoutine object The ProfileRoutine object provides information about the routines in the performance analysis model. It includes the time (in seconds) spent in the routine, any called routines, the number of times each routine was called, and the class to which the routine belongs. You use the ProfileRoutine object in conjunction with the Profiling and…

PictureListBox control – PB Docs 125

PictureListBox control A PictureListBox displays available options or values, which can include pictures. If more options or values exist than can display in the PictureListBox at one time or the text exceeds the width of the PictureListBox, the PictureListBox has one or two (vertical or horizontal) scroll bars. PictureListBox controls can contain images in the…

Pipeline object – PB Docs 125

Pipeline object A Pipeline system object is used to manage a data pipeline during execution. You use a Pipeline object by defining a standard class user object inherited from the built-in Pipeline object in the User Object painter. You can then access the Pipeline events by writing scripts that contain code for the events. For…

ProfileClass object – PB Docs 125

ProfileClass object The ProfileClass object provides information about the classes in the performance analysis model, including the routines that exist within a class. You use the ProfileClass object in conjunction with the Profiling object. The ProfileClass object has no events. Properties ProfileClass property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about…

ResultSet object – PB Docs 125

ResultSet object The ResultSet object provides the ability to use EAServer result sets or ActiveX Data Object (ADO) record sets to return a result set to a client. Use ResultSet objects with the CreateFrom and GenerateResultSet DataStore functions. Properties ResultSet property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class…

SingleLineEdit control – PB Docs 125

SingleLineEdit control A SingleLineEdit is a box in which the user can enter a single line of text. You typically use a SingleLineEdit as an input field. Properties SingleLineEdit property Datatype Description Accelerator Integer Specifies the ASCII value of the key you want to assign as the accelerator key for a control. AccessibleDescription String A…

ProfileCall object – PB Docs 125

ProfileCall object The ProfileCall object provides information about the calls in the performance analysis model, including information about the called routine and the calling routine, the number of times the call was made, and the elapsed time (in seconds). You use the ProfileCall object in conjunction with the ProfileRoutine and Profiling objects. The ProfileCall object…

OLEStorage object – PB Docs 125

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 the chapter on user objects in the PowerBuilder Users…