Icon GetServerProcedure Method

void __fastcall GetServerProcedure(const System::UnicodeString
      ProcedureName, System::UnicodeString &ProcedureDescription)

Usage

Call the GetServerProcedure method to retrieve information about an existing server-side procedure from a database server. Use the ProcedureName parameter to specify the existing server-side procedure name.

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