mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 17:00:38 +02:00
Converter: Add more default types to replace.
git-svn-id: trunk@37261 -
This commit is contained in:
parent
e3eb90decf
commit
3cc9256141
@ -428,11 +428,14 @@ begin
|
||||
MapReplacement('TControlBar', 'TToolBar');
|
||||
MapReplacement('TCoolBar', 'TToolBar');
|
||||
MapReplacement('TComboBoxEx', 'TComboBox');
|
||||
// MapReplacement('TValueListEditor', 'TStringGrid');
|
||||
MapReplacement('TRichEdit', 'TMemo'); // or TRichMemo from CRC.
|
||||
MapReplacement('TDBRichEdit', 'TDBMemo');
|
||||
MapReplacement('TApplicationEvents','TApplicationProperties');
|
||||
MapReplacement('TPNGObject', 'TPortableNetworkGraphic');
|
||||
MapReplacement('TTabbedNotebook', 'TPageControl');
|
||||
MapReplacement('TTabPage', 'ts$autoinc:TTabSheet');
|
||||
MapReplacement('TQuery', 'TSQLQuery');
|
||||
MapReplacement('TADOQuery', 'TSQLQuery');
|
||||
// DevExpress components.
|
||||
MapReplacement('TCxEdit', 'TEdit');
|
||||
// Tnt* third party components.
|
||||
|
Loading…
Reference in New Issue
Block a user