<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.kbasic.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.kbasic.com/feed.php">
        <title>KBasic</title>
        <description></description>
        <link>http://www.kbasic.com/</link>
        <image rdf:resource="http://www.kbasic.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2013-06-19T13:33:58+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=lrkeywords&amp;rev=1370347099&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=richtextbox&amp;rev=1370347007&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=timer&amp;rev=1370346963&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=combobox&amp;rev=1370346931&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=checkbox&amp;rev=1370346904&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=label&amp;rev=1370346892&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=imagebutton&amp;rev=1370346880&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=manuals&amp;rev=1370346187&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.kbasic.com/doku.php?id=faq&amp;rev=1370345824&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.kbasic.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>KBasic</title>
        <link>http://www.kbasic.com/</link>
        <url>http://www.kbasic.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.kbasic.com/doku.php?id=lrkeywords&amp;rev=1370347099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:58:19+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>lrkeywords - old revision restored (2013/04/09 22:57)</title>
        <link>http://www.kbasic.com/doku.php?id=lrkeywords&amp;rev=1370347099&amp;do=diff</link>
        <description>Keywords

A keyword is a predefined identifier, which has a special meaning for KBasic and which meaning cannot be changed. Some of them are provided for VB6 and QBasic backward compatibility. The following list contains all KBasic keywords. 
Press F1 in KBasic, if you want to jump to one of the following help topics.
 , #Else ,  , #ExternalSource , #If , #Region ,  , Absolute ,  ,  ,  , Ansi ,  , Assembly , Auto ,  ,  ,  ,  ,  , CallByName ,  ,  , Chain ,  ,  ,  ,  , COM ,  ,  ,  ,  ,  ,  , Dat…</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=richtextbox&amp;rev=1370347007&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:56:47+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>richtextbox - old revision restored (2013/04/09 22:58)</title>
        <link>http://www.kbasic.com/doku.php?id=richtextbox&amp;rev=1370347007&amp;do=diff</link>
        <description>The Qt documentation in C++ of this class (QTextEdit) can be read here: &lt;http://doc.trolltech.com/4.3/qtextedit.html&gt;
A control for the form object, provides a powerful single-page rich text editor.
Please read the control class overview Control as well.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=timer&amp;rev=1370346963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:56:03+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>timer - old revision restored (2013/04/09 22:58)</title>
        <link>http://www.kbasic.com/doku.php?id=timer&amp;rev=1370346963&amp;do=diff</link>
        <description>The Qt documentation in C++ of this class can be read here: &lt;http://doc.trolltech.com/4.3/qobject.html&gt;

Most important
 Methods   ,  ,   Properties   ,  Events   
Please read the control class overview Control as well.

A form control may use as many timer controls as you desire. Be aware that the form control comes with a built-in timer. See TimerInterval for more details.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=combobox&amp;rev=1370346931&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:55:31+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>combobox - old revision restored (2013/04/09 22:57)</title>
        <link>http://www.kbasic.com/doku.php?id=combobox&amp;rev=1370346931&amp;do=diff</link>
        <description>The Qt documentation in C++ of this class can be read here: &lt;http://doc.trolltech.com/4.3/qcombobox.html&gt;

A control for the form object, is a combined button and popup list.

A combobox is a selection control which displays the current item and can pop up a list of items. Comboboxes provide a means of showing the user’s current choice out of a list of options in a way that takes up the minimum amount of screen space.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=checkbox&amp;rev=1370346904&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:55:04+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>checkbox - old revision restored (2013/04/09 22:57)</title>
        <link>http://www.kbasic.com/doku.php?id=checkbox&amp;rev=1370346904&amp;do=diff</link>
        <description>The Qt documentation in C++ of this class can be read here: &lt;http://doc.trolltech.com/4.3/qcheckbox.html&gt;

A control for the form object, provides a checkbox with a text label.

It can be switched on (checked) or off (unchecked). 

If you would like to have a group of CheckBoxes, use the Group property and set all CheckBoxes to the same group.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=label&amp;rev=1370346892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:54:52+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>label - old revision restored (2013/04/09 22:57)</title>
        <link>http://www.kbasic.com/doku.php?id=label&amp;rev=1370346892&amp;do=diff</link>
        <description>The Qt documentation in C++ of this class can be read here: &lt;http://doc.trolltech.com/4.3/qlabel.html&gt;

A control for the form object, provides a text or image display.

It is used for displaying text or an image. No user interaction functionality is provided. You can display HTML text with it too.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=imagebutton&amp;rev=1370346880&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:54:40+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>imagebutton - old revision restored (2013/04/09 22:57)</title>
        <link>http://www.kbasic.com/doku.php?id=imagebutton&amp;rev=1370346880&amp;do=diff</link>
        <description>A button, which can be clicked and displays an image.

Most important
 Methods  None  Properties    Events   
Please read the control class overview Control as well.

PROPERTIES

Checkable

Property Checkable As Boolean (ReadWrite)

If it is true, the control appears as checkable button. If you would like to group several buttons as auto-exclusive group, set for all buttons the same group name.</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=manuals&amp;rev=1370346187&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:43:07+02:00</dc:date>
        <dc:creator>berndnoetscher</dc:creator>
        <title>manuals</title>
        <link>http://www.kbasic.com/doku.php?id=manuals&amp;rev=1370346187&amp;do=diff</link>
        <description>Documentation 

For translations please see .

Main manuals

	*  Overview (Short overview about KBasic

	*  PDF-File: Tutorial by dr fjm . Thanks!

	*  KBasic Framework (Detailed explanations about forms, controls and any other objects.)

	*  Language Reference (Detailed explanations. Also contains detailed descriptions about VB6 compatibility functions.)</description>
    </item>
    <item rdf:about="http://www.kbasic.com/doku.php?id=faq&amp;rev=1370345824&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-04T13:37:04+02:00</dc:date>
        <title>faq - Installment Loan Reviews</title>
        <link>http://www.kbasic.com/doku.php?id=faq&amp;rev=1370345824&amp;do=diff</link>
        <description>tkjxqlcbtjd, &lt;http://thetomfooleryband.com/installment-loan-experts-review-find-out-if-its-scam-or-real.html&gt; Installment Loan Experts Reviews, kjTsklk.</description>
    </item>
</rdf:RDF>
