Icon GetRemoteEvent Method

procedure GetRemoteEvent(const EventName: String; var
      EventDescription: String; var EventRunType: TEventRunType; var
      EventStartDate: TDateTime; var EventEndDate: TDateTime; var
      EventStartTime: TDateTime; var EventEndTime: TDateTime; var
      EventInterval: Word; var EventDays: TEventDays; var
      EventDayOfMonth: TEventDayOfMonth; var EventDayOfWeek:
      TEventDayOfWeek; var EventMonths: TEventMonths; var
      EventLastRun: TDateTime)

Usage

Call the GetRemoteEvent method to retrieve information about an existing scheduled event from 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. The EventLastRun parameter specifies the last date and time that the event was successfully run.

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