Table of Contents

Programming Environment Specific Information


 

 

Delphi 4.0

Optional Parameters
Optional parameters do not work; a value must be supplied for all optional parameters.

 

Adding Context Sensitive Help for the control

1.      From Help menu choose Customize...

2.      In the OpenHelp dialog: from Edit menu choose Add Files...

3.      Find FLPCAD.CNT file and double click on it.

4.      Select Index tab.

5.      Repeat steps 2 and 3 for FLPCAD.CHM file.

6.      Close the OpenHelp dialog.

7.      Answer Yes to the question about saving the project.



FoxPro 6.0

BackColor
The BackColor property does not persist from design time to run-time unless the form the control is on is saved first.

 

 

MSVC 6.0

Optional Parameters
Optional parameters do not work; a value must be supplied for all optional parameters.

 

Adding Context Sensitive Help for the control

Add the following lines to the end of ExtHelp.cnt file, which is located in the folder where MS Visual Studio was installed under \Common\MSDev98\Help

:Title Flipper CAD Control Help
:Index FlpCAD=C:\WinNT\FlipperCAD\FlpCAD.chm
:Include C:\WinNT\FlipperCAD\FlpCAD.cnt


Don’t forget to adjust the file location (italicized) in the lines above.

 

Last modified on: Tuesday, February 04, 2003