LoadForEdit |
Scroll |
Loads the case definition for the category with the specified number from the Thereforeā¢ server for editing.
Namespace: Therefore.API
Visual Basic Public Overridable Function LoadForEdit ( _ nCtgryNo As Integer, _ pServer As ITheServer _ ) C# public virtual void LoadForEdit ( int nCtgryNo, ITheServer pServer )
Parameters nCtgryNo Number of the case definition to load.
pServer Reference to an TheServer object. |
|
Automatically Connects If the specified TheServer is not connected the method will try to connect using default settings. |