Monday, 15 April 2013

delphi - How to show ActionList editor from custom TComponentEditor at design time -


I have a TComponentEditor lineage that I register to provide some alternative options for TActionList.

Back in D2007 I can call the ShowActionListDesigner unit unit ActnEdit and show the default ActionList editor. Required to add designide.dcp to the required packages:

  Process TMyActionListEditor.ExecuteVerb (index: integer); If index 1 = // then do some work, then start ActnEdit.ShowActionListDesigner (designer, component as TCustomActionList); End; Now in XE5 I tried other packages like vcldesigner.dcp, but I think which package does not include ActnEdt.  

Itemprop = "text" >

ShowActionListDesigner method is in the Actnedit unit which is a part of the dclstd package.


No comments:

Post a Comment