Dynamic Request Sample
Purpose
This example shows how to use the TRODynamicRequest component to execute server methods.
Examine the Code
- See how the three methods were defined by editing the service library.
Do this by making the server the selected project
and by using the menu option: RemObjects | Edit Service Library.
Note: if you don't see this menu option but see 'Service Builder' instead,
you still have the client set as the current project.
Examine the methods added to DynamicRequestService.
- Check how the server methods were implemented in DynamicRequestService_Impl.pas.
- See the simple code needed to invoke the methods in DynamicRequestClientMain.pas.