|
![]() |
![]() |
version 2004.1 (Modified)
A plug-in area is an area (in a form or in its own window) that belongs to the plug-in.
Once created, 4th Dimension send it all the necessary messages and events to deal with the user: mouse clicks, keystrokes, menu selection, drag and drop, idle, etc
To create an external area, you use the PluginWizard, selecting the necessary options. An area can exist only within a form (its name starts with a "%"), or it can run within a form and in its own window (its name starts with an underscore, it then is listed in the "Plug-ins" menu of the User mode).
Here are the subjects that will be discussed in this section:
- brief look at the skeleton of the code of an external area
- Area events
- Area Reference
- GrafPort and DeviceContext
- Using properties and Advanced properties
- build a sample area that demonstrates the basic way to code an external area.
Overview of external areas