Skip to content

Controls

webweenie edited this page Oct 10, 2022 · 12 revisions

twinBASIC Controls

Controls are reusable components developers can use in their applications. Controls are often visible on the application form and provide an interaction for the user. However, some controls, the timer control for instance, are not visible to the end user. Using controls can significantly reduce the effort required to build an application in twinBASIC.


CheckBox

Events

Properties

Methods

ComboBox

Events

Properties

Methods

CommandButton

Command Buttons are often used to allow the user to start performing an action. For example, the ubiquitous OK button found in most desktop applications, is an example of a CommandButton. To change the text that appears on the button, set the Caption property. Clicking on a button will raise the Click event.

Events

Properties

Methods

DirListBox

Events

Properties

Methods

DriveListBox

Events

Properties

Methods

FileListBox

Events

Properties

Methods

Frame

Events

Properties

Methods

Label

Events

Properties

Methods

Line

Events

Properties

Methods

ListBox

Events

Properties

Methods

OptionButton

Events

Properties

Methods

PictureBox

Events

Properties

Methods

ProgressBar

Events

Properties

Methods

Shape

Events

Properties

Methods

TextBox

Events

Properties

Methods

Timer

Events

Properties

Methods

TreeView

Events

Properties

Methods

Clone this wiki locally