Re: Displaying ConnectionString Property Editor



Bill Todd wrote:

> See PromptDataSource in the ADODB.PAS unit.

I have, but I am not sure what 'ParentHandle' is
in this:

function PromptDataSource(ParentHandle: THandle;
InitialString: WideString): WideString;

when I am calling it from a property editor.
.