PMCX/Temporary Control Definition
The PMCX/Temporary Control Definition dialog
edits the location of a custom control contained in a
dynamic-link library. It also deletes the availability of a
temporary or custom control. The list boxes allow you to select
the location of the dynamic-link library for the control that you
wish to define. You must designate the type of control you are
defining using one of the following Options:
- Private Control must be
registered by the application. This is done using the XxxxRegister
function within the custom control dynamic-link
library. You should create an import library through
Import Librarian to allow your applications to easily
reference the XxxxRegister function. This is done
using the IRE statement: will
include the XxxxRegister(hAB);
within the main( ) module of the application.
- Temporary Control used
where you provide the necessary code to handle the
control within your application. You would treat the
control just like a normal window. By using the temporary
option, IRE will simulate the temporary control within
your design.
There are Cancel, Change, Save, Delete and Add buttons along the bottom of the dialog box. Note: It
does not delete the custom control dynamic-link library from your
system.