Subject Re: [IBO] OT: Behaviour of ActionList-Property-Editor
Author guido.klapperich@t-online.de
Forget it, I found the solution.

guido.klapperich@... wrote:

> I know this totally Off-Topic, but I know here many Delphi-cracks in the
> list, so perhaps someone can help me :-)
>
> When I put an ActionList on a form and create 2 Actions, then the
> dfm-file looks like
> object ActionList1: TActionList
> Left = 232
> Top = 164
> object Action1: TAction
> Caption = 'Action1'
> end
> object Action2: TAction
> Caption = 'Action2'
> end
> end
>
> Now I move in the PropertyEditor of the Actionlist Action2 to top, then
> the dfm-file looks like
> object ActionList1: TActionList
> Left = 232
> Top = 164
> object Action2: TAction
> Caption = 'Action2'
> end
> object Action1: TAction
> Caption = 'Action1'
> end
> end
>
> This means, the position of Action2 in the dfm-file has been changed.
> Now I want to know, how this behaviour has been realizeded, because I
> need a similar behaviour in one of my components.
> I work with Delphi5 Enterprise, this means I have the sourcefiles of
> Actionlist, but I can't find the place, where the behaviour has been
> implemented. Can anybody help me ?
>
> Guido
>
>
> ___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
> ___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/