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

Reference for unit 'MaskEdit'

Defines classes, types, and constants used to implement a masked edit control.

uses

  Classes,

  SysUtils,

  LResources,

  

Maintains a global list of Lazarus resources, and provides methods and types used to stream components.

  Forms,

  

Implements Forms, which are the basis for the Lazarus Graphical User Interface.

  Controls,

  

Contains types, constants, classes, and routines used to implement visual controls.

  Graphics,

  

  Dialogs,

  

Contains common dialogs used in Lazarus LCL applications.

  ExtCtrls,

  

Contains extra controls commonly used in Lazarus forms.

  StdCtrls,

  

Standard controls used in the Lazarus Component Library (LCL).

  LMessages,

  

Contains Lazarus message codes and their mapping to message codes for other platforms/widgetsets.

  Clipbrd,

  

Definitions for the Clipboard to hold Cut or Copied data for Pasting.

  LCLType,

  

Provides compatibility with the Delphi Windows unit.

  LCLProc,

  

Useful lower-level helper functions and classes.

  LCLStrConsts,

  

Contains resource strings used in the LCL.

  LazUtf8;

Overview

maskedit.pp implements an masked edit control which can be used to format, vaidate, or obscure the text entered in the control. The following components are added to the Lazarus IDE component palette:

Additional Tab

This file is part of the Lazarus Component Library (LCL).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.