[Overview][Procedures and functions][Index] |
Contains routines used to send messages from widgetset classes to the LCL.
uses |
||
Classes, |
|
|
|
Implements Forms, which are the basis for the Lazarus Graphical User Interface. |
|
|
Defines the base class for all LCL TComponents including controls. |
|
|
Useful lower-level helper functions and classes. |
|
|
Contains types, constants, classes, and routines used to implement visual controls. |
|
Messages, |
||
|
Contains Lazarus message codes and their mapping to message codes for other platforms/widgetsets. |
|
|
Provides compatibility with the Delphi Windows unit. |
lclmessageglue.pas is used to make the passing of messages to the LCL from the different widgetsets easier. Your mileage will vary if you try to use these procedures from within your program.
This file is part of the Lazarus Component Library (LCL).