Icon ModifyRemoteEvent Method

void __fastcall ModifyRemoteEvent(const System::UnicodeString
      EventName, const System::UnicodeString EventDescription,
      TEventRunType EventRunType, System::TDateTime EventStartDate,
      System::TDateTime EventEndDate, System::TDateTime EventStartTime,
       System::TDateTime EventEndTime, System::Word EventInterval,
      const TEventDays &EventDays, TEventDayOfMonth EventDayOfMonth,
      TEventDayOfWeek EventDayOfWeek, const TEventMonths &EventMonths)

Usage

Call the ModifyRemoteEvent method to modify information about an existing scheduled event on a database server. Use the EventName parameter to specify the existing event name. Please see the AddRemoteEvent method for more information on the parameters returned from this method.

Information This method is only valid for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image