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

TLCLPlatform

Represents the supported platforms for the LCL.

Declaration

Source position: lclplatformdef.pas line 22

type TLCLPlatform = (

  lpGtk,

  

GIMP ToolKit.

  lpGtk2,

  

GTK version 2.

  lpGtk3,

  

GTK version 3.

  lpWin32,

  

Windows API (née Win32 API).

  lpWinCE,

  

Windows CE.

  lpCarbon,

  

macOS Carbon API.

  lpQT,

  

QT version 4.

  lpQt5,

  

QT version 5.

  lpQt6,

  lpfpGUI,

  

FreePascal GUI.

  lpNoGUI,

  

No GUI.

  lpCocoa,

  

macOS Cocoa API.

  lpCustomDrawn,

  

Custom-drawn.

  lpMUI

  

Magic User Interface (MUI) for AmigaOS, AROS.

);

See also

LCLPlatformDirNames

  

Array constant with the directory names for supported LCL platforms.

TLCLPlatforms

  

Set type used to store TLCLPlatform enumeration value(s).


Version 3.2 Generated 2024-02-25 Home