Difference between revisions of "Widgetset"

From Free Pascal wiki
Jump to navigationJump to search
m (moved widgetset to Widgetset: Consistency)
Line 1: Line 1:
 +
[[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.
  

Revision as of 22:34, 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.

See also