Loading...
 

Show

Show

Show(windowID, childID), Show(, childID), Show

parameters: Identifier of a Windows and a child Windows object

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top -

An invisible child object becomes visible again.

Exception: A menu item is reactivated. In this case Show behaves like the Unlock instruction.

It is also possible to put a vector on the stack and then call the Show(, STACK) function:

ObjectCombobox(CX_LINK_TXN::customer, ENTIRE, ACCEPT_DROP, 10, 10, 200, 50)) [ CUSTOMER_SELECTED: // Show the widgets ListDepth and ListDepthPmt: [ "ListDepth" "ListDepthPmt" ] Show(, STACK) // Show the NotesButton: Show(, NotesButton) // Show this widget: Show ]

See also