Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
Contains the main GUI classes.
Name | Description |
---|---|
Class TAdHint |
TAdHint is used by the gui system to show a smal hint window when pointing on a specific GUI control. |
Class TAdComponents |
A list for storing the gui components. |
Class TAdComponent |
|
Class TAdMouseCursor |
|
Class TAdMouseLibrary |
|
Class TAdGUI |
procedure RegisterComponent(AClass:TClass;ACard:string); |
TAdDownRgn = (...); |
TGUIColor = -$7FFFFFFF-1..$7FFFFFFF; |
TAdComponentClass = class of TAdComponent; |
RegisteredComponents:TStringList; |
procedure RegisterComponent(AClass:TClass;ACard:string); |
TGUIColor = -$7FFFFFFF-1..$7FFFFFFF; |
A integer type decleration that is used for representing a color in the gui. |
TAdComponentClass = class of TAdComponent; |
RegisteredComponents:TStringList; |