Registriert seit: 17. Jan 2003
Ort: Köln
460 Beiträge
Delphi 6 Professional
|
Re: TActionList Items auslesen
23. Mai 2005, 15:00
Caste nach TCustomAction (oder TAction), dann geht es:ShowMessage((ActionList1.Actions[0] as TCustomAction).Hint+' '+IntToStr((ActionList1.Actions[0] as TCustomAction).ImageIndex));
Gruß, teebee
|