Difference between revisions of "Widgetset"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
[[File:Lazarus App Architecture.png|thumb|right]]
 
[[File:Lazarus App Architecture.png|thumb|right]]
 
'''Widgetsets''' are adapter libraries that provide an interface between a platform-inpedentent sourcecode and platform-specific system functions. Thus they allow for development of [[Introduction to platform-sensitive development|platform-native]] software without requiring to change the source code among platforms.
 
'''Widgetsets''' are adapter libraries that provide an interface between a platform-inpedentent sourcecode and platform-specific system functions. Thus they allow for development of [[Introduction to platform-sensitive development|platform-native]] software without requiring to change the source code among platforms.
 +
 +
Therefore, widgetsets form the "glue" between [[LCL]] and operating system.
  
 
== See also ==
 
== See also ==

Revision as of 22:35, 4 September 2013

Lazarus App Architecture.png

Widgetsets are adapter libraries that provide an interface between a platform-inpedentent sourcecode and platform-specific system functions. Thus they allow for development of platform-native software without requiring to change the source code among platforms.

Therefore, widgetsets form the "glue" between LCL and operating system.

See also