Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

Reference for unit 'MUIClass.Base'

Base Objects and Application

uses

  System,

  

  Classes,

  

  SysUtils,

  

  fgl,

  

  Math,

  

  AGraphics,

  Exec,

  

  Utility,

  

  AmigaDOS,

  

  Intuition,

  

  icon,

  

  Commodities,

  

  mui,

  

  muihelper;

  

Overview

Unit contains the very basic classes, most of them are not meant to create by the user but only used as base classes for the more complex objects.

The only user object in this unit is the Timer object.

MUIApp is the global MUI application object for all actions. Therefore the user do not need to create (or destroy) and application object. (it will be created in the initialization and destroyed in the finalization part of this unit).

Check MUIApp for a simple Hello world example source.


Documentation generated on: 2024-04-26