Previous Next

PREV-SIBLING attribute
The previous entry in the list of handles, relative to a given handle.
Note:
Returns the Unknown value (?) for a Web service procedure.
Data type:
Access:
Applies to:
Table 93 summarizes the value of PREV-SIBLING for each relevant handle type.
 
The handle of the previous asynchronous request submitted for execution on the AppServer or Web Server that is running the specified request.
The handle of the previous persistent procedure in the current ABL session. If the current procedure is a proxy for a persistent procedure running on an AppServer or for a Web service, specifies the previous procedure object bound to the same server handle.
The previous socket handle in the chain of socket handles for the current ABL session. Returns the Unknown value (?) for the first handle in the chain.
Note: A widget must first be realized before it can become part of the list. A hidden widget cannot become part of the list since it is not realized. A widget that is already part of the list can be hidden and it remains part of the list.
If the given handle is the first handle in the list, PREV-SIBLING assumes the value of an invalid handle. To check the validity of a handle, use the VALID-HANDLE function.
See also:

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.