Difference between revisions of "Delphi unit status list"

From Free Pascal wiki
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Here I keep some notes about which Delphi units are supported by FPC, and what not, and if they are reasonably complete or largely "unimplemented"
+
Here I keep some notes about which Delphi units are not or not completely supported by FPC/Lazarus.
 +
 
 
If you know in what version they were added don't hesitate to annotate them with
 
If you know in what version they were added don't hesitate to annotate them with
'''D6+''' or so
+
'''D6+''' or so.
  
 
'''Strutils'''  - Large parts done, but not very optimal. (further improvement done post 2.0.0, lots of extensions too)
 
'''Strutils'''  - Large parts done, but not very optimal. (further improvement done post 2.0.0, lots of extensions too)
Line 14: Line 15:
  
 
'''variants''' - implemented, but a lot of the wrapper classes ( TPublishablevarianttype, TInvokablevarianttype etc) are either not existing, or have a lot of missing methods.
 
'''variants''' - implemented, but a lot of the wrapper classes ( TPublishablevarianttype, TInvokablevarianttype etc) are either not existing, or have a lot of missing methods.
 
'''fmtbcd''' - doesn't exist. (Format BCD?) [[BcdUnit]]
 
  
 
'''sqltimst''' - doesn't exist
 
'''sqltimst''' - doesn't exist
  
 
[[Category:Delphi]]
 
[[Category:Delphi]]
 +
[[Category:FPC]]
 +
[[Category:Lazarus]]
 +
[[Category:LCL]]
 +
[[Category:VCL]]

Latest revision as of 12:13, 21 September 2013

Here I keep some notes about which Delphi units are not or not completely supported by FPC/Lazarus.

If you know in what version they were added don't hesitate to annotate them with D6+ or so.

Strutils - Large parts done, but not very optimal. (further improvement done post 2.0.0, lots of extensions too)

dateutils - Looks reasonably complete

convutils - Basic unit convert functions implemented. Couldn't find much docs on the net about this unit.

Masks - (TExprParser?) Don't know what this does, but it is missing.

dbcommon - missing, but maybe this is stuff factored out from unit db.

variants - implemented, but a lot of the wrapper classes ( TPublishablevarianttype, TInvokablevarianttype etc) are either not existing, or have a lot of missing methods.

sqltimst - doesn't exist