mailRecipient object – PB Docs 125
mailRecipient object The mailRecipient object is a system structure containing information about the recipient of a mail message. You populate the mailRecipient structure using the mailAddress function. A mailRecipient object has no events. For information about the mailAddress function, see the PowerScript Reference. Properties mailRecipient property Datatype Description Address String Specifies the electronic mail address…
RuntimeError object – PB Docs 125
RuntimeError object The RuntimeError object inherits from the Throwable object and is used by the PowerBuilder virtual machine (PBVM) to throw runtime errors. Runtime errors are also called unchecked exceptions. You do not need to declare where they might be thrown and you do not need to catch them as you do checked exceptions. When…
RichTextEdit control – PB Docs 125
RichTextEdit control A RichTextEdit control contains a document that it displays as formatted text. It can include input fields that are linked to a DataWindow control. When a DataWindow’s data is shared with the RichTextEdit control, there is one instance of the document in the control that can be displayed multiple times with different occurrences…
SSLCallBack object – PB Docs 125
SSLCallBack object The SSLCallBack object provides PowerBuilder clients with the ability to handle SSL callbacks from EAServer. Properties SSLCallBack property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control. Events SSLCallBack event Occurs Constructor When the object is created Destructor When the object is…
Using number display formats – PB Docs 125
Using number display formats Applies to Display formats Description A number display format can have up to four sections. Only the first is required.
|
1 |
Positive-format;negative-format;zero-format;null-format |
The following table shows characters that have special meaning in number display formats. Table 4-5: Special characters in number display formats Character Meaning # A number 0 A required number;…
ADOResultSet object – PB Docs 125
ADOResultSet object The ADOResultSet object provides the ability to use ActiveX Data Object (ADO) record sets to return a result set to a client and to manipulate ADO Recordsets in PowerBuilder. Properties ADOResultSetproperty Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control Events ADOResultSetevent…
SSLServiceProvider object – PB Docs 125
SSLServiceProvider object The SSLServiceProvider object allows you to establish a Secure Sockets Layer (SSL) connection from a PowerBuilder client to EAServer. Properties SSLServiceProvider property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control Events SSLServiceProvider event Occurs Constructor When the object is created Destructor…
ScriptDefinition object – PB Docs 125
ScriptDefinition object Information about a script associated with a class definition. ScriptDefinition is used in the ClassDefinition object. You cannot instantiate a ScriptDefinition object for a particular script independently of a ClassDefinition object. Instead you access the ScriptDefinition instances that are elements of the ScriptList array of a ClassDefinition instance. The ScriptDefinition object has information…
Profiling object – PB Docs 125
Profiling object The Profiling object is used to analyze the performance of a PowerBuilder application. It provides a performance analysis model listing all the routines (both functions and events) logged in a given trace file. It includes the functions you call to name the trace file to be analyzed, build the model, and list the…
PictureButton control – PB Docs 125
PictureButton control A PictureButton displays a picture and, like a CommandButton, is used to carry out an action. For example, you can use a button with a picture of a file to save a file, or a button with a picture of a stop sign to cancel a requested deletion. The picture image can be…