[Lazarus] Object Inspector reuse ?
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Sep 8 08:50:09 CEST 2016
On Thu, 8 Sep 2016 08:04:18 +0200 (CEST)
Michael Van Canneyt <michael at freepascal.org> 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
More information about the Lazarus
mailing list