[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

Reference for unit 'Dialogs'

Some dialogs commonly used in Lazarus applications. Look at the Procedures as well as the Classes

uses

  Types,

  Classes,

  LResources,

  

  SysUtils,

  LCLIntf,

  

  InterfaceBase,

  

Provides a widget set appropriate to the operating system platform in use

  FileUtil,

  

Miscellaneous procedures and functions for manipulating files and filenames

  LCLStrConsts,

  

This unit contains all resource strings of the LCL

  LCLType,

  

This unit is being created specifically for compatibility with Delphi. It should only be used for constants and type definitions that are included in the Delphi Windows unit. This is only done for compatibiltiy.

  LMessages,

  

  LCLProc,

  

Useful lower level helper functions and classes

  Forms,

  

Contains definitions and descriptions for constructing the Forms which are the basis of the Lazarus Graphical User Interface

  Controls,

  

This unit contains basic classes for visual controls.

  GraphType,

  

Definitions of several special types (including Raw Image) to be used for graphics

  Graphics,

  

Unit contains definitions for many fundamental classes and types used in graphic applications

  Buttons,

  

Defines several specialist button classes

  StdCtrls,

  

Several standard controls used in most Lazarus forms

  ExtCtrls,

  

Some extra controls commonly used in Lazarus forms

  LCLClasses;

  

Defines the base class for all LCL TComponents including controls