mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 11:41:04 +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('TPNGObject', 'TPortableNetworkGraphic');
|
||||||
MapReplacement('TTabbedNotebook', 'TPageControl');
|
MapReplacement('TTabbedNotebook', 'TPageControl');
|
||||||
MapReplacement('TTabPage', 'ts$autoinc: TTabSheet');
|
MapReplacement('TTabPage', 'ts$autoinc: TTabSheet');
|
||||||
|
MapReplacement('THeader', 'THeaderControl');
|
||||||
|
MapReplacement('TMonthCalendar', 'TCalendar');
|
||||||
|
MapReplacement('TOleContainer', 'TActiveXContainer'); // from LazActiveX
|
||||||
// Database components
|
// Database components
|
||||||
MapReplacement('TSQLConnection', 'TSQLConnector');
|
MapReplacement('TSQLConnection', 'TSQLConnector');
|
||||||
MapReplacement('TSQLClientDataSet', 'TSQLConnector');
|
MapReplacement('TSQLClientDataSet', 'TSQLConnector');
|
||||||
|
Loading…
Reference in New Issue
Block a user