Skip to content

Objects

webweenie edited this page Sep 25, 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.


Clone this wiki locally