A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Bordered window is a window that can have and has a menubar, toolbar, and status bar. Can be both parent and child.
Compare: dialog window, flat window, full-screen window
Building is a process of converting the source code into a stand-alone application that can be run on a computer.
More specifically, building is a complex process that includes compiling and linking 4gl source files, converting .per forms into .fm2 and processing other sources.
Built-in function is a pre-defined function that is a part of Querix4GL.
Requires no definition by the FUNCTION program block.
Compare: user-defined function