Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NewItemEx

Text:Creates a new child item and returns the new item.
If EditProperties is true then the property editor will be displayed when the item is created.

Syntax:

Function: NewItemEx(ItemType, AName: String; EditProperties: Boolean): IItem;

Code Reference:


    • 1. Create a New Form application
    • 2. Add a button to the form
    • 3. Add Planswift to reference (Planswift9_tlb in the uses)
    • 4. Copy code to button onclick event

API Call: