Dim statement
|
Used to define variable names
and types
|
Assign statement
|
Assign values to variables
|
Structure definition
|
Declare user defined structures
|
Control statement
|
Statements that control the
program flow
|
Subroutine declaration
|
Declare subroutines
|
Subroutine call
|
Call a subroutine with parameters
|
Class declaration
|
Declare classes for object
oriented programming
|
Exit statement
|
Abort program execution
|
Raise statement
|
Raise event (may only be used
within class bodies)
|
Try statement
|
Execute code section and catch
runtime errors if they occure
|
Component access
|
Access components that have been
loaded with packages or Qt-C support
|
Class access
|
Access the substructures of your
class definitions
|
Return statement
|
Return value for class properties
|