Unit AdComponents

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Contains components which can be used with the Andorra GUI.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TAdForm A formular component.
Class TAdContainer A simple component which may contain other components.
Class TAdLabel A label component.
Class TAdPanel A simple panel.
Class TAdButton A simple gui button.
Class TAdCheckBox A simple CheckBox control.
Class TAdResourceImage A simple image, which may be stored in components.
Class TAdBitmapButton A simple button, which uses bitmap resources to draw.
Class TAdProgressBar A simple progressbar component.
Class TAdGUIImage A simple image component.
Class TAdEdit A simple edit component.
Class TAdTrackControl A base class for so called track controls like TAdScrollbar and TAdTrackBar.
Class TAdTrackBar A simple track bar component, comparable to the VCL/LCL TTrackBar.
Class TAdScrollBar A simple scroll bar component, comparable to the VCL/LCL TScrollBar.
Class TAdListBox A list box component, not finished and not working now.

Types

TAdAlignment = (...);
TAdTextPos = (...);
TAdButtonState = (...);
TCloseEvent = procedure(Sender:TObject; var CanClose:boolean) of object;
TAdOrientation = (...);

Description

Types

TAdAlignment = (...);

Specifies the horizontal text alignment.

Values
  • alLeft: The text is aligned on the left
  • alCenter: The text is aligned in the center
  • alRight:  
TAdTextPos = (...);

Specifies the vertical text alignment.

Values
  • tpTop: The text is aligned on the top.
  • tpCenter: The text is aligned in the center.
  • tpBottom: The text is aligned on the bottom.
TAdButtonState = (...);

Defines the state a button control is currently in.

Values
  • bsNormal: The button is in its standard state.
  • bsDown: The button is currently down.
  • bsHover: The button is hovered.
  • bsFocus: The button hase the focus
  • bsDisabled: The button is currently disabled
TCloseEvent = procedure(Sender:TObject; var CanClose:boolean) of object;

A event which is called when closing a form.

TAdOrientation = (...);

Specifies the orientation of a track control.

Values
  • orHorizontal: The track control is horizontal
  • orVertical: The track control is vertical

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58