Difference between revisions of "RPC HELP SplVista Splasch Example"
From VistApedia
(Created page with " RPC Broker Help Home <h2>VistA Splash Screen Example</h2> The following is example of displaying the VistA Splash Screen in an application: uses ...") |
(No difference)
|
Latest revision as of 23:51, 5 July 2015
VistA Splash Screen Example
The following is example of displaying the VistA Splash Screen in an application:
uses Forms, Unit1 in 'Unit1.pas', SplVista; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); SplashOpen; SplashClose(2000); Application.Run; end.
NOTE: For a demonstration using the VistA Splash Screen, please run the BrokerExample.EXE located in the ..\BDK32\Samples\BrokerEx directory.