JCL Help:ShellRasDial

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Invokes the RAS Connect dialog.


Pascal

 function ShellRasDial(const EntryName: string): Boolean;


Parameters

Parameters Description
const EntryName: string The name of the dial up connection to invoke. This name must be the exact name of an existing dial up connection.


Return Value

If the function succeeds it returns True, otherwise it fails. Reasons for possible failure are an incorrect (non-existing) entry name, the user pressing the Cancel button in the dialog or failure to connect.


Description

The ShellRasDial function invoked the RAS Connect dialog (the one you get when you double click a RAS connection) for the specified connection.


About

Unit

JclShell


Donator

Anonymous


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page