Broker help/TOC: Difference between revisions
From VistApedia
Jump to navigationJump to search
DavidWhitten (talk | contribs) No edit summary |
DavidWhitten (talk | contribs) No edit summary |
||
| Line 126: | Line 126: | ||
====[[Broker_help\4 RPCBPropGet=dll_function_rpcbpropget]] ==== | ====[[Broker_help\4 RPCBPropGet=dll_function_rpcbpropget]] ==== | ||
====[[Broker_help\4 RPCBPropSet=dll_function_rpcbpropset]] ==== | ====[[Broker_help\4 RPCBPropSet=dll_function_rpcbpropset]] ==== | ||
=== | === Guidelines for C++ === | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_intro|Overview]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_methods|TRPCBroker C++ Class Methods]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_init|Initialize the Class]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_create|Create Broker Instances]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_connect|Connect to the Server]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_execute|Execute RPCs]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_cpp_destroy|Destroy Broker Instances]] ==== | ||
=== | === Guidelines for C === | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_intro|Overview]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_init|Initialize—LoadLibrary and GetProcAddress]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_create|Create Broker Components]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_connect|Connect to the Server]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_execute|Execute RPCs]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_c_destroy|Destroy Broker Components]] ==== | ||
=== | === Guidelines for Visual Basic === | ||
====[[Broker_help\ | ====[[Broker_help\dll_vb_intro|Overview]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_vb_init|Initialize]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_vb_create|Create Broker Components]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_vb_connect|Connect to the Server]] ==== | ||
====[[Broker_help\ | ====[[Broker_help\dll_vb_execute|Execute RPCs]] ==== | ||
====[[Broker_help\Destroy Broker Components | ====[[Broker_help\dll_vb_destroy|Destroy Broker Components]] ==== | ||
Revision as of 22:04, 20 December 2010
This is a conversion of the Broker.hlp file to mediawiki format using the helpdeco converter program converted to vistapedia.net by Ignacio Valdes of Astronaut, LLC The original formatting such as Table of Contents linking and screen shots is not present.
- Base broker.hlp>main
- Title RPC Broker Developer's Guide
RPC Broker V. 1.1 Developer's Guide
Overview
Introduction
Broker Overview
Orientation
About this Version of the RPC Broker
What's New in the BDK
Developer Considerations
Application Issues
Silent Login
Context-sensitive Help for the TRPCBroker Component
RPC Broker Components and Classes
TRPCBroker Component
TXWBRichEdit Component
TMult Class
TParamRecord Class
TParams Class
TVistaLogin Class
TVistaUser Class
Broker_help\3 EBrokerError Exception=EBrokerError
Units
Broker_help\4 Hash Unit=Hash_unit
Broker_help\4 LoginFrm Unit=LoginFrm_Unit
Broker_help\4 MFunStr Unit=MFunStr_unit
Broker_help\4 RPCConf1 Unit=RPCConf1_unit
Broker_help\4 RpcSLogin Unit=RpcSLogin_Unit
Broker_help\4 SplVista Unit=SplVista_unit
Broker_help\4 TRPCB Unit=TRPCB_unit
Broker_help\4 TVCEdit Unit=TVCEdit_Unit
Broker_help\2 Remote Procedure Calls (RPCs)
Broker_help\3 Overview=rpc_overview
Broker_help\3 What Makes a Good RPC?=rpc_good
Broker_help\3 Creating RPCs=rpc_create
===[[Broker_help\3 Using an Existing M API=Using_an_Existing_M_API