- Timestamp:
- Jun 16, 2010, 8:23:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/TMG_Extra/HTMLEdit/fWebTab.pas
r541 r801 76 76 if (URLList <> nil) then begin 77 77 RPCBrokerV.remoteprocedure := 'TMG CPRS GET URL LIST'; 78 RPCBrokerV.Call; 78 //RPCBrokerV.Call; 79 CallBroker; 79 80 URLList.Assign(RPCBrokerV.Results); 80 81 if RPCBrokerV.Results.Count>0 then Result := RPCBrokerV.Results.Strings[0]
Note:
See TracChangeset
for help on using the changeset viewer.