Skip to content

Objects

webweenie edited this page Oct 10, 2022 · 5 revisions

twinBASIC Objects

In object-oriented programming, an object is a combination of data and the code that acts upon that data. Objects protect their data by only allowing it to be accessed and changed in a defined set of ways. Command buttons, Forms, and entire applications are considered objects. Objects in the twinBASIC documentation include the various objects that don't fit into the object categories of Controls or Collections.


Class Object

The Class Object...

Form Object

Inputs

Outputs

The Form Object...

Module Object

The Module Object...

Clone this wiki locally