KCL Design System - KCL Design Actions

MQY Studio

Version 1.00    

  To simplify your programming with KCL Design System, we create several "standard action classes" which you can easily add to your project through "New Standard Action" dialog in ActionList Editor or ActionManager Editor. These action classes are all defined in unit KclDesignActions.
  Before using these actions, you must set their common property of ConsoleCenter which connects to a instance of TKclDesignCenter. Otherwise, the action will be automaticly disabled.

Action Class
Description
TKclDesignEditCopy
  Copy controls/components selected to the clipboard. Same as "Edit|Copy" menu in Delphi IDE.
TKclDesignEditCut
  Cut controls/components selected to the clipboard. Same as "Edit|Cut" menu in Delphi IDE.
TKclDesignEditPaste
  Paste controls/components from the clipboard. Same as "Edit|Paste" menu in Delphi IDE.
TKclDesignEditSelAll   Select all components in the DesignStage of ConsoleCenter. Same as "Edit|Select All" menu in Delphi IDE.
TKclDesignEditDelSel
  Delete components selected. Same as "Edit|Delete" menu in Delphi IDE.
TKclDesignSelCtrlBringToFront
  Bring selected controls to the topmost layer. Same as "Edit|Bring to Front" menu in Delphi IDE.
TKclDesignSelCtrlSendToBack
  Send selected controls to the bottommost layer. Same as "Edit|Send to Back" menu in Delphi IDE.
TKclDesignSelCtrlFlipSelChildren
  Same as "Edit|Flip Children|Selected" menu in Delphi IDE.
TKclDesignSelCtrlFlipAllChildren
  Same as "Edit|Flip Children|All" menu in Delphi IDE.
TKclDesignSelCtrlPositionAlign
  Evoke "Control Alignment" dialog. Same as "Edit|Align" menu in Delphi IDE.
TKclDesignSelCtrlPositionSize
  Evoke "Control Size" dialog. Same as "Edit|Size" menu in Delphi IDE.
TKclDesignSelCtrlPositionScale
  Evoke "Control Scale" dialog. Same as "Edit|Scale" menu in Delphi IDE.


Demos

DfmBuilder


MQY Studio 2002.12