RAD Studio (Common)
ContentsIndex
PreviousUpNext
Refactoring: Moving Members
To move a static member to a different class:

  1. Select one or more static members in the Diagram View or Model View.
  2. On the main menu choose RefactoringMove
    Tip: Alternatively, right-click on the selection and choose Refactoring->Move Members
    on the context menu
  3. In the Move Members dialog, use the Move Members field to select which static members to move. You can deselect/select the static members by clearing/checking the check box next to the name of the member
  4. Use the To field to enter the fully-qualified name for the target class where the selected code element or elements will reside.
  5. Click OK.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!