Result Property

(removed)

Applies to

TRPCBroker component

Description

The Result property was ambiguous with Delphi's reserved Result variable (i.e., used to return values from functions) and has been removed from this version of the Broker. What previously was returned in the Result property should now be returned in the 0th element of the Results Property referenced as Results[0].

The Result property that was made available with the RPC Broker Development Kit (BDK), released in October 1995, has been removed from this version of the RPC Broker component (i.e., TRPCBroker).

Developer's should not just do a search and replace of the word "Result", however. In some cases the word "Result" being referenced can be Delphi's legitimate use of the reserved word.