Message Name ( argument 1, argument 2, ... );
The meaning of JSL names depends on the context. The same name might mean one thing in a data table context and something entirely different in a function context. See Rules for Name Resolution in JSL Building Blocks for more information.
win = New Window( "Window Example",
<<Modal,
Text Box( "Hello, World" ),
Text Box( "-----" ),
Button Box( "OK" )
);
•
|
•
|
•
|