Icon GetServerProcedureUserNames Method

procedure GetServerProcedureUserNames(const ProcedureName:
      String; List: TStrings)

Usage

Call the GetServerProcedureUserNames method to retrieve a list of existing users defined with rights for an existing server-side procedure on a database server. Use the ProcedureName parameter to specify an existing server-side procedure from which to retrieve a list of users.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image