Subject | OT: Behaviour of ActionList-Property-Editor |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-01-19T17:50:07Z |
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
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