DEFINE VARIABLE hHandle AS HANDLE NO-UNDO.CREATE SERVER hHandle. /* Create a handle to a server object */hHandle:CONNECT(). /* Execute a server object method */Each entry lists the attributes and methods supported by the handle or refers you to a more general entry with the same list. For example, the attributes and methods of the CURRENT-WINDOW system handle appear under the WINDOW widget entry. Widgets share a common set of user interface capabilities as well as capabilities unique to each widget type. For a list of the attributes and methods supported by each widget, see the “Widget Reference” section.For more information on how to use the list attributes and methods for all handle-based object types, see the “Handle Attributes and Methods Reference” section, which includes a complete reference entry for each attribute and method.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |