I think in extend TComponentEditor, but I don't know how this class works in the designer
2010/8/19 Mattias Gärtner <[email protected]>: > Zitat von Paul Ishenin <[email protected]>: > >> 19.08.2010 21:39, [email protected] wrote: >>> >>> My idea is show others properties, not only position, size and >>> taborder, properties >>> that are present in default LCL. >>> >>> On my project, I link windows controls (edits, labels and others) with >>> variables >>> stored in others devices (like sensors). So I want add in hint the device >>> variable is linked with the control. The developer will only move the >>> mouse over >>> the control to see the linked variable and not select it to see in >>> object inspector >>> what's the variable. >> >> This is not possible yet. But probably implementation will not take much >> time. You can look at designer.pas unit to see how we show hints now. > > Either TComponentEditor can be extended or a global event can be added. > > > Mattias > > > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
