Questions tagged [remobjects]

RemObjects Software is a software development company offering tools and libraries for software developers on a variety of platforms.

RemObjects SDK is a cross-platform remoting framework for .NET, XCode and Delphi.

DataAbstract is a multi-tier database framework for .NET, XCode and Delphi.

Hydra is a plugin framework for .NET and Delphi.

Oxygene is an Object Pascal language and IDE for .NET.

58 questions
16
votes
4 answers

Datasnap xe vs Remobjects DataAbstract

After asking this question I realized that to build what I need I'd better rely on some framework "REST and JSON ready". Since I own Delphi Professional I should upgrade to Enterprise to have DataSnap. Now the upgrade cost is in the same range as…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
13
votes
6 answers

Is there a good scripting Pascal-like language for Delphi?

I'm looking for a good free scripting engine for Delphi. I want to add scripting to an application so that I can write small test scripts. Specifically I need: Pascal-like syntax current (I looked at RemObjects Pascal Scripting but it is…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
9
votes
5 answers

What is the best Delphi n-tier low bandwidth technology?

I need to deploy a Delphi app in an environment that needs centralized data and file storage system (for document imaging) but has multiple branch offices with relatively poor inter connectivity. I believe a 3 tier database application is the best…
lgallion
  • 267
  • 3
  • 9
7
votes
3 answers

How to pass the interfaced object to the Pascal Script function call?

Delphi part: I have a class with the event and from that event I need to call a procedure passing the interfaced object to it. It works fine in Delphi but I have problems with declaring it in Pascal Script. To the background - the IGPGraphics…
TLama
  • 75,147
  • 17
  • 214
  • 392
6
votes
4 answers

Getting started with SOAP for Delphi in Win32

I have a server process built in Delphi/C++Builder with RemObjects SDK which claims to support SOAP requests. What's the quickest and easiest way of testing out the SOAP support? I'd prefer not to have to learn a new language/install a new IDE/spend…
Roddy
  • 66,617
  • 42
  • 165
  • 277
5
votes
3 answers

SQL Server varchar(MAX) datatype in delphi using RemObjects

Got a request to change comment field max size in application. Before had it set to varchar(500), so after reading documentation i have decided to change data type of the field from varchar(500) to varchar(max). Database accepted changes without any…
Boris Mocialov
  • 3,439
  • 2
  • 28
  • 55
5
votes
3 answers

Can RemObjects SDK parameters be passed via the URI?

We have a RemObjects SDK HTTP server that exposes a number of services and methods. Is it possible to call a method via a URI rather than passing the parameters as SOAP/JSON…
norgepaul
  • 6,013
  • 4
  • 43
  • 76
5
votes
2 answers

Get clients ip address in a RemObjects webservice

I have a webservice implemented using RemObjects over Delphi XE and I want to know the ip address of the clients petitions. My service inherits from TRORemoteDataModule and I haven't found any method or object to do that. Any suggestion? Thanks…
user1151835
4
votes
1 answer

Spring4d: How to "force" the container to believe a class implements an interface

I am using RemObjects DataAbstract along with Spring4d. RemObjects generates a SchemaServer_Intf.pas file that contains interfaces for every kind of table that exists in it's schema. It allows for "Strongly typed" datasets, allowing one to access a…
Ludovic C
  • 2,855
  • 20
  • 40
4
votes
3 answers

What's going on with these XML nodes named "#text"?

I've got some simple XML-handling code that's supposed to locate a child node of a passed in node based on an attribute value: function GetNodeByAttributeValue( const AParentNode: IXMLNode; const AttributeName: string; AttributeValue: Variant):…
Mason Wheeler
  • 82,511
  • 50
  • 270
  • 477
3
votes
1 answer

Doing Overhaul of Codebase: .NET or Delphi backend?

I have little experience in C#.NET, but have years in Delphi. Any Delphi + .NET people out there that can provide me some guidance? Here's the scoop: I am going to be in charge of a overhaul of the codebase (200,000 lines+). We're going to be…
Stamp
  • 89
  • 9
2
votes
1 answer

RemObjects SDK - how to retrieve client GUID from server when connecting to server?

Does somebody know how to retrieve client GUID when connecting to server in RemObjects SDK ? (using SuperTCP/IP protocol)
EmirZ
  • 646
  • 4
  • 10
  • 21
2
votes
0 answers

Delphi 11.1 TFileOpenDialog.Execute hangs when CoInitializeEx is used in initialization before Forms initialization

In a small-ish Delphi 11.1 32bit app I've put an instance of TFileOpenDialog on a form, added a couple of fileTypes (*.zip and *. *) and in a button.OnClick handler called its Execute method. At runtime, clicking the button resulted in nothing…
Peter
  • 123
  • 1
  • 8
2
votes
2 answers

How to register the interface variable into remobjects pascal script?

I using RemObjects Pascal Script component for Delphi XE, i've the following code: type ITest = interface(IInterface) ['{7762A355-052F-449D-8347-01B59E2D2738}'] procedure Execute; end; TTest = class(TInterfacedObject, ITest) private …
lmengyew
  • 371
  • 4
  • 18
2
votes
4 answers

Replacing ASTA as a middletier solution

I'm currently using Delphi7 along with ASTA to handle my client server communications to an Advantage DB. I'm moving to Rad Studio XE Enterprise and am looking to switch to a different but similar solution as the future of ASTA has become somewhat…
Bobby
  • 81
  • 2
  • 8
1
2 3 4