On Thu, 8 Sep 2016 08:04:18 +0200 (CEST) Michael Van Canneyt <[email protected]> wrote:
>[...] > // IMPORTANT: the object inspector is a tool and can be used in other > programs > // too. Don't put Lazarus IDE specific things here. > > If you look at the above 'Important' warning and then look below: > >[...] > // IdeIntf > IDEImagesIntf, IDEHelpIntf, ObjInspStrConsts, > PropEdits, PropEditUtils, ComponentTreeView, OIFavoriteProperties, > ListViewPropEdit, ImageListEditor, ComponentEditors, ChangeParentDlg; > > > Everything below "IdeIntf" seems quite "Lazarus IDE specific" to me. > So the 'Important' warning can be removed, it is useless. These are property editors for the FCL/LCL types and the component tree view. They are LCL specific, not IDE specific. If you don't need the LCL editors, it should be easy to add some IFDEFs. > So using the object inspector is already out. > Well, I got an answer to my question :-) Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
