Converter: Map more Delphi types to LCL types. Issue #22631, patch from Ocean

git-svn-id: trunk@38268 -
This commit is contained in:
juha 2012-08-18 07:51:48 +00:00
parent 984e643131
commit bb2fd0e106

View File

@ -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');