mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
Converter: Map more Delphi types to LCL types. Issue #22631, patch from Ocean
git-svn-id: trunk@38268 -
This commit is contained in:
parent
984e643131
commit
bb2fd0e106
@ -466,6 +466,9 @@ begin
|
||||
MapReplacement('TPNGObject', 'TPortableNetworkGraphic');
|
||||
MapReplacement('TTabbedNotebook', 'TPageControl');
|
||||
MapReplacement('TTabPage', 'ts$autoinc: TTabSheet');
|
||||
MapReplacement('THeader', 'THeaderControl');
|
||||
MapReplacement('TMonthCalendar', 'TCalendar');
|
||||
MapReplacement('TOleContainer', 'TActiveXContainer'); // from LazActiveX
|
||||
// Database components
|
||||
MapReplacement('TSQLConnection', 'TSQLConnector');
|
||||
MapReplacement('TSQLClientDataSet', 'TSQLConnector');
|
||||
|
Loading…
Reference in New Issue
Block a user