V.OlePropertySet("MyProp", "This string was passed to the MyProp property of AutoProj by TestAp");
V.OleProcedure("ShowDialog");
}
catch(Exception *E){
Application->HandleException(E);
ShowMessage("Make sure you compile AutoProj first and run it either from the commmand line with the /regserver switch or from Delphi after you set the Run|Parameters dialog to /regserver");