Download VISUAL EXTEND 9.5
Transcript
Visual Extend 9.0 User Manual More productive than ever before! Page 152 The class of the Active Desktop is in the class library Appl.vcx and according to the wish of the developer can be extended with any controls. The Active Desktop can be used in addition to or in place of the Open Dialog forms. 16.4. More Functions Through a form property (lMore) the button More functions in the standard toolbar can be activated. In the Click method of this button is called the OnMore method of the active form. This method already contains a template code, which can be easily changed. Here is created an array containing parameters passed to the called VFXMore form, where in a dialog can be selected between the available functions. For example can be started Child forms. 16.5. Mover-Dialog The VFX Mover dialog is an efficient control, which you can use in your applications. The VFX Mover dialog gets two arrays, passed as parameters. The first array contains elements available for selection. These elements are displayed in the left list box. The second array contains the selected elements. The second array can be emptied with a call from the mover dialog. The user can select any number of elements.