Table of Contents

Structure

Module : Modules are usefull when you would like to organize functions and subs.

Class : Classes are needed, when you would like use custom objects.

Constructor : Constructs an custom object

Destructor : Destructs an custom object.

Sub : Is a part of your program containing commands.

Function : Is a part of a program, returning a value depending on calculation inside the function.

Property : Defining a property is like defining a procedure.

Type : Is a way of storing many variables inside one variable.

Enum : Is a list of integer constants relating to the same subject

COMMENTS

How a comment should be

Some description hereā€¦

Example

some code

Written by AUTHOR

Date 2007-02-22