TActionList and TAction

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
Is there something like TActionList (and TAction in Delphi) in framework to
automatic disable/enable (i.e. buttons for dataset insert/update/delete
actions)
Have a nice day/night
Peter
 
Petez said:
Hello,
Is there something like TActionList (and TAction in Delphi) in framework
to
automatic disable/enable (i.e. buttons for dataset insert/update/delete
actions)
Have a nice day/night
Peter

No.

Microsoft bought access to most of Borlands patents as far as Delphi 5.
This is why you see almost the same classes and properties in .NET as in
Delphi.
However, while align and anchors was in Delphi 5, actions first appeared in
Delphi 6.

This is sad as actions is a very nifty feature to have around.
I really misss them in .NET

- Michael S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top