Module cCJCommandBars.pkg
1// Visual DataFlex COM proxy classes generated from C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.4.2\Bin\Codejock.CommandBars.v13.4.2.ocx
2Use FlexCom20.pkg
3
4// Changes to Imported package
5// OLEXTPxx to XTPxx
6// OLExtpxx to xtpxx
7// OLESTDxxx and OLEXPxxxx to STD/XP
8// OLEOLE to OLE
9// OLESBPS to SBPS
10// OLETPM to TPM
11// cCom classes to cCJ
12// cCJAutomationObject back to cComAutomationObject
13// cCJActiveXControl back to cComActiveXControl
14// cCJTabToolBar to cCJComTabToolBar
15// cCJTabControlItem to cCJComTabControlItem
16// cCJStatusBar to cCJComStatusBar
17// cCJStatusBarPane to cCJComStatusBarPane
18// cCJMenuBar to cCJComMenuBar
19// remove OnComUpdate from cCJCommandBars
20// Use statements as noted below (classes moved to these files)
21// Set classlibrary of all cComAutomation objects to Windows (for class doc)
22
23// These have been extracted from this class and moved into seperate packages
24// because other Codejock classes use these.
25Use cCJColorManager.pkg // cCJColorManager
26Use cCJImageManager.pkg // cCJImageManagerIcons, cCJImageManagerIcon, cCJImageManager, cCJImageManagerIconSet
27Use cCJPropExchange.pkg // cCJPropExchange
28Use cCJTooltipContext.pkg // cCJToolTipContext
29Use cCJTabControlItem.pkg // cCJTabManagerMargin, cCJTabManagerColorSet, cCJTabManager, cCJTabControlItem
30Use cCJDataObject.pkg // cCJDataObjectFile, cCJDataObject
31
32
33Define OLEDropConstants for Integer
34 Define xtpOLEDropNone for 0
35 Define xtpOLEDropManual for 1
36
37Define OLEDragConstants for Integer
38 Define xtpOLEDragManual for 0
39 Define xtpOLEDragAutomatic for 1
40
41Define XTPWorkspaceCommand for Integer
42 // Used to move a TabControlItem to the next tab group.
43 Define XTP_ID_WORKSPACE_MOVEPREVIOUS for 9155
44 // Used to move a TabControlItem to the previous tab group.
45 Define XTP_ID_WORKSPACE_MOVENEXT for 9156
46 // Used to create a new horizontal tab group.
47 Define XTP_ID_WORKSPACE_NEWHORIZONTAL for 9157
48 // Used to create a new vertical tab group.
49 Define XTP_ID_WORKSPACE_NEWVERTICAL for 9158
50
51Define XTPCommandBarStyle for Integer
52 Define XTP_CBRS_GRIPPER for 4194304
53
54Define XTPControlNotify for Integer
55 Define XTP_EN_SPINUP for 4104
56 Define XTP_EN_SPINDOWN for 4105
57 Define XTP_GN_PREVIEWSTART for 4112
58 Define XTP_GN_PREVIEWCANCEL for 4113
59 Define XTP_GN_PREVIEWAPPLY for 4114
60 Define XTP_GN_PREVIEWCHANGE for 4115
61 Define XTP_GN_STARTDRAG for 4116
62 Define XTP_GN_SELCHANGE for 4117
63 Define XTP_EN_CHANGE for 768
64 Define XTP_EN_SETFOCUS for 256
65 Define XTP_EN_KILLFOCUS for 512
66 Define XTP_CBN_EDITCHANGE for 5
67 Define XTP_CBN_SETFOCUS for 3
68 Define XTP_CBN_KILLFOCUS for 4
69 Define XTP_CBN_CLOSEUP for 8
70 Define XTP_CBN_DROPDOWN for 7
71
72// Bar Position
73Define XTPBarPosition for Integer
74 // Docked at top.
75 Define xtpBarTop for 0
76 // Docked at bottom.
77 Define xtpBarBottom for 1
78 // Docked at left.
79 Define xtpBarLeft for 2
80 // Docked at right.
81 Define xtpBarRight for 3
82 // Floated.
83 Define xtpBarFloating for 4
84 // Popuped.
85 Define xtpBarPopup for 5
86 // List box.
87 Define xtpBarListBox for 6
88 // ComboBoxGalleryPopup.
89 Define xtpBarComboBoxGalleryPopup for 8
90
91// Type of CommandBars
92Define XTPBarType for Integer
93 // Command bar is menu bar.
94 Define xtpBarTypeMenuBar for 0
95 // Command bar is toolbar.
96 Define xtpBarTypeNormal for 1
97 // Command bar is popup.
98 Define xtpBarTypePopup for 2
99 // Command bar is ribbon.
100 Define xtpBarTypeRibbon for 3
101
102// Control Type
103Define XTPControlType for Integer
104 // Type not defined.
105 Define xtpControlError for 0
106 // Button type.
107 Define xtpControlButton for 1
108 // Popup type.
109 Define xtpControlPopup for 2
110 // Button popup.
111 Define xtpControlButtonPopup for 3
112 // Split button popup.
113 Define xtpControlSplitButtonPopup for 4
114 // Combo box button.
115 Define xtpControlComboBox for 5
116 Define xtpControlEdit for 6
117 Define xtpControlCustom for 7
118 Define xtpControlLabel for 8
119 Define xtpControlCheckBox for 9
120 Define xtpControlGallery for 10
121 Define xtpControlRadioButton for 11
122
123// Button Styles
124Define XTPButtonStyle for Integer
125 // Automatic style.
126 Define xtpButtonAutomatic for 0
127 // Button draw only caption.
128 Define xtpButtonCaption for 1
129 // Button draw only icon.
130 Define xtpButtonIcon for 2
131 // Button draw icon and caption.
132 Define xtpButtonIconAndCaption for 3
133 Define xtpButtonIconAndCaptionBelow for 4
134 Define xtpButtonCaptionAndDescription for 5
135
136// Control Flags
137Define XTPControlFlags for Integer
138 // Control is right aligned.
139 Define xtpFlagRightAlign for 1
140 // Control does not have focus. The control will be skipped when performing actions such as tabbing through the controls in the command bar.
141 Define xtpFlagSkipFocus for 2
142 // To Pop up child bar left. The popup will start from the right side of the control that was clicked and be displayed right-to-left.
143 Define xtpFlagLeftPopup for 4
144 // Used to disable customization. The user will not be able to move or edit the control.
145 Define xtpFlagNoMovable for 16
146 // Used to stretch a control to fill the maximum available width if the control is in the ActiveMenuBar. This has no effect on controls in the toolbar.
147 Define xtpFlagControlStretched for 32
148 // Show tooltip always.
149 Define xtpFlagShowPopupBarTip for 64
150 // Wrap row for toolbar or popup bar.
151 Define xtpFlagWrapRow for 128
152
153// Combo Styles
154Define XTPComboStyle for Integer
155 // Normal combobox.
156 Define xtpComboNormal for 0
157 // Combobox with label.
158 Define xtpComboLabel for 1
159
160// Gallery Resizable style
161Define XTPGalleryResizable for Integer
162 // xtpAllowResizeWidth
163 Define xtpAllowResizeWidth for 1
164 // xtpAllowResizeHeight
165 Define xtpAllowResizeHeight for 2
166
167// Visual Themes
168Define XTPVisualTheme for Integer
169 // Office 2000 theme.
170 Define xtpThemeOffice2000 for 0
171 // Office XP theme.
172 Define xtpThemeOfficeXP for 1
173 // Office 2003 theme.
174 Define xtpThemeOffice2003 for 2
175 // Windows XP themes support.
176 Define xtpThemeNativeWinXP for 3
177 // Whidbey theme.
178 Define xtpThemeWhidbey for 4
179 // Office 2007 theme.
180 Define xtpThemeOffice2007 for 5
181 // Ribbon theme.
182 Define xtpThemeRibbon for 6
183 // VisualStudio2008 theme.
184 Define xtpThemeVisualStudio2008 for 7
185
186// ScrollBar Style
187Define XTPScrollBarStyle for Integer
188 Define xtpScrollStyleDefault for 0
189 Define xtpScrollStyleStandard for 1
190 Define xtpScrollStyleFlat for 2
191 Define xtpScrollStyleSystem for 3
192 Define xtpScrollStyleOffice for 4
193 Define xtpScrollStyleOffice2007Light for 5
194 Define xtpScrollStyleOffice2007Dark for 6
195 Define xtpScrollStyleSlider for 7
196
197Define XTPControlCustomVerticalOptions for Integer
198 Define xtpVerticalHide for 0
199 Define xtpVerticalShow for 1
200 Define xtpVerticalButton for 2
201
202// Text Orientation
203Define XTPBarTextOrientation for Integer
204 Define xtpBarTextAuto for 0
205 Define xtpBarTextVertical for 1
206 Define xtpBarTextHorizontal for 2
207
208// Edit Style
209Define XTPCommandBarEditStyle for Integer
210 Define xtpEditStyleLeft for 0
211 Define xtpEditStyleCenter for 1
212 Define xtpEditStyleRight for 2
213 Define xtpEditStyleLowerCase for 16
214 Define xtpEditStylePassword for 32
215
216// Docking Flags
217Define XTPToolBarFlags for Integer
218 // Allows docking at the top of the client area.
219 Define xtpFlagAlignTop for 1
220 // Allows docking at the bottom of the client area.
221 Define xtpFlagAlignBottom for 2
222 // Allows docking on the left side of the client area.
223 Define xtpFlagAlignLeft for 4
224 // Allows docking on the left side of the client area.
225 Define xtpFlagAlignRight for 8
226 // Allows docking on any side of the client area.
227 Define xtpFlagAlignAny for 15
228 // Allows floating.
229 Define xtpFlagFloating for 16
230 // Allow to hide wrapped controls.
231 Define xtpFlagHideWrap for 32
232 // Bar is stretched.
233 Define xtpFlagStretched for 64
234 // Bar is stretched, but not fill whole row
235 Define xtpFlagStretchedShared for 1048576
236
237// MenuBar flags
238Define XTPMenuBarFlags for Integer
239 // To hide minimize box.
240 Define xtpFlagHideMinimizeBox for 256
241 // To hide maximize box.
242 Define xtpFlagHideMaximizeBox for 512
243 // To hide close button.
244 Define xtpFlagHideClose for 4096
245 // To add system MDI popup bar.
246 Define xtpFlagHideMDIButtons for 4864
247 Define xtpFlagAddMDISysPopup for 8192
248
249// Animation
250Define XTPAnimationType for Integer
251 // As defined in the 'Display' settings.
252 Define xtpAnimateWindowsDefault for 0
253 // Any of the first three in random selection.
254 Define xtpAnimateRandom for 1
255 // Unfold top to bottom.
256 Define xtpAnimateUnfold for 2
257 // Slide in from left.
258 Define xtpAnimateSlide for 3
259 // Fade-in.
260 Define xtpAnimateFade for 4
261 // No animation.
262 Define xtpAnimateNone for 5
263
264// Status Pane Styles
265Define XTPStatusPaneStyle for Integer
266 // When this flag is applied, the border will be removed from the indicated statusbar pane.
267 Define SBPS_NOBORDERS for 256
268 // When this flag is applied, the indicated statusbar pane will be disabled.
269 Define SBPS_DISABLED for 67108864
270 // The pane will stretched, it will not have a static width.
271 Define SBPS_STRETCH for 134217728
272
273// Tracking Falgs
274Define XTPTrackPopupFlags for Integer
275 // Returns the Id of the control instead of triggering the execute event. The execute event will not be triggered.
276 Define TPM_RETURNCMD for 256
277 // Allows you to choose a menu item using a right click.
278 Define TPM_RIGHTBUTTON for 2
279 // Right aligns the menu starting from the x and y coordinates.
280 Define TPM_RIGHTALIGN for 8
281 // Use the TPM_RECURSE flag to display a menu when another menu is already displayed. This is intended to support context menus within a menu.
282 Define TPM_RECURSE for 1
283
284// Tracking Falgs
285Define XTPControlHideFlags for Integer
286 // Control is visible.
287 Define xtpNoHide for 0
288 // Control is hidden by generic reason.
289 Define xtpHideGeneric for 1
290 // Control is hidden by wrap.
291 Define xtpHideWrap for 2
292 // Control is hidden by docking position.
293 Define xtpHideDockingPosition for 4
294 // Control is hidden by scrolling.
295 Define xtpHideScroll for 8
296 // Control is hidden by customize settings.
297 Define xtpHideCustomize for 16
298 // If the control is rarely used and it is not visible because the intelligent menus option on and the command is a hidden command.
299 Define xtpHideExpand for 32
300
301Define XTPKeyboardCuesShow for Integer
302 // Show keyboard cues always
303 Define xtpKeyboardCuesShowAlways for 0
304 // Never show keyboard cues
305 Define xtpKeyboardCuesShowNever for 1
306 // System defined
307 Define xtpKeyboardCuesShowWindowsDefault for 2
308
309Define XTPKeyboardCuesUse for Integer
310 // Activate only menu by using underlines
311 Define xtpKeyboardCuesUseMenuOnly for 0
312 // Activate menu and toolbars by using underlines
313 Define xtpKeyboardCuesUseAll for 1
314 // No using underlines
315 Define xtpKeyboardCuesUseNone for 2
316 // Only if Ampersant exists option
317 Define xtpKeyboardCuesUseAmpersandOnly for 4
318
319// Workspace Buttons
320Define XTPWorkspaceButtons for Integer
321 // To hide arrow buttons.
322 Define xtpWorkspaceHideArrows for 1
323 // To hide close button.
324 Define xtpWorkspaceHideClose for 2
325 // To hide arrow and close buttons.
326 Define xtpWorkspaceHideAll for 3
327 // To show active file button.
328 Define xtpWorkspaceShowActiveFiles for 4
329 // To hide arrow buttons always
330 Define xtpWorkspaceHideArrowsAlways for 9
331 // To show close button for all tabs
332 Define xtpWorkspaceShowCloseTab for 16
333 // To show close button for selected tabs.
334 Define xtpWorkspaceShowCloseSelectedTab for 32
335
336// Workspace New Tab Position
337Define XTPWorkspaceNewTabPosition for Integer
338 // New tab will be created after all tabs
339 Define xtpWorkspaceNewTabRightMost for 0
340 // New tab will be created before all tabs
341 Define xtpWorkspaceNewTabLeftMost for 1
342 // New tab will be created after active tab
343 Define xtpWorkspaceNewTabNextToActive for 2
344
345// Scale Mode
346Define XTPScaleMode for Integer
347 // Auto scale mode
348 Define xtpScaleAuto for 0
349 // Pixels scale mode
350 Define xtpScalePixel for 1
351 // Twips scale mode
352 Define xtpScaleTwip for 2
353
354Define XTPTextAlignment for Integer
355 Define xtpAlignmentLeft for 0
356 Define xtpAlignmentCenter for 1
357 Define xtpAlignmentRight for 2
358
359Define XTPShellAutoCompleteFlags for Integer
360 Define xtpShellAutoCompleteFileSystem for 1
361 Define xtpShellAutoCompleteFileSysOnly for 16
362 Define xtpShellAutoCompleteUrlAll for 6
363 Define xtpShellAutoCompleteUrlHistory for 2
364 Define xtpShellAutoCompleteUrlMRU for 4
365 Define xtpShellAutoCompleteAll for 7
366
367Define XTPRibbonTabContextColor for Integer
368 Define xtpRibbonTabContextColorNone for 0
369 Define xtpRibbonTabContextColorBlue for 1
370 Define xtpRibbonTabContextColorYellow for 2
371 Define xtpRibbonTabContextColorGreen for 3
372 Define xtpRibbonTabContextColorRed for 4
373 Define xtpRibbonTabContextColorPurple for 5
374 Define xtpRibbonTabContextColorCyan for 6
375 Define xtpRibbonTabContextColorOrange for 7
376
377Define XTPCommandBarsSpecialCommands for Integer
378 Define XTP_ID_RIBBONCONTROLTAB for 9604
379 Define XTP_ID_RIBBONCUSTOMIZE for 9607
380 Define XTP_ID_CUSTOMIZE_ADDORREMOVE for 9122
381 Define XTP_ID_CUSTOMIZE_RESET for 9123
382 Define XTP_ID_TOOLBAR_EXPAND for 9148
383 Define XTP_ID_TOOLBAR_HIDE for 9149
384 Define XTP_ID_WORKSPACE_CANCEL for 9159
385 Define XTP_ID_WINDOWLIST for 35000
386 Define XTP_ID_CUSTOMIZE for 35001
387 Define XTP_ID_WORKSPACE_ACTIONS for 35002
388 Define XTP_ID_TOOLBARLIST for 59392
389 Define XTP_ID_FILE_MRU for 35003
390
391Define XTPSliderCommand for Integer
392 Define XTP_SB_LINELEFT for 0
393 Define XTP_SB_LINERIGHT for 1
394 Define XTP_SB_PAGELEFT for 2
395 Define XTP_SB_PAGERIGHT for 3
396 Define XTP_SB_THUMBTRACK for 5
397 Define XTP_SB_LEFT for 6
398 Define XTP_SB_RIGHT for 7
399 Define XTP_SB_ENDSCROLL for 8
400
401Define XTPPrintOrientation for Integer
402 Define xtpOrientationPortrait for 1
403 Define xtpOrientationLandscape for 2
404
405// CLSID: {1616DC35-B997-432B-AB4F-439341A769E5}
406// Dispatch interface for CommandBars Control
407Class cCJ_DCommandBars is a Mixin
408
409 { MethodType=Property DesignTime=False }
410 Function ComVisualTheme Returns XTPVisualTheme
411 XTPVisualTheme retVal
412 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
413 Function_Return retVal
414 End_Function
415
416 { MethodType=Property DesignTime=False }
417 Procedure Set ComVisualTheme XTPVisualTheme value
418 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
419 End_Procedure
420
421 { MethodType=Property DesignTime=False }
422 Function ComIcons Returns Variant
423 Variant retVal
424 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
425 Function_Return retVal
426 End_Function
427
428 { MethodType=Property DesignTime=False }
429 Procedure Set ComIcons Variant value
430 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
431 End_Procedure
432
433 { MethodType=Property DesignTime=False }
434 Function ComScaleMode Returns XTPScaleMode
435 XTPScaleMode retVal
436 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
437 Function_Return retVal
438 End_Function
439
440 { MethodType=Property DesignTime=False }
441 Procedure Set ComScaleMode XTPScaleMode value
442 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
443 End_Procedure
444
445 { MethodType=Property DesignTime=False }
446 Function ComRightToLeft Returns Boolean
447 Boolean retVal
448 Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal
449 Function_Return retVal
450 End_Function
451
452 { MethodType=Property DesignTime=False }
453 Procedure Set ComRightToLeft Boolean value
454 Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value
455 End_Procedure
456
457 { MethodType=Property DesignTime=False }
458 Function ComCount Returns Integer
459 Handle hDispatchDriver
460 Integer retVal
461 Get phDispatchDriver to hDispatchDriver
462 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
463 Function_Return retVal
464 End_Function
465
466 // Returns a specific item.
467 { MethodType=Property DesignTime=False }
468 Function ComItem Integer llIndex Returns Variant
469 Handle hDispatchDriver
470 Variant retVal
471 Get phDispatchDriver to hDispatchDriver
472 Send PrepareParams to hDispatchDriver 1
473 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
474 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
475 Function_Return retVal
476 End_Function
477
478 { MethodType=Property DesignTime=False }
479 Function Com_NewEnum Returns Variant
480 Handle hDispatchDriver
481 Variant retVal
482 Get phDispatchDriver to hDispatchDriver
483 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
484 Function_Return retVal
485 End_Function
486
487 Function ComAdd String llName XTPBarPosition llPosition Returns Variant
488 Handle hDispatchDriver
489 Variant retVal
490 Get phDispatchDriver to hDispatchDriver
491 Send PrepareParams to hDispatchDriver 2
492 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
493 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
494 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
495 Function_Return retVal
496 End_Function
497
498 Procedure ComAddImageList Variant llImageList
499 Handle hDispatchDriver
500 Get phDispatchDriver to hDispatchDriver
501 Send PrepareParams to hDispatchDriver 1
502 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList
503 Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID
504 End_Procedure
505
506 { MethodType=Property DesignTime=False }
507 Function ComActiveMenuBar Returns Variant
508 Handle hDispatchDriver
509 Variant retVal
510 Get phDispatchDriver to hDispatchDriver
511 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
512 Function_Return retVal
513 End_Function
514
515 Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
516 Handle hDispatchDriver
517 Get phDispatchDriver to hDispatchDriver
518 Send PrepareParams to hDispatchDriver 4
519 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
520 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
521 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
522 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
523 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
524 End_Procedure
525
526 Procedure ComRecalcLayout
527 Handle hDispatchDriver
528 Get phDispatchDriver to hDispatchDriver
529 Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID
530 End_Procedure
531
532 { MethodType=Property DesignTime=False }
533 Function ComKeyBindings Returns Variant
534 Handle hDispatchDriver
535 Variant retVal
536 Get phDispatchDriver to hDispatchDriver
537 Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal
538 Function_Return retVal
539 End_Function
540
541 Procedure ComAddIconHandle Integer llIcon Integer llCommand Integer llimageState Boolean llAlpha
542 Handle hDispatchDriver
543 Get phDispatchDriver to hDispatchDriver
544 Send PrepareParams to hDispatchDriver 4
545 Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon
546 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
547 Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState
548 Send DefineParam to hDispatchDriver OLE_VT_BOOL llAlpha
549 Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID
550 End_Procedure
551
552 { MethodType=Property DesignTime=False }
553 Function ComOptions Returns Variant
554 Handle hDispatchDriver
555 Variant retVal
556 Get phDispatchDriver to hDispatchDriver
557 Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal
558 Function_Return retVal
559 End_Function
560
561 Procedure ComSaveCommandBars Variant llRegistryKey Variant llAppName Variant llSection
562 Handle hDispatchDriver
563 Get phDispatchDriver to hDispatchDriver
564 Send PrepareParams to hDispatchDriver 3
565 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey
566 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName
567 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection
568 Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID
569 End_Procedure
570
571 Procedure ComLoadCommandBars Variant llRegistryKey Variant llAppName Variant llSection
572 Handle hDispatchDriver
573 Get phDispatchDriver to hDispatchDriver
574 Send PrepareParams to hDispatchDriver 3
575 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey
576 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName
577 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection
578 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
579 End_Procedure
580
581 Procedure ComLoadDesignerBars Variant llFileNameOrResource Variant llInstance
582 Handle hDispatchDriver
583 Get phDispatchDriver to hDispatchDriver
584 Send PrepareParams to hDispatchDriver 2
585 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFileNameOrResource
586 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llInstance
587 Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID
588 End_Procedure
589
590 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
591 Handle hDispatchDriver
592 Variant retVal
593 Get phDispatchDriver to hDispatchDriver
594 Send PrepareParams to hDispatchDriver 4
595 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
596 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
597 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
598 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
599 Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal
600 Function_Return retVal
601 End_Function
602
603 Procedure ComAboutBox
604 Handle hDispatchDriver
605 Get phDispatchDriver to hDispatchDriver
606 Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID
607 End_Procedure
608
609 Procedure ComDockToolBar Variant llToolBar Integer llx Integer lly XTPBarPosition llPosition
610 Handle hDispatchDriver
611 Get phDispatchDriver to hDispatchDriver
612 Send PrepareParams to hDispatchDriver 4
613 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llToolBar
614 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
615 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
616 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
617 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
618 End_Procedure
619
620 Function ComGetSpecialColor XTPColorManagerColor llIndex Returns OLE_COLOR
621 Handle hDispatchDriver
622 OLE_COLOR retVal
623 Get phDispatchDriver to hDispatchDriver
624 Send PrepareParams to hDispatchDriver 1
625 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
626 Get InvokeComMethod of hDispatchDriver 19 OLE_VT_I4 to retVal
627 Function_Return retVal
628 End_Function
629
630 Function ComShowTabWorkspace Boolean llShow Returns Variant
631 Handle hDispatchDriver
632 Variant retVal
633 Get phDispatchDriver to hDispatchDriver
634 Send PrepareParams to hDispatchDriver 1
635 Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow
636 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
637 Function_Return retVal
638 End_Function
639
640 Procedure ComMoveAlignedControl Variant llControl Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
641 Handle hDispatchDriver
642 Get phDispatchDriver to hDispatchDriver
643 Send PrepareParams to hDispatchDriver 5
644 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl
645 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
646 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
647 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
648 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
649 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
650 End_Procedure
651
652 { MethodType=Property DesignTime=False }
653 Function ComTabWorkspace Returns Variant
654 Handle hDispatchDriver
655 Variant retVal
656 Get phDispatchDriver to hDispatchDriver
657 Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal
658 Function_Return retVal
659 End_Function
660
661 Procedure ComLoadStateFromString String llProfile Boolean llRestoreControls Boolean llRestoreOptions Boolean llSilent
662 Handle hDispatchDriver
663 Get phDispatchDriver to hDispatchDriver
664 Send PrepareParams to hDispatchDriver 4
665 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
666 Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreControls
667 Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreOptions
668 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSilent
669 Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID
670 End_Procedure
671
672 Function ComSaveStateToString Boolean llSaveControls Boolean llSaveOnlyCustomized Boolean llSaveOptions Returns String
673 Handle hDispatchDriver
674 String retVal
675 Get phDispatchDriver to hDispatchDriver
676 Send PrepareParams to hDispatchDriver 3
677 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveControls
678 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOnlyCustomized
679 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOptions
680 Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal
681 Function_Return retVal
682 End_Function
683
684 { MethodType=Property DesignTime=False }
685 Function ComStatusBar Returns Variant
686 Handle hDispatchDriver
687 Variant retVal
688 Get phDispatchDriver to hDispatchDriver
689 Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal
690 Function_Return retVal
691 End_Function
692
693 { MethodType=Property DesignTime=False }
694 Function ComMessageBar Returns Variant
695 Handle hDispatchDriver
696 Variant retVal
697 Get phDispatchDriver to hDispatchDriver
698 Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal
699 Function_Return retVal
700 End_Function
701
702 Procedure ComEnableCustomization Boolean llEnable
703 Handle hDispatchDriver
704 Get phDispatchDriver to hDispatchDriver
705 Send PrepareParams to hDispatchDriver 1
706 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
707 Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID
708 End_Procedure
709
710 { MethodType=Property DesignTime=False }
711 Function ComDesignerControls Returns Variant
712 Handle hDispatchDriver
713 Variant retVal
714 Get phDispatchDriver to hDispatchDriver
715 Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal
716 Function_Return retVal
717 End_Function
718
719 Function ComGetDispatch Returns Variant
720 Handle hDispatchDriver
721 Variant retVal
722 Get phDispatchDriver to hDispatchDriver
723 Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal
724 Function_Return retVal
725 End_Function
726
727 Procedure ComSetMDIClient OLE_HANDLE llhWnd
728 Handle hDispatchDriver
729 Get phDispatchDriver to hDispatchDriver
730 Send PrepareParams to hDispatchDriver 1
731 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
732 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
733 End_Procedure
734
735 { MethodType=Property DesignTime=False }
736 Function ComGlobalSettings Returns Variant
737 Handle hDispatchDriver
738 Variant retVal
739 Get phDispatchDriver to hDispatchDriver
740 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal
741 Function_Return retVal
742 End_Function
743
744 Procedure ComClosePopups
745 Handle hDispatchDriver
746 Get phDispatchDriver to hDispatchDriver
747 Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID
748 End_Procedure
749
750 Procedure ComSetSpecialColor XTPColorManagerColor llIndex OLE_COLOR llColor
751 Handle hDispatchDriver
752 Get phDispatchDriver to hDispatchDriver
753 Send PrepareParams to hDispatchDriver 2
754 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
755 Send DefineParam to hDispatchDriver OLE_VT_I4 llColor
756 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
757 End_Procedure
758
759 Function ComAddDialogBar String llName XTPBarPosition llPosition Returns Variant
760 Handle hDispatchDriver
761 Variant retVal
762 Get phDispatchDriver to hDispatchDriver
763 Send PrepareParams to hDispatchDriver 2
764 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
765 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
766 Get InvokeComMethod of hDispatchDriver 36 OLE_VT_DISPATCH to retVal
767 Function_Return retVal
768 End_Function
769
770 Procedure ComLoadStateFromXMLString String llProfile String llstate Variant llOptions
771 Handle hDispatchDriver
772 Get phDispatchDriver to hDispatchDriver
773 Send PrepareParams to hDispatchDriver 3
774 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
775 Send DefineParam to hDispatchDriver OLE_VT_BSTR llstate
776 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
777 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
778 End_Procedure
779
780 Function ComSaveStateToXMLString String llProfile Variant llOptions Returns String
781 Handle hDispatchDriver
782 String retVal
783 Get phDispatchDriver to hDispatchDriver
784 Send PrepareParams to hDispatchDriver 2
785 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
786 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
787 Get InvokeComMethod of hDispatchDriver 38 OLE_VT_BSTR to retVal
788 Function_Return retVal
789 End_Function
790
791 Function ComCreateStateOptions Returns Variant
792 Handle hDispatchDriver
793 Variant retVal
794 Get phDispatchDriver to hDispatchDriver
795 Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal
796 Function_Return retVal
797 End_Function
798
799 Procedure ComDoPropExchange Variant llpPX Variant llOptions
800 Handle hDispatchDriver
801 Get phDispatchDriver to hDispatchDriver
802 Send PrepareParams to hDispatchDriver 2
803 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX
804 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
805 Send InvokeComMethod to hDispatchDriver 45 OLE_VT_VOID
806 End_Procedure
807
808 { MethodType=Property DesignTime=False }
809 Function ComCustomizedControl Returns Variant
810 Handle hDispatchDriver
811 Variant retVal
812 Get phDispatchDriver to hDispatchDriver
813 Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal
814 Function_Return retVal
815 End_Function
816
817 // Deletes all of the toolbars
818 Procedure ComDeleteAll
819 Handle hDispatchDriver
820 Get phDispatchDriver to hDispatchDriver
821 Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID
822 End_Procedure
823
824 { MethodType=Property DesignTime=False }
825 Function ComToolTipContext Returns Variant
826 Handle hDispatchDriver
827 Variant retVal
828 Get phDispatchDriver to hDispatchDriver
829 Get InvokeComMethod of hDispatchDriver 42 OLE_VT_DISPATCH to retVal
830 Function_Return retVal
831 End_Function
832
833 { MethodType=Property DesignTime=False }
834 Function ComTrackingMode Returns Boolean
835 Handle hDispatchDriver
836 Boolean retVal
837 Get phDispatchDriver to hDispatchDriver
838 Get InvokeComMethod of hDispatchDriver 43 OLE_VT_BOOL to retVal
839 Function_Return retVal
840 End_Function
841
842 { MethodType=Property DesignTime=False }
843 Function ComFocusedCommandBar Returns Variant
844 Handle hDispatchDriver
845 Variant retVal
846 Get phDispatchDriver to hDispatchDriver
847 Get InvokeComMethod of hDispatchDriver 44 OLE_VT_DISPATCH to retVal
848 Function_Return retVal
849 End_Function
850
851 Function ComAddMenuBar String llName Returns Variant
852 Handle hDispatchDriver
853 Variant retVal
854 Get phDispatchDriver to hDispatchDriver
855 Send PrepareParams to hDispatchDriver 1
856 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
857 Get InvokeComMethod of hDispatchDriver 47 OLE_VT_DISPATCH to retVal
858 Function_Return retVal
859 End_Function
860
861 Function ComAddTabToolBar String llName Returns Variant
862 Handle hDispatchDriver
863 Variant retVal
864 Get phDispatchDriver to hDispatchDriver
865 Send PrepareParams to hDispatchDriver 1
866 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
867 Get InvokeComMethod of hDispatchDriver 48 OLE_VT_DISPATCH to retVal
868 Function_Return retVal
869 End_Function
870
871 Function ComAddRibbonBar String llName Returns Variant
872 Handle hDispatchDriver
873 Variant retVal
874 Get phDispatchDriver to hDispatchDriver
875 Send PrepareParams to hDispatchDriver 1
876 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
877 Get InvokeComMethod of hDispatchDriver 49 OLE_VT_DISPATCH to retVal
878 Function_Return retVal
879 End_Function
880
881 Procedure ComAttachToWindow OLE_HANDLE llhWnd
882 Handle hDispatchDriver
883 Get phDispatchDriver to hDispatchDriver
884 Send PrepareParams to hDispatchDriver 1
885 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
886 Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID
887 End_Procedure
888
889 Procedure ComShowCustomizeDialog Integer llActiveTab
890 Handle hDispatchDriver
891 Get phDispatchDriver to hDispatchDriver
892 Send PrepareParams to hDispatchDriver 1
893 Send DefineParam to hDispatchDriver OLE_VT_I4 llActiveTab
894 Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID
895 End_Procedure
896
897 Procedure ComEnableOffice2007Frame Boolean llEnable
898 Handle hDispatchDriver
899 Get phDispatchDriver to hDispatchDriver
900 Send PrepareParams to hDispatchDriver 1
901 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
902 Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID
903 End_Procedure
904
905 Procedure ComEnableActions
906 Handle hDispatchDriver
907 Get phDispatchDriver to hDispatchDriver
908 Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID
909 End_Procedure
910
911 { MethodType=Property DesignTime=False }
912 Function ComActions Returns Variant
913 Handle hDispatchDriver
914 Variant retVal
915 Get phDispatchDriver to hDispatchDriver
916 Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal
917 Function_Return retVal
918 End_Function
919
920 { MethodType=Property DesignTime=False }
921 Function ComPaintManager Returns Variant
922 Handle hDispatchDriver
923 Variant retVal
924 Get phDispatchDriver to hDispatchDriver
925 Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal
926 Function_Return retVal
927 End_Function
928
929 Function ComCreateGalleryItems Integer llId Returns Variant
930 Handle hDispatchDriver
931 Variant retVal
932 Get phDispatchDriver to hDispatchDriver
933 Send PrepareParams to hDispatchDriver 1
934 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
935 Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal
936 Function_Return retVal
937 End_Function
938
939 Procedure ComEnableOffice2007FrameHandle OLE_HANDLE llhWnd
940 Handle hDispatchDriver
941 Get phDispatchDriver to hDispatchDriver
942 Send PrepareParams to hDispatchDriver 1
943 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
944 Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID
945 End_Procedure
946
947 Function ComCreateCommandBarControl String llClassName Returns Variant
948 Handle hDispatchDriver
949 Variant retVal
950 Get phDispatchDriver to hDispatchDriver
951 Send PrepareParams to hDispatchDriver 1
952 Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName
953 Get InvokeComMethod of hDispatchDriver 58 OLE_VT_DISPATCH to retVal
954 Function_Return retVal
955 End_Function
956
957 Function ComCreateCommandBar String llClassName Returns Variant
958 Handle hDispatchDriver
959 Variant retVal
960 Get phDispatchDriver to hDispatchDriver
961 Send PrepareParams to hDispatchDriver 1
962 Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName
963 Get InvokeComMethod of hDispatchDriver 59 OLE_VT_DISPATCH to retVal
964 Function_Return retVal
965 End_Function
966
967 Function ComContextHelp Returns Integer
968 Handle hDispatchDriver
969 Integer retVal
970 Get phDispatchDriver to hDispatchDriver
971 Get InvokeComMethod of hDispatchDriver 60 OLE_VT_I4 to retVal
972 Function_Return retVal
973 End_Function
974
975 { MethodType=Property DesignTime=False }
976 Function ComContextMenus Returns Variant
977 Handle hDispatchDriver
978 Variant retVal
979 Get phDispatchDriver to hDispatchDriver
980 Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal
981 Function_Return retVal
982 End_Function
983
984 Procedure ComOLEDrag
985 Handle hDispatchDriver
986 Get phDispatchDriver to hDispatchDriver
987 Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID
988 End_Procedure
989
990 Function ComAddMiniToolBar String llName Returns Variant
991 Handle hDispatchDriver
992 Variant retVal
993 Get phDispatchDriver to hDispatchDriver
994 Send PrepareParams to hDispatchDriver 1
995 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
996 Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal
997 Function_Return retVal
998 End_Function
999
1000 { MethodType=Property DesignTime=False }
1001 Function ComRecentFileList Returns Variant
1002 Handle hDispatchDriver
1003 Variant retVal
1004 Get phDispatchDriver to hDispatchDriver
1005 Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal
1006 Function_Return retVal
1007 End_Function
1008
1009 Procedure ComDisableOffice2007FrameHandle OLE_HANDLE llhWnd
1010 Handle hDispatchDriver
1011 Get phDispatchDriver to hDispatchDriver
1012 Send PrepareParams to hDispatchDriver 1
1013 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
1014 Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID
1015 End_Procedure
1016End_Class
1017
1018// CLSID: {151FF694-1D1A-4AFA-8DFF-8798A2181226}
1019// Event interface for CommandBars Control
1020Class cCJ_DCommandBarsEvents is a Mixin
1021
1022 { MethodType=Event }
1023 Procedure OnComExecute Variant llControl
1024 End_Procedure
1025
1026// { MethodType=Event }
1027// Procedure OnComUpdate Variant llControl
1028// End_Procedure
1029
1030 { MethodType=Event }
1031 Procedure OnComResize
1032 End_Procedure
1033
1034 { MethodType=Event }
1035 Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
1036 End_Procedure
1037
1038 { MethodType=Event }
1039 Procedure OnComControlSelected Variant llControl
1040 End_Procedure
1041
1042 { MethodType=Event }
1043 Procedure OnComInitCommandsPopup Variant llCommandBar
1044 End_Procedure
1045
1046 { MethodType=Event }
1047 Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom
1048 End_Procedure
1049
1050 { MethodType=Event }
1051 Procedure OnComSpecialColorChanged
1052 End_Procedure
1053
1054 { MethodType=Event }
1055 Procedure OnComRepositionAlignedControls Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
1056 End_Procedure
1057
1058 { MethodType=Event }
1059 Procedure OnComCustomization Variant llOptions
1060 End_Procedure
1061
1062 { MethodType=Event }
1063 Procedure OnComToolBarVisibleChanged Variant llToolBar
1064 End_Procedure
1065
1066 { MethodType=Event }
1067 Procedure OnComControlRButtonUp Variant llControl
1068 End_Procedure
1069
1070 { MethodType=Event }
1071 Procedure OnComCustomizationDone
1072 End_Procedure
1073
1074 { MethodType=Event }
1075 Procedure OnComCommandBarKeyDown Variant llCommandBar Integer ByRef llKeyCode Short llShift
1076 End_Procedure
1077
1078 { MethodType=Event }
1079 Procedure OnComToolBarContextMenu Variant llToolBar Variant llContextMenu
1080 End_Procedure
1081
1082 { MethodType=Event }
1083 Procedure OnComTrackingModeChanged Variant llCommandBar Boolean llMode
1084 End_Procedure
1085
1086 { MethodType=Event }
1087 Procedure OnComCustomizationResetToolBar Variant llToolBar
1088 End_Procedure
1089
1090 { MethodType=Event }
1091 Procedure OnComCustomizationAddToolBar Variant llToolBar
1092 End_Procedure
1093
1094 { MethodType=Event }
1095 Procedure OnComCustomizationDeleteToolBar Variant llToolBar
1096 End_Procedure
1097
1098 { MethodType=Event }
1099 Procedure OnComControlNotify Variant llControl Integer llCode Variant llNotifyData Variant llHandled
1100 End_Procedure
1101
1102 { MethodType=Event }
1103 Procedure OnComGetActiveDocumentID Integer ByRef llId
1104 End_Procedure
1105
1106 { MethodType=Event }
1107 Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects
1108 End_Procedure
1109
1110 { MethodType=Event }
1111 Procedure OnComOLECompleteDrag Integer ByRef llEffect
1112 End_Procedure
1113
1114 { Visibility=Private }
1115 Procedure RegisterComEvents
1116 Send RegisterComEvent 1 msg_OnComExecute
1117// Send RegisterComEvent 2 msg_OnComUpdate
1118 Send RegisterComEvent 3 msg_OnComResize
1119 Send RegisterComEvent 4 msg_OnComGetClientBordersWidth
1120 Send RegisterComEvent 5 msg_OnComControlSelected
1121 Send RegisterComEvent 6 msg_OnComInitCommandsPopup
1122 Send RegisterComEvent 7 msg_OnComResizeClient
1123 Send RegisterComEvent 8 msg_OnComSpecialColorChanged
1124 Send RegisterComEvent 9 msg_OnComRepositionAlignedControls
1125 Send RegisterComEvent 10 msg_OnComCustomization
1126 Send RegisterComEvent 11 msg_OnComToolBarVisibleChanged
1127 Send RegisterComEvent 12 msg_OnComControlRButtonUp
1128 Send RegisterComEvent 13 msg_OnComCustomizationDone
1129 Send RegisterComEvent -602 msg_OnComCommandBarKeyDown
1130 Send RegisterComEvent 14 msg_OnComToolBarContextMenu
1131 Send RegisterComEvent 15 msg_OnComTrackingModeChanged
1132 Send RegisterComEvent 16 msg_OnComCustomizationResetToolBar
1133 Send RegisterComEvent 17 msg_OnComCustomizationAddToolBar
1134 Send RegisterComEvent 18 msg_OnComCustomizationDeleteToolBar
1135 Send RegisterComEvent 19 msg_OnComControlNotify
1136 Send RegisterComEvent 20 msg_OnComGetActiveDocumentID
1137 Send RegisterComEvent 303 msg_OnComOLEStartDrag
1138 Send RegisterComEvent 304 msg_OnComOLECompleteDrag
1139 End_Procedure
1140End_Class
1141
1142// CoClass
1143// ProgID: Codejock.CommandBars.13.4.2
1144// CLSID: {49529F28-4246-43E8-AE29-E386AA899AB2}
1145// Xtreme CommandBars Control
1146{ CLSID="{49529F28-4246-43E8-AE29-E386AA899AB2}" }
1147Class cCJCommandBars is a cComActiveXControl
1148 Import_Class_Protocol cCJ_DCommandBars
1149 Import_Class_Protocol cCJ_DCommandBarsEvents
1150
1151 Procedure Construct_Object
1152 Forward Send Construct_Object
1153 Set psProgID to "{49529F28-4246-43E8-AE29-E386AA899AB2}"
1154 Set psEventId to "{151FF694-1D1A-4AFA-8DFF-8798A2181226}"
1155 Set psLicenseKey to ("CommandBars Control Copyright (c) 2003-2010 Codejock Software"+ Character(13)+ Character(10)+;
1156 "PRODUCT-ID: Codejock.CommandBars.ActiveX.v13.4"+ Character(13)+ Character(10)+;
1157 "VALIDATE-CODE: QQS-PNF-OJV-VBX")
1158 Set peAutoCreate to acAutoCreate
1159 End_Procedure
1160End_Class
1161
1162// CLSID: {A77113E7-46A4-4F99-83D8-C6D3C2B390FC}
1163Class cCJIRibbonGroup is a Mixin
1164
1165 { MethodType=Property DesignTime=False }
1166 Function ComCaption Returns String
1167 String retVal
1168 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal
1169 Function_Return retVal
1170 End_Function
1171
1172 { MethodType=Property DesignTime=False }
1173 Procedure Set ComCaption String value
1174 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value
1175 End_Procedure
1176
1177 { MethodType=Property DesignTime=False }
1178 Function ComShowOptionButton Returns Boolean
1179 Boolean retVal
1180 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
1181 Function_Return retVal
1182 End_Function
1183
1184 { MethodType=Property DesignTime=False }
1185 Procedure Set ComShowOptionButton Boolean value
1186 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
1187 End_Procedure
1188
1189 { MethodType=Property DesignTime=False }
1190 Function ComId Returns Integer
1191 Integer retVal
1192 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal
1193 Function_Return retVal
1194 End_Function
1195
1196 { MethodType=Property DesignTime=False }
1197 Procedure Set ComId Integer value
1198 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value
1199 End_Procedure
1200
1201 { MethodType=Property DesignTime=False }
1202 Function ComIconId Returns Integer
1203 Integer retVal
1204 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal
1205 Function_Return retVal
1206 End_Function
1207
1208 { MethodType=Property DesignTime=False }
1209 Procedure Set ComIconId Integer value
1210 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value
1211 End_Procedure
1212
1213 { MethodType=Property DesignTime=False }
1214 Function ComVisible Returns Boolean
1215 Boolean retVal
1216 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal
1217 Function_Return retVal
1218 End_Function
1219
1220 { MethodType=Property DesignTime=False }
1221 Procedure Set ComVisible Boolean value
1222 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value
1223 End_Procedure
1224
1225 { MethodType=Property DesignTime=False }
1226 Function ComControlsGrouping Returns Boolean
1227 Boolean retVal
1228 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal
1229 Function_Return retVal
1230 End_Function
1231
1232 { MethodType=Property DesignTime=False }
1233 Procedure Set ComControlsGrouping Boolean value
1234 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value
1235 End_Procedure
1236
1237 { MethodType=Property DesignTime=False }
1238 Function ComControlsCentering Returns Boolean
1239 Boolean retVal
1240 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
1241 Function_Return retVal
1242 End_Function
1243
1244 { MethodType=Property DesignTime=False }
1245 Procedure Set ComControlsCentering Boolean value
1246 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
1247 End_Procedure
1248
1249 { MethodType=Property DesignTime=False }
1250 Function ComAllowReduce Returns Integer
1251 Integer retVal
1252 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal
1253 Function_Return retVal
1254 End_Function
1255
1256 { MethodType=Property DesignTime=False }
1257 Procedure Set ComAllowReduce Integer value
1258 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value
1259 End_Procedure
1260
1261 { MethodType=Property DesignTime=False }
1262 Function ComAutoArrangeEditCaption Returns Boolean
1263 Boolean retVal
1264 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
1265 Function_Return retVal
1266 End_Function
1267
1268 { MethodType=Property DesignTime=False }
1269 Procedure Set ComAutoArrangeEditCaption Boolean value
1270 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
1271 End_Procedure
1272
1273 { MethodType=Property DesignTime=False }
1274 Function ComRibbonBar Returns Variant
1275 Handle hDispatchDriver
1276 Variant retVal
1277 Get phDispatchDriver to hDispatchDriver
1278 Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal
1279 Function_Return retVal
1280 End_Function
1281
1282 { MethodType=Property DesignTime=False }
1283 Function ComGroups Returns Variant
1284 Handle hDispatchDriver
1285 Variant retVal
1286 Get phDispatchDriver to hDispatchDriver
1287 Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal
1288 Function_Return retVal
1289 End_Function
1290
1291 // Gets the number of controls in the collection.
1292 { MethodType=Property DesignTime=False }
1293 Function ComCount Returns Integer
1294 Handle hDispatchDriver
1295 Integer retVal
1296 Get phDispatchDriver to hDispatchDriver
1297 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
1298 Function_Return retVal
1299 End_Function
1300
1301 // Gets an item from the collection by its index.
1302 { MethodType=Property DesignTime=False }
1303 Function ComItem Integer llIndex Returns Variant
1304 Handle hDispatchDriver
1305 Variant retVal
1306 Get phDispatchDriver to hDispatchDriver
1307 Send PrepareParams to hDispatchDriver 1
1308 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
1309 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
1310 Function_Return retVal
1311 End_Function
1312
1313 { MethodType=Property DesignTime=False }
1314 Function Com_NewEnum Returns Variant
1315 Handle hDispatchDriver
1316 Variant retVal
1317 Get phDispatchDriver to hDispatchDriver
1318 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
1319 Function_Return retVal
1320 End_Function
1321
1322 // Adds a new command bar control to the collection.
1323 Function ComAdd XTPControlType llType Integer llId String llCaption Variant llBefore Variant llTemporary Returns Variant
1324 Handle hDispatchDriver
1325 Variant retVal
1326 Get phDispatchDriver to hDispatchDriver
1327 Send PrepareParams to hDispatchDriver 5
1328 Send DefineParam to hDispatchDriver OLE_VT_I4 llType
1329 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
1330 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
1331 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
1332 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTemporary
1333 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
1334 Function_Return retVal
1335 End_Function
1336
1337 // Deletes all of the command bar controls from the collection
1338 Procedure ComDeleteAll
1339 Handle hDispatchDriver
1340 Get phDispatchDriver to hDispatchDriver
1341 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
1342 End_Procedure
1343
1344 Procedure ComDeleteAt Integer llIndex
1345 Handle hDispatchDriver
1346 Get phDispatchDriver to hDispatchDriver
1347 Send PrepareParams to hDispatchDriver 1
1348 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
1349 Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID
1350 End_Procedure
1351
1352 { MethodType=Property DesignTime=False }
1353 Function ComControlGroupPopup Returns Variant
1354 Handle hDispatchDriver
1355 Variant retVal
1356 Get phDispatchDriver to hDispatchDriver
1357 Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal
1358 Function_Return retVal
1359 End_Function
1360
1361 { MethodType=Property DesignTime=False }
1362 Function ComControlGroupOption Returns Variant
1363 Handle hDispatchDriver
1364 Variant retVal
1365 Get phDispatchDriver to hDispatchDriver
1366 Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal
1367 Function_Return retVal
1368 End_Function
1369
1370 { MethodType=Property DesignTime=False }
1371 Function ComIndex Returns Integer
1372 Handle hDispatchDriver
1373 Integer retVal
1374 Get phDispatchDriver to hDispatchDriver
1375 Get InvokeComMethod of hDispatchDriver 104 OLE_VT_I4 to retVal
1376 Function_Return retVal
1377 End_Function
1378
1379 Procedure ComAddControl Variant llControl Variant llBefore
1380 Handle hDispatchDriver
1381 Get phDispatchDriver to hDispatchDriver
1382 Send PrepareParams to hDispatchDriver 2
1383 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl
1384 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
1385 Send InvokeComMethod to hDispatchDriver 108 OLE_VT_VOID
1386 End_Procedure
1387
1388 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
1389 Handle hDispatchDriver
1390 Get phDispatchDriver to hDispatchDriver
1391 Send PrepareParams to hDispatchDriver 4
1392 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
1393 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
1394 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
1395 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
1396 Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID
1397 End_Procedure
1398End_Class
1399
1400// CoClass
1401// CLSID: {A771E32A-73F4-4849-A08C-8A64228AA2E3}
1402{ ClassLibrary=Windows }
1403Class cCJRibbonGroup is a cComAutomationObject
1404 Import_Class_Protocol cCJIRibbonGroup
1405
1406 Procedure Construct_Object
1407 Forward Send Construct_Object
1408 Set peAutoCreate to acNoAutoCreate
1409 End_Procedure
1410End_Class
1411
1412// CLSID: {8E54ACCA-89EF-4424-8CEC-123045E67E86}
1413Class cCJICustomizeOptions is a Mixin
1414
1415 { MethodType=Property DesignTime=False }
1416 Function ComShowKeyboardPage Returns Boolean
1417 Boolean retVal
1418 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
1419 Function_Return retVal
1420 End_Function
1421
1422 { MethodType=Property DesignTime=False }
1423 Procedure Set ComShowKeyboardPage Boolean value
1424 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
1425 End_Procedure
1426
1427 { MethodType=Property DesignTime=False }
1428 Function ComShowOptionsPage Returns Boolean
1429 Boolean retVal
1430 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal
1431 Function_Return retVal
1432 End_Function
1433
1434 { MethodType=Property DesignTime=False }
1435 Procedure Set ComShowOptionsPage Boolean value
1436 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value
1437 End_Procedure
1438
1439 { MethodType=Property DesignTime=False }
1440 Function ComShowRibbonQuickAccessPage Returns Boolean
1441 Boolean retVal
1442 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
1443 Function_Return retVal
1444 End_Function
1445
1446 { MethodType=Property DesignTime=False }
1447 Procedure Set ComShowRibbonQuickAccessPage Boolean value
1448 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
1449 End_Procedure
1450
1451 { MethodType=Property DesignTime=False }
1452 Function ComShowMenusPage Returns Boolean
1453 Boolean retVal
1454 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal
1455 Function_Return retVal
1456 End_Function
1457
1458 { MethodType=Property DesignTime=False }
1459 Procedure Set ComShowMenusPage Boolean value
1460 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value
1461 End_Procedure
1462
1463 { MethodType=Property DesignTime=False }
1464 Function ComShowToolbarsPage Returns Boolean
1465 Boolean retVal
1466 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
1467 Function_Return retVal
1468 End_Function
1469
1470 { MethodType=Property DesignTime=False }
1471 Procedure Set ComShowToolbarsPage Boolean value
1472 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
1473 End_Procedure
1474
1475 { MethodType=Property DesignTime=False }
1476 Function ComShowCommandsPage Returns Boolean
1477 Boolean retVal
1478 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
1479 Function_Return retVal
1480 End_Function
1481
1482 { MethodType=Property DesignTime=False }
1483 Procedure Set ComShowCommandsPage Boolean value
1484 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
1485 End_Procedure
1486
1487 { MethodType=Property DesignTime=False }
1488 Function ComAllowNewToolbars Returns Boolean
1489 Boolean retVal
1490 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
1491 Function_Return retVal
1492 End_Function
1493
1494 { MethodType=Property DesignTime=False }
1495 Procedure Set ComAllowNewToolbars Boolean value
1496 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
1497 End_Procedure
1498
1499 { MethodType=Property DesignTime=False }
1500 Function ComCustomIcons Returns Variant
1501 Handle hDispatchDriver
1502 Variant retVal
1503 Get phDispatchDriver to hDispatchDriver
1504 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal
1505 Function_Return retVal
1506 End_Function
1507
1508 { MethodType=Property DesignTime=False }
1509 Function ComContextMenu Returns Variant
1510 Handle hDispatchDriver
1511 Variant retVal
1512 Get phDispatchDriver to hDispatchDriver
1513 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
1514 Function_Return retVal
1515 End_Function
1516End_Class
1517
1518// CoClass
1519// CLSID: {1112C4DB-8C00-4F05-AF87-9F05BCB55475}
1520{ ClassLibrary=Windows }
1521Class cCJCustomizeOptions is a cComAutomationObject
1522 Import_Class_Protocol cCJICustomizeOptions
1523
1524 Procedure Construct_Object
1525 Forward Send Construct_Object
1526 Set peAutoCreate to acNoAutoCreate
1527 End_Procedure
1528End_Class
1529
1530// CLSID: {849F27C0-FDB0-4C37-AB93-EEB8408EB0B8}
1531Class cCJIStateOptions is a Mixin
1532
1533 { MethodType=Property DesignTime=False }
1534 Function ComSerializeControls Returns Boolean
1535 Boolean retVal
1536 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
1537 Function_Return retVal
1538 End_Function
1539
1540 { MethodType=Property DesignTime=False }
1541 Procedure Set ComSerializeControls Boolean value
1542 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
1543 End_Procedure
1544
1545 { MethodType=Property DesignTime=False }
1546 Function ComSaveOnlyCustomized Returns Boolean
1547 Boolean retVal
1548 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal
1549 Function_Return retVal
1550 End_Function
1551
1552 { MethodType=Property DesignTime=False }
1553 Procedure Set ComSaveOnlyCustomized Boolean value
1554 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value
1555 End_Procedure
1556
1557 { MethodType=Property DesignTime=False }
1558 Function ComLoadSilent Returns Boolean
1559 Boolean retVal
1560 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
1561 Function_Return retVal
1562 End_Function
1563
1564 { MethodType=Property DesignTime=False }
1565 Procedure Set ComLoadSilent Boolean value
1566 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
1567 End_Procedure
1568
1569 { MethodType=Property DesignTime=False }
1570 Function ComSaveOriginalControls Returns Boolean
1571 Boolean retVal
1572 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
1573 Function_Return retVal
1574 End_Function
1575
1576 { MethodType=Property DesignTime=False }
1577 Procedure Set ComSaveOriginalControls Boolean value
1578 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
1579 End_Procedure
1580
1581 { MethodType=Property DesignTime=False }
1582 Function ComSerializeOptions Returns Boolean
1583 Boolean retVal
1584 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
1585 Function_Return retVal
1586 End_Function
1587
1588 { MethodType=Property DesignTime=False }
1589 Procedure Set ComSerializeOptions Boolean value
1590 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
1591 End_Procedure
1592
1593 { MethodType=Property DesignTime=False }
1594 Function ComSerializeImages Returns Boolean
1595 Boolean retVal
1596 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal
1597 Function_Return retVal
1598 End_Function
1599
1600 { MethodType=Property DesignTime=False }
1601 Procedure Set ComSerializeImages Boolean value
1602 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value
1603 End_Procedure
1604
1605 { MethodType=Property DesignTime=False }
1606 Function ComSerializeLayout Returns Boolean
1607 Boolean retVal
1608 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
1609 Function_Return retVal
1610 End_Function
1611
1612 { MethodType=Property DesignTime=False }
1613 Procedure Set ComSerializeLayout Boolean value
1614 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
1615 End_Procedure
1616
1617 { MethodType=Property DesignTime=False }
1618 Function ComSerializeDesignerControls Returns Boolean
1619 Boolean retVal
1620 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
1621 Function_Return retVal
1622 End_Function
1623
1624 { MethodType=Property DesignTime=False }
1625 Procedure Set ComSerializeDesignerControls Boolean value
1626 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
1627 End_Procedure
1628
1629 { MethodType=Property DesignTime=False }
1630 Function ComSerializeActions Returns Boolean
1631 Boolean retVal
1632 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
1633 Function_Return retVal
1634 End_Function
1635
1636 { MethodType=Property DesignTime=False }
1637 Procedure Set ComSerializeActions Boolean value
1638 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
1639 End_Procedure
1640End_Class
1641
1642// CoClass
1643// CLSID: {2312C4DB-8C00-4F05-AF87-9F05BCB55475}
1644{ ClassLibrary=Windows }
1645Class cCJStateOptions is a cComAutomationObject
1646 Import_Class_Protocol cCJIStateOptions
1647
1648 Procedure Construct_Object
1649 Forward Send Construct_Object
1650 Set peAutoCreate to acNoAutoCreate
1651 End_Procedure
1652End_Class
1653
1654// CLSID: {DEC5479A-9E07-4079-924A-4CB1C11FC700}
1655Class cCJICommandBarAction is a Mixin
1656
1657 { MethodType=Property DesignTime=False }
1658 Function ComCaption Returns String
1659 String retVal
1660 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
1661 Function_Return retVal
1662 End_Function
1663
1664 { MethodType=Property DesignTime=False }
1665 Procedure Set ComCaption String value
1666 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
1667 End_Procedure
1668
1669 { MethodType=Property DesignTime=False }
1670 Function ComDescriptionText Returns String
1671 String retVal
1672 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
1673 Function_Return retVal
1674 End_Function
1675
1676 { MethodType=Property DesignTime=False }
1677 Procedure Set ComDescriptionText String value
1678 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
1679 End_Procedure
1680
1681 { MethodType=Property DesignTime=False }
1682 Function ComId Returns Integer
1683 Integer retVal
1684 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
1685 Function_Return retVal
1686 End_Function
1687
1688 { MethodType=Property DesignTime=False }
1689 Procedure Set ComId Integer value
1690 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
1691 End_Procedure
1692
1693 { MethodType=Property DesignTime=False }
1694 Function ComShortcutText Returns String
1695 String retVal
1696 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
1697 Function_Return retVal
1698 End_Function
1699
1700 { MethodType=Property DesignTime=False }
1701 Procedure Set ComShortcutText String value
1702 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
1703 End_Procedure
1704
1705 { MethodType=Property DesignTime=False }
1706 Function ComTooltipText Returns String
1707 String retVal
1708 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
1709 Function_Return retVal
1710 End_Function
1711
1712 { MethodType=Property DesignTime=False }
1713 Procedure Set ComTooltipText String value
1714 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
1715 End_Procedure
1716
1717 { MethodType=Property DesignTime=False }
1718 Function ComVisible Returns Boolean
1719 Boolean retVal
1720 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
1721 Function_Return retVal
1722 End_Function
1723
1724 { MethodType=Property DesignTime=False }
1725 Procedure Set ComVisible Boolean value
1726 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
1727 End_Procedure
1728
1729 { MethodType=Property DesignTime=False }
1730 Function ComEnabled Returns Boolean
1731 Boolean retVal
1732 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
1733 Function_Return retVal
1734 End_Function
1735
1736 { MethodType=Property DesignTime=False }
1737 Procedure Set ComEnabled Boolean value
1738 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
1739 End_Procedure
1740
1741 { MethodType=Property DesignTime=False }
1742 Function ComChecked Returns Boolean
1743 Boolean retVal
1744 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
1745 Function_Return retVal
1746 End_Function
1747
1748 { MethodType=Property DesignTime=False }
1749 Procedure Set ComChecked Boolean value
1750 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
1751 End_Procedure
1752
1753 { MethodType=Property DesignTime=False }
1754 Function ComIconId Returns Integer
1755 Integer retVal
1756 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
1757 Function_Return retVal
1758 End_Function
1759
1760 { MethodType=Property DesignTime=False }
1761 Procedure Set ComIconId Integer value
1762 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
1763 End_Procedure
1764
1765 { MethodType=Property DesignTime=False }
1766 Function ComCategory Returns String
1767 String retVal
1768 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
1769 Function_Return retVal
1770 End_Function
1771
1772 { MethodType=Property DesignTime=False }
1773 Procedure Set ComCategory String value
1774 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
1775 End_Procedure
1776
1777 { MethodType=Property DesignTime=False }
1778 Function ComTag Returns Variant
1779 Variant retVal
1780 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to retVal
1781 Function_Return retVal
1782 End_Function
1783
1784 { MethodType=Property DesignTime=False }
1785 Procedure Set ComTag Variant value
1786 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to value
1787 End_Procedure
1788
1789 { MethodType=Property DesignTime=False }
1790 Function ComEditHint Returns String
1791 String retVal
1792 Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal
1793 Function_Return retVal
1794 End_Function
1795
1796 { MethodType=Property DesignTime=False }
1797 Procedure Set ComEditHint String value
1798 Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value
1799 End_Procedure
1800
1801 { MethodType=Property DesignTime=False }
1802 Function ComKeyboardTip Returns String
1803 String retVal
1804 Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BSTR to retVal
1805 Function_Return retVal
1806 End_Function
1807
1808 { MethodType=Property DesignTime=False }
1809 Procedure Set ComKeyboardTip String value
1810 Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BSTR to value
1811 End_Procedure
1812
1813 { MethodType=Property DesignTime=False }
1814 Function ComKey Returns String
1815 String retVal
1816 Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BSTR to retVal
1817 Function_Return retVal
1818 End_Function
1819
1820 { MethodType=Property DesignTime=False }
1821 Procedure Set ComKey String value
1822 Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BSTR to value
1823 End_Procedure
1824End_Class
1825
1826// CoClass
1827// CLSID: {DE62C4DB-8C00-4F05-AF87-9F05BCB55475}
1828{ ClassLibrary=Windows }
1829Class cCJCommandBarAction is a cComAutomationObject
1830 Import_Class_Protocol cCJICommandBarAction
1831
1832 Procedure Construct_Object
1833 Forward Send Construct_Object
1834 Set peAutoCreate to acNoAutoCreate
1835 End_Procedure
1836End_Class
1837
1838// CLSID: {DE7BCC77-27BF-4CB1-9ABF-1788D9835223}
1839Class cCJICommandBarActions is a Mixin
1840
1841 // Gets the number of controls in the collection.
1842 { MethodType=Property DesignTime=False }
1843 Function ComCount Returns Integer
1844 Handle hDispatchDriver
1845 Integer retVal
1846 Get phDispatchDriver to hDispatchDriver
1847 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
1848 Function_Return retVal
1849 End_Function
1850
1851 // Gets an item from the collection by its index.
1852 { MethodType=Property DesignTime=False }
1853 Function ComAction Integer llId Returns Variant
1854 Handle hDispatchDriver
1855 Variant retVal
1856 Get phDispatchDriver to hDispatchDriver
1857 Send PrepareParams to hDispatchDriver 1
1858 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
1859 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
1860 Function_Return retVal
1861 End_Function
1862
1863 { MethodType=Property DesignTime=False }
1864 Function Com_NewEnum Returns Variant
1865 Handle hDispatchDriver
1866 Variant retVal
1867 Get phDispatchDriver to hDispatchDriver
1868 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
1869 Function_Return retVal
1870 End_Function
1871
1872 // Adds a new command bar control to the collection.
1873 Function ComAdd Integer llId String llCaption String llTooltipText String llDescriptionText String llCategory Returns Variant
1874 Handle hDispatchDriver
1875 Variant retVal
1876 Get phDispatchDriver to hDispatchDriver
1877 Send PrepareParams to hDispatchDriver 5
1878 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
1879 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
1880 Send DefineParam to hDispatchDriver OLE_VT_BSTR llTooltipText
1881 Send DefineParam to hDispatchDriver OLE_VT_BSTR llDescriptionText
1882 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCategory
1883 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
1884 Function_Return retVal
1885 End_Function
1886
1887 Procedure ComDeleteAll
1888 Handle hDispatchDriver
1889 Get phDispatchDriver to hDispatchDriver
1890 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
1891 End_Procedure
1892End_Class
1893
1894// CoClass
1895// CLSID: {DE3455AF-3543-4D3E-88F9-4F8822200142}
1896{ ClassLibrary=Windows }
1897Class cCJCommandBarActions is a cComAutomationObject
1898 Import_Class_Protocol cCJICommandBarActions
1899
1900 Procedure Construct_Object
1901 Forward Send Construct_Object
1902 Set peAutoCreate to acNoAutoCreate
1903 End_Procedure
1904End_Class
1905
1906// CLSID: {1FC5479A-9E07-4079-924A-4CB1C11FC700}
1907Class cCJICommandBarControl is a Mixin
1908
1909 { MethodType=Property DesignTime=False }
1910 Function ComChecked Returns Boolean
1911 Boolean retVal
1912 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
1913 Function_Return retVal
1914 End_Function
1915
1916 { MethodType=Property DesignTime=False }
1917 Procedure Set ComChecked Boolean value
1918 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
1919 End_Procedure
1920
1921 { MethodType=Property DesignTime=False }
1922 Function ComBeginGroup Returns Boolean
1923 Boolean retVal
1924 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
1925 Function_Return retVal
1926 End_Function
1927
1928 { MethodType=Property DesignTime=False }
1929 Procedure Set ComBeginGroup Boolean value
1930 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
1931 End_Procedure
1932
1933 { MethodType=Property DesignTime=False }
1934 Function ComCaption Returns String
1935 String retVal
1936 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
1937 Function_Return retVal
1938 End_Function
1939
1940 { MethodType=Property DesignTime=False }
1941 Procedure Set ComCaption String value
1942 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
1943 End_Procedure
1944
1945 { MethodType=Property DesignTime=False }
1946 Function ComDescriptionText Returns String
1947 String retVal
1948 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
1949 Function_Return retVal
1950 End_Function
1951
1952 { MethodType=Property DesignTime=False }
1953 Procedure Set ComDescriptionText String value
1954 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
1955 End_Procedure
1956
1957 { MethodType=Property DesignTime=False }
1958 Function ComId Returns Integer
1959 Integer retVal
1960 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
1961 Function_Return retVal
1962 End_Function
1963
1964 { MethodType=Property DesignTime=False }
1965 Procedure Set ComId Integer value
1966 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
1967 End_Procedure
1968
1969 { MethodType=Property DesignTime=False }
1970 Function ComParameter Returns String
1971 String retVal
1972 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
1973 Function_Return retVal
1974 End_Function
1975
1976 { MethodType=Property DesignTime=False }
1977 Procedure Set ComParameter String value
1978 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
1979 End_Procedure
1980
1981 { MethodType=Property DesignTime=False }
1982 Function ComShortcutText Returns String
1983 String retVal
1984 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
1985 Function_Return retVal
1986 End_Function
1987
1988 { MethodType=Property DesignTime=False }
1989 Procedure Set ComShortcutText String value
1990 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
1991 End_Procedure
1992
1993 { MethodType=Property DesignTime=False }
1994 Function ComTooltipText Returns String
1995 String retVal
1996 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
1997 Function_Return retVal
1998 End_Function
1999
2000 { MethodType=Property DesignTime=False }
2001 Procedure Set ComTooltipText String value
2002 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
2003 End_Procedure
2004
2005 { MethodType=Property DesignTime=False }
2006 Function ComVisible Returns Boolean
2007 Boolean retVal
2008 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
2009 Function_Return retVal
2010 End_Function
2011
2012 { MethodType=Property DesignTime=False }
2013 Procedure Set ComVisible Boolean value
2014 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
2015 End_Procedure
2016
2017 { MethodType=Property DesignTime=False }
2018 Function ComEnabled Returns Boolean
2019 Boolean retVal
2020 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
2021 Function_Return retVal
2022 End_Function
2023
2024 { MethodType=Property DesignTime=False }
2025 Procedure Set ComEnabled Boolean value
2026 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
2027 End_Procedure
2028
2029 { MethodType=Property DesignTime=False }
2030 Function ComIconId Returns Integer
2031 Integer retVal
2032 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
2033 Function_Return retVal
2034 End_Function
2035
2036 { MethodType=Property DesignTime=False }
2037 Procedure Set ComIconId Integer value
2038 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
2039 End_Procedure
2040
2041 { MethodType=Property DesignTime=False }
2042 Function ComDefaultItem Returns Boolean
2043 Boolean retVal
2044 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
2045 Function_Return retVal
2046 End_Function
2047
2048 { MethodType=Property DesignTime=False }
2049 Procedure Set ComDefaultItem Boolean value
2050 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
2051 End_Procedure
2052
2053 { MethodType=Property DesignTime=False }
2054 Function ComFlags Returns XTPControlFlags
2055 XTPControlFlags retVal
2056 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
2057 Function_Return retVal
2058 End_Function
2059
2060 { MethodType=Property DesignTime=False }
2061 Procedure Set ComFlags XTPControlFlags value
2062 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
2063 End_Procedure
2064
2065 { MethodType=Property DesignTime=False }
2066 Function ComCategory Returns String
2067 String retVal
2068 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
2069 Function_Return retVal
2070 End_Function
2071
2072 { MethodType=Property DesignTime=False }
2073 Procedure Set ComCategory String value
2074 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
2075 End_Procedure
2076
2077 { MethodType=Property DesignTime=False }
2078 Function ComHideFlags Returns XTPControlHideFlags
2079 XTPControlHideFlags retVal
2080 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
2081 Function_Return retVal
2082 End_Function
2083
2084 { MethodType=Property DesignTime=False }
2085 Procedure Set ComHideFlags XTPControlHideFlags value
2086 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
2087 End_Procedure
2088
2089 { MethodType=Property DesignTime=False }
2090 Function ComCloseSubMenuOnClick Returns Boolean
2091 Boolean retVal
2092 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
2093 Function_Return retVal
2094 End_Function
2095
2096 { MethodType=Property DesignTime=False }
2097 Procedure Set ComCloseSubMenuOnClick Boolean value
2098 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
2099 End_Procedure
2100
2101 { MethodType=Property DesignTime=False }
2102 Function ComAction Returns Variant
2103 Variant retVal
2104 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
2105 Function_Return retVal
2106 End_Function
2107
2108 { MethodType=Property DesignTime=False }
2109 Procedure Set ComAction Variant value
2110 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
2111 End_Procedure
2112
2113 { MethodType=Property DesignTime=False }
2114 Function ComExecuteOnPressInterval Returns Integer
2115 Integer retVal
2116 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
2117 Function_Return retVal
2118 End_Function
2119
2120 { MethodType=Property DesignTime=False }
2121 Procedure Set ComExecuteOnPressInterval Integer value
2122 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
2123 End_Procedure
2124
2125 { MethodType=Property DesignTime=False }
2126 Function ComWidth Returns Integer
2127 Integer retVal
2128 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
2129 Function_Return retVal
2130 End_Function
2131
2132 { MethodType=Property DesignTime=False }
2133 Procedure Set ComWidth Integer value
2134 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
2135 End_Procedure
2136
2137 { MethodType=Property DesignTime=False }
2138 Function ComHeight Returns Integer
2139 Integer retVal
2140 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
2141 Function_Return retVal
2142 End_Function
2143
2144 { MethodType=Property DesignTime=False }
2145 Procedure Set ComHeight Integer value
2146 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
2147 End_Procedure
2148
2149 { MethodType=Property DesignTime=False }
2150 Function ComStyle Returns XTPButtonStyle
2151 XTPButtonStyle retVal
2152 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
2153 Function_Return retVal
2154 End_Function
2155
2156 { MethodType=Property DesignTime=False }
2157 Procedure Set ComStyle XTPButtonStyle value
2158 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
2159 End_Procedure
2160
2161 { MethodType=Property DesignTime=False }
2162 Function ComKeyboardTip Returns String
2163 String retVal
2164 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
2165 Function_Return retVal
2166 End_Function
2167
2168 { MethodType=Property DesignTime=False }
2169 Procedure Set ComKeyboardTip String value
2170 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
2171 End_Procedure
2172
2173 { MethodType=Property DesignTime=False }
2174 Function ComControls Returns Variant
2175 Handle hDispatchDriver
2176 Variant retVal
2177 Get phDispatchDriver to hDispatchDriver
2178 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
2179 Function_Return retVal
2180 End_Function
2181
2182 { MethodType=Property DesignTime=False }
2183 Function ComParent Returns Variant
2184 Handle hDispatchDriver
2185 Variant retVal
2186 Get phDispatchDriver to hDispatchDriver
2187 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
2188 Function_Return retVal
2189 End_Function
2190
2191 { MethodType=Property DesignTime=False }
2192 Function ComIndex Returns Integer
2193 Handle hDispatchDriver
2194 Integer retVal
2195 Get phDispatchDriver to hDispatchDriver
2196 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
2197 Function_Return retVal
2198 End_Function
2199
2200 { MethodType=Property DesignTime=False }
2201 Function ComType Returns XTPControlType
2202 Handle hDispatchDriver
2203 XTPControlType retVal
2204 Get phDispatchDriver to hDispatchDriver
2205 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
2206 Function_Return retVal
2207 End_Function
2208
2209 Procedure ComDelete
2210 Handle hDispatchDriver
2211 Get phDispatchDriver to hDispatchDriver
2212 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
2213 End_Procedure
2214
2215 Function ComCopy Variant llBar Variant llBefore Returns Variant
2216 Handle hDispatchDriver
2217 Variant retVal
2218 Get phDispatchDriver to hDispatchDriver
2219 Send PrepareParams to hDispatchDriver 2
2220 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
2221 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
2222 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
2223 Function_Return retVal
2224 End_Function
2225
2226 Procedure ComSetFocus
2227 Handle hDispatchDriver
2228 Get phDispatchDriver to hDispatchDriver
2229 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
2230 End_Procedure
2231
2232 Procedure ComExecute
2233 Handle hDispatchDriver
2234 Get phDispatchDriver to hDispatchDriver
2235 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
2236 End_Procedure
2237
2238 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
2239 Handle hDispatchDriver
2240 Get phDispatchDriver to hDispatchDriver
2241 Send PrepareParams to hDispatchDriver 4
2242 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
2243 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
2244 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
2245 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
2246 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
2247 End_Procedure
2248
2249 { MethodType=Property DesignTime=False }
2250 Function ComRibbonGroup Returns Variant
2251 Handle hDispatchDriver
2252 Variant retVal
2253 Get phDispatchDriver to hDispatchDriver
2254 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
2255 Function_Return retVal
2256 End_Function
2257
2258 Procedure ComReset
2259 Handle hDispatchDriver
2260 Get phDispatchDriver to hDispatchDriver
2261 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
2262 End_Procedure
2263
2264 { MethodType=Property DesignTime=False }
2265 Function ComTop Returns Integer
2266 Handle hDispatchDriver
2267 Integer retVal
2268 Get phDispatchDriver to hDispatchDriver
2269 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
2270 Function_Return retVal
2271 End_Function
2272
2273 { MethodType=Property DesignTime=False }
2274 Function ComLeft Returns Integer
2275 Handle hDispatchDriver
2276 Integer retVal
2277 Get phDispatchDriver to hDispatchDriver
2278 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
2279 Function_Return retVal
2280 End_Function
2281
2282 Function ComClone Variant llRecursive Returns Variant
2283 Handle hDispatchDriver
2284 Variant retVal
2285 Get phDispatchDriver to hDispatchDriver
2286 Send PrepareParams to hDispatchDriver 1
2287 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
2288 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
2289 Function_Return retVal
2290 End_Function
2291
2292 Procedure ComSetIconSize Integer llcx Integer llcy
2293 Handle hDispatchDriver
2294 Get phDispatchDriver to hDispatchDriver
2295 Send PrepareParams to hDispatchDriver 2
2296 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
2297 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
2298 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
2299 End_Procedure
2300
2301 { MethodType=Property DesignTime=False }
2302 Function ComCommandBar Returns Variant
2303 Handle hDispatchDriver
2304 Variant retVal
2305 Get phDispatchDriver to hDispatchDriver
2306 Get InvokeComMethod of hDispatchDriver 50 OLE_VT_DISPATCH to retVal
2307 Function_Return retVal
2308 End_Function
2309End_Class
2310
2311// CoClass
2312// CLSID: {3362C4DB-8C00-4F05-AF87-9F05BCB55475}
2313{ ClassLibrary=Windows }
2314Class cCJCommandBarControl is a cComAutomationObject
2315 Import_Class_Protocol cCJICommandBarControl
2316
2317 Procedure Construct_Object
2318 Forward Send Construct_Object
2319 Set peAutoCreate to acNoAutoCreate
2320 End_Procedure
2321End_Class
2322
2323// CLSID: {324B467B-1E0F-446D-B92B-BEDBEF77302F}
2324Class cCJICommandBarButton is a Mixin
2325
2326 { MethodType=Property DesignTime=False }
2327 Function ComChecked Returns Boolean
2328 Boolean retVal
2329 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
2330 Function_Return retVal
2331 End_Function
2332
2333 { MethodType=Property DesignTime=False }
2334 Procedure Set ComChecked Boolean value
2335 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
2336 End_Procedure
2337
2338 { MethodType=Property DesignTime=False }
2339 Function ComBeginGroup Returns Boolean
2340 Boolean retVal
2341 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
2342 Function_Return retVal
2343 End_Function
2344
2345 { MethodType=Property DesignTime=False }
2346 Procedure Set ComBeginGroup Boolean value
2347 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
2348 End_Procedure
2349
2350 { MethodType=Property DesignTime=False }
2351 Function ComCaption Returns String
2352 String retVal
2353 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
2354 Function_Return retVal
2355 End_Function
2356
2357 { MethodType=Property DesignTime=False }
2358 Procedure Set ComCaption String value
2359 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
2360 End_Procedure
2361
2362 { MethodType=Property DesignTime=False }
2363 Function ComDescriptionText Returns String
2364 String retVal
2365 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
2366 Function_Return retVal
2367 End_Function
2368
2369 { MethodType=Property DesignTime=False }
2370 Procedure Set ComDescriptionText String value
2371 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
2372 End_Procedure
2373
2374 { MethodType=Property DesignTime=False }
2375 Function ComId Returns Integer
2376 Integer retVal
2377 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
2378 Function_Return retVal
2379 End_Function
2380
2381 { MethodType=Property DesignTime=False }
2382 Procedure Set ComId Integer value
2383 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
2384 End_Procedure
2385
2386 { MethodType=Property DesignTime=False }
2387 Function ComParameter Returns String
2388 String retVal
2389 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
2390 Function_Return retVal
2391 End_Function
2392
2393 { MethodType=Property DesignTime=False }
2394 Procedure Set ComParameter String value
2395 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
2396 End_Procedure
2397
2398 { MethodType=Property DesignTime=False }
2399 Function ComShortcutText Returns String
2400 String retVal
2401 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
2402 Function_Return retVal
2403 End_Function
2404
2405 { MethodType=Property DesignTime=False }
2406 Procedure Set ComShortcutText String value
2407 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
2408 End_Procedure
2409
2410 { MethodType=Property DesignTime=False }
2411 Function ComTooltipText Returns String
2412 String retVal
2413 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
2414 Function_Return retVal
2415 End_Function
2416
2417 { MethodType=Property DesignTime=False }
2418 Procedure Set ComTooltipText String value
2419 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
2420 End_Procedure
2421
2422 { MethodType=Property DesignTime=False }
2423 Function ComVisible Returns Boolean
2424 Boolean retVal
2425 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
2426 Function_Return retVal
2427 End_Function
2428
2429 { MethodType=Property DesignTime=False }
2430 Procedure Set ComVisible Boolean value
2431 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
2432 End_Procedure
2433
2434 { MethodType=Property DesignTime=False }
2435 Function ComEnabled Returns Boolean
2436 Boolean retVal
2437 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
2438 Function_Return retVal
2439 End_Function
2440
2441 { MethodType=Property DesignTime=False }
2442 Procedure Set ComEnabled Boolean value
2443 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
2444 End_Procedure
2445
2446 { MethodType=Property DesignTime=False }
2447 Function ComIconId Returns Integer
2448 Integer retVal
2449 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
2450 Function_Return retVal
2451 End_Function
2452
2453 { MethodType=Property DesignTime=False }
2454 Procedure Set ComIconId Integer value
2455 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
2456 End_Procedure
2457
2458 { MethodType=Property DesignTime=False }
2459 Function ComDefaultItem Returns Boolean
2460 Boolean retVal
2461 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
2462 Function_Return retVal
2463 End_Function
2464
2465 { MethodType=Property DesignTime=False }
2466 Procedure Set ComDefaultItem Boolean value
2467 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
2468 End_Procedure
2469
2470 { MethodType=Property DesignTime=False }
2471 Function ComFlags Returns XTPControlFlags
2472 XTPControlFlags retVal
2473 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
2474 Function_Return retVal
2475 End_Function
2476
2477 { MethodType=Property DesignTime=False }
2478 Procedure Set ComFlags XTPControlFlags value
2479 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
2480 End_Procedure
2481
2482 { MethodType=Property DesignTime=False }
2483 Function ComCategory Returns String
2484 String retVal
2485 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
2486 Function_Return retVal
2487 End_Function
2488
2489 { MethodType=Property DesignTime=False }
2490 Procedure Set ComCategory String value
2491 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
2492 End_Procedure
2493
2494 { MethodType=Property DesignTime=False }
2495 Function ComHideFlags Returns XTPControlHideFlags
2496 XTPControlHideFlags retVal
2497 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
2498 Function_Return retVal
2499 End_Function
2500
2501 { MethodType=Property DesignTime=False }
2502 Procedure Set ComHideFlags XTPControlHideFlags value
2503 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
2504 End_Procedure
2505
2506 { MethodType=Property DesignTime=False }
2507 Function ComCloseSubMenuOnClick Returns Boolean
2508 Boolean retVal
2509 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
2510 Function_Return retVal
2511 End_Function
2512
2513 { MethodType=Property DesignTime=False }
2514 Procedure Set ComCloseSubMenuOnClick Boolean value
2515 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
2516 End_Procedure
2517
2518 { MethodType=Property DesignTime=False }
2519 Function ComAction Returns Variant
2520 Variant retVal
2521 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
2522 Function_Return retVal
2523 End_Function
2524
2525 { MethodType=Property DesignTime=False }
2526 Procedure Set ComAction Variant value
2527 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
2528 End_Procedure
2529
2530 { MethodType=Property DesignTime=False }
2531 Function ComExecuteOnPressInterval Returns Integer
2532 Integer retVal
2533 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
2534 Function_Return retVal
2535 End_Function
2536
2537 { MethodType=Property DesignTime=False }
2538 Procedure Set ComExecuteOnPressInterval Integer value
2539 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
2540 End_Procedure
2541
2542 { MethodType=Property DesignTime=False }
2543 Function ComWidth Returns Integer
2544 Integer retVal
2545 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
2546 Function_Return retVal
2547 End_Function
2548
2549 { MethodType=Property DesignTime=False }
2550 Procedure Set ComWidth Integer value
2551 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
2552 End_Procedure
2553
2554 { MethodType=Property DesignTime=False }
2555 Function ComHeight Returns Integer
2556 Integer retVal
2557 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
2558 Function_Return retVal
2559 End_Function
2560
2561 { MethodType=Property DesignTime=False }
2562 Procedure Set ComHeight Integer value
2563 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
2564 End_Procedure
2565
2566 { MethodType=Property DesignTime=False }
2567 Function ComStyle Returns XTPButtonStyle
2568 XTPButtonStyle retVal
2569 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
2570 Function_Return retVal
2571 End_Function
2572
2573 { MethodType=Property DesignTime=False }
2574 Procedure Set ComStyle XTPButtonStyle value
2575 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
2576 End_Procedure
2577
2578 { MethodType=Property DesignTime=False }
2579 Function ComKeyboardTip Returns String
2580 String retVal
2581 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
2582 Function_Return retVal
2583 End_Function
2584
2585 { MethodType=Property DesignTime=False }
2586 Procedure Set ComKeyboardTip String value
2587 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
2588 End_Procedure
2589
2590 { MethodType=Property DesignTime=False }
2591 Function ComControls Returns Variant
2592 Handle hDispatchDriver
2593 Variant retVal
2594 Get phDispatchDriver to hDispatchDriver
2595 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
2596 Function_Return retVal
2597 End_Function
2598
2599 { MethodType=Property DesignTime=False }
2600 Function ComParent Returns Variant
2601 Handle hDispatchDriver
2602 Variant retVal
2603 Get phDispatchDriver to hDispatchDriver
2604 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
2605 Function_Return retVal
2606 End_Function
2607
2608 { MethodType=Property DesignTime=False }
2609 Function ComIndex Returns Integer
2610 Handle hDispatchDriver
2611 Integer retVal
2612 Get phDispatchDriver to hDispatchDriver
2613 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
2614 Function_Return retVal
2615 End_Function
2616
2617 { MethodType=Property DesignTime=False }
2618 Function ComType Returns XTPControlType
2619 Handle hDispatchDriver
2620 XTPControlType retVal
2621 Get phDispatchDriver to hDispatchDriver
2622 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
2623 Function_Return retVal
2624 End_Function
2625
2626 Procedure ComDelete
2627 Handle hDispatchDriver
2628 Get phDispatchDriver to hDispatchDriver
2629 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
2630 End_Procedure
2631
2632 Function ComCopy Variant llBar Variant llBefore Returns Variant
2633 Handle hDispatchDriver
2634 Variant retVal
2635 Get phDispatchDriver to hDispatchDriver
2636 Send PrepareParams to hDispatchDriver 2
2637 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
2638 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
2639 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
2640 Function_Return retVal
2641 End_Function
2642
2643 Procedure ComSetFocus
2644 Handle hDispatchDriver
2645 Get phDispatchDriver to hDispatchDriver
2646 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
2647 End_Procedure
2648
2649 Procedure ComExecute
2650 Handle hDispatchDriver
2651 Get phDispatchDriver to hDispatchDriver
2652 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
2653 End_Procedure
2654
2655 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
2656 Handle hDispatchDriver
2657 Get phDispatchDriver to hDispatchDriver
2658 Send PrepareParams to hDispatchDriver 4
2659 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
2660 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
2661 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
2662 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
2663 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
2664 End_Procedure
2665
2666 { MethodType=Property DesignTime=False }
2667 Function ComRibbonGroup Returns Variant
2668 Handle hDispatchDriver
2669 Variant retVal
2670 Get phDispatchDriver to hDispatchDriver
2671 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
2672 Function_Return retVal
2673 End_Function
2674
2675 Procedure ComReset
2676 Handle hDispatchDriver
2677 Get phDispatchDriver to hDispatchDriver
2678 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
2679 End_Procedure
2680
2681 { MethodType=Property DesignTime=False }
2682 Function ComTop Returns Integer
2683 Handle hDispatchDriver
2684 Integer retVal
2685 Get phDispatchDriver to hDispatchDriver
2686 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
2687 Function_Return retVal
2688 End_Function
2689
2690 { MethodType=Property DesignTime=False }
2691 Function ComLeft Returns Integer
2692 Handle hDispatchDriver
2693 Integer retVal
2694 Get phDispatchDriver to hDispatchDriver
2695 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
2696 Function_Return retVal
2697 End_Function
2698
2699 Function ComClone Variant llRecursive Returns Variant
2700 Handle hDispatchDriver
2701 Variant retVal
2702 Get phDispatchDriver to hDispatchDriver
2703 Send PrepareParams to hDispatchDriver 1
2704 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
2705 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
2706 Function_Return retVal
2707 End_Function
2708
2709 Procedure ComSetIconSize Integer llcx Integer llcy
2710 Handle hDispatchDriver
2711 Get phDispatchDriver to hDispatchDriver
2712 Send PrepareParams to hDispatchDriver 2
2713 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
2714 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
2715 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
2716 End_Procedure
2717End_Class
2718
2719// CoClass
2720// CLSID: {004FCE65-AACD-4E77-8B1E-42B463760513}
2721{ ClassLibrary=Windows }
2722Class cCJCommandBarButton is a cComAutomationObject
2723 Import_Class_Protocol cCJICommandBarButton
2724
2725 Procedure Construct_Object
2726 Forward Send Construct_Object
2727 Set peAutoCreate to acNoAutoCreate
2728 End_Procedure
2729End_Class
2730
2731// CLSID: {09028A35-789A-40D9-B564-7577DA549319}
2732Class cCJICommandBarPopup is a Mixin
2733
2734 { MethodType=Property DesignTime=False }
2735 Function ComChecked Returns Boolean
2736 Boolean retVal
2737 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
2738 Function_Return retVal
2739 End_Function
2740
2741 { MethodType=Property DesignTime=False }
2742 Procedure Set ComChecked Boolean value
2743 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
2744 End_Procedure
2745
2746 { MethodType=Property DesignTime=False }
2747 Function ComBeginGroup Returns Boolean
2748 Boolean retVal
2749 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
2750 Function_Return retVal
2751 End_Function
2752
2753 { MethodType=Property DesignTime=False }
2754 Procedure Set ComBeginGroup Boolean value
2755 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
2756 End_Procedure
2757
2758 { MethodType=Property DesignTime=False }
2759 Function ComCaption Returns String
2760 String retVal
2761 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
2762 Function_Return retVal
2763 End_Function
2764
2765 { MethodType=Property DesignTime=False }
2766 Procedure Set ComCaption String value
2767 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
2768 End_Procedure
2769
2770 { MethodType=Property DesignTime=False }
2771 Function ComDescriptionText Returns String
2772 String retVal
2773 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
2774 Function_Return retVal
2775 End_Function
2776
2777 { MethodType=Property DesignTime=False }
2778 Procedure Set ComDescriptionText String value
2779 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
2780 End_Procedure
2781
2782 { MethodType=Property DesignTime=False }
2783 Function ComId Returns Integer
2784 Integer retVal
2785 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
2786 Function_Return retVal
2787 End_Function
2788
2789 { MethodType=Property DesignTime=False }
2790 Procedure Set ComId Integer value
2791 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
2792 End_Procedure
2793
2794 { MethodType=Property DesignTime=False }
2795 Function ComParameter Returns String
2796 String retVal
2797 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
2798 Function_Return retVal
2799 End_Function
2800
2801 { MethodType=Property DesignTime=False }
2802 Procedure Set ComParameter String value
2803 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
2804 End_Procedure
2805
2806 { MethodType=Property DesignTime=False }
2807 Function ComShortcutText Returns String
2808 String retVal
2809 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
2810 Function_Return retVal
2811 End_Function
2812
2813 { MethodType=Property DesignTime=False }
2814 Procedure Set ComShortcutText String value
2815 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
2816 End_Procedure
2817
2818 { MethodType=Property DesignTime=False }
2819 Function ComTooltipText Returns String
2820 String retVal
2821 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
2822 Function_Return retVal
2823 End_Function
2824
2825 { MethodType=Property DesignTime=False }
2826 Procedure Set ComTooltipText String value
2827 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
2828 End_Procedure
2829
2830 { MethodType=Property DesignTime=False }
2831 Function ComVisible Returns Boolean
2832 Boolean retVal
2833 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
2834 Function_Return retVal
2835 End_Function
2836
2837 { MethodType=Property DesignTime=False }
2838 Procedure Set ComVisible Boolean value
2839 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
2840 End_Procedure
2841
2842 { MethodType=Property DesignTime=False }
2843 Function ComEnabled Returns Boolean
2844 Boolean retVal
2845 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
2846 Function_Return retVal
2847 End_Function
2848
2849 { MethodType=Property DesignTime=False }
2850 Procedure Set ComEnabled Boolean value
2851 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
2852 End_Procedure
2853
2854 { MethodType=Property DesignTime=False }
2855 Function ComIconId Returns Integer
2856 Integer retVal
2857 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
2858 Function_Return retVal
2859 End_Function
2860
2861 { MethodType=Property DesignTime=False }
2862 Procedure Set ComIconId Integer value
2863 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
2864 End_Procedure
2865
2866 { MethodType=Property DesignTime=False }
2867 Function ComDefaultItem Returns Boolean
2868 Boolean retVal
2869 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
2870 Function_Return retVal
2871 End_Function
2872
2873 { MethodType=Property DesignTime=False }
2874 Procedure Set ComDefaultItem Boolean value
2875 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
2876 End_Procedure
2877
2878 { MethodType=Property DesignTime=False }
2879 Function ComFlags Returns XTPControlFlags
2880 XTPControlFlags retVal
2881 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
2882 Function_Return retVal
2883 End_Function
2884
2885 { MethodType=Property DesignTime=False }
2886 Procedure Set ComFlags XTPControlFlags value
2887 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
2888 End_Procedure
2889
2890 { MethodType=Property DesignTime=False }
2891 Function ComCategory Returns String
2892 String retVal
2893 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
2894 Function_Return retVal
2895 End_Function
2896
2897 { MethodType=Property DesignTime=False }
2898 Procedure Set ComCategory String value
2899 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
2900 End_Procedure
2901
2902 { MethodType=Property DesignTime=False }
2903 Function ComHideFlags Returns XTPControlHideFlags
2904 XTPControlHideFlags retVal
2905 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
2906 Function_Return retVal
2907 End_Function
2908
2909 { MethodType=Property DesignTime=False }
2910 Procedure Set ComHideFlags XTPControlHideFlags value
2911 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
2912 End_Procedure
2913
2914 { MethodType=Property DesignTime=False }
2915 Function ComCloseSubMenuOnClick Returns Boolean
2916 Boolean retVal
2917 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
2918 Function_Return retVal
2919 End_Function
2920
2921 { MethodType=Property DesignTime=False }
2922 Procedure Set ComCloseSubMenuOnClick Boolean value
2923 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
2924 End_Procedure
2925
2926 { MethodType=Property DesignTime=False }
2927 Function ComAction Returns Variant
2928 Variant retVal
2929 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
2930 Function_Return retVal
2931 End_Function
2932
2933 { MethodType=Property DesignTime=False }
2934 Procedure Set ComAction Variant value
2935 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
2936 End_Procedure
2937
2938 { MethodType=Property DesignTime=False }
2939 Function ComExecuteOnPressInterval Returns Integer
2940 Integer retVal
2941 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
2942 Function_Return retVal
2943 End_Function
2944
2945 { MethodType=Property DesignTime=False }
2946 Procedure Set ComExecuteOnPressInterval Integer value
2947 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
2948 End_Procedure
2949
2950 { MethodType=Property DesignTime=False }
2951 Function ComWidth Returns Integer
2952 Integer retVal
2953 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
2954 Function_Return retVal
2955 End_Function
2956
2957 { MethodType=Property DesignTime=False }
2958 Procedure Set ComWidth Integer value
2959 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
2960 End_Procedure
2961
2962 { MethodType=Property DesignTime=False }
2963 Function ComHeight Returns Integer
2964 Integer retVal
2965 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
2966 Function_Return retVal
2967 End_Function
2968
2969 { MethodType=Property DesignTime=False }
2970 Procedure Set ComHeight Integer value
2971 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
2972 End_Procedure
2973
2974 { MethodType=Property DesignTime=False }
2975 Function ComStyle Returns XTPButtonStyle
2976 XTPButtonStyle retVal
2977 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
2978 Function_Return retVal
2979 End_Function
2980
2981 { MethodType=Property DesignTime=False }
2982 Procedure Set ComStyle XTPButtonStyle value
2983 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
2984 End_Procedure
2985
2986 { MethodType=Property DesignTime=False }
2987 Function ComKeyboardTip Returns String
2988 String retVal
2989 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
2990 Function_Return retVal
2991 End_Function
2992
2993 { MethodType=Property DesignTime=False }
2994 Procedure Set ComKeyboardTip String value
2995 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
2996 End_Procedure
2997
2998 { MethodType=Property DesignTime=False }
2999 Function ComCommandBar Returns Variant
3000 Variant retVal
3001 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal
3002 Function_Return retVal
3003 End_Function
3004
3005 { MethodType=Property DesignTime=False }
3006 Procedure Set ComCommandBar Variant value
3007 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value
3008 End_Procedure
3009
3010 { MethodType=Property DesignTime=False }
3011 Function ComControls Returns Variant
3012 Handle hDispatchDriver
3013 Variant retVal
3014 Get phDispatchDriver to hDispatchDriver
3015 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
3016 Function_Return retVal
3017 End_Function
3018
3019 { MethodType=Property DesignTime=False }
3020 Function ComParent Returns Variant
3021 Handle hDispatchDriver
3022 Variant retVal
3023 Get phDispatchDriver to hDispatchDriver
3024 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
3025 Function_Return retVal
3026 End_Function
3027
3028 { MethodType=Property DesignTime=False }
3029 Function ComIndex Returns Integer
3030 Handle hDispatchDriver
3031 Integer retVal
3032 Get phDispatchDriver to hDispatchDriver
3033 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
3034 Function_Return retVal
3035 End_Function
3036
3037 { MethodType=Property DesignTime=False }
3038 Function ComType Returns XTPControlType
3039 Handle hDispatchDriver
3040 XTPControlType retVal
3041 Get phDispatchDriver to hDispatchDriver
3042 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
3043 Function_Return retVal
3044 End_Function
3045
3046 Procedure ComDelete
3047 Handle hDispatchDriver
3048 Get phDispatchDriver to hDispatchDriver
3049 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
3050 End_Procedure
3051
3052 Function ComCopy Variant llBar Variant llBefore Returns Variant
3053 Handle hDispatchDriver
3054 Variant retVal
3055 Get phDispatchDriver to hDispatchDriver
3056 Send PrepareParams to hDispatchDriver 2
3057 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
3058 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
3059 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
3060 Function_Return retVal
3061 End_Function
3062
3063 Procedure ComSetFocus
3064 Handle hDispatchDriver
3065 Get phDispatchDriver to hDispatchDriver
3066 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
3067 End_Procedure
3068
3069 Procedure ComExecute
3070 Handle hDispatchDriver
3071 Get phDispatchDriver to hDispatchDriver
3072 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
3073 End_Procedure
3074
3075 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
3076 Handle hDispatchDriver
3077 Get phDispatchDriver to hDispatchDriver
3078 Send PrepareParams to hDispatchDriver 4
3079 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
3080 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
3081 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
3082 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
3083 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
3084 End_Procedure
3085
3086 { MethodType=Property DesignTime=False }
3087 Function ComRibbonGroup Returns Variant
3088 Handle hDispatchDriver
3089 Variant retVal
3090 Get phDispatchDriver to hDispatchDriver
3091 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
3092 Function_Return retVal
3093 End_Function
3094
3095 Procedure ComReset
3096 Handle hDispatchDriver
3097 Get phDispatchDriver to hDispatchDriver
3098 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
3099 End_Procedure
3100
3101 { MethodType=Property DesignTime=False }
3102 Function ComTop Returns Integer
3103 Handle hDispatchDriver
3104 Integer retVal
3105 Get phDispatchDriver to hDispatchDriver
3106 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
3107 Function_Return retVal
3108 End_Function
3109
3110 { MethodType=Property DesignTime=False }
3111 Function ComLeft Returns Integer
3112 Handle hDispatchDriver
3113 Integer retVal
3114 Get phDispatchDriver to hDispatchDriver
3115 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
3116 Function_Return retVal
3117 End_Function
3118
3119 Function ComClone Variant llRecursive Returns Variant
3120 Handle hDispatchDriver
3121 Variant retVal
3122 Get phDispatchDriver to hDispatchDriver
3123 Send PrepareParams to hDispatchDriver 1
3124 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
3125 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
3126 Function_Return retVal
3127 End_Function
3128
3129 Procedure ComSetIconSize Integer llcx Integer llcy
3130 Handle hDispatchDriver
3131 Get phDispatchDriver to hDispatchDriver
3132 Send PrepareParams to hDispatchDriver 2
3133 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
3134 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
3135 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
3136 End_Procedure
3137End_Class
3138
3139// CoClass
3140// CLSID: {48CCDA0A-BB71-4F79-9A7A-11ED146C387C}
3141{ ClassLibrary=Windows }
3142Class cCJCommandBarPopup is a cComAutomationObject
3143 Import_Class_Protocol cCJICommandBarPopup
3144
3145 Procedure Construct_Object
3146 Forward Send Construct_Object
3147 Set peAutoCreate to acNoAutoCreate
3148 End_Procedure
3149End_Class
3150
3151// CLSID: {ADB28A35-789A-40D9-B564-7577DA549319}
3152Class cCJICommandBarGalleryItem is a Mixin
3153
3154 { MethodType=Property DesignTime=False }
3155 Function ComId Returns Integer
3156 Integer retVal
3157 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
3158 Function_Return retVal
3159 End_Function
3160
3161 { MethodType=Property DesignTime=False }
3162 Procedure Set ComId Integer value
3163 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
3164 End_Procedure
3165
3166 { MethodType=Property DesignTime=False }
3167 Function ComImageIndex Returns Integer
3168 Integer retVal
3169 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
3170 Function_Return retVal
3171 End_Function
3172
3173 { MethodType=Property DesignTime=False }
3174 Procedure Set ComImageIndex Integer value
3175 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
3176 End_Procedure
3177
3178 { MethodType=Property DesignTime=False }
3179 Function ComCaption Returns String
3180 String retVal
3181 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal
3182 Function_Return retVal
3183 End_Function
3184
3185 { MethodType=Property DesignTime=False }
3186 Procedure Set ComCaption String value
3187 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value
3188 End_Procedure
3189
3190 { MethodType=Property DesignTime=False }
3191 Function ComToolTip Returns String
3192 String retVal
3193 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
3194 Function_Return retVal
3195 End_Function
3196
3197 { MethodType=Property DesignTime=False }
3198 Procedure Set ComToolTip String value
3199 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
3200 End_Procedure
3201
3202 { MethodType=Property DesignTime=False }
3203 Function ComTag Returns Variant
3204 Variant retVal
3205 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal
3206 Function_Return retVal
3207 End_Function
3208
3209 { MethodType=Property DesignTime=False }
3210 Procedure Set ComTag Variant value
3211 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value
3212 End_Procedure
3213
3214 { MethodType=Property DesignTime=False }
3215 Function ComItemWidth Returns Integer
3216 Integer retVal
3217 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal
3218 Function_Return retVal
3219 End_Function
3220
3221 { MethodType=Property DesignTime=False }
3222 Procedure Set ComItemWidth Integer value
3223 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value
3224 End_Procedure
3225
3226 { MethodType=Property DesignTime=False }
3227 Function ComItemHeight Returns Integer
3228 Integer retVal
3229 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal
3230 Function_Return retVal
3231 End_Function
3232
3233 { MethodType=Property DesignTime=False }
3234 Procedure Set ComItemHeight Integer value
3235 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value
3236 End_Procedure
3237
3238 { MethodType=Property DesignTime=False }
3239 Function ComDescriptionText Returns String
3240 String retVal
3241 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
3242 Function_Return retVal
3243 End_Function
3244
3245 { MethodType=Property DesignTime=False }
3246 Procedure Set ComDescriptionText String value
3247 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
3248 End_Procedure
3249
3250 { MethodType=Property DesignTime=False }
3251 Function ComEnabled Returns Boolean
3252 Boolean retVal
3253 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal
3254 Function_Return retVal
3255 End_Function
3256
3257 { MethodType=Property DesignTime=False }
3258 Procedure Set ComEnabled Boolean value
3259 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value
3260 End_Procedure
3261
3262 { MethodType=Property DesignTime=False }
3263 Function ComIndex Returns Integer
3264 Handle hDispatchDriver
3265 Integer retVal
3266 Get phDispatchDriver to hDispatchDriver
3267 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
3268 Function_Return retVal
3269 End_Function
3270
3271 { MethodType=Property DesignTime=False }
3272 Function ComLabel Returns Boolean
3273 Handle hDispatchDriver
3274 Boolean retVal
3275 Get phDispatchDriver to hDispatchDriver
3276 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_BOOL to retVal
3277 Function_Return retVal
3278 End_Function
3279End_Class
3280
3281// CoClass
3282// CLSID: {ADBCDA0A-BB71-4F79-9A7A-11ED146C387C}
3283{ ClassLibrary=Windows }
3284Class cCJCommandBarGalleryItem is a cComAutomationObject
3285 Import_Class_Protocol cCJICommandBarGalleryItem
3286
3287 Procedure Construct_Object
3288 Forward Send Construct_Object
3289 Set peAutoCreate to acNoAutoCreate
3290 End_Procedure
3291End_Class
3292
3293// CLSID: {ADC28A35-789A-40D9-B564-7577DA549319}
3294Class cCJICommandBarGalleryItems is a Mixin
3295
3296 { MethodType=Property DesignTime=False }
3297 Function ComIcons Returns Variant
3298 Variant retVal
3299 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal
3300 Function_Return retVal
3301 End_Function
3302
3303 { MethodType=Property DesignTime=False }
3304 Procedure Set ComIcons Variant value
3305 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value
3306 End_Procedure
3307
3308 { MethodType=Property DesignTime=False }
3309 Function ComItemWidth Returns Integer
3310 Integer retVal
3311 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal
3312 Function_Return retVal
3313 End_Function
3314
3315 { MethodType=Property DesignTime=False }
3316 Procedure Set ComItemWidth Integer value
3317 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value
3318 End_Procedure
3319
3320 { MethodType=Property DesignTime=False }
3321 Function ComItemHeight Returns Integer
3322 Integer retVal
3323 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal
3324 Function_Return retVal
3325 End_Function
3326
3327 { MethodType=Property DesignTime=False }
3328 Procedure Set ComItemHeight Integer value
3329 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value
3330 End_Procedure
3331
3332 { MethodType=Property DesignTime=False }
3333 Function ComClipItems Returns Boolean
3334 Boolean retVal
3335 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
3336 Function_Return retVal
3337 End_Function
3338
3339 { MethodType=Property DesignTime=False }
3340 Procedure Set ComClipItems Boolean value
3341 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
3342 End_Procedure
3343
3344 Function ComAddItem Integer llId String llCaption Returns Variant
3345 Handle hDispatchDriver
3346 Variant retVal
3347 Get phDispatchDriver to hDispatchDriver
3348 Send PrepareParams to hDispatchDriver 2
3349 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
3350 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
3351 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
3352 Function_Return retVal
3353 End_Function
3354
3355 Function ComAddLabel String llCaption Returns Variant
3356 Handle hDispatchDriver
3357 Variant retVal
3358 Get phDispatchDriver to hDispatchDriver
3359 Send PrepareParams to hDispatchDriver 1
3360 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
3361 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
3362 Function_Return retVal
3363 End_Function
3364
3365 // Gets the number of controls in the collection.
3366 { MethodType=Property DesignTime=False }
3367 Function ComCount Returns Integer
3368 Handle hDispatchDriver
3369 Integer retVal
3370 Get phDispatchDriver to hDispatchDriver
3371 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
3372 Function_Return retVal
3373 End_Function
3374
3375 // Gets an item from the collection by its index.
3376 { MethodType=Property DesignTime=False }
3377 Function ComItem Integer llIndex Returns Variant
3378 Handle hDispatchDriver
3379 Variant retVal
3380 Get phDispatchDriver to hDispatchDriver
3381 Send PrepareParams to hDispatchDriver 1
3382 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
3383 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
3384 Function_Return retVal
3385 End_Function
3386
3387 { MethodType=Property DesignTime=False }
3388 Function Com_NewEnum Returns Variant
3389 Handle hDispatchDriver
3390 Variant retVal
3391 Get phDispatchDriver to hDispatchDriver
3392 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
3393 Function_Return retVal
3394 End_Function
3395
3396 // Deletes all of the command bar controls from the collection
3397 Procedure ComDeleteAll
3398 Handle hDispatchDriver
3399 Get phDispatchDriver to hDispatchDriver
3400 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
3401 End_Procedure
3402
3403 Procedure ComDeleteAt Integer llIndex
3404 Handle hDispatchDriver
3405 Get phDispatchDriver to hDispatchDriver
3406 Send PrepareParams to hDispatchDriver 1
3407 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
3408 Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID
3409 End_Procedure
3410End_Class
3411
3412// CLSID: {ADAA7B16-7BE8-42EC-870C-8849F5540F14}
3413Class cCJICommandBarGalleryItemsEvents is a Mixin
3414
3415 { MethodType=Event }
3416 Procedure OnComDrawItem OLE_HANDLE llhDC Variant llGallery Variant llItem Integer llx Integer lly Integer llcx Integer llcy Boolean llEnabled Boolean llSelected Boolean llPressed Boolean llChecked Variant llHandled
3417 End_Procedure
3418
3419 { Visibility=Private }
3420 Procedure RegisterComEvents
3421 Send RegisterComEvent 1 msg_OnComDrawItem
3422 End_Procedure
3423End_Class
3424
3425// CoClass
3426// CLSID: {ADCCDA0A-BB71-4F79-9A7A-11ED146C387C}
3427{ ClassLibrary=Windows }
3428Class cCJCommandBarGalleryItems is a cComAutomationObject
3429 Import_Class_Protocol cCJICommandBarGalleryItems
3430 Import_Class_Protocol cCJICommandBarGalleryItemsEvents
3431
3432 Procedure Construct_Object
3433 Forward Send Construct_Object
3434 Set psEventId to "{ADAA7B16-7BE8-42EC-870C-8849F5540F14}"
3435 Set peAutoCreate to acNoAutoCreate
3436 End_Procedure
3437End_Class
3438
3439// CLSID: {ADA28A35-789A-40D9-B564-7577DA549319}
3440Class cCJICommandBarGallery is a Mixin
3441
3442 { MethodType=Property DesignTime=False }
3443 Function ComChecked Returns Boolean
3444 Boolean retVal
3445 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
3446 Function_Return retVal
3447 End_Function
3448
3449 { MethodType=Property DesignTime=False }
3450 Procedure Set ComChecked Boolean value
3451 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
3452 End_Procedure
3453
3454 { MethodType=Property DesignTime=False }
3455 Function ComBeginGroup Returns Boolean
3456 Boolean retVal
3457 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
3458 Function_Return retVal
3459 End_Function
3460
3461 { MethodType=Property DesignTime=False }
3462 Procedure Set ComBeginGroup Boolean value
3463 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
3464 End_Procedure
3465
3466 { MethodType=Property DesignTime=False }
3467 Function ComCaption Returns String
3468 String retVal
3469 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
3470 Function_Return retVal
3471 End_Function
3472
3473 { MethodType=Property DesignTime=False }
3474 Procedure Set ComCaption String value
3475 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
3476 End_Procedure
3477
3478 { MethodType=Property DesignTime=False }
3479 Function ComDescriptionText Returns String
3480 String retVal
3481 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
3482 Function_Return retVal
3483 End_Function
3484
3485 { MethodType=Property DesignTime=False }
3486 Procedure Set ComDescriptionText String value
3487 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
3488 End_Procedure
3489
3490 { MethodType=Property DesignTime=False }
3491 Function ComId Returns Integer
3492 Integer retVal
3493 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
3494 Function_Return retVal
3495 End_Function
3496
3497 { MethodType=Property DesignTime=False }
3498 Procedure Set ComId Integer value
3499 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
3500 End_Procedure
3501
3502 { MethodType=Property DesignTime=False }
3503 Function ComParameter Returns String
3504 String retVal
3505 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
3506 Function_Return retVal
3507 End_Function
3508
3509 { MethodType=Property DesignTime=False }
3510 Procedure Set ComParameter String value
3511 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
3512 End_Procedure
3513
3514 { MethodType=Property DesignTime=False }
3515 Function ComShortcutText Returns String
3516 String retVal
3517 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
3518 Function_Return retVal
3519 End_Function
3520
3521 { MethodType=Property DesignTime=False }
3522 Procedure Set ComShortcutText String value
3523 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
3524 End_Procedure
3525
3526 { MethodType=Property DesignTime=False }
3527 Function ComTooltipText Returns String
3528 String retVal
3529 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
3530 Function_Return retVal
3531 End_Function
3532
3533 { MethodType=Property DesignTime=False }
3534 Procedure Set ComTooltipText String value
3535 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
3536 End_Procedure
3537
3538 { MethodType=Property DesignTime=False }
3539 Function ComVisible Returns Boolean
3540 Boolean retVal
3541 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
3542 Function_Return retVal
3543 End_Function
3544
3545 { MethodType=Property DesignTime=False }
3546 Procedure Set ComVisible Boolean value
3547 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
3548 End_Procedure
3549
3550 { MethodType=Property DesignTime=False }
3551 Function ComEnabled Returns Boolean
3552 Boolean retVal
3553 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
3554 Function_Return retVal
3555 End_Function
3556
3557 { MethodType=Property DesignTime=False }
3558 Procedure Set ComEnabled Boolean value
3559 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
3560 End_Procedure
3561
3562 { MethodType=Property DesignTime=False }
3563 Function ComIconId Returns Integer
3564 Integer retVal
3565 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
3566 Function_Return retVal
3567 End_Function
3568
3569 { MethodType=Property DesignTime=False }
3570 Procedure Set ComIconId Integer value
3571 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
3572 End_Procedure
3573
3574 { MethodType=Property DesignTime=False }
3575 Function ComDefaultItem Returns Boolean
3576 Boolean retVal
3577 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
3578 Function_Return retVal
3579 End_Function
3580
3581 { MethodType=Property DesignTime=False }
3582 Procedure Set ComDefaultItem Boolean value
3583 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
3584 End_Procedure
3585
3586 { MethodType=Property DesignTime=False }
3587 Function ComFlags Returns XTPControlFlags
3588 XTPControlFlags retVal
3589 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
3590 Function_Return retVal
3591 End_Function
3592
3593 { MethodType=Property DesignTime=False }
3594 Procedure Set ComFlags XTPControlFlags value
3595 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
3596 End_Procedure
3597
3598 { MethodType=Property DesignTime=False }
3599 Function ComCategory Returns String
3600 String retVal
3601 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
3602 Function_Return retVal
3603 End_Function
3604
3605 { MethodType=Property DesignTime=False }
3606 Procedure Set ComCategory String value
3607 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
3608 End_Procedure
3609
3610 { MethodType=Property DesignTime=False }
3611 Function ComHideFlags Returns XTPControlHideFlags
3612 XTPControlHideFlags retVal
3613 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
3614 Function_Return retVal
3615 End_Function
3616
3617 { MethodType=Property DesignTime=False }
3618 Procedure Set ComHideFlags XTPControlHideFlags value
3619 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
3620 End_Procedure
3621
3622 { MethodType=Property DesignTime=False }
3623 Function ComCloseSubMenuOnClick Returns Boolean
3624 Boolean retVal
3625 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
3626 Function_Return retVal
3627 End_Function
3628
3629 { MethodType=Property DesignTime=False }
3630 Procedure Set ComCloseSubMenuOnClick Boolean value
3631 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
3632 End_Procedure
3633
3634 { MethodType=Property DesignTime=False }
3635 Function ComAction Returns Variant
3636 Variant retVal
3637 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
3638 Function_Return retVal
3639 End_Function
3640
3641 { MethodType=Property DesignTime=False }
3642 Procedure Set ComAction Variant value
3643 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
3644 End_Procedure
3645
3646 { MethodType=Property DesignTime=False }
3647 Function ComExecuteOnPressInterval Returns Integer
3648 Integer retVal
3649 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
3650 Function_Return retVal
3651 End_Function
3652
3653 { MethodType=Property DesignTime=False }
3654 Procedure Set ComExecuteOnPressInterval Integer value
3655 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
3656 End_Procedure
3657
3658 { MethodType=Property DesignTime=False }
3659 Function ComWidth Returns Integer
3660 Integer retVal
3661 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
3662 Function_Return retVal
3663 End_Function
3664
3665 { MethodType=Property DesignTime=False }
3666 Procedure Set ComWidth Integer value
3667 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
3668 End_Procedure
3669
3670 { MethodType=Property DesignTime=False }
3671 Function ComHeight Returns Integer
3672 Integer retVal
3673 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
3674 Function_Return retVal
3675 End_Function
3676
3677 { MethodType=Property DesignTime=False }
3678 Procedure Set ComHeight Integer value
3679 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
3680 End_Procedure
3681
3682 { MethodType=Property DesignTime=False }
3683 Function ComStyle Returns XTPButtonStyle
3684 XTPButtonStyle retVal
3685 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
3686 Function_Return retVal
3687 End_Function
3688
3689 { MethodType=Property DesignTime=False }
3690 Procedure Set ComStyle XTPButtonStyle value
3691 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
3692 End_Procedure
3693
3694 { MethodType=Property DesignTime=False }
3695 Function ComKeyboardTip Returns String
3696 String retVal
3697 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
3698 Function_Return retVal
3699 End_Function
3700
3701 { MethodType=Property DesignTime=False }
3702 Procedure Set ComKeyboardTip String value
3703 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
3704 End_Procedure
3705
3706 { MethodType=Property DesignTime=False }
3707 Function ComCommandBar Returns Variant
3708 Variant retVal
3709 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal
3710 Function_Return retVal
3711 End_Function
3712
3713 { MethodType=Property DesignTime=False }
3714 Procedure Set ComCommandBar Variant value
3715 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value
3716 End_Procedure
3717
3718 { MethodType=Property DesignTime=False }
3719 Function ComItems Returns Variant
3720 Variant retVal
3721 Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_DISPATCH to retVal
3722 Function_Return retVal
3723 End_Function
3724
3725 { MethodType=Property DesignTime=False }
3726 Procedure Set ComItems Variant value
3727 Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_DISPATCH to value
3728 End_Procedure
3729
3730 { MethodType=Property DesignTime=False }
3731 Function ComSelectedItem Returns Variant
3732 Variant retVal
3733 Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_DISPATCH to retVal
3734 Function_Return retVal
3735 End_Function
3736
3737 { MethodType=Property DesignTime=False }
3738 Procedure Set ComSelectedItem Variant value
3739 Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_DISPATCH to value
3740 End_Procedure
3741
3742 { MethodType=Property DesignTime=False }
3743 Function ComCheckedItem Returns Integer
3744 Integer retVal
3745 Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal
3746 Function_Return retVal
3747 End_Function
3748
3749 { MethodType=Property DesignTime=False }
3750 Procedure Set ComCheckedItem Integer value
3751 Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value
3752 End_Procedure
3753
3754 { MethodType=Property DesignTime=False }
3755 Function ComShowBorders Returns Boolean
3756 Boolean retVal
3757 Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to retVal
3758 Function_Return retVal
3759 End_Function
3760
3761 { MethodType=Property DesignTime=False }
3762 Procedure Set ComShowBorders Boolean value
3763 Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to value
3764 End_Procedure
3765
3766 { MethodType=Property DesignTime=False }
3767 Function ComShowLabels Returns Boolean
3768 Boolean retVal
3769 Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to retVal
3770 Function_Return retVal
3771 End_Function
3772
3773 { MethodType=Property DesignTime=False }
3774 Procedure Set ComShowLabels Boolean value
3775 Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to value
3776 End_Procedure
3777
3778 { MethodType=Property DesignTime=False }
3779 Function ComShowScrollBar Returns Boolean
3780 Boolean retVal
3781 Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to retVal
3782 Function_Return retVal
3783 End_Function
3784
3785 { MethodType=Property DesignTime=False }
3786 Procedure Set ComShowScrollBar Boolean value
3787 Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to value
3788 End_Procedure
3789
3790 { MethodType=Property DesignTime=False }
3791 Function ComScrollPos Returns Integer
3792 Integer retVal
3793 Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to retVal
3794 Function_Return retVal
3795 End_Function
3796
3797 { MethodType=Property DesignTime=False }
3798 Procedure Set ComScrollPos Integer value
3799 Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to value
3800 End_Procedure
3801
3802 { MethodType=Property DesignTime=False }
3803 Function ComResizable Returns XTPGalleryResizable
3804 XTPGalleryResizable retVal
3805 Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to retVal
3806 Function_Return retVal
3807 End_Function
3808
3809 { MethodType=Property DesignTime=False }
3810 Procedure Set ComResizable XTPGalleryResizable value
3811 Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to value
3812 End_Procedure
3813
3814 { MethodType=Property DesignTime=False }
3815 Function ComControls Returns Variant
3816 Handle hDispatchDriver
3817 Variant retVal
3818 Get phDispatchDriver to hDispatchDriver
3819 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
3820 Function_Return retVal
3821 End_Function
3822
3823 { MethodType=Property DesignTime=False }
3824 Function ComParent Returns Variant
3825 Handle hDispatchDriver
3826 Variant retVal
3827 Get phDispatchDriver to hDispatchDriver
3828 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
3829 Function_Return retVal
3830 End_Function
3831
3832 { MethodType=Property DesignTime=False }
3833 Function ComIndex Returns Integer
3834 Handle hDispatchDriver
3835 Integer retVal
3836 Get phDispatchDriver to hDispatchDriver
3837 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
3838 Function_Return retVal
3839 End_Function
3840
3841 { MethodType=Property DesignTime=False }
3842 Function ComType Returns XTPControlType
3843 Handle hDispatchDriver
3844 XTPControlType retVal
3845 Get phDispatchDriver to hDispatchDriver
3846 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
3847 Function_Return retVal
3848 End_Function
3849
3850 Procedure ComDelete
3851 Handle hDispatchDriver
3852 Get phDispatchDriver to hDispatchDriver
3853 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
3854 End_Procedure
3855
3856 Function ComCopy Variant llBar Variant llBefore Returns Variant
3857 Handle hDispatchDriver
3858 Variant retVal
3859 Get phDispatchDriver to hDispatchDriver
3860 Send PrepareParams to hDispatchDriver 2
3861 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
3862 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
3863 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
3864 Function_Return retVal
3865 End_Function
3866
3867 Procedure ComSetFocus
3868 Handle hDispatchDriver
3869 Get phDispatchDriver to hDispatchDriver
3870 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
3871 End_Procedure
3872
3873 Procedure ComExecute
3874 Handle hDispatchDriver
3875 Get phDispatchDriver to hDispatchDriver
3876 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
3877 End_Procedure
3878
3879 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
3880 Handle hDispatchDriver
3881 Get phDispatchDriver to hDispatchDriver
3882 Send PrepareParams to hDispatchDriver 4
3883 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
3884 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
3885 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
3886 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
3887 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
3888 End_Procedure
3889
3890 { MethodType=Property DesignTime=False }
3891 Function ComRibbonGroup Returns Variant
3892 Handle hDispatchDriver
3893 Variant retVal
3894 Get phDispatchDriver to hDispatchDriver
3895 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
3896 Function_Return retVal
3897 End_Function
3898
3899 Procedure ComReset
3900 Handle hDispatchDriver
3901 Get phDispatchDriver to hDispatchDriver
3902 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
3903 End_Procedure
3904
3905 { MethodType=Property DesignTime=False }
3906 Function ComTop Returns Integer
3907 Handle hDispatchDriver
3908 Integer retVal
3909 Get phDispatchDriver to hDispatchDriver
3910 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
3911 Function_Return retVal
3912 End_Function
3913
3914 { MethodType=Property DesignTime=False }
3915 Function ComLeft Returns Integer
3916 Handle hDispatchDriver
3917 Integer retVal
3918 Get phDispatchDriver to hDispatchDriver
3919 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
3920 Function_Return retVal
3921 End_Function
3922
3923 Function ComClone Variant llRecursive Returns Variant
3924 Handle hDispatchDriver
3925 Variant retVal
3926 Get phDispatchDriver to hDispatchDriver
3927 Send PrepareParams to hDispatchDriver 1
3928 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
3929 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
3930 Function_Return retVal
3931 End_Function
3932
3933 Procedure ComSetIconSize Integer llcx Integer llcy
3934 Handle hDispatchDriver
3935 Get phDispatchDriver to hDispatchDriver
3936 Send PrepareParams to hDispatchDriver 2
3937 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
3938 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
3939 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
3940 End_Procedure
3941
3942 Procedure ComSetItemsMargin Integer llLeft Integer llTop Integer llRight Integer llBottom
3943 Handle hDispatchDriver
3944 Get phDispatchDriver to hDispatchDriver
3945 Send PrepareParams to hDispatchDriver 4
3946 Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft
3947 Send DefineParam to hDispatchDriver OLE_VT_I4 llTop
3948 Send DefineParam to hDispatchDriver OLE_VT_I4 llRight
3949 Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom
3950 Send InvokeComMethod to hDispatchDriver 59 OLE_VT_VOID
3951 End_Procedure
3952
3953 Procedure ComEnsureVisible Integer llIndex
3954 Handle hDispatchDriver
3955 Get phDispatchDriver to hDispatchDriver
3956 Send PrepareParams to hDispatchDriver 1
3957 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
3958 Send InvokeComMethod to hDispatchDriver 61 OLE_VT_VOID
3959 End_Procedure
3960End_Class
3961
3962// CoClass
3963// CLSID: {ADACDA0A-BB71-4F79-9A7A-11ED146C387C}
3964{ ClassLibrary=Windows }
3965Class cCJCommandBarGallery is a cComAutomationObject
3966 Import_Class_Protocol cCJICommandBarGallery
3967
3968 Procedure Construct_Object
3969 Forward Send Construct_Object
3970 Set peAutoCreate to acNoAutoCreate
3971 End_Procedure
3972End_Class
3973
3974// CLSID: {F09F389C-1A6F-478C-8C8D-38C067A2BC1F}
3975Class cCJICommandBarComboBox is a Mixin
3976
3977 { MethodType=Property DesignTime=False }
3978 Function ComChecked Returns Boolean
3979 Boolean retVal
3980 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
3981 Function_Return retVal
3982 End_Function
3983
3984 { MethodType=Property DesignTime=False }
3985 Procedure Set ComChecked Boolean value
3986 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
3987 End_Procedure
3988
3989 { MethodType=Property DesignTime=False }
3990 Function ComBeginGroup Returns Boolean
3991 Boolean retVal
3992 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
3993 Function_Return retVal
3994 End_Function
3995
3996 { MethodType=Property DesignTime=False }
3997 Procedure Set ComBeginGroup Boolean value
3998 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
3999 End_Procedure
4000
4001 { MethodType=Property DesignTime=False }
4002 Function ComCaption Returns String
4003 String retVal
4004 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
4005 Function_Return retVal
4006 End_Function
4007
4008 { MethodType=Property DesignTime=False }
4009 Procedure Set ComCaption String value
4010 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
4011 End_Procedure
4012
4013 { MethodType=Property DesignTime=False }
4014 Function ComDescriptionText Returns String
4015 String retVal
4016 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
4017 Function_Return retVal
4018 End_Function
4019
4020 { MethodType=Property DesignTime=False }
4021 Procedure Set ComDescriptionText String value
4022 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
4023 End_Procedure
4024
4025 { MethodType=Property DesignTime=False }
4026 Function ComId Returns Integer
4027 Integer retVal
4028 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
4029 Function_Return retVal
4030 End_Function
4031
4032 { MethodType=Property DesignTime=False }
4033 Procedure Set ComId Integer value
4034 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
4035 End_Procedure
4036
4037 { MethodType=Property DesignTime=False }
4038 Function ComParameter Returns String
4039 String retVal
4040 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
4041 Function_Return retVal
4042 End_Function
4043
4044 { MethodType=Property DesignTime=False }
4045 Procedure Set ComParameter String value
4046 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
4047 End_Procedure
4048
4049 { MethodType=Property DesignTime=False }
4050 Function ComShortcutText Returns String
4051 String retVal
4052 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
4053 Function_Return retVal
4054 End_Function
4055
4056 { MethodType=Property DesignTime=False }
4057 Procedure Set ComShortcutText String value
4058 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
4059 End_Procedure
4060
4061 { MethodType=Property DesignTime=False }
4062 Function ComTooltipText Returns String
4063 String retVal
4064 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
4065 Function_Return retVal
4066 End_Function
4067
4068 { MethodType=Property DesignTime=False }
4069 Procedure Set ComTooltipText String value
4070 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
4071 End_Procedure
4072
4073 { MethodType=Property DesignTime=False }
4074 Function ComVisible Returns Boolean
4075 Boolean retVal
4076 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
4077 Function_Return retVal
4078 End_Function
4079
4080 { MethodType=Property DesignTime=False }
4081 Procedure Set ComVisible Boolean value
4082 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
4083 End_Procedure
4084
4085 { MethodType=Property DesignTime=False }
4086 Function ComEnabled Returns Boolean
4087 Boolean retVal
4088 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
4089 Function_Return retVal
4090 End_Function
4091
4092 { MethodType=Property DesignTime=False }
4093 Procedure Set ComEnabled Boolean value
4094 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
4095 End_Procedure
4096
4097 { MethodType=Property DesignTime=False }
4098 Function ComIconId Returns Integer
4099 Integer retVal
4100 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
4101 Function_Return retVal
4102 End_Function
4103
4104 { MethodType=Property DesignTime=False }
4105 Procedure Set ComIconId Integer value
4106 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
4107 End_Procedure
4108
4109 { MethodType=Property DesignTime=False }
4110 Function ComDefaultItem Returns Boolean
4111 Boolean retVal
4112 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
4113 Function_Return retVal
4114 End_Function
4115
4116 { MethodType=Property DesignTime=False }
4117 Procedure Set ComDefaultItem Boolean value
4118 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
4119 End_Procedure
4120
4121 { MethodType=Property DesignTime=False }
4122 Function ComFlags Returns XTPControlFlags
4123 XTPControlFlags retVal
4124 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
4125 Function_Return retVal
4126 End_Function
4127
4128 { MethodType=Property DesignTime=False }
4129 Procedure Set ComFlags XTPControlFlags value
4130 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
4131 End_Procedure
4132
4133 { MethodType=Property DesignTime=False }
4134 Function ComCategory Returns String
4135 String retVal
4136 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
4137 Function_Return retVal
4138 End_Function
4139
4140 { MethodType=Property DesignTime=False }
4141 Procedure Set ComCategory String value
4142 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
4143 End_Procedure
4144
4145 { MethodType=Property DesignTime=False }
4146 Function ComHideFlags Returns XTPControlHideFlags
4147 XTPControlHideFlags retVal
4148 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
4149 Function_Return retVal
4150 End_Function
4151
4152 { MethodType=Property DesignTime=False }
4153 Procedure Set ComHideFlags XTPControlHideFlags value
4154 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
4155 End_Procedure
4156
4157 { MethodType=Property DesignTime=False }
4158 Function ComCloseSubMenuOnClick Returns Boolean
4159 Boolean retVal
4160 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
4161 Function_Return retVal
4162 End_Function
4163
4164 { MethodType=Property DesignTime=False }
4165 Procedure Set ComCloseSubMenuOnClick Boolean value
4166 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
4167 End_Procedure
4168
4169 { MethodType=Property DesignTime=False }
4170 Function ComAction Returns Variant
4171 Variant retVal
4172 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
4173 Function_Return retVal
4174 End_Function
4175
4176 { MethodType=Property DesignTime=False }
4177 Procedure Set ComAction Variant value
4178 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
4179 End_Procedure
4180
4181 { MethodType=Property DesignTime=False }
4182 Function ComExecuteOnPressInterval Returns Integer
4183 Integer retVal
4184 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
4185 Function_Return retVal
4186 End_Function
4187
4188 { MethodType=Property DesignTime=False }
4189 Procedure Set ComExecuteOnPressInterval Integer value
4190 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
4191 End_Procedure
4192
4193 { MethodType=Property DesignTime=False }
4194 Function ComWidth Returns Integer
4195 Integer retVal
4196 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
4197 Function_Return retVal
4198 End_Function
4199
4200 { MethodType=Property DesignTime=False }
4201 Procedure Set ComWidth Integer value
4202 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
4203 End_Procedure
4204
4205 { MethodType=Property DesignTime=False }
4206 Function ComHeight Returns Integer
4207 Integer retVal
4208 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
4209 Function_Return retVal
4210 End_Function
4211
4212 { MethodType=Property DesignTime=False }
4213 Procedure Set ComHeight Integer value
4214 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
4215 End_Procedure
4216
4217 { MethodType=Property DesignTime=False }
4218 Function ComStyle Returns XTPButtonStyle
4219 XTPButtonStyle retVal
4220 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
4221 Function_Return retVal
4222 End_Function
4223
4224 { MethodType=Property DesignTime=False }
4225 Procedure Set ComStyle XTPButtonStyle value
4226 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
4227 End_Procedure
4228
4229 { MethodType=Property DesignTime=False }
4230 Function ComKeyboardTip Returns String
4231 String retVal
4232 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
4233 Function_Return retVal
4234 End_Function
4235
4236 { MethodType=Property DesignTime=False }
4237 Procedure Set ComKeyboardTip String value
4238 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
4239 End_Procedure
4240
4241 { MethodType=Property DesignTime=False }
4242 Function ComCommandBar Returns Variant
4243 Variant retVal
4244 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal
4245 Function_Return retVal
4246 End_Function
4247
4248 { MethodType=Property DesignTime=False }
4249 Procedure Set ComCommandBar Variant value
4250 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value
4251 End_Procedure
4252
4253 { MethodType=Property DesignTime=False }
4254 Function ComDropDownWidth Returns Integer
4255 Integer retVal
4256 Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal
4257 Function_Return retVal
4258 End_Function
4259
4260 { MethodType=Property DesignTime=False }
4261 Procedure Set ComDropDownWidth Integer value
4262 Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value
4263 End_Procedure
4264
4265 { MethodType=Property DesignTime=False }
4266 Function ComDropDownListStyle Returns Boolean
4267 Boolean retVal
4268 Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to retVal
4269 Function_Return retVal
4270 End_Function
4271
4272 { MethodType=Property DesignTime=False }
4273 Procedure Set ComDropDownListStyle Boolean value
4274 Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to value
4275 End_Procedure
4276
4277 { MethodType=Property DesignTime=False }
4278 Function ComListIndex Returns Integer
4279 Integer retVal
4280 Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to retVal
4281 Function_Return retVal
4282 End_Function
4283
4284 { MethodType=Property DesignTime=False }
4285 Procedure Set ComListIndex Integer value
4286 Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to value
4287 End_Procedure
4288
4289 { MethodType=Property DesignTime=False }
4290 Function ComText Returns String
4291 String retVal
4292 Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to retVal
4293 Function_Return retVal
4294 End_Function
4295
4296 { MethodType=Property DesignTime=False }
4297 Procedure Set ComText String value
4298 Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to value
4299 End_Procedure
4300
4301 { MethodType=Property DesignTime=False }
4302 Function ComEditHint Returns String
4303 String retVal
4304 Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to retVal
4305 Function_Return retVal
4306 End_Function
4307
4308 { MethodType=Property DesignTime=False }
4309 Procedure Set ComEditHint String value
4310 Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to value
4311 End_Procedure
4312
4313 { MethodType=Property DesignTime=False }
4314 Function ComAutoComplete Returns Boolean
4315 Boolean retVal
4316 Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to retVal
4317 Function_Return retVal
4318 End_Function
4319
4320 { MethodType=Property DesignTime=False }
4321 Procedure Set ComAutoComplete Boolean value
4322 Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to value
4323 End_Procedure
4324
4325 { MethodType=Property DesignTime=False }
4326 Function ComShellAutoComplete Returns XTPShellAutoCompleteFlags
4327 XTPShellAutoCompleteFlags retVal
4328 Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to retVal
4329 Function_Return retVal
4330 End_Function
4331
4332 { MethodType=Property DesignTime=False }
4333 Procedure Set ComShellAutoComplete XTPShellAutoCompleteFlags value
4334 Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to value
4335 End_Procedure
4336
4337 { MethodType=Property DesignTime=False }
4338 Function ComEditIconId Returns Integer
4339 Integer retVal
4340 Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to retVal
4341 Function_Return retVal
4342 End_Function
4343
4344 { MethodType=Property DesignTime=False }
4345 Procedure Set ComEditIconId Integer value
4346 Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to value
4347 End_Procedure
4348
4349 { MethodType=Property DesignTime=False }
4350 Function ComEditStyle Returns XTPCommandBarEditStyle
4351 XTPCommandBarEditStyle retVal
4352 Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to retVal
4353 Function_Return retVal
4354 End_Function
4355
4356 { MethodType=Property DesignTime=False }
4357 Procedure Set ComEditStyle XTPCommandBarEditStyle value
4358 Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to value
4359 End_Procedure
4360
4361 { MethodType=Property DesignTime=False }
4362 Function ComDropDownItemCount Returns Integer
4363 Integer retVal
4364 Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_I4 to retVal
4365 Function_Return retVal
4366 End_Function
4367
4368 { MethodType=Property DesignTime=False }
4369 Procedure Set ComDropDownItemCount Integer value
4370 Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_I4 to value
4371 End_Procedure
4372
4373 { MethodType=Property DesignTime=False }
4374 Function ComThemedItems Returns Boolean
4375 Boolean retVal
4376 Get ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BOOL to retVal
4377 Function_Return retVal
4378 End_Function
4379
4380 { MethodType=Property DesignTime=False }
4381 Procedure Set ComThemedItems Boolean value
4382 Set ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BOOL to value
4383 End_Procedure
4384
4385 { MethodType=Property DesignTime=False }
4386 Function ComListIconId Returns Integer
4387 Integer retVal
4388 Get ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_I4 to retVal
4389 Function_Return retVal
4390 End_Function
4391
4392 { MethodType=Property DesignTime=False }
4393 Procedure Set ComListIconId Integer value
4394 Set ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_I4 to value
4395 End_Procedure
4396
4397 { MethodType=Property DesignTime=False }
4398 Function ComTextLimit Returns Integer
4399 Integer retVal
4400 Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal
4401 Function_Return retVal
4402 End_Function
4403
4404 { MethodType=Property DesignTime=False }
4405 Procedure Set ComTextLimit Integer value
4406 Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value
4407 End_Procedure
4408
4409 { MethodType=Property DesignTime=False }
4410 Function ComControls Returns Variant
4411 Handle hDispatchDriver
4412 Variant retVal
4413 Get phDispatchDriver to hDispatchDriver
4414 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
4415 Function_Return retVal
4416 End_Function
4417
4418 { MethodType=Property DesignTime=False }
4419 Function ComParent Returns Variant
4420 Handle hDispatchDriver
4421 Variant retVal
4422 Get phDispatchDriver to hDispatchDriver
4423 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
4424 Function_Return retVal
4425 End_Function
4426
4427 { MethodType=Property DesignTime=False }
4428 Function ComIndex Returns Integer
4429 Handle hDispatchDriver
4430 Integer retVal
4431 Get phDispatchDriver to hDispatchDriver
4432 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
4433 Function_Return retVal
4434 End_Function
4435
4436 { MethodType=Property DesignTime=False }
4437 Function ComType Returns XTPControlType
4438 Handle hDispatchDriver
4439 XTPControlType retVal
4440 Get phDispatchDriver to hDispatchDriver
4441 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
4442 Function_Return retVal
4443 End_Function
4444
4445 Procedure ComDelete
4446 Handle hDispatchDriver
4447 Get phDispatchDriver to hDispatchDriver
4448 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
4449 End_Procedure
4450
4451 Function ComCopy Variant llBar Variant llBefore Returns Variant
4452 Handle hDispatchDriver
4453 Variant retVal
4454 Get phDispatchDriver to hDispatchDriver
4455 Send PrepareParams to hDispatchDriver 2
4456 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
4457 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
4458 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
4459 Function_Return retVal
4460 End_Function
4461
4462 Procedure ComSetFocus
4463 Handle hDispatchDriver
4464 Get phDispatchDriver to hDispatchDriver
4465 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
4466 End_Procedure
4467
4468 Procedure ComExecute
4469 Handle hDispatchDriver
4470 Get phDispatchDriver to hDispatchDriver
4471 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
4472 End_Procedure
4473
4474 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
4475 Handle hDispatchDriver
4476 Get phDispatchDriver to hDispatchDriver
4477 Send PrepareParams to hDispatchDriver 4
4478 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
4479 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
4480 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
4481 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
4482 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
4483 End_Procedure
4484
4485 { MethodType=Property DesignTime=False }
4486 Function ComRibbonGroup Returns Variant
4487 Handle hDispatchDriver
4488 Variant retVal
4489 Get phDispatchDriver to hDispatchDriver
4490 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
4491 Function_Return retVal
4492 End_Function
4493
4494 Procedure ComReset
4495 Handle hDispatchDriver
4496 Get phDispatchDriver to hDispatchDriver
4497 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
4498 End_Procedure
4499
4500 { MethodType=Property DesignTime=False }
4501 Function ComTop Returns Integer
4502 Handle hDispatchDriver
4503 Integer retVal
4504 Get phDispatchDriver to hDispatchDriver
4505 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
4506 Function_Return retVal
4507 End_Function
4508
4509 { MethodType=Property DesignTime=False }
4510 Function ComLeft Returns Integer
4511 Handle hDispatchDriver
4512 Integer retVal
4513 Get phDispatchDriver to hDispatchDriver
4514 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
4515 Function_Return retVal
4516 End_Function
4517
4518 Function ComClone Variant llRecursive Returns Variant
4519 Handle hDispatchDriver
4520 Variant retVal
4521 Get phDispatchDriver to hDispatchDriver
4522 Send PrepareParams to hDispatchDriver 1
4523 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
4524 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
4525 Function_Return retVal
4526 End_Function
4527
4528 Procedure ComSetIconSize Integer llcx Integer llcy
4529 Handle hDispatchDriver
4530 Get phDispatchDriver to hDispatchDriver
4531 Send PrepareParams to hDispatchDriver 2
4532 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
4533 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
4534 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
4535 End_Procedure
4536
4537 Procedure ComAddItem String llText Variant llIndex
4538 Handle hDispatchDriver
4539 Get phDispatchDriver to hDispatchDriver
4540 Send PrepareParams to hDispatchDriver 2
4541 Send DefineParam to hDispatchDriver OLE_VT_BSTR llText
4542 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex
4543 Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID
4544 End_Procedure
4545
4546 { MethodType=Property DesignTime=False }
4547 Function ComList Integer llIndex Returns String
4548 Handle hDispatchDriver
4549 String retVal
4550 Get phDispatchDriver to hDispatchDriver
4551 Send PrepareParams to hDispatchDriver 1
4552 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
4553 Get InvokeComMethod of hDispatchDriver 55 OLE_VT_BSTR to retVal
4554 Function_Return retVal
4555 End_Function
4556
4557 Procedure ComClear
4558 Handle hDispatchDriver
4559 Get phDispatchDriver to hDispatchDriver
4560 Send InvokeComMethod to hDispatchDriver 56 OLE_VT_VOID
4561 End_Procedure
4562
4563 { MethodType=Property DesignTime=False }
4564 Function ComListCount Returns Integer
4565 Handle hDispatchDriver
4566 Integer retVal
4567 Get phDispatchDriver to hDispatchDriver
4568 Get InvokeComMethod of hDispatchDriver 57 OLE_VT_I4 to retVal
4569 Function_Return retVal
4570 End_Function
4571
4572 Procedure ComRemoveItem Integer llnIndex
4573 Handle hDispatchDriver
4574 Get phDispatchDriver to hDispatchDriver
4575 Send PrepareParams to hDispatchDriver 1
4576 Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex
4577 Send InvokeComMethod to hDispatchDriver 58 OLE_VT_VOID
4578 End_Procedure
4579
4580 Function ComFindItem String llText Returns Integer
4581 Handle hDispatchDriver
4582 Integer retVal
4583 Get phDispatchDriver to hDispatchDriver
4584 Send PrepareParams to hDispatchDriver 1
4585 Send DefineParam to hDispatchDriver OLE_VT_BSTR llText
4586 Get InvokeComMethod of hDispatchDriver 61 OLE_VT_I4 to retVal
4587 Function_Return retVal
4588 End_Function
4589
4590 { MethodType=Property DesignTime=False }
4591 Function ComItemData Integer llIndex Returns Integer
4592 Handle hDispatchDriver
4593 Integer retVal
4594 Get phDispatchDriver to hDispatchDriver
4595 Send PrepareParams to hDispatchDriver 1
4596 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
4597 Get InvokeComMethod of hDispatchDriver 62 OLE_VT_I4 to retVal
4598 Function_Return retVal
4599 End_Function
4600
4601 { MethodType=Property DesignTime=False }
4602 Procedure Set ComItemData Integer llIndex Integer value
4603 Handle hDispatchDriver
4604 Get phDispatchDriver to hDispatchDriver
4605 Send PrepareParams to hDispatchDriver 2
4606 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
4607 Set ComProperty of hDispatchDriver 62 OLE_VT_I4 to value
4608 End_Procedure
4609
4610 { MethodType=Property DesignTime=False }
4611 Function ComEditHandle Returns OLE_HANDLE
4612 Handle hDispatchDriver
4613 OLE_HANDLE retVal
4614 Get phDispatchDriver to hDispatchDriver
4615 Get InvokeComMethod of hDispatchDriver 63 OLE_VT_I4 to retVal
4616 Function_Return retVal
4617 End_Function
4618
4619 { MethodType=Property DesignTime=False }
4620 Function ComHasFocus Returns Boolean
4621 Handle hDispatchDriver
4622 Boolean retVal
4623 Get phDispatchDriver to hDispatchDriver
4624 Get InvokeComMethod of hDispatchDriver 66 OLE_VT_BOOL to retVal
4625 Function_Return retVal
4626 End_Function
4627End_Class
4628
4629// CoClass
4630// CLSID: {DACCCE94-B90A-44F8-86C2-B28D4540ABFA}
4631{ ClassLibrary=Windows }
4632Class cCJCommandBarComboBox is a cComAutomationObject
4633 Import_Class_Protocol cCJICommandBarComboBox
4634
4635 Procedure Construct_Object
4636 Forward Send Construct_Object
4637 Set peAutoCreate to acNoAutoCreate
4638 End_Procedure
4639End_Class
4640
4641// CLSID: {FA3F389C-1A6F-478C-8C8D-38C067A2BC1F}
4642Class cCJICommandBarCheckBox is a Mixin
4643
4644 { MethodType=Property DesignTime=False }
4645 Function ComChecked Returns Integer
4646 Integer retVal
4647 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal
4648 Function_Return retVal
4649 End_Function
4650
4651 { MethodType=Property DesignTime=False }
4652 Procedure Set ComChecked Integer value
4653 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value
4654 End_Procedure
4655
4656 { MethodType=Property DesignTime=False }
4657 Function ComBeginGroup Returns Boolean
4658 Boolean retVal
4659 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
4660 Function_Return retVal
4661 End_Function
4662
4663 { MethodType=Property DesignTime=False }
4664 Procedure Set ComBeginGroup Boolean value
4665 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
4666 End_Procedure
4667
4668 { MethodType=Property DesignTime=False }
4669 Function ComCaption Returns String
4670 String retVal
4671 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
4672 Function_Return retVal
4673 End_Function
4674
4675 { MethodType=Property DesignTime=False }
4676 Procedure Set ComCaption String value
4677 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
4678 End_Procedure
4679
4680 { MethodType=Property DesignTime=False }
4681 Function ComDescriptionText Returns String
4682 String retVal
4683 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
4684 Function_Return retVal
4685 End_Function
4686
4687 { MethodType=Property DesignTime=False }
4688 Procedure Set ComDescriptionText String value
4689 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
4690 End_Procedure
4691
4692 { MethodType=Property DesignTime=False }
4693 Function ComId Returns Integer
4694 Integer retVal
4695 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
4696 Function_Return retVal
4697 End_Function
4698
4699 { MethodType=Property DesignTime=False }
4700 Procedure Set ComId Integer value
4701 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
4702 End_Procedure
4703
4704 { MethodType=Property DesignTime=False }
4705 Function ComParameter Returns String
4706 String retVal
4707 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
4708 Function_Return retVal
4709 End_Function
4710
4711 { MethodType=Property DesignTime=False }
4712 Procedure Set ComParameter String value
4713 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
4714 End_Procedure
4715
4716 { MethodType=Property DesignTime=False }
4717 Function ComShortcutText Returns String
4718 String retVal
4719 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
4720 Function_Return retVal
4721 End_Function
4722
4723 { MethodType=Property DesignTime=False }
4724 Procedure Set ComShortcutText String value
4725 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
4726 End_Procedure
4727
4728 { MethodType=Property DesignTime=False }
4729 Function ComTooltipText Returns String
4730 String retVal
4731 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
4732 Function_Return retVal
4733 End_Function
4734
4735 { MethodType=Property DesignTime=False }
4736 Procedure Set ComTooltipText String value
4737 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
4738 End_Procedure
4739
4740 { MethodType=Property DesignTime=False }
4741 Function ComVisible Returns Boolean
4742 Boolean retVal
4743 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
4744 Function_Return retVal
4745 End_Function
4746
4747 { MethodType=Property DesignTime=False }
4748 Procedure Set ComVisible Boolean value
4749 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
4750 End_Procedure
4751
4752 { MethodType=Property DesignTime=False }
4753 Function ComEnabled Returns Boolean
4754 Boolean retVal
4755 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
4756 Function_Return retVal
4757 End_Function
4758
4759 { MethodType=Property DesignTime=False }
4760 Procedure Set ComEnabled Boolean value
4761 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
4762 End_Procedure
4763
4764 { MethodType=Property DesignTime=False }
4765 Function ComIconId Returns Integer
4766 Integer retVal
4767 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
4768 Function_Return retVal
4769 End_Function
4770
4771 { MethodType=Property DesignTime=False }
4772 Procedure Set ComIconId Integer value
4773 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
4774 End_Procedure
4775
4776 { MethodType=Property DesignTime=False }
4777 Function ComDefaultItem Returns Boolean
4778 Boolean retVal
4779 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
4780 Function_Return retVal
4781 End_Function
4782
4783 { MethodType=Property DesignTime=False }
4784 Procedure Set ComDefaultItem Boolean value
4785 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
4786 End_Procedure
4787
4788 { MethodType=Property DesignTime=False }
4789 Function ComFlags Returns XTPControlFlags
4790 XTPControlFlags retVal
4791 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
4792 Function_Return retVal
4793 End_Function
4794
4795 { MethodType=Property DesignTime=False }
4796 Procedure Set ComFlags XTPControlFlags value
4797 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
4798 End_Procedure
4799
4800 { MethodType=Property DesignTime=False }
4801 Function ComCategory Returns String
4802 String retVal
4803 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
4804 Function_Return retVal
4805 End_Function
4806
4807 { MethodType=Property DesignTime=False }
4808 Procedure Set ComCategory String value
4809 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
4810 End_Procedure
4811
4812 { MethodType=Property DesignTime=False }
4813 Function ComHideFlags Returns XTPControlHideFlags
4814 XTPControlHideFlags retVal
4815 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
4816 Function_Return retVal
4817 End_Function
4818
4819 { MethodType=Property DesignTime=False }
4820 Procedure Set ComHideFlags XTPControlHideFlags value
4821 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
4822 End_Procedure
4823
4824 { MethodType=Property DesignTime=False }
4825 Function ComCloseSubMenuOnClick Returns Boolean
4826 Boolean retVal
4827 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
4828 Function_Return retVal
4829 End_Function
4830
4831 { MethodType=Property DesignTime=False }
4832 Procedure Set ComCloseSubMenuOnClick Boolean value
4833 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
4834 End_Procedure
4835
4836 { MethodType=Property DesignTime=False }
4837 Function ComAction Returns Variant
4838 Variant retVal
4839 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
4840 Function_Return retVal
4841 End_Function
4842
4843 { MethodType=Property DesignTime=False }
4844 Procedure Set ComAction Variant value
4845 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
4846 End_Procedure
4847
4848 { MethodType=Property DesignTime=False }
4849 Function ComExecuteOnPressInterval Returns Integer
4850 Integer retVal
4851 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
4852 Function_Return retVal
4853 End_Function
4854
4855 { MethodType=Property DesignTime=False }
4856 Procedure Set ComExecuteOnPressInterval Integer value
4857 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
4858 End_Procedure
4859
4860 { MethodType=Property DesignTime=False }
4861 Function ComWidth Returns Integer
4862 Integer retVal
4863 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
4864 Function_Return retVal
4865 End_Function
4866
4867 { MethodType=Property DesignTime=False }
4868 Procedure Set ComWidth Integer value
4869 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
4870 End_Procedure
4871
4872 { MethodType=Property DesignTime=False }
4873 Function ComHeight Returns Integer
4874 Integer retVal
4875 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
4876 Function_Return retVal
4877 End_Function
4878
4879 { MethodType=Property DesignTime=False }
4880 Procedure Set ComHeight Integer value
4881 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
4882 End_Procedure
4883
4884 { MethodType=Property DesignTime=False }
4885 Function ComStyle Returns XTPButtonStyle
4886 XTPButtonStyle retVal
4887 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
4888 Function_Return retVal
4889 End_Function
4890
4891 { MethodType=Property DesignTime=False }
4892 Procedure Set ComStyle XTPButtonStyle value
4893 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
4894 End_Procedure
4895
4896 { MethodType=Property DesignTime=False }
4897 Function ComKeyboardTip Returns String
4898 String retVal
4899 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
4900 Function_Return retVal
4901 End_Function
4902
4903 { MethodType=Property DesignTime=False }
4904 Procedure Set ComKeyboardTip String value
4905 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
4906 End_Procedure
4907
4908 { MethodType=Property DesignTime=False }
4909 Function ComControls Returns Variant
4910 Handle hDispatchDriver
4911 Variant retVal
4912 Get phDispatchDriver to hDispatchDriver
4913 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
4914 Function_Return retVal
4915 End_Function
4916
4917 { MethodType=Property DesignTime=False }
4918 Function ComParent Returns Variant
4919 Handle hDispatchDriver
4920 Variant retVal
4921 Get phDispatchDriver to hDispatchDriver
4922 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
4923 Function_Return retVal
4924 End_Function
4925
4926 { MethodType=Property DesignTime=False }
4927 Function ComIndex Returns Integer
4928 Handle hDispatchDriver
4929 Integer retVal
4930 Get phDispatchDriver to hDispatchDriver
4931 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
4932 Function_Return retVal
4933 End_Function
4934
4935 { MethodType=Property DesignTime=False }
4936 Function ComType Returns XTPControlType
4937 Handle hDispatchDriver
4938 XTPControlType retVal
4939 Get phDispatchDriver to hDispatchDriver
4940 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
4941 Function_Return retVal
4942 End_Function
4943
4944 Procedure ComDelete
4945 Handle hDispatchDriver
4946 Get phDispatchDriver to hDispatchDriver
4947 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
4948 End_Procedure
4949
4950 Function ComCopy Variant llBar Variant llBefore Returns Variant
4951 Handle hDispatchDriver
4952 Variant retVal
4953 Get phDispatchDriver to hDispatchDriver
4954 Send PrepareParams to hDispatchDriver 2
4955 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
4956 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
4957 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
4958 Function_Return retVal
4959 End_Function
4960
4961 Procedure ComSetFocus
4962 Handle hDispatchDriver
4963 Get phDispatchDriver to hDispatchDriver
4964 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
4965 End_Procedure
4966
4967 Procedure ComExecute
4968 Handle hDispatchDriver
4969 Get phDispatchDriver to hDispatchDriver
4970 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
4971 End_Procedure
4972
4973 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
4974 Handle hDispatchDriver
4975 Get phDispatchDriver to hDispatchDriver
4976 Send PrepareParams to hDispatchDriver 4
4977 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
4978 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
4979 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
4980 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
4981 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
4982 End_Procedure
4983
4984 { MethodType=Property DesignTime=False }
4985 Function ComRibbonGroup Returns Variant
4986 Handle hDispatchDriver
4987 Variant retVal
4988 Get phDispatchDriver to hDispatchDriver
4989 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
4990 Function_Return retVal
4991 End_Function
4992
4993 Procedure ComReset
4994 Handle hDispatchDriver
4995 Get phDispatchDriver to hDispatchDriver
4996 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
4997 End_Procedure
4998
4999 { MethodType=Property DesignTime=False }
5000 Function ComTop Returns Integer
5001 Handle hDispatchDriver
5002 Integer retVal
5003 Get phDispatchDriver to hDispatchDriver
5004 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
5005 Function_Return retVal
5006 End_Function
5007
5008 { MethodType=Property DesignTime=False }
5009 Function ComLeft Returns Integer
5010 Handle hDispatchDriver
5011 Integer retVal
5012 Get phDispatchDriver to hDispatchDriver
5013 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
5014 Function_Return retVal
5015 End_Function
5016
5017 Function ComClone Variant llRecursive Returns Variant
5018 Handle hDispatchDriver
5019 Variant retVal
5020 Get phDispatchDriver to hDispatchDriver
5021 Send PrepareParams to hDispatchDriver 1
5022 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
5023 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
5024 Function_Return retVal
5025 End_Function
5026
5027 Procedure ComSetIconSize Integer llcx Integer llcy
5028 Handle hDispatchDriver
5029 Get phDispatchDriver to hDispatchDriver
5030 Send PrepareParams to hDispatchDriver 2
5031 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
5032 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
5033 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
5034 End_Procedure
5035End_Class
5036
5037// CoClass
5038// CLSID: {FA3CCE94-B90A-44F8-86C2-B28D4540ABFA}
5039{ ClassLibrary=Windows }
5040Class cCJCommandBarCheckBox is a cComAutomationObject
5041 Import_Class_Protocol cCJICommandBarCheckBox
5042
5043 Procedure Construct_Object
5044 Forward Send Construct_Object
5045 Set peAutoCreate to acNoAutoCreate
5046 End_Procedure
5047End_Class
5048
5049// CLSID: {03C5E982-7A03-46D9-B095-9FB1F825530D}
5050Class cCJICommandBarEdit is a Mixin
5051
5052 { MethodType=Property DesignTime=False }
5053 Function ComChecked Returns Boolean
5054 Boolean retVal
5055 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
5056 Function_Return retVal
5057 End_Function
5058
5059 { MethodType=Property DesignTime=False }
5060 Procedure Set ComChecked Boolean value
5061 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
5062 End_Procedure
5063
5064 { MethodType=Property DesignTime=False }
5065 Function ComBeginGroup Returns Boolean
5066 Boolean retVal
5067 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
5068 Function_Return retVal
5069 End_Function
5070
5071 { MethodType=Property DesignTime=False }
5072 Procedure Set ComBeginGroup Boolean value
5073 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
5074 End_Procedure
5075
5076 { MethodType=Property DesignTime=False }
5077 Function ComCaption Returns String
5078 String retVal
5079 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
5080 Function_Return retVal
5081 End_Function
5082
5083 { MethodType=Property DesignTime=False }
5084 Procedure Set ComCaption String value
5085 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
5086 End_Procedure
5087
5088 { MethodType=Property DesignTime=False }
5089 Function ComDescriptionText Returns String
5090 String retVal
5091 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
5092 Function_Return retVal
5093 End_Function
5094
5095 { MethodType=Property DesignTime=False }
5096 Procedure Set ComDescriptionText String value
5097 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
5098 End_Procedure
5099
5100 { MethodType=Property DesignTime=False }
5101 Function ComId Returns Integer
5102 Integer retVal
5103 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
5104 Function_Return retVal
5105 End_Function
5106
5107 { MethodType=Property DesignTime=False }
5108 Procedure Set ComId Integer value
5109 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
5110 End_Procedure
5111
5112 { MethodType=Property DesignTime=False }
5113 Function ComParameter Returns String
5114 String retVal
5115 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
5116 Function_Return retVal
5117 End_Function
5118
5119 { MethodType=Property DesignTime=False }
5120 Procedure Set ComParameter String value
5121 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
5122 End_Procedure
5123
5124 { MethodType=Property DesignTime=False }
5125 Function ComShortcutText Returns String
5126 String retVal
5127 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
5128 Function_Return retVal
5129 End_Function
5130
5131 { MethodType=Property DesignTime=False }
5132 Procedure Set ComShortcutText String value
5133 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
5134 End_Procedure
5135
5136 { MethodType=Property DesignTime=False }
5137 Function ComTooltipText Returns String
5138 String retVal
5139 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
5140 Function_Return retVal
5141 End_Function
5142
5143 { MethodType=Property DesignTime=False }
5144 Procedure Set ComTooltipText String value
5145 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
5146 End_Procedure
5147
5148 { MethodType=Property DesignTime=False }
5149 Function ComVisible Returns Boolean
5150 Boolean retVal
5151 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
5152 Function_Return retVal
5153 End_Function
5154
5155 { MethodType=Property DesignTime=False }
5156 Procedure Set ComVisible Boolean value
5157 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
5158 End_Procedure
5159
5160 { MethodType=Property DesignTime=False }
5161 Function ComEnabled Returns Boolean
5162 Boolean retVal
5163 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
5164 Function_Return retVal
5165 End_Function
5166
5167 { MethodType=Property DesignTime=False }
5168 Procedure Set ComEnabled Boolean value
5169 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
5170 End_Procedure
5171
5172 { MethodType=Property DesignTime=False }
5173 Function ComIconId Returns Integer
5174 Integer retVal
5175 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
5176 Function_Return retVal
5177 End_Function
5178
5179 { MethodType=Property DesignTime=False }
5180 Procedure Set ComIconId Integer value
5181 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
5182 End_Procedure
5183
5184 { MethodType=Property DesignTime=False }
5185 Function ComDefaultItem Returns Boolean
5186 Boolean retVal
5187 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
5188 Function_Return retVal
5189 End_Function
5190
5191 { MethodType=Property DesignTime=False }
5192 Procedure Set ComDefaultItem Boolean value
5193 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
5194 End_Procedure
5195
5196 { MethodType=Property DesignTime=False }
5197 Function ComFlags Returns XTPControlFlags
5198 XTPControlFlags retVal
5199 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
5200 Function_Return retVal
5201 End_Function
5202
5203 { MethodType=Property DesignTime=False }
5204 Procedure Set ComFlags XTPControlFlags value
5205 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
5206 End_Procedure
5207
5208 { MethodType=Property DesignTime=False }
5209 Function ComCategory Returns String
5210 String retVal
5211 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
5212 Function_Return retVal
5213 End_Function
5214
5215 { MethodType=Property DesignTime=False }
5216 Procedure Set ComCategory String value
5217 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
5218 End_Procedure
5219
5220 { MethodType=Property DesignTime=False }
5221 Function ComHideFlags Returns XTPControlHideFlags
5222 XTPControlHideFlags retVal
5223 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
5224 Function_Return retVal
5225 End_Function
5226
5227 { MethodType=Property DesignTime=False }
5228 Procedure Set ComHideFlags XTPControlHideFlags value
5229 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
5230 End_Procedure
5231
5232 { MethodType=Property DesignTime=False }
5233 Function ComCloseSubMenuOnClick Returns Boolean
5234 Boolean retVal
5235 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
5236 Function_Return retVal
5237 End_Function
5238
5239 { MethodType=Property DesignTime=False }
5240 Procedure Set ComCloseSubMenuOnClick Boolean value
5241 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
5242 End_Procedure
5243
5244 { MethodType=Property DesignTime=False }
5245 Function ComAction Returns Variant
5246 Variant retVal
5247 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
5248 Function_Return retVal
5249 End_Function
5250
5251 { MethodType=Property DesignTime=False }
5252 Procedure Set ComAction Variant value
5253 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
5254 End_Procedure
5255
5256 { MethodType=Property DesignTime=False }
5257 Function ComExecuteOnPressInterval Returns Integer
5258 Integer retVal
5259 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
5260 Function_Return retVal
5261 End_Function
5262
5263 { MethodType=Property DesignTime=False }
5264 Procedure Set ComExecuteOnPressInterval Integer value
5265 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
5266 End_Procedure
5267
5268 { MethodType=Property DesignTime=False }
5269 Function ComWidth Returns Integer
5270 Integer retVal
5271 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
5272 Function_Return retVal
5273 End_Function
5274
5275 { MethodType=Property DesignTime=False }
5276 Procedure Set ComWidth Integer value
5277 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
5278 End_Procedure
5279
5280 { MethodType=Property DesignTime=False }
5281 Function ComHeight Returns Integer
5282 Integer retVal
5283 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
5284 Function_Return retVal
5285 End_Function
5286
5287 { MethodType=Property DesignTime=False }
5288 Procedure Set ComHeight Integer value
5289 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
5290 End_Procedure
5291
5292 { MethodType=Property DesignTime=False }
5293 Function ComStyle Returns XTPButtonStyle
5294 XTPButtonStyle retVal
5295 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
5296 Function_Return retVal
5297 End_Function
5298
5299 { MethodType=Property DesignTime=False }
5300 Procedure Set ComStyle XTPButtonStyle value
5301 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
5302 End_Procedure
5303
5304 { MethodType=Property DesignTime=False }
5305 Function ComKeyboardTip Returns String
5306 String retVal
5307 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
5308 Function_Return retVal
5309 End_Function
5310
5311 { MethodType=Property DesignTime=False }
5312 Procedure Set ComKeyboardTip String value
5313 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
5314 End_Procedure
5315
5316 { MethodType=Property DesignTime=False }
5317 Function ComShowLabel Returns Boolean
5318 Boolean retVal
5319 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal
5320 Function_Return retVal
5321 End_Function
5322
5323 { MethodType=Property DesignTime=False }
5324 Procedure Set ComShowLabel Boolean value
5325 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value
5326 End_Procedure
5327
5328 { MethodType=Property DesignTime=False }
5329 Function ComText Returns String
5330 String retVal
5331 Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to retVal
5332 Function_Return retVal
5333 End_Function
5334
5335 { MethodType=Property DesignTime=False }
5336 Procedure Set ComText String value
5337 Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to value
5338 End_Procedure
5339
5340 { MethodType=Property DesignTime=False }
5341 Function ComReadOnly Returns Boolean
5342 Boolean retVal
5343 Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to retVal
5344 Function_Return retVal
5345 End_Function
5346
5347 { MethodType=Property DesignTime=False }
5348 Procedure Set ComReadOnly Boolean value
5349 Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to value
5350 End_Procedure
5351
5352 { MethodType=Property DesignTime=False }
5353 Function ComEditHint Returns String
5354 String retVal
5355 Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to retVal
5356 Function_Return retVal
5357 End_Function
5358
5359 { MethodType=Property DesignTime=False }
5360 Procedure Set ComEditHint String value
5361 Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to value
5362 End_Procedure
5363
5364 { MethodType=Property DesignTime=False }
5365 Function ComShellAutoComplete Returns XTPShellAutoCompleteFlags
5366 XTPShellAutoCompleteFlags retVal
5367 Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to retVal
5368 Function_Return retVal
5369 End_Function
5370
5371 { MethodType=Property DesignTime=False }
5372 Procedure Set ComShellAutoComplete XTPShellAutoCompleteFlags value
5373 Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to value
5374 End_Procedure
5375
5376 { MethodType=Property DesignTime=False }
5377 Function ComEditIconId Returns Integer
5378 Integer retVal
5379 Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to retVal
5380 Function_Return retVal
5381 End_Function
5382
5383 { MethodType=Property DesignTime=False }
5384 Procedure Set ComEditIconId Integer value
5385 Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to value
5386 End_Procedure
5387
5388 { MethodType=Property DesignTime=False }
5389 Function ComEditStyle Returns XTPCommandBarEditStyle
5390 XTPCommandBarEditStyle retVal
5391 Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to retVal
5392 Function_Return retVal
5393 End_Function
5394
5395 { MethodType=Property DesignTime=False }
5396 Procedure Set ComEditStyle XTPCommandBarEditStyle value
5397 Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to value
5398 End_Procedure
5399
5400 { MethodType=Property DesignTime=False }
5401 Function ComShowSpinButtons Returns Boolean
5402 Boolean retVal
5403 Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to retVal
5404 Function_Return retVal
5405 End_Function
5406
5407 { MethodType=Property DesignTime=False }
5408 Procedure Set ComShowSpinButtons Boolean value
5409 Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to value
5410 End_Procedure
5411
5412 { MethodType=Property DesignTime=False }
5413 Function ComTextLimit Returns Integer
5414 Integer retVal
5415 Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal
5416 Function_Return retVal
5417 End_Function
5418
5419 { MethodType=Property DesignTime=False }
5420 Procedure Set ComTextLimit Integer value
5421 Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value
5422 End_Procedure
5423
5424 { MethodType=Property DesignTime=False }
5425 Function ComControls Returns Variant
5426 Handle hDispatchDriver
5427 Variant retVal
5428 Get phDispatchDriver to hDispatchDriver
5429 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
5430 Function_Return retVal
5431 End_Function
5432
5433 { MethodType=Property DesignTime=False }
5434 Function ComParent Returns Variant
5435 Handle hDispatchDriver
5436 Variant retVal
5437 Get phDispatchDriver to hDispatchDriver
5438 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
5439 Function_Return retVal
5440 End_Function
5441
5442 { MethodType=Property DesignTime=False }
5443 Function ComIndex Returns Integer
5444 Handle hDispatchDriver
5445 Integer retVal
5446 Get phDispatchDriver to hDispatchDriver
5447 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
5448 Function_Return retVal
5449 End_Function
5450
5451 { MethodType=Property DesignTime=False }
5452 Function ComType Returns XTPControlType
5453 Handle hDispatchDriver
5454 XTPControlType retVal
5455 Get phDispatchDriver to hDispatchDriver
5456 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
5457 Function_Return retVal
5458 End_Function
5459
5460 Procedure ComDelete
5461 Handle hDispatchDriver
5462 Get phDispatchDriver to hDispatchDriver
5463 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
5464 End_Procedure
5465
5466 Function ComCopy Variant llBar Variant llBefore Returns Variant
5467 Handle hDispatchDriver
5468 Variant retVal
5469 Get phDispatchDriver to hDispatchDriver
5470 Send PrepareParams to hDispatchDriver 2
5471 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
5472 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
5473 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
5474 Function_Return retVal
5475 End_Function
5476
5477 Procedure ComSetFocus
5478 Handle hDispatchDriver
5479 Get phDispatchDriver to hDispatchDriver
5480 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
5481 End_Procedure
5482
5483 Procedure ComExecute
5484 Handle hDispatchDriver
5485 Get phDispatchDriver to hDispatchDriver
5486 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
5487 End_Procedure
5488
5489 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
5490 Handle hDispatchDriver
5491 Get phDispatchDriver to hDispatchDriver
5492 Send PrepareParams to hDispatchDriver 4
5493 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
5494 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
5495 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
5496 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
5497 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
5498 End_Procedure
5499
5500 { MethodType=Property DesignTime=False }
5501 Function ComRibbonGroup Returns Variant
5502 Handle hDispatchDriver
5503 Variant retVal
5504 Get phDispatchDriver to hDispatchDriver
5505 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
5506 Function_Return retVal
5507 End_Function
5508
5509 Procedure ComReset
5510 Handle hDispatchDriver
5511 Get phDispatchDriver to hDispatchDriver
5512 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
5513 End_Procedure
5514
5515 { MethodType=Property DesignTime=False }
5516 Function ComTop Returns Integer
5517 Handle hDispatchDriver
5518 Integer retVal
5519 Get phDispatchDriver to hDispatchDriver
5520 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
5521 Function_Return retVal
5522 End_Function
5523
5524 { MethodType=Property DesignTime=False }
5525 Function ComLeft Returns Integer
5526 Handle hDispatchDriver
5527 Integer retVal
5528 Get phDispatchDriver to hDispatchDriver
5529 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
5530 Function_Return retVal
5531 End_Function
5532
5533 Function ComClone Variant llRecursive Returns Variant
5534 Handle hDispatchDriver
5535 Variant retVal
5536 Get phDispatchDriver to hDispatchDriver
5537 Send PrepareParams to hDispatchDriver 1
5538 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
5539 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
5540 Function_Return retVal
5541 End_Function
5542
5543 Procedure ComSetIconSize Integer llcx Integer llcy
5544 Handle hDispatchDriver
5545 Get phDispatchDriver to hDispatchDriver
5546 Send PrepareParams to hDispatchDriver 2
5547 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
5548 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
5549 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
5550 End_Procedure
5551
5552 { MethodType=Property DesignTime=False }
5553 Function ComEditHandle Returns OLE_HANDLE
5554 Handle hDispatchDriver
5555 OLE_HANDLE retVal
5556 Get phDispatchDriver to hDispatchDriver
5557 Get InvokeComMethod of hDispatchDriver 63 OLE_VT_I4 to retVal
5558 Function_Return retVal
5559 End_Function
5560
5561 { MethodType=Property DesignTime=False }
5562 Function ComHasFocus Returns Boolean
5563 Handle hDispatchDriver
5564 Boolean retVal
5565 Get phDispatchDriver to hDispatchDriver
5566 Get InvokeComMethod of hDispatchDriver 66 OLE_VT_BOOL to retVal
5567 Function_Return retVal
5568 End_Function
5569End_Class
5570
5571// CoClass
5572// CLSID: {7EA9957E-3096-4792-B180-D404D55E8532}
5573{ ClassLibrary=Windows }
5574Class cCJCommandBarEdit is a cComAutomationObject
5575 Import_Class_Protocol cCJICommandBarEdit
5576
5577 Procedure Construct_Object
5578 Forward Send Construct_Object
5579 Set peAutoCreate to acNoAutoCreate
5580 End_Procedure
5581End_Class
5582
5583// CLSID: {A5CE0F75-CB1F-40FD-B073-4BC151A5205F}
5584Class cCJICommandBarControlCustom is a Mixin
5585
5586 { MethodType=Property DesignTime=False }
5587 Function ComChecked Returns Boolean
5588 Boolean retVal
5589 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
5590 Function_Return retVal
5591 End_Function
5592
5593 { MethodType=Property DesignTime=False }
5594 Procedure Set ComChecked Boolean value
5595 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
5596 End_Procedure
5597
5598 { MethodType=Property DesignTime=False }
5599 Function ComBeginGroup Returns Boolean
5600 Boolean retVal
5601 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
5602 Function_Return retVal
5603 End_Function
5604
5605 { MethodType=Property DesignTime=False }
5606 Procedure Set ComBeginGroup Boolean value
5607 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
5608 End_Procedure
5609
5610 { MethodType=Property DesignTime=False }
5611 Function ComCaption Returns String
5612 String retVal
5613 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
5614 Function_Return retVal
5615 End_Function
5616
5617 { MethodType=Property DesignTime=False }
5618 Procedure Set ComCaption String value
5619 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
5620 End_Procedure
5621
5622 { MethodType=Property DesignTime=False }
5623 Function ComDescriptionText Returns String
5624 String retVal
5625 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
5626 Function_Return retVal
5627 End_Function
5628
5629 { MethodType=Property DesignTime=False }
5630 Procedure Set ComDescriptionText String value
5631 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
5632 End_Procedure
5633
5634 { MethodType=Property DesignTime=False }
5635 Function ComId Returns Integer
5636 Integer retVal
5637 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
5638 Function_Return retVal
5639 End_Function
5640
5641 { MethodType=Property DesignTime=False }
5642 Procedure Set ComId Integer value
5643 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
5644 End_Procedure
5645
5646 { MethodType=Property DesignTime=False }
5647 Function ComParameter Returns String
5648 String retVal
5649 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
5650 Function_Return retVal
5651 End_Function
5652
5653 { MethodType=Property DesignTime=False }
5654 Procedure Set ComParameter String value
5655 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
5656 End_Procedure
5657
5658 { MethodType=Property DesignTime=False }
5659 Function ComShortcutText Returns String
5660 String retVal
5661 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
5662 Function_Return retVal
5663 End_Function
5664
5665 { MethodType=Property DesignTime=False }
5666 Procedure Set ComShortcutText String value
5667 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
5668 End_Procedure
5669
5670 { MethodType=Property DesignTime=False }
5671 Function ComTooltipText Returns String
5672 String retVal
5673 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
5674 Function_Return retVal
5675 End_Function
5676
5677 { MethodType=Property DesignTime=False }
5678 Procedure Set ComTooltipText String value
5679 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
5680 End_Procedure
5681
5682 { MethodType=Property DesignTime=False }
5683 Function ComVisible Returns Boolean
5684 Boolean retVal
5685 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
5686 Function_Return retVal
5687 End_Function
5688
5689 { MethodType=Property DesignTime=False }
5690 Procedure Set ComVisible Boolean value
5691 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
5692 End_Procedure
5693
5694 { MethodType=Property DesignTime=False }
5695 Function ComEnabled Returns Boolean
5696 Boolean retVal
5697 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
5698 Function_Return retVal
5699 End_Function
5700
5701 { MethodType=Property DesignTime=False }
5702 Procedure Set ComEnabled Boolean value
5703 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
5704 End_Procedure
5705
5706 { MethodType=Property DesignTime=False }
5707 Function ComIconId Returns Integer
5708 Integer retVal
5709 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
5710 Function_Return retVal
5711 End_Function
5712
5713 { MethodType=Property DesignTime=False }
5714 Procedure Set ComIconId Integer value
5715 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
5716 End_Procedure
5717
5718 { MethodType=Property DesignTime=False }
5719 Function ComDefaultItem Returns Boolean
5720 Boolean retVal
5721 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
5722 Function_Return retVal
5723 End_Function
5724
5725 { MethodType=Property DesignTime=False }
5726 Procedure Set ComDefaultItem Boolean value
5727 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
5728 End_Procedure
5729
5730 { MethodType=Property DesignTime=False }
5731 Function ComFlags Returns XTPControlFlags
5732 XTPControlFlags retVal
5733 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
5734 Function_Return retVal
5735 End_Function
5736
5737 { MethodType=Property DesignTime=False }
5738 Procedure Set ComFlags XTPControlFlags value
5739 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
5740 End_Procedure
5741
5742 { MethodType=Property DesignTime=False }
5743 Function ComCategory Returns String
5744 String retVal
5745 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
5746 Function_Return retVal
5747 End_Function
5748
5749 { MethodType=Property DesignTime=False }
5750 Procedure Set ComCategory String value
5751 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
5752 End_Procedure
5753
5754 { MethodType=Property DesignTime=False }
5755 Function ComHideFlags Returns XTPControlHideFlags
5756 XTPControlHideFlags retVal
5757 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
5758 Function_Return retVal
5759 End_Function
5760
5761 { MethodType=Property DesignTime=False }
5762 Procedure Set ComHideFlags XTPControlHideFlags value
5763 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
5764 End_Procedure
5765
5766 { MethodType=Property DesignTime=False }
5767 Function ComCloseSubMenuOnClick Returns Boolean
5768 Boolean retVal
5769 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
5770 Function_Return retVal
5771 End_Function
5772
5773 { MethodType=Property DesignTime=False }
5774 Procedure Set ComCloseSubMenuOnClick Boolean value
5775 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
5776 End_Procedure
5777
5778 { MethodType=Property DesignTime=False }
5779 Function ComAction Returns Variant
5780 Variant retVal
5781 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
5782 Function_Return retVal
5783 End_Function
5784
5785 { MethodType=Property DesignTime=False }
5786 Procedure Set ComAction Variant value
5787 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
5788 End_Procedure
5789
5790 { MethodType=Property DesignTime=False }
5791 Function ComExecuteOnPressInterval Returns Integer
5792 Integer retVal
5793 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
5794 Function_Return retVal
5795 End_Function
5796
5797 { MethodType=Property DesignTime=False }
5798 Procedure Set ComExecuteOnPressInterval Integer value
5799 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
5800 End_Procedure
5801
5802 { MethodType=Property DesignTime=False }
5803 Function ComWidth Returns Integer
5804 Integer retVal
5805 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
5806 Function_Return retVal
5807 End_Function
5808
5809 { MethodType=Property DesignTime=False }
5810 Procedure Set ComWidth Integer value
5811 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
5812 End_Procedure
5813
5814 { MethodType=Property DesignTime=False }
5815 Function ComHeight Returns Integer
5816 Integer retVal
5817 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
5818 Function_Return retVal
5819 End_Function
5820
5821 { MethodType=Property DesignTime=False }
5822 Procedure Set ComHeight Integer value
5823 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
5824 End_Procedure
5825
5826 { MethodType=Property DesignTime=False }
5827 Function ComStyle Returns XTPButtonStyle
5828 XTPButtonStyle retVal
5829 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
5830 Function_Return retVal
5831 End_Function
5832
5833 { MethodType=Property DesignTime=False }
5834 Procedure Set ComStyle XTPButtonStyle value
5835 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
5836 End_Procedure
5837
5838 { MethodType=Property DesignTime=False }
5839 Function ComKeyboardTip Returns String
5840 String retVal
5841 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
5842 Function_Return retVal
5843 End_Function
5844
5845 { MethodType=Property DesignTime=False }
5846 Procedure Set ComKeyboardTip String value
5847 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
5848 End_Procedure
5849
5850 { MethodType=Property DesignTime=False }
5851 Function ComHandle Returns Integer
5852 Integer retVal
5853 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal
5854 Function_Return retVal
5855 End_Function
5856
5857 { MethodType=Property DesignTime=False }
5858 Procedure Set ComHandle Integer value
5859 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value
5860 End_Procedure
5861
5862 { MethodType=Property DesignTime=False }
5863 Function ComVerticalOptions Returns XTPControlCustomVerticalOptions
5864 XTPControlCustomVerticalOptions retVal
5865 Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal
5866 Function_Return retVal
5867 End_Function
5868
5869 { MethodType=Property DesignTime=False }
5870 Procedure Set ComVerticalOptions XTPControlCustomVerticalOptions value
5871 Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value
5872 End_Procedure
5873
5874 { MethodType=Property DesignTime=False }
5875 Function ComControls Returns Variant
5876 Handle hDispatchDriver
5877 Variant retVal
5878 Get phDispatchDriver to hDispatchDriver
5879 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
5880 Function_Return retVal
5881 End_Function
5882
5883 { MethodType=Property DesignTime=False }
5884 Function ComParent Returns Variant
5885 Handle hDispatchDriver
5886 Variant retVal
5887 Get phDispatchDriver to hDispatchDriver
5888 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
5889 Function_Return retVal
5890 End_Function
5891
5892 { MethodType=Property DesignTime=False }
5893 Function ComIndex Returns Integer
5894 Handle hDispatchDriver
5895 Integer retVal
5896 Get phDispatchDriver to hDispatchDriver
5897 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
5898 Function_Return retVal
5899 End_Function
5900
5901 { MethodType=Property DesignTime=False }
5902 Function ComType Returns XTPControlType
5903 Handle hDispatchDriver
5904 XTPControlType retVal
5905 Get phDispatchDriver to hDispatchDriver
5906 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
5907 Function_Return retVal
5908 End_Function
5909
5910 Procedure ComDelete
5911 Handle hDispatchDriver
5912 Get phDispatchDriver to hDispatchDriver
5913 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
5914 End_Procedure
5915
5916 Function ComCopy Variant llBar Variant llBefore Returns Variant
5917 Handle hDispatchDriver
5918 Variant retVal
5919 Get phDispatchDriver to hDispatchDriver
5920 Send PrepareParams to hDispatchDriver 2
5921 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
5922 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
5923 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
5924 Function_Return retVal
5925 End_Function
5926
5927 Procedure ComSetFocus
5928 Handle hDispatchDriver
5929 Get phDispatchDriver to hDispatchDriver
5930 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
5931 End_Procedure
5932
5933 Procedure ComExecute
5934 Handle hDispatchDriver
5935 Get phDispatchDriver to hDispatchDriver
5936 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
5937 End_Procedure
5938
5939 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
5940 Handle hDispatchDriver
5941 Get phDispatchDriver to hDispatchDriver
5942 Send PrepareParams to hDispatchDriver 4
5943 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
5944 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
5945 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
5946 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
5947 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
5948 End_Procedure
5949
5950 { MethodType=Property DesignTime=False }
5951 Function ComRibbonGroup Returns Variant
5952 Handle hDispatchDriver
5953 Variant retVal
5954 Get phDispatchDriver to hDispatchDriver
5955 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
5956 Function_Return retVal
5957 End_Function
5958
5959 Procedure ComReset
5960 Handle hDispatchDriver
5961 Get phDispatchDriver to hDispatchDriver
5962 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
5963 End_Procedure
5964
5965 { MethodType=Property DesignTime=False }
5966 Function ComTop Returns Integer
5967 Handle hDispatchDriver
5968 Integer retVal
5969 Get phDispatchDriver to hDispatchDriver
5970 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
5971 Function_Return retVal
5972 End_Function
5973
5974 { MethodType=Property DesignTime=False }
5975 Function ComLeft Returns Integer
5976 Handle hDispatchDriver
5977 Integer retVal
5978 Get phDispatchDriver to hDispatchDriver
5979 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
5980 Function_Return retVal
5981 End_Function
5982
5983 Function ComClone Variant llRecursive Returns Variant
5984 Handle hDispatchDriver
5985 Variant retVal
5986 Get phDispatchDriver to hDispatchDriver
5987 Send PrepareParams to hDispatchDriver 1
5988 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
5989 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
5990 Function_Return retVal
5991 End_Function
5992
5993 Procedure ComSetIconSize Integer llcx Integer llcy
5994 Handle hDispatchDriver
5995 Get phDispatchDriver to hDispatchDriver
5996 Send PrepareParams to hDispatchDriver 2
5997 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
5998 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
5999 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
6000 End_Procedure
6001
6002 Procedure ComSetSize Integer llcx Integer llcy
6003 Handle hDispatchDriver
6004 Get phDispatchDriver to hDispatchDriver
6005 Send PrepareParams to hDispatchDriver 2
6006 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
6007 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
6008 Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID
6009 End_Procedure
6010End_Class
6011
6012// CoClass
6013// CLSID: {1119957E-3096-4792-B180-D404D55E8532}
6014{ ClassLibrary=Windows }
6015Class cCJCommandBarControlCustom is a cComAutomationObject
6016 Import_Class_Protocol cCJICommandBarControlCustom
6017
6018 Procedure Construct_Object
6019 Forward Send Construct_Object
6020 Set peAutoCreate to acNoAutoCreate
6021 End_Procedure
6022End_Class
6023
6024// CLSID: {D87BCC77-27BF-4CB1-9ABF-1788D9835223}
6025Class cCJICommandBarControls is a Mixin
6026
6027 // Gets the number of controls in the collection.
6028 { MethodType=Property DesignTime=False }
6029 Function ComCount Returns Integer
6030 Handle hDispatchDriver
6031 Integer retVal
6032 Get phDispatchDriver to hDispatchDriver
6033 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
6034 Function_Return retVal
6035 End_Function
6036
6037 // Gets an item from the collection by its index.
6038 { MethodType=Property DesignTime=False }
6039 Function ComItem Integer llIndex Returns Variant
6040 Handle hDispatchDriver
6041 Variant retVal
6042 Get phDispatchDriver to hDispatchDriver
6043 Send PrepareParams to hDispatchDriver 1
6044 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
6045 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
6046 Function_Return retVal
6047 End_Function
6048
6049 { MethodType=Property DesignTime=False }
6050 Function Com_NewEnum Returns Variant
6051 Handle hDispatchDriver
6052 Variant retVal
6053 Get phDispatchDriver to hDispatchDriver
6054 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
6055 Function_Return retVal
6056 End_Function
6057
6058 // Adds a new command bar control to the collection.
6059 Function ComAdd XTPControlType llType Integer llId String llCaption Variant llBefore Variant llTemporary Returns Variant
6060 Handle hDispatchDriver
6061 Variant retVal
6062 Get phDispatchDriver to hDispatchDriver
6063 Send PrepareParams to hDispatchDriver 5
6064 Send DefineParam to hDispatchDriver OLE_VT_I4 llType
6065 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
6066 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
6067 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
6068 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTemporary
6069 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
6070 Function_Return retVal
6071 End_Function
6072
6073 // Gets the popup control representing the parent of the command bar
6074 { MethodType=Property DesignTime=False }
6075 Function ComParent Returns Variant
6076 Handle hDispatchDriver
6077 Variant retVal
6078 Get phDispatchDriver to hDispatchDriver
6079 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal
6080 Function_Return retVal
6081 End_Function
6082
6083 // Finds the specified control
6084 Function ComFind Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
6085 Handle hDispatchDriver
6086 Variant retVal
6087 Get phDispatchDriver to hDispatchDriver
6088 Send PrepareParams to hDispatchDriver 4
6089 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
6090 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
6091 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
6092 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
6093 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
6094 Function_Return retVal
6095 End_Function
6096
6097 // Deletes all of the command bar controls from the collection
6098 Procedure ComDeleteAll
6099 Handle hDispatchDriver
6100 Get phDispatchDriver to hDispatchDriver
6101 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
6102 End_Procedure
6103
6104 // Recreates original controls
6105 Procedure ComCreateOriginalControls
6106 Handle hDispatchDriver
6107 Get phDispatchDriver to hDispatchDriver
6108 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
6109 End_Procedure
6110
6111 // Retrieve original controls
6112 { MethodType=Property DesignTime=False }
6113 Function ComOriginalControls Returns Variant
6114 Handle hDispatchDriver
6115 Variant retVal
6116 Get phDispatchDriver to hDispatchDriver
6117 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal
6118 Function_Return retVal
6119 End_Function
6120
6121 Procedure ComAddControl Variant llControl Variant llBefore
6122 Handle hDispatchDriver
6123 Get phDispatchDriver to hDispatchDriver
6124 Send PrepareParams to hDispatchDriver 2
6125 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl
6126 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
6127 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
6128 End_Procedure
6129End_Class
6130
6131// CoClass
6132// CLSID: {803455AF-3543-4D3E-88F9-4F8822200142}
6133{ ClassLibrary=Windows }
6134Class cCJCommandBarControls is a cComAutomationObject
6135 Import_Class_Protocol cCJICommandBarControls
6136
6137 Procedure Construct_Object
6138 Forward Send Construct_Object
6139 Set peAutoCreate to acNoAutoCreate
6140 End_Procedure
6141End_Class
6142
6143// CLSID: {5BE5CC96-7369-4EAB-9B25-1D5C52916D86}
6144Class cCJIKeyBinding is a Mixin
6145
6146 { MethodType=Property DesignTime=False }
6147 Function ComCommand Returns Integer
6148 Integer retVal
6149 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
6150 Function_Return retVal
6151 End_Function
6152
6153 { MethodType=Property DesignTime=False }
6154 Procedure Set ComCommand Integer value
6155 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
6156 End_Procedure
6157
6158 { MethodType=Property DesignTime=False }
6159 Function ComShortcutText Returns String
6160 String retVal
6161 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal
6162 Function_Return retVal
6163 End_Function
6164
6165 { MethodType=Property DesignTime=False }
6166 Procedure Set ComShortcutText String value
6167 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value
6168 End_Procedure
6169End_Class
6170
6171// CoClass
6172// CLSID: {87644A92-EA68-4E0D-946F-45694C26F6BA}
6173{ ClassLibrary=Windows }
6174Class cCJKeyBinding is a cComAutomationObject
6175 Import_Class_Protocol cCJIKeyBinding
6176
6177 Procedure Construct_Object
6178 Forward Send Construct_Object
6179 Set peAutoCreate to acNoAutoCreate
6180 End_Procedure
6181End_Class
6182
6183// CLSID: {4BE5CC96-7369-4EAB-9B25-1D5C52916D86}
6184Class cCJIKeyBindings is a Mixin
6185
6186 { MethodType=Property DesignTime=False }
6187 Function ComUseSystemKeyNameText Returns Boolean
6188 Boolean retVal
6189 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
6190 Function_Return retVal
6191 End_Function
6192
6193 { MethodType=Property DesignTime=False }
6194 Procedure Set ComUseSystemKeyNameText Boolean value
6195 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
6196 End_Procedure
6197
6198 { MethodType=Property DesignTime=False }
6199 Function ComAllowDoubleKeyShortcuts Returns Boolean
6200 Boolean retVal
6201 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal
6202 Function_Return retVal
6203 End_Function
6204
6205 { MethodType=Property DesignTime=False }
6206 Procedure Set ComAllowDoubleKeyShortcuts Boolean value
6207 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value
6208 End_Procedure
6209
6210 { MethodType=Property DesignTime=False }
6211 Function ComEnabled Returns Boolean
6212 Boolean retVal
6213 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
6214 Function_Return retVal
6215 End_Function
6216
6217 { MethodType=Property DesignTime=False }
6218 Procedure Set ComEnabled Boolean value
6219 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
6220 End_Procedure
6221
6222 { MethodType=Property DesignTime=False }
6223 Function ComDisableOnCapture Returns Boolean
6224 Boolean retVal
6225 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
6226 Function_Return retVal
6227 End_Function
6228
6229 { MethodType=Property DesignTime=False }
6230 Procedure Set ComDisableOnCapture Boolean value
6231 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
6232 End_Procedure
6233
6234 Procedure ComAdd Integer llfVirt Integer llKey Integer llCommand
6235 Handle hDispatchDriver
6236 Get phDispatchDriver to hDispatchDriver
6237 Send PrepareParams to hDispatchDriver 3
6238 Send DefineParam to hDispatchDriver OLE_VT_I4 llfVirt
6239 Send DefineParam to hDispatchDriver OLE_VT_I4 llKey
6240 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
6241 Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID
6242 End_Procedure
6243
6244 Procedure ComAddShortcut Integer llCommand String llShortcut
6245 Handle hDispatchDriver
6246 Get phDispatchDriver to hDispatchDriver
6247 Send PrepareParams to hDispatchDriver 2
6248 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
6249 Send DefineParam to hDispatchDriver OLE_VT_BSTR llShortcut
6250 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
6251 End_Procedure
6252
6253 Procedure ComDeleteAll
6254 Handle hDispatchDriver
6255 Get phDispatchDriver to hDispatchDriver
6256 Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID
6257 End_Procedure
6258
6259 Procedure ComSetKeyNameText Integer llKey String llKeyName
6260 Handle hDispatchDriver
6261 Get phDispatchDriver to hDispatchDriver
6262 Send PrepareParams to hDispatchDriver 2
6263 Send DefineParam to hDispatchDriver OLE_VT_I4 llKey
6264 Send DefineParam to hDispatchDriver OLE_VT_BSTR llKeyName
6265 Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID
6266 End_Procedure
6267
6268 Procedure ComDelete Integer llCommand
6269 Handle hDispatchDriver
6270 Get phDispatchDriver to hDispatchDriver
6271 Send PrepareParams to hDispatchDriver 1
6272 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
6273 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
6274 End_Procedure
6275
6276 { MethodType=Property DesignTime=False }
6277 Function ComCount Returns Integer
6278 Handle hDispatchDriver
6279 Integer retVal
6280 Get phDispatchDriver to hDispatchDriver
6281 Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal
6282 Function_Return retVal
6283 End_Function
6284
6285 { MethodType=Property DesignTime=False }
6286 Function Com_NewEnum Returns Variant
6287 Handle hDispatchDriver
6288 Variant retVal
6289 Get phDispatchDriver to hDispatchDriver
6290 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
6291 Function_Return retVal
6292 End_Function
6293
6294 // Gets an item from the collection by its Id.
6295 { MethodType=Property DesignTime=False }
6296 Function ComShortcut Integer llIndex Returns Variant
6297 Handle hDispatchDriver
6298 Variant retVal
6299 Get phDispatchDriver to hDispatchDriver
6300 Send PrepareParams to hDispatchDriver 1
6301 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
6302 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
6303 Function_Return retVal
6304 End_Function
6305
6306 Function ComFindShortcut Integer llCommand Returns Variant
6307 Handle hDispatchDriver
6308 Variant retVal
6309 Get phDispatchDriver to hDispatchDriver
6310 Send PrepareParams to hDispatchDriver 1
6311 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
6312 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
6313 Function_Return retVal
6314 End_Function
6315End_Class
6316
6317// CLSID: {380A7B16-7BE8-42EC-870C-8849F5540F14}
6318Class cCJIKeyBindingsEvents is a Mixin
6319
6320 { MethodType=Event }
6321 Procedure OnComBeforeTranslate Integer llCommand Variant llCancel
6322 End_Procedure
6323
6324 { MethodType=Event }
6325 Procedure OnComBeforeAdd Integer llfVirt Integer llKey Integer llCommand Variant llCancel
6326 End_Procedure
6327
6328 { MethodType=Event }
6329 Procedure OnComBeforeRemove Integer llfVirt Integer llKey Integer llCommand Variant llCancel
6330 End_Procedure
6331
6332 { Visibility=Private }
6333 Procedure RegisterComEvents
6334 Send RegisterComEvent 1 msg_OnComBeforeTranslate
6335 Send RegisterComEvent 2 msg_OnComBeforeAdd
6336 Send RegisterComEvent 3 msg_OnComBeforeRemove
6337 End_Procedure
6338End_Class
6339
6340// CoClass
6341// CLSID: {CAA84A92-EA68-4E0D-946F-45694C26F6BA}
6342{ ClassLibrary=Windows }
6343Class cCJKeyBindings is a cComAutomationObject
6344 Import_Class_Protocol cCJIKeyBindings
6345 Import_Class_Protocol cCJIKeyBindingsEvents
6346
6347 Procedure Construct_Object
6348 Forward Send Construct_Object
6349 Set psEventId to "{380A7B16-7BE8-42EC-870C-8849F5540F14}"
6350 Set peAutoCreate to acNoAutoCreate
6351 End_Procedure
6352End_Class
6353
6354// CLSID: {EEC16077-A47F-42EC-B7E8-A5F09AA8DB20}
6355Class cCJICommandBarsOptions is a Mixin
6356
6357 { MethodType=Property DesignTime=False }
6358 Function ComAlwaysShowFullMenus Returns Boolean
6359 Boolean retVal
6360 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
6361 Function_Return retVal
6362 End_Function
6363
6364 { MethodType=Property DesignTime=False }
6365 Procedure Set ComAlwaysShowFullMenus Boolean value
6366 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
6367 End_Procedure
6368
6369 { MethodType=Property DesignTime=False }
6370 Function ComShowFullAfterDelay Returns Boolean
6371 Boolean retVal
6372 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal
6373 Function_Return retVal
6374 End_Function
6375
6376 { MethodType=Property DesignTime=False }
6377 Procedure Set ComShowFullAfterDelay Boolean value
6378 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value
6379 End_Procedure
6380
6381 { MethodType=Property DesignTime=False }
6382 Function ComToolBarScreenTips Returns Boolean
6383 Boolean retVal
6384 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
6385 Function_Return retVal
6386 End_Function
6387
6388 { MethodType=Property DesignTime=False }
6389 Procedure Set ComToolBarScreenTips Boolean value
6390 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
6391 End_Procedure
6392
6393 { MethodType=Property DesignTime=False }
6394 Function ComToolBarAccelTips Returns Boolean
6395 Boolean retVal
6396 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
6397 Function_Return retVal
6398 End_Function
6399
6400 { MethodType=Property DesignTime=False }
6401 Procedure Set ComToolBarAccelTips Boolean value
6402 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
6403 End_Procedure
6404
6405 { MethodType=Property DesignTime=False }
6406 Function ComLargeIcons Returns Boolean
6407 Boolean retVal
6408 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
6409 Function_Return retVal
6410 End_Function
6411
6412 { MethodType=Property DesignTime=False }
6413 Procedure Set ComLargeIcons Boolean value
6414 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
6415 End_Procedure
6416
6417 { MethodType=Property DesignTime=False }
6418 Function ComUseFadedIcons Returns Boolean
6419 Boolean retVal
6420 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal
6421 Function_Return retVal
6422 End_Function
6423
6424 { MethodType=Property DesignTime=False }
6425 Procedure Set ComUseFadedIcons Boolean value
6426 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value
6427 End_Procedure
6428
6429 { MethodType=Property DesignTime=False }
6430 Function ComUseDisabledIcons Returns Boolean
6431 Boolean retVal
6432 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
6433 Function_Return retVal
6434 End_Function
6435
6436 { MethodType=Property DesignTime=False }
6437 Procedure Set ComUseDisabledIcons Boolean value
6438 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
6439 End_Procedure
6440
6441 { MethodType=Property DesignTime=False }
6442 Function ComIconsWithShadow Returns Boolean
6443 Boolean retVal
6444 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
6445 Function_Return retVal
6446 End_Function
6447
6448 { MethodType=Property DesignTime=False }
6449 Procedure Set ComIconsWithShadow Boolean value
6450 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
6451 End_Procedure
6452
6453 { MethodType=Property DesignTime=False }
6454 Function ComShowExpandButtonAlways Returns Boolean
6455 Boolean retVal
6456 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal
6457 Function_Return retVal
6458 End_Function
6459
6460 { MethodType=Property DesignTime=False }
6461 Procedure Set ComShowExpandButtonAlways Boolean value
6462 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value
6463 End_Procedure
6464
6465 { MethodType=Property DesignTime=False }
6466 Function ComAnimation Returns XTPAnimationType
6467 XTPAnimationType retVal
6468 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal
6469 Function_Return retVal
6470 End_Function
6471
6472 { MethodType=Property DesignTime=False }
6473 Procedure Set ComAnimation XTPAnimationType value
6474 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value
6475 End_Procedure
6476
6477 { MethodType=Property DesignTime=False }
6478 Function ComLunaColors Returns Boolean
6479 Boolean retVal
6480 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
6481 Function_Return retVal
6482 End_Function
6483
6484 { MethodType=Property DesignTime=False }
6485 Procedure Set ComLunaColors Boolean value
6486 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
6487 End_Procedure
6488
6489 { MethodType=Property DesignTime=False }
6490 Function ComUseSharedImageList Returns Boolean
6491 Boolean retVal
6492 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
6493 Function_Return retVal
6494 End_Function
6495
6496 { MethodType=Property DesignTime=False }
6497 Procedure Set ComUseSharedImageList Boolean value
6498 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
6499 End_Procedure
6500
6501 { MethodType=Property DesignTime=False }
6502 Function ComSyncFloatingToolbars Returns Boolean
6503 Boolean retVal
6504 Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal
6505 Function_Return retVal
6506 End_Function
6507
6508 { MethodType=Property DesignTime=False }
6509 Procedure Set ComSyncFloatingToolbars Boolean value
6510 Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value
6511 End_Procedure
6512
6513 { MethodType=Property DesignTime=False }
6514 Function ComFloatToolbarsByDoubleClick Returns Boolean
6515 Boolean retVal
6516 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
6517 Function_Return retVal
6518 End_Function
6519
6520 { MethodType=Property DesignTime=False }
6521 Procedure Set ComFloatToolbarsByDoubleClick Boolean value
6522 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
6523 End_Procedure
6524
6525 { MethodType=Property DesignTime=False }
6526 Function ComAutoHideUnusedPopups Returns Boolean
6527 Boolean retVal
6528 Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal
6529 Function_Return retVal
6530 End_Function
6531
6532 { MethodType=Property DesignTime=False }
6533 Procedure Set ComAutoHideUnusedPopups Boolean value
6534 Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value
6535 End_Procedure
6536
6537 { MethodType=Property DesignTime=False }
6538 Function ComShowPopupBarToolTips Returns Boolean
6539 Boolean retVal
6540 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
6541 Function_Return retVal
6542 End_Function
6543
6544 { MethodType=Property DesignTime=False }
6545 Procedure Set ComShowPopupBarToolTips Boolean value
6546 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
6547 End_Procedure
6548
6549 { MethodType=Property DesignTime=False }
6550 Function ComShowTextBelowIcons Returns Boolean
6551 Boolean retVal
6552 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
6553 Function_Return retVal
6554 End_Function
6555
6556 { MethodType=Property DesignTime=False }
6557 Procedure Set ComShowTextBelowIcons Boolean value
6558 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
6559 End_Procedure
6560
6561 { MethodType=Property DesignTime=False }
6562 Function ComUpdatePeriod Returns Integer
6563 Integer retVal
6564 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal
6565 Function_Return retVal
6566 End_Function
6567
6568 { MethodType=Property DesignTime=False }
6569 Procedure Set ComUpdatePeriod Integer value
6570 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value
6571 End_Procedure
6572
6573 { MethodType=Property DesignTime=False }
6574 Function ComAltDragCustomization Returns Boolean
6575 Boolean retVal
6576 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
6577 Function_Return retVal
6578 End_Function
6579
6580 { MethodType=Property DesignTime=False }
6581 Procedure Set ComAltDragCustomization Boolean value
6582 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
6583 End_Procedure
6584
6585 { MethodType=Property DesignTime=False }
6586 Function ComFont Returns Variant
6587 Variant retVal
6588 Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal
6589 Function_Return retVal
6590 End_Function
6591
6592 { MethodType=Property DesignTime=False }
6593 Procedure Set ComFont Variant value
6594 Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value
6595 End_Procedure
6596
6597 { MethodType=Property DesignTime=False }
6598 Function ComMaxPopupWidth Returns Real
6599 Real retVal
6600 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_R8 to retVal
6601 Function_Return retVal
6602 End_Function
6603
6604 { MethodType=Property DesignTime=False }
6605 Procedure Set ComMaxPopupWidth Real value
6606 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_R8 to value
6607 End_Procedure
6608
6609 { MethodType=Property DesignTime=False }
6610 Function ComKeyboardCuesShow Returns XTPKeyboardCuesShow
6611 XTPKeyboardCuesShow retVal
6612 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal
6613 Function_Return retVal
6614 End_Function
6615
6616 { MethodType=Property DesignTime=False }
6617 Procedure Set ComKeyboardCuesShow XTPKeyboardCuesShow value
6618 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value
6619 End_Procedure
6620
6621 { MethodType=Property DesignTime=False }
6622 Function ComKeyboardCuesUse Returns XTPKeyboardCuesUse
6623 XTPKeyboardCuesUse retVal
6624 Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal
6625 Function_Return retVal
6626 End_Function
6627
6628 { MethodType=Property DesignTime=False }
6629 Procedure Set ComKeyboardCuesUse XTPKeyboardCuesUse value
6630 Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value
6631 End_Procedure
6632
6633 { MethodType=Property DesignTime=False }
6634 Function ComFloatingBarCaptionFont Returns Variant
6635 Variant retVal
6636 Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to retVal
6637 Function_Return retVal
6638 End_Function
6639
6640 { MethodType=Property DesignTime=False }
6641 Procedure Set ComFloatingBarCaptionFont Variant value
6642 Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to value
6643 End_Procedure
6644
6645 { MethodType=Property DesignTime=False }
6646 Function ComComboBoxFont Returns Variant
6647 Variant retVal
6648 Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to retVal
6649 Function_Return retVal
6650 End_Function
6651
6652 { MethodType=Property DesignTime=False }
6653 Procedure Set ComComboBoxFont Variant value
6654 Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to value
6655 End_Procedure
6656
6657 { MethodType=Property DesignTime=False }
6658 Function ComOfficeStyleDisabledIcons Returns Boolean
6659 Boolean retVal
6660 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal
6661 Function_Return retVal
6662 End_Function
6663
6664 { MethodType=Property DesignTime=False }
6665 Procedure Set ComOfficeStyleDisabledIcons Boolean value
6666 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value
6667 End_Procedure
6668
6669 { MethodType=Property DesignTime=False }
6670 Function ComExpandHoverDelay Returns Integer
6671 Integer retVal
6672 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal
6673 Function_Return retVal
6674 End_Function
6675
6676 { MethodType=Property DesignTime=False }
6677 Procedure Set ComExpandHoverDelay Integer value
6678 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value
6679 End_Procedure
6680
6681 { MethodType=Property DesignTime=False }
6682 Function ComExpandDelay Returns Integer
6683 Integer retVal
6684 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
6685 Function_Return retVal
6686 End_Function
6687
6688 { MethodType=Property DesignTime=False }
6689 Procedure Set ComExpandDelay Integer value
6690 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
6691 End_Procedure
6692
6693 { MethodType=Property DesignTime=False }
6694 Function ComUseAltNumPadKeys Returns Boolean
6695 Boolean retVal
6696 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal
6697 Function_Return retVal
6698 End_Function
6699
6700 { MethodType=Property DesignTime=False }
6701 Procedure Set ComUseAltNumPadKeys Boolean value
6702 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value
6703 End_Procedure
6704
6705 { MethodType=Property DesignTime=False }
6706 Function ComUseSystemSaveBitsStyle Returns Boolean
6707 Boolean retVal
6708 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal
6709 Function_Return retVal
6710 End_Function
6711
6712 { MethodType=Property DesignTime=False }
6713 Procedure Set ComUseSystemSaveBitsStyle Boolean value
6714 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value
6715 End_Procedure
6716
6717 { MethodType=Property DesignTime=False }
6718 Function ComWrapLargePopups Returns Boolean
6719 Boolean retVal
6720 Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal
6721 Function_Return retVal
6722 End_Function
6723
6724 { MethodType=Property DesignTime=False }
6725 Procedure Set ComWrapLargePopups Boolean value
6726 Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value
6727 End_Procedure
6728
6729 { MethodType=Property DesignTime=False }
6730 Function ComShowKeyboardTips Returns Boolean
6731 Boolean retVal
6732 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal
6733 Function_Return retVal
6734 End_Function
6735
6736 { MethodType=Property DesignTime=False }
6737 Procedure Set ComShowKeyboardTips Boolean value
6738 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value
6739 End_Procedure
6740
6741 { MethodType=Property DesignTime=False }
6742 Function ComShowContextMenuAccelerators Returns Boolean
6743 Boolean retVal
6744 Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal
6745 Function_Return retVal
6746 End_Function
6747
6748 { MethodType=Property DesignTime=False }
6749 Procedure Set ComShowContextMenuAccelerators Boolean value
6750 Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value
6751 End_Procedure
6752
6753 Procedure ComSetIconSize Boolean llLargeIcons Integer llcx Integer llcy
6754 Handle hDispatchDriver
6755 Get phDispatchDriver to hDispatchDriver
6756 Send PrepareParams to hDispatchDriver 3
6757 Send DefineParam to hDispatchDriver OLE_VT_BOOL llLargeIcons
6758 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
6759 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
6760 Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID
6761 End_Procedure
6762
6763 Procedure ComAddHiddenCommand Integer llCommand
6764 Handle hDispatchDriver
6765 Get phDispatchDriver to hDispatchDriver
6766 Send PrepareParams to hDispatchDriver 1
6767 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
6768 Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID
6769 End_Procedure
6770
6771 Procedure ComSetPopupIconSize Integer llcx Integer llcy
6772 Handle hDispatchDriver
6773 Get phDispatchDriver to hDispatchDriver
6774 Send PrepareParams to hDispatchDriver 2
6775 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
6776 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
6777 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
6778 End_Procedure
6779
6780 Procedure ComRemoveHiddenCommands
6781 Handle hDispatchDriver
6782 Get phDispatchDriver to hDispatchDriver
6783 Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID
6784 End_Procedure
6785End_Class
6786
6787// CoClass
6788// CLSID: {73F6AF99-A0EA-4D8E-8A73-49D5D084F527}
6789{ ClassLibrary=Windows }
6790Class cCJCommandBarsOptions is a cComAutomationObject
6791 Import_Class_Protocol cCJICommandBarsOptions
6792
6793 Procedure Construct_Object
6794 Forward Send Construct_Object
6795 Set peAutoCreate to acNoAutoCreate
6796 End_Procedure
6797End_Class
6798
6799// CLSID: {723CBB00-0690-4528-8656-E33E61F39377}
6800Class cCJICommandBar is a Mixin
6801
6802 { MethodType=Property DesignTime=False }
6803 Function ComTitle Returns String
6804 String retVal
6805 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
6806 Function_Return retVal
6807 End_Function
6808
6809 { MethodType=Property DesignTime=False }
6810 Procedure Set ComTitle String value
6811 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
6812 End_Procedure
6813
6814 { MethodType=Property DesignTime=False }
6815 Function ComVisible Returns Boolean
6816 Boolean retVal
6817 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
6818 Function_Return retVal
6819 End_Function
6820
6821 { MethodType=Property DesignTime=False }
6822 Procedure Set ComVisible Boolean value
6823 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
6824 End_Procedure
6825
6826 { MethodType=Property DesignTime=False }
6827 Function ComPosition Returns XTPBarPosition
6828 XTPBarPosition retVal
6829 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
6830 Function_Return retVal
6831 End_Function
6832
6833 { MethodType=Property DesignTime=False }
6834 Procedure Set ComPosition XTPBarPosition value
6835 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
6836 End_Procedure
6837
6838 { MethodType=Property DesignTime=False }
6839 Function ComBarID Returns Integer
6840 Integer retVal
6841 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
6842 Function_Return retVal
6843 End_Function
6844
6845 { MethodType=Property DesignTime=False }
6846 Procedure Set ComBarID Integer value
6847 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
6848 End_Procedure
6849
6850 { MethodType=Property DesignTime=False }
6851 Function ComContextMenuPresent Returns Boolean
6852 Boolean retVal
6853 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
6854 Function_Return retVal
6855 End_Function
6856
6857 { MethodType=Property DesignTime=False }
6858 Procedure Set ComContextMenuPresent Boolean value
6859 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
6860 End_Procedure
6861
6862 { MethodType=Property DesignTime=False }
6863 Function ComWidth Returns Integer
6864 Integer retVal
6865 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
6866 Function_Return retVal
6867 End_Function
6868
6869 { MethodType=Property DesignTime=False }
6870 Procedure Set ComWidth Integer value
6871 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
6872 End_Procedure
6873
6874 { MethodType=Property DesignTime=False }
6875 Function ComCloseable Returns Boolean
6876 Boolean retVal
6877 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
6878 Function_Return retVal
6879 End_Function
6880
6881 { MethodType=Property DesignTime=False }
6882 Procedure Set ComCloseable Boolean value
6883 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
6884 End_Procedure
6885
6886 { MethodType=Property DesignTime=False }
6887 Function ComEnableAnimation Returns Boolean
6888 Boolean retVal
6889 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
6890 Function_Return retVal
6891 End_Function
6892
6893 { MethodType=Property DesignTime=False }
6894 Procedure Set ComEnableAnimation Boolean value
6895 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
6896 End_Procedure
6897
6898 { MethodType=Property DesignTime=False }
6899 Function ComShowGripper Returns Boolean
6900 Boolean retVal
6901 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
6902 Function_Return retVal
6903 End_Function
6904
6905 { MethodType=Property DesignTime=False }
6906 Procedure Set ComShowGripper Boolean value
6907 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
6908 End_Procedure
6909
6910 { MethodType=Property DesignTime=False }
6911 Function ComDefaultButtonStyle Returns XTPButtonStyle
6912 XTPButtonStyle retVal
6913 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
6914 Function_Return retVal
6915 End_Function
6916
6917 { MethodType=Property DesignTime=False }
6918 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
6919 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
6920 End_Procedure
6921
6922 { MethodType=Property DesignTime=False }
6923 Function ComCustomizable Returns Boolean
6924 Boolean retVal
6925 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
6926 Function_Return retVal
6927 End_Function
6928
6929 { MethodType=Property DesignTime=False }
6930 Procedure Set ComCustomizable Boolean value
6931 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
6932 End_Procedure
6933
6934 { MethodType=Property DesignTime=False }
6935 Function ComShowTextBelowIcons Returns Boolean
6936 Boolean retVal
6937 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
6938 Function_Return retVal
6939 End_Function
6940
6941 { MethodType=Property DesignTime=False }
6942 Procedure Set ComShowTextBelowIcons Boolean value
6943 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
6944 End_Procedure
6945
6946 { MethodType=Property DesignTime=False }
6947 Function ComDoubleGripper Returns Boolean
6948 Boolean retVal
6949 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal
6950 Function_Return retVal
6951 End_Function
6952
6953 { MethodType=Property DesignTime=False }
6954 Procedure Set ComDoubleGripper Boolean value
6955 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value
6956 End_Procedure
6957
6958 { MethodType=Property DesignTime=False }
6959 Function ComShowExpandButton Returns Boolean
6960 Boolean retVal
6961 Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal
6962 Function_Return retVal
6963 End_Function
6964
6965 { MethodType=Property DesignTime=False }
6966 Procedure Set ComShowExpandButton Boolean value
6967 Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value
6968 End_Procedure
6969
6970 { MethodType=Property DesignTime=False }
6971 Function ComSelectedControl Returns Variant
6972 Variant retVal
6973 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal
6974 Function_Return retVal
6975 End_Function
6976
6977 { MethodType=Property DesignTime=False }
6978 Procedure Set ComSelectedControl Variant value
6979 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value
6980 End_Procedure
6981
6982 { MethodType=Property DesignTime=False }
6983 Function ComCustomizeDialogPresent Returns Boolean
6984 Boolean retVal
6985 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal
6986 Function_Return retVal
6987 End_Function
6988
6989 { MethodType=Property DesignTime=False }
6990 Procedure Set ComCustomizeDialogPresent Boolean value
6991 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value
6992 End_Procedure
6993
6994 { MethodType=Property DesignTime=False }
6995 Function ComTextOrientation Returns XTPBarTextOrientation
6996 XTPBarTextOrientation retVal
6997 Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal
6998 Function_Return retVal
6999 End_Function
7000
7001 { MethodType=Property DesignTime=False }
7002 Procedure Set ComTextOrientation XTPBarTextOrientation value
7003 Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value
7004 End_Procedure
7005
7006 { MethodType=Property DesignTime=False }
7007 Function ComType Returns XTPBarType
7008 Handle hDispatchDriver
7009 XTPBarType retVal
7010 Get phDispatchDriver to hDispatchDriver
7011 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
7012 Function_Return retVal
7013 End_Function
7014
7015 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
7016 Handle hDispatchDriver
7017 Get phDispatchDriver to hDispatchDriver
7018 Send PrepareParams to hDispatchDriver 1
7019 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
7020 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
7021 End_Procedure
7022
7023 { MethodType=Property DesignTime=False }
7024 Function ComBuiltIn Returns Boolean
7025 Handle hDispatchDriver
7026 Boolean retVal
7027 Get phDispatchDriver to hDispatchDriver
7028 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
7029 Function_Return retVal
7030 End_Function
7031
7032 Procedure ComDelete
7033 Handle hDispatchDriver
7034 Get phDispatchDriver to hDispatchDriver
7035 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
7036 End_Procedure
7037
7038 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
7039 Handle hDispatchDriver
7040 Get phDispatchDriver to hDispatchDriver
7041 Send PrepareParams to hDispatchDriver 4
7042 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
7043 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
7044 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
7045 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
7046 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
7047 End_Procedure
7048
7049 { MethodType=Property DesignTime=False }
7050 Function ComHWnd Returns OLE_HANDLE
7051 Handle hDispatchDriver
7052 OLE_HANDLE retVal
7053 Get phDispatchDriver to hDispatchDriver
7054 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
7055 Function_Return retVal
7056 End_Function
7057
7058 { MethodType=Property DesignTime=False }
7059 Function ComCommandBars Returns Variant
7060 Handle hDispatchDriver
7061 Variant retVal
7062 Get phDispatchDriver to hDispatchDriver
7063 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
7064 Function_Return retVal
7065 End_Function
7066
7067 { MethodType=Property DesignTime=False }
7068 Function ComControls Returns Variant
7069 Handle hDispatchDriver
7070 Variant retVal
7071 Get phDispatchDriver to hDispatchDriver
7072 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
7073 Function_Return retVal
7074 End_Function
7075
7076 Function ComShowPopup Variant llFlags Variant llx Variant lly Returns Integer
7077 Handle hDispatchDriver
7078 Integer retVal
7079 Get phDispatchDriver to hDispatchDriver
7080 Send PrepareParams to hDispatchDriver 3
7081 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags
7082 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx
7083 Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly
7084 Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal
7085 Function_Return retVal
7086 End_Function
7087
7088 Procedure ComSetIconSize Integer llcx Integer llcy
7089 Handle hDispatchDriver
7090 Get phDispatchDriver to hDispatchDriver
7091 Send PrepareParams to hDispatchDriver 2
7092 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
7093 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
7094 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
7095 End_Procedure
7096
7097 Procedure ComSetTearOffPopup String llCaption Integer llId Integer llWidth
7098 Handle hDispatchDriver
7099 Get phDispatchDriver to hDispatchDriver
7100 Send PrepareParams to hDispatchDriver 3
7101 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
7102 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7103 Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth
7104 Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID
7105 End_Procedure
7106
7107 { MethodType=Property DesignTime=False }
7108 Function ComParent Returns Variant
7109 Handle hDispatchDriver
7110 Variant retVal
7111 Get phDispatchDriver to hDispatchDriver
7112 Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal
7113 Function_Return retVal
7114 End_Function
7115
7116 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
7117 Handle hDispatchDriver
7118 Variant retVal
7119 Get phDispatchDriver to hDispatchDriver
7120 Send PrepareParams to hDispatchDriver 4
7121 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
7122 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
7123 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
7124 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
7125 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
7126 Function_Return retVal
7127 End_Function
7128
7129 Procedure ComSetPopupToolBar Boolean llToolBarType
7130 Handle hDispatchDriver
7131 Get phDispatchDriver to hDispatchDriver
7132 Send PrepareParams to hDispatchDriver 1
7133 Send DefineParam to hDispatchDriver OLE_VT_BOOL llToolBarType
7134 Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID
7135 End_Procedure
7136
7137 Procedure ComSetFlags XTPMenuBarFlags llAdd XTPMenuBarFlags llRemove
7138 Handle hDispatchDriver
7139 Get phDispatchDriver to hDispatchDriver
7140 Send PrepareParams to hDispatchDriver 2
7141 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
7142 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
7143 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
7144 End_Procedure
7145
7146 Procedure ComModifyStyle XTPCommandBarStyle llRemove XTPCommandBarStyle llAdd
7147 Handle hDispatchDriver
7148 Get phDispatchDriver to hDispatchDriver
7149 Send PrepareParams to hDispatchDriver 2
7150 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
7151 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
7152 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
7153 End_Procedure
7154
7155 Procedure ComRedrawBar
7156 Handle hDispatchDriver
7157 Get phDispatchDriver to hDispatchDriver
7158 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
7159 End_Procedure
7160
7161 Procedure ComRecalcLayout
7162 Handle hDispatchDriver
7163 Get phDispatchDriver to hDispatchDriver
7164 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
7165 End_Procedure
7166
7167 Procedure ComReset
7168 Handle hDispatchDriver
7169 Get phDispatchDriver to hDispatchDriver
7170 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
7171 End_Procedure
7172End_Class
7173
7174// CoClass
7175// CLSID: {BCB1E32A-73F4-4849-A08C-8A64228AA2E3}
7176{ ClassLibrary=Windows }
7177Class cCJCommandBar is a cComAutomationObject
7178 Import_Class_Protocol cCJICommandBar
7179
7180 Procedure Construct_Object
7181 Forward Send Construct_Object
7182 Set peAutoCreate to acNoAutoCreate
7183 End_Procedure
7184End_Class
7185
7186// CLSID: {555CBB00-0690-4528-8656-E33E61F39377}
7187Class cCJIMenuBarMDIMenu is a Mixin
7188
7189 { MethodType=Property DesignTime=False }
7190 Function ComCaption Returns String
7191 String retVal
7192 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal
7193 Function_Return retVal
7194 End_Function
7195
7196 { MethodType=Property DesignTime=False }
7197 Procedure Set ComCaption String value
7198 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value
7199 End_Procedure
7200
7201 { MethodType=Property DesignTime=False }
7202 Function ComDescription Returns String
7203 String retVal
7204 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal
7205 Function_Return retVal
7206 End_Function
7207
7208 { MethodType=Property DesignTime=False }
7209 Procedure Set ComDescription String value
7210 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value
7211 End_Procedure
7212
7213 { MethodType=Property DesignTime=False }
7214 Function ComId Returns Integer
7215 Handle hDispatchDriver
7216 Integer retVal
7217 Get phDispatchDriver to hDispatchDriver
7218 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
7219 Function_Return retVal
7220 End_Function
7221
7222 { MethodType=Property DesignTime=False }
7223 Function ComControls Returns Variant
7224 Handle hDispatchDriver
7225 Variant retVal
7226 Get phDispatchDriver to hDispatchDriver
7227 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
7228 Function_Return retVal
7229 End_Function
7230End_Class
7231
7232// CoClass
7233// CLSID: {5551E32A-73F4-4849-A08C-8A64228AA2E3}
7234{ ClassLibrary=Windows }
7235Class cCJMenuBarMDIMenu is a cComAutomationObject
7236 Import_Class_Protocol cCJIMenuBarMDIMenu
7237
7238 Procedure Construct_Object
7239 Forward Send Construct_Object
7240 Set peAutoCreate to acNoAutoCreate
7241 End_Procedure
7242End_Class
7243
7244// CLSID: {444CBB00-0690-4528-8656-E33E61F39377}
7245Class cCJIMenuBarMDIMenus is a Mixin
7246
7247 // Gets the number of menus in the collection.
7248 { MethodType=Property DesignTime=False }
7249 Function ComCount Returns Integer
7250 Handle hDispatchDriver
7251 Integer retVal
7252 Get phDispatchDriver to hDispatchDriver
7253 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
7254 Function_Return retVal
7255 End_Function
7256
7257 // Gets an item from the collection by its Id.
7258 { MethodType=Property DesignTime=False }
7259 Function ComItem Integer llId Returns Variant
7260 Handle hDispatchDriver
7261 Variant retVal
7262 Get phDispatchDriver to hDispatchDriver
7263 Send PrepareParams to hDispatchDriver 1
7264 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7265 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
7266 Function_Return retVal
7267 End_Function
7268
7269 { MethodType=Property DesignTime=False }
7270 Function Com_NewEnum Returns Variant
7271 Handle hDispatchDriver
7272 Variant retVal
7273 Get phDispatchDriver to hDispatchDriver
7274 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
7275 Function_Return retVal
7276 End_Function
7277
7278 Function ComAdd Integer llId String llCaption String llDescription Returns Variant
7279 Handle hDispatchDriver
7280 Variant retVal
7281 Get phDispatchDriver to hDispatchDriver
7282 Send PrepareParams to hDispatchDriver 3
7283 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7284 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
7285 Send DefineParam to hDispatchDriver OLE_VT_BSTR llDescription
7286 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
7287 Function_Return retVal
7288 End_Function
7289
7290 // Deletes all of the menus from the collection
7291 Procedure ComDeleteAll
7292 Handle hDispatchDriver
7293 Get phDispatchDriver to hDispatchDriver
7294 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
7295 End_Procedure
7296End_Class
7297
7298// CoClass
7299// CLSID: {4441E32A-73F4-4849-A08C-8A64228AA2E3}
7300{ ClassLibrary=Windows }
7301Class cCJMenuBarMDIMenus is a cComAutomationObject
7302 Import_Class_Protocol cCJIMenuBarMDIMenus
7303
7304 Procedure Construct_Object
7305 Forward Send Construct_Object
7306 Set peAutoCreate to acNoAutoCreate
7307 End_Procedure
7308End_Class
7309
7310// CLSID: {888CBB00-0690-4528-8656-E33E61F39377}
7311Class cCJIMenuBar is a Mixin
7312
7313 { MethodType=Property DesignTime=False }
7314 Function ComTitle Returns String
7315 String retVal
7316 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
7317 Function_Return retVal
7318 End_Function
7319
7320 { MethodType=Property DesignTime=False }
7321 Procedure Set ComTitle String value
7322 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
7323 End_Procedure
7324
7325 { MethodType=Property DesignTime=False }
7326 Function ComVisible Returns Boolean
7327 Boolean retVal
7328 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
7329 Function_Return retVal
7330 End_Function
7331
7332 { MethodType=Property DesignTime=False }
7333 Procedure Set ComVisible Boolean value
7334 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
7335 End_Procedure
7336
7337 { MethodType=Property DesignTime=False }
7338 Function ComPosition Returns XTPBarPosition
7339 XTPBarPosition retVal
7340 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
7341 Function_Return retVal
7342 End_Function
7343
7344 { MethodType=Property DesignTime=False }
7345 Procedure Set ComPosition XTPBarPosition value
7346 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
7347 End_Procedure
7348
7349 { MethodType=Property DesignTime=False }
7350 Function ComBarID Returns Integer
7351 Integer retVal
7352 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
7353 Function_Return retVal
7354 End_Function
7355
7356 { MethodType=Property DesignTime=False }
7357 Procedure Set ComBarID Integer value
7358 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
7359 End_Procedure
7360
7361 { MethodType=Property DesignTime=False }
7362 Function ComContextMenuPresent Returns Boolean
7363 Boolean retVal
7364 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
7365 Function_Return retVal
7366 End_Function
7367
7368 { MethodType=Property DesignTime=False }
7369 Procedure Set ComContextMenuPresent Boolean value
7370 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
7371 End_Procedure
7372
7373 { MethodType=Property DesignTime=False }
7374 Function ComWidth Returns Integer
7375 Integer retVal
7376 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
7377 Function_Return retVal
7378 End_Function
7379
7380 { MethodType=Property DesignTime=False }
7381 Procedure Set ComWidth Integer value
7382 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
7383 End_Procedure
7384
7385 { MethodType=Property DesignTime=False }
7386 Function ComCloseable Returns Boolean
7387 Boolean retVal
7388 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
7389 Function_Return retVal
7390 End_Function
7391
7392 { MethodType=Property DesignTime=False }
7393 Procedure Set ComCloseable Boolean value
7394 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
7395 End_Procedure
7396
7397 { MethodType=Property DesignTime=False }
7398 Function ComEnableAnimation Returns Boolean
7399 Boolean retVal
7400 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
7401 Function_Return retVal
7402 End_Function
7403
7404 { MethodType=Property DesignTime=False }
7405 Procedure Set ComEnableAnimation Boolean value
7406 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
7407 End_Procedure
7408
7409 { MethodType=Property DesignTime=False }
7410 Function ComShowGripper Returns Boolean
7411 Boolean retVal
7412 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
7413 Function_Return retVal
7414 End_Function
7415
7416 { MethodType=Property DesignTime=False }
7417 Procedure Set ComShowGripper Boolean value
7418 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
7419 End_Procedure
7420
7421 { MethodType=Property DesignTime=False }
7422 Function ComDefaultButtonStyle Returns XTPButtonStyle
7423 XTPButtonStyle retVal
7424 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
7425 Function_Return retVal
7426 End_Function
7427
7428 { MethodType=Property DesignTime=False }
7429 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
7430 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
7431 End_Procedure
7432
7433 { MethodType=Property DesignTime=False }
7434 Function ComCustomizable Returns Boolean
7435 Boolean retVal
7436 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
7437 Function_Return retVal
7438 End_Function
7439
7440 { MethodType=Property DesignTime=False }
7441 Procedure Set ComCustomizable Boolean value
7442 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
7443 End_Procedure
7444
7445 { MethodType=Property DesignTime=False }
7446 Function ComShowTextBelowIcons Returns Boolean
7447 Boolean retVal
7448 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
7449 Function_Return retVal
7450 End_Function
7451
7452 { MethodType=Property DesignTime=False }
7453 Procedure Set ComShowTextBelowIcons Boolean value
7454 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
7455 End_Procedure
7456
7457 { MethodType=Property DesignTime=False }
7458 Function ComShowExpandButton Returns Boolean
7459 Boolean retVal
7460 Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal
7461 Function_Return retVal
7462 End_Function
7463
7464 { MethodType=Property DesignTime=False }
7465 Procedure Set ComShowExpandButton Boolean value
7466 Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value
7467 End_Procedure
7468
7469 { MethodType=Property DesignTime=False }
7470 Function ComSelectedControl Returns Variant
7471 Variant retVal
7472 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal
7473 Function_Return retVal
7474 End_Function
7475
7476 { MethodType=Property DesignTime=False }
7477 Procedure Set ComSelectedControl Variant value
7478 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value
7479 End_Procedure
7480
7481 { MethodType=Property DesignTime=False }
7482 Function ComCustomizeDialogPresent Returns Boolean
7483 Boolean retVal
7484 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal
7485 Function_Return retVal
7486 End_Function
7487
7488 { MethodType=Property DesignTime=False }
7489 Procedure Set ComCustomizeDialogPresent Boolean value
7490 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value
7491 End_Procedure
7492
7493 { MethodType=Property DesignTime=False }
7494 Function ComType Returns XTPBarType
7495 Handle hDispatchDriver
7496 XTPBarType retVal
7497 Get phDispatchDriver to hDispatchDriver
7498 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
7499 Function_Return retVal
7500 End_Function
7501
7502 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
7503 Handle hDispatchDriver
7504 Get phDispatchDriver to hDispatchDriver
7505 Send PrepareParams to hDispatchDriver 1
7506 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
7507 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
7508 End_Procedure
7509
7510 { MethodType=Property DesignTime=False }
7511 Function ComBuiltIn Returns Boolean
7512 Handle hDispatchDriver
7513 Boolean retVal
7514 Get phDispatchDriver to hDispatchDriver
7515 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
7516 Function_Return retVal
7517 End_Function
7518
7519 Procedure ComDelete
7520 Handle hDispatchDriver
7521 Get phDispatchDriver to hDispatchDriver
7522 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
7523 End_Procedure
7524
7525 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
7526 Handle hDispatchDriver
7527 Get phDispatchDriver to hDispatchDriver
7528 Send PrepareParams to hDispatchDriver 4
7529 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
7530 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
7531 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
7532 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
7533 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
7534 End_Procedure
7535
7536 { MethodType=Property DesignTime=False }
7537 Function ComHWnd Returns OLE_HANDLE
7538 Handle hDispatchDriver
7539 OLE_HANDLE retVal
7540 Get phDispatchDriver to hDispatchDriver
7541 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
7542 Function_Return retVal
7543 End_Function
7544
7545 { MethodType=Property DesignTime=False }
7546 Function ComCommandBars Returns Variant
7547 Handle hDispatchDriver
7548 Variant retVal
7549 Get phDispatchDriver to hDispatchDriver
7550 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
7551 Function_Return retVal
7552 End_Function
7553
7554 { MethodType=Property DesignTime=False }
7555 Function ComControls Returns Variant
7556 Handle hDispatchDriver
7557 Variant retVal
7558 Get phDispatchDriver to hDispatchDriver
7559 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
7560 Function_Return retVal
7561 End_Function
7562
7563 Procedure ComSetIconSize Integer llcx Integer llcy
7564 Handle hDispatchDriver
7565 Get phDispatchDriver to hDispatchDriver
7566 Send PrepareParams to hDispatchDriver 2
7567 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
7568 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
7569 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
7570 End_Procedure
7571
7572 { MethodType=Property DesignTime=False }
7573 Function ComParent Returns Variant
7574 Handle hDispatchDriver
7575 Variant retVal
7576 Get phDispatchDriver to hDispatchDriver
7577 Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal
7578 Function_Return retVal
7579 End_Function
7580
7581 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
7582 Handle hDispatchDriver
7583 Variant retVal
7584 Get phDispatchDriver to hDispatchDriver
7585 Send PrepareParams to hDispatchDriver 4
7586 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
7587 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
7588 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
7589 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
7590 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
7591 Function_Return retVal
7592 End_Function
7593
7594 Procedure ComSetFlags XTPMenuBarFlags llAdd XTPMenuBarFlags llRemove
7595 Handle hDispatchDriver
7596 Get phDispatchDriver to hDispatchDriver
7597 Send PrepareParams to hDispatchDriver 2
7598 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
7599 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
7600 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
7601 End_Procedure
7602
7603 Procedure ComModifyStyle XTPCommandBarStyle llRemove XTPCommandBarStyle llAdd
7604 Handle hDispatchDriver
7605 Get phDispatchDriver to hDispatchDriver
7606 Send PrepareParams to hDispatchDriver 2
7607 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
7608 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
7609 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
7610 End_Procedure
7611
7612 Procedure ComRedrawBar
7613 Handle hDispatchDriver
7614 Get phDispatchDriver to hDispatchDriver
7615 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
7616 End_Procedure
7617
7618 Procedure ComRecalcLayout
7619 Handle hDispatchDriver
7620 Get phDispatchDriver to hDispatchDriver
7621 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
7622 End_Procedure
7623
7624 Procedure ComReset
7625 Handle hDispatchDriver
7626 Get phDispatchDriver to hDispatchDriver
7627 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
7628 End_Procedure
7629
7630 { MethodType=Property DesignTime=False }
7631 Function ComMDIMenus Returns Variant
7632 Handle hDispatchDriver
7633 Variant retVal
7634 Get phDispatchDriver to hDispatchDriver
7635 Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal
7636 Function_Return retVal
7637 End_Function
7638
7639 Procedure ComSwitchMDIMenu Integer llId
7640 Handle hDispatchDriver
7641 Get phDispatchDriver to hDispatchDriver
7642 Send PrepareParams to hDispatchDriver 1
7643 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7644 Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID
7645 End_Procedure
7646End_Class
7647
7648// CoClass
7649// CLSID: {8881E32A-73F4-4849-A08C-8A64228AA2E3}
7650{ ClassLibrary=Windows }
7651Class cCJComMenuBar is a cComAutomationObject
7652 Import_Class_Protocol cCJIMenuBar
7653
7654 Procedure Construct_Object
7655 Forward Send Construct_Object
7656 Set peAutoCreate to acNoAutoCreate
7657 End_Procedure
7658End_Class
7659
7660// CLSID: {777CBB00-0690-4528-8656-E33E61F39377}
7661Class cCJICommandBarsContextMenus is a Mixin
7662
7663 // Gets the number of menus in the collection.
7664 { MethodType=Property DesignTime=False }
7665 Function ComCount Returns Integer
7666 Handle hDispatchDriver
7667 Integer retVal
7668 Get phDispatchDriver to hDispatchDriver
7669 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
7670 Function_Return retVal
7671 End_Function
7672
7673 // Gets an item from the collection by its index.
7674 { MethodType=Property DesignTime=False }
7675 Function ComItem Integer llIndex Returns Variant
7676 Handle hDispatchDriver
7677 Variant retVal
7678 Get phDispatchDriver to hDispatchDriver
7679 Send PrepareParams to hDispatchDriver 1
7680 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
7681 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
7682 Function_Return retVal
7683 End_Function
7684
7685 { MethodType=Property DesignTime=False }
7686 Function Com_NewEnum Returns Variant
7687 Handle hDispatchDriver
7688 Variant retVal
7689 Get phDispatchDriver to hDispatchDriver
7690 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
7691 Function_Return retVal
7692 End_Function
7693
7694 // Adds a new command bar to the collection.
7695 Function ComAdd Integer llId String llCaption Returns Variant
7696 Handle hDispatchDriver
7697 Variant retVal
7698 Get phDispatchDriver to hDispatchDriver
7699 Send PrepareParams to hDispatchDriver 2
7700 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7701 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
7702 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
7703 Function_Return retVal
7704 End_Function
7705
7706 // Finds the specified menu
7707 Function ComFind Integer llId Returns Variant
7708 Handle hDispatchDriver
7709 Variant retVal
7710 Get phDispatchDriver to hDispatchDriver
7711 Send PrepareParams to hDispatchDriver 1
7712 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
7713 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
7714 Function_Return retVal
7715 End_Function
7716
7717 // Deletes all of the menus from the collection
7718 Procedure ComDeleteAll
7719 Handle hDispatchDriver
7720 Get phDispatchDriver to hDispatchDriver
7721 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
7722 End_Procedure
7723
7724 // Adds a new command bar to the collection.
7725 Procedure ComAddPopup Variant llPopupBar
7726 Handle hDispatchDriver
7727 Get phDispatchDriver to hDispatchDriver
7728 Send PrepareParams to hDispatchDriver 1
7729 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPopupBar
7730 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
7731 End_Procedure
7732End_Class
7733
7734// CoClass
7735// CLSID: {7771E32A-73F4-4849-A08C-8A64228AA2E3}
7736{ ClassLibrary=Windows }
7737Class cCJCommandBarsContextMenus is a cComAutomationObject
7738 Import_Class_Protocol cCJICommandBarsContextMenus
7739
7740 Procedure Construct_Object
7741 Forward Send Construct_Object
7742 Set peAutoCreate to acNoAutoCreate
7743 End_Procedure
7744End_Class
7745
7746// CLSID: {ABB113E7-46A4-4F99-83D8-C6D3C2B390FC}
7747Class cCJITabToolBar is a Mixin
7748
7749 { MethodType=Property DesignTime=False }
7750 Function ComTitle Returns String
7751 String retVal
7752 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
7753 Function_Return retVal
7754 End_Function
7755
7756 { MethodType=Property DesignTime=False }
7757 Procedure Set ComTitle String value
7758 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
7759 End_Procedure
7760
7761 { MethodType=Property DesignTime=False }
7762 Function ComVisible Returns Boolean
7763 Boolean retVal
7764 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
7765 Function_Return retVal
7766 End_Function
7767
7768 { MethodType=Property DesignTime=False }
7769 Procedure Set ComVisible Boolean value
7770 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
7771 End_Procedure
7772
7773 { MethodType=Property DesignTime=False }
7774 Function ComPosition Returns XTPBarPosition
7775 XTPBarPosition retVal
7776 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
7777 Function_Return retVal
7778 End_Function
7779
7780 { MethodType=Property DesignTime=False }
7781 Procedure Set ComPosition XTPBarPosition value
7782 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
7783 End_Procedure
7784
7785 { MethodType=Property DesignTime=False }
7786 Function ComBarID Returns Integer
7787 Integer retVal
7788 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
7789 Function_Return retVal
7790 End_Function
7791
7792 { MethodType=Property DesignTime=False }
7793 Procedure Set ComBarID Integer value
7794 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
7795 End_Procedure
7796
7797 { MethodType=Property DesignTime=False }
7798 Function ComContextMenuPresent Returns Boolean
7799 Boolean retVal
7800 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
7801 Function_Return retVal
7802 End_Function
7803
7804 { MethodType=Property DesignTime=False }
7805 Procedure Set ComContextMenuPresent Boolean value
7806 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
7807 End_Procedure
7808
7809 { MethodType=Property DesignTime=False }
7810 Function ComWidth Returns Integer
7811 Integer retVal
7812 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
7813 Function_Return retVal
7814 End_Function
7815
7816 { MethodType=Property DesignTime=False }
7817 Procedure Set ComWidth Integer value
7818 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
7819 End_Procedure
7820
7821 { MethodType=Property DesignTime=False }
7822 Function ComCloseable Returns Boolean
7823 Boolean retVal
7824 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
7825 Function_Return retVal
7826 End_Function
7827
7828 { MethodType=Property DesignTime=False }
7829 Procedure Set ComCloseable Boolean value
7830 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
7831 End_Procedure
7832
7833 { MethodType=Property DesignTime=False }
7834 Function ComEnableAnimation Returns Boolean
7835 Boolean retVal
7836 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
7837 Function_Return retVal
7838 End_Function
7839
7840 { MethodType=Property DesignTime=False }
7841 Procedure Set ComEnableAnimation Boolean value
7842 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
7843 End_Procedure
7844
7845 { MethodType=Property DesignTime=False }
7846 Function ComShowGripper Returns Boolean
7847 Boolean retVal
7848 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
7849 Function_Return retVal
7850 End_Function
7851
7852 { MethodType=Property DesignTime=False }
7853 Procedure Set ComShowGripper Boolean value
7854 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
7855 End_Procedure
7856
7857 { MethodType=Property DesignTime=False }
7858 Function ComDefaultButtonStyle Returns XTPButtonStyle
7859 XTPButtonStyle retVal
7860 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
7861 Function_Return retVal
7862 End_Function
7863
7864 { MethodType=Property DesignTime=False }
7865 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
7866 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
7867 End_Procedure
7868
7869 { MethodType=Property DesignTime=False }
7870 Function ComCustomizable Returns Boolean
7871 Boolean retVal
7872 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
7873 Function_Return retVal
7874 End_Function
7875
7876 { MethodType=Property DesignTime=False }
7877 Procedure Set ComCustomizable Boolean value
7878 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
7879 End_Procedure
7880
7881 { MethodType=Property DesignTime=False }
7882 Function ComShowTextBelowIcons Returns Boolean
7883 Boolean retVal
7884 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
7885 Function_Return retVal
7886 End_Function
7887
7888 { MethodType=Property DesignTime=False }
7889 Procedure Set ComShowTextBelowIcons Boolean value
7890 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
7891 End_Procedure
7892
7893 { MethodType=Property DesignTime=False }
7894 Function ComDoubleGripper Returns Boolean
7895 Boolean retVal
7896 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal
7897 Function_Return retVal
7898 End_Function
7899
7900 { MethodType=Property DesignTime=False }
7901 Procedure Set ComDoubleGripper Boolean value
7902 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value
7903 End_Procedure
7904
7905 { MethodType=Property DesignTime=False }
7906 Function ComShowExpandButton Returns Boolean
7907 Boolean retVal
7908 Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal
7909 Function_Return retVal
7910 End_Function
7911
7912 { MethodType=Property DesignTime=False }
7913 Procedure Set ComShowExpandButton Boolean value
7914 Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value
7915 End_Procedure
7916
7917 { MethodType=Property DesignTime=False }
7918 Function ComSelectedControl Returns Variant
7919 Variant retVal
7920 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal
7921 Function_Return retVal
7922 End_Function
7923
7924 { MethodType=Property DesignTime=False }
7925 Procedure Set ComSelectedControl Variant value
7926 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value
7927 End_Procedure
7928
7929 { MethodType=Property DesignTime=False }
7930 Function ComCustomizeDialogPresent Returns Boolean
7931 Boolean retVal
7932 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal
7933 Function_Return retVal
7934 End_Function
7935
7936 { MethodType=Property DesignTime=False }
7937 Procedure Set ComCustomizeDialogPresent Boolean value
7938 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value
7939 End_Procedure
7940
7941 { MethodType=Property DesignTime=False }
7942 Function ComMinimumWidth Returns Integer
7943 Integer retVal
7944 Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to retVal
7945 Function_Return retVal
7946 End_Function
7947
7948 { MethodType=Property DesignTime=False }
7949 Procedure Set ComMinimumWidth Integer value
7950 Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to value
7951 End_Procedure
7952
7953 { MethodType=Property DesignTime=False }
7954 Function ComAllowReorder Returns Boolean
7955 Boolean retVal
7956 Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal
7957 Function_Return retVal
7958 End_Function
7959
7960 { MethodType=Property DesignTime=False }
7961 Procedure Set ComAllowReorder Boolean value
7962 Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value
7963 End_Procedure
7964
7965 { MethodType=Property DesignTime=False }
7966 Function ComType Returns XTPBarType
7967 Handle hDispatchDriver
7968 XTPBarType retVal
7969 Get phDispatchDriver to hDispatchDriver
7970 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
7971 Function_Return retVal
7972 End_Function
7973
7974 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
7975 Handle hDispatchDriver
7976 Get phDispatchDriver to hDispatchDriver
7977 Send PrepareParams to hDispatchDriver 1
7978 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
7979 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
7980 End_Procedure
7981
7982 { MethodType=Property DesignTime=False }
7983 Function ComBuiltIn Returns Boolean
7984 Handle hDispatchDriver
7985 Boolean retVal
7986 Get phDispatchDriver to hDispatchDriver
7987 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
7988 Function_Return retVal
7989 End_Function
7990
7991 Procedure ComDelete
7992 Handle hDispatchDriver
7993 Get phDispatchDriver to hDispatchDriver
7994 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
7995 End_Procedure
7996
7997 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
7998 Handle hDispatchDriver
7999 Get phDispatchDriver to hDispatchDriver
8000 Send PrepareParams to hDispatchDriver 4
8001 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
8002 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
8003 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
8004 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
8005 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
8006 End_Procedure
8007
8008 { MethodType=Property DesignTime=False }
8009 Function ComHWnd Returns OLE_HANDLE
8010 Handle hDispatchDriver
8011 OLE_HANDLE retVal
8012 Get phDispatchDriver to hDispatchDriver
8013 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
8014 Function_Return retVal
8015 End_Function
8016
8017 { MethodType=Property DesignTime=False }
8018 Function ComCommandBars Returns Variant
8019 Handle hDispatchDriver
8020 Variant retVal
8021 Get phDispatchDriver to hDispatchDriver
8022 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
8023 Function_Return retVal
8024 End_Function
8025
8026 { MethodType=Property DesignTime=False }
8027 Function ComControls Returns Variant
8028 Handle hDispatchDriver
8029 Variant retVal
8030 Get phDispatchDriver to hDispatchDriver
8031 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
8032 Function_Return retVal
8033 End_Function
8034
8035 Procedure ComSetIconSize Integer llcx Integer llcy
8036 Handle hDispatchDriver
8037 Get phDispatchDriver to hDispatchDriver
8038 Send PrepareParams to hDispatchDriver 2
8039 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
8040 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
8041 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
8042 End_Procedure
8043
8044 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
8045 Handle hDispatchDriver
8046 Variant retVal
8047 Get phDispatchDriver to hDispatchDriver
8048 Send PrepareParams to hDispatchDriver 4
8049 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
8050 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
8051 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
8052 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
8053 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
8054 Function_Return retVal
8055 End_Function
8056
8057 Procedure ComSetFlags XTPMenuBarFlags llAdd XTPMenuBarFlags llRemove
8058 Handle hDispatchDriver
8059 Get phDispatchDriver to hDispatchDriver
8060 Send PrepareParams to hDispatchDriver 2
8061 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
8062 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
8063 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
8064 End_Procedure
8065
8066 Procedure ComModifyStyle XTPCommandBarStyle llRemove XTPCommandBarStyle llAdd
8067 Handle hDispatchDriver
8068 Get phDispatchDriver to hDispatchDriver
8069 Send PrepareParams to hDispatchDriver 2
8070 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
8071 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
8072 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
8073 End_Procedure
8074
8075 Procedure ComRedrawBar
8076 Handle hDispatchDriver
8077 Get phDispatchDriver to hDispatchDriver
8078 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
8079 End_Procedure
8080
8081 Procedure ComRecalcLayout
8082 Handle hDispatchDriver
8083 Get phDispatchDriver to hDispatchDriver
8084 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
8085 End_Procedure
8086
8087 Procedure ComReset
8088 Handle hDispatchDriver
8089 Get phDispatchDriver to hDispatchDriver
8090 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
8091 End_Procedure
8092
8093 Function ComInsertCategory Integer llIndex String llCategory Returns Variant
8094 Handle hDispatchDriver
8095 Variant retVal
8096 Get phDispatchDriver to hDispatchDriver
8097 Send PrepareParams to hDispatchDriver 2
8098 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8099 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCategory
8100 Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal
8101 Function_Return retVal
8102 End_Function
8103
8104 { MethodType=Property DesignTime=False }
8105 Function ComCategoryCount Returns Integer
8106 Handle hDispatchDriver
8107 Integer retVal
8108 Get phDispatchDriver to hDispatchDriver
8109 Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal
8110 Function_Return retVal
8111 End_Function
8112
8113 { MethodType=Property DesignTime=False }
8114 Function ComCategory Integer llIndex Returns Variant
8115 Handle hDispatchDriver
8116 Variant retVal
8117 Get phDispatchDriver to hDispatchDriver
8118 Send PrepareParams to hDispatchDriver 1
8119 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8120 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
8121 Function_Return retVal
8122 End_Function
8123
8124 { MethodType=Property DesignTime=False }
8125 Function Com_NewEnum Returns Variant
8126 Handle hDispatchDriver
8127 Variant retVal
8128 Get phDispatchDriver to hDispatchDriver
8129 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
8130 Function_Return retVal
8131 End_Function
8132
8133 Procedure ComRemoveCategory Integer llIndex
8134 Handle hDispatchDriver
8135 Get phDispatchDriver to hDispatchDriver
8136 Send PrepareParams to hDispatchDriver 1
8137 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8138 Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID
8139 End_Procedure
8140
8141 { MethodType=Property DesignTime=False }
8142 Function ComTabPaintManager Returns Variant
8143 Handle hDispatchDriver
8144 Variant retVal
8145 Get phDispatchDriver to hDispatchDriver
8146 Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal
8147 Function_Return retVal
8148 End_Function
8149
8150 Procedure ComUpdateTabs
8151 Handle hDispatchDriver
8152 Get phDispatchDriver to hDispatchDriver
8153 Send InvokeComMethod to hDispatchDriver 105 OLE_VT_VOID
8154 End_Procedure
8155End_Class
8156
8157// CLSID: {154A7B16-7BE8-42EC-870C-8849F5540F14}
8158Class cCJITabToolBarEvents is a Mixin
8159
8160 { MethodType=Event }
8161 Procedure OnComSelectedChanged Variant llItem
8162 End_Procedure
8163
8164 { MethodType=Event }
8165 Procedure OnComBeforeItemClick Variant llItem Variant llCancel
8166 End_Procedure
8167
8168 { Visibility=Private }
8169 Procedure RegisterComEvents
8170 Send RegisterComEvent 1 msg_OnComSelectedChanged
8171 Send RegisterComEvent 4 msg_OnComBeforeItemClick
8172 End_Procedure
8173End_Class
8174
8175// CoClass
8176// CLSID: {ABB1E32A-73F4-4849-A08C-8A64228AA2E3}
8177{ ClassLibrary=Windows }
8178Class cCJComTabToolBar is a cComAutomationObject
8179 Import_Class_Protocol cCJITabToolBar
8180 Import_Class_Protocol cCJITabToolBarEvents
8181
8182 Procedure Construct_Object
8183 Forward Send Construct_Object
8184 Set psEventId to "{154A7B16-7BE8-42EC-870C-8849F5540F14}"
8185 Set peAutoCreate to acNoAutoCreate
8186 End_Procedure
8187End_Class
8188
8189// CLSID: {A11113E7-46A4-4F99-83D8-C6D3C2B390FC}
8190Class cCJIRibbonGroups is a Mixin
8191
8192 Function ComInsertGroup Integer llIndex String llCaption Integer llId Returns Variant
8193 Handle hDispatchDriver
8194 Variant retVal
8195 Get phDispatchDriver to hDispatchDriver
8196 Send PrepareParams to hDispatchDriver 3
8197 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8198 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
8199 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
8200 Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal
8201 Function_Return retVal
8202 End_Function
8203
8204 { MethodType=Property DesignTime=False }
8205 Function ComGroupCount Returns Integer
8206 Handle hDispatchDriver
8207 Integer retVal
8208 Get phDispatchDriver to hDispatchDriver
8209 Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal
8210 Function_Return retVal
8211 End_Function
8212
8213 { MethodType=Property DesignTime=False }
8214 Function ComGroup Integer llIndex Returns Variant
8215 Handle hDispatchDriver
8216 Variant retVal
8217 Get phDispatchDriver to hDispatchDriver
8218 Send PrepareParams to hDispatchDriver 1
8219 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8220 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
8221 Function_Return retVal
8222 End_Function
8223
8224 { MethodType=Property DesignTime=False }
8225 Function Com_NewEnum Returns Variant
8226 Handle hDispatchDriver
8227 Variant retVal
8228 Get phDispatchDriver to hDispatchDriver
8229 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
8230 Function_Return retVal
8231 End_Function
8232
8233 Function ComAddGroup String llCaption Integer llId Returns Variant
8234 Handle hDispatchDriver
8235 Variant retVal
8236 Get phDispatchDriver to hDispatchDriver
8237 Send PrepareParams to hDispatchDriver 2
8238 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
8239 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
8240 Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal
8241 Function_Return retVal
8242 End_Function
8243
8244 Procedure ComRemoveGroup Integer llIndex
8245 Handle hDispatchDriver
8246 Get phDispatchDriver to hDispatchDriver
8247 Send PrepareParams to hDispatchDriver 1
8248 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8249 Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID
8250 End_Procedure
8251
8252 Procedure ComRemoveAll
8253 Handle hDispatchDriver
8254 Get phDispatchDriver to hDispatchDriver
8255 Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID
8256 End_Procedure
8257
8258 { MethodType=Property DesignTime=False }
8259 Function ComRibbonTab Returns Variant
8260 Handle hDispatchDriver
8261 Variant retVal
8262 Get phDispatchDriver to hDispatchDriver
8263 Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal
8264 Function_Return retVal
8265 End_Function
8266End_Class
8267
8268// CoClass
8269// CLSID: {A111E32A-73F4-4849-A08C-8A64228AA2E3}
8270{ ClassLibrary=Windows }
8271Class cCJRibbonGroups is a cComAutomationObject
8272 Import_Class_Protocol cCJIRibbonGroups
8273
8274 Procedure Construct_Object
8275 Forward Send Construct_Object
8276 Set peAutoCreate to acNoAutoCreate
8277 End_Procedure
8278End_Class
8279
8280// CLSID: {A33113E7-46A4-4F99-83D8-C6D3C2B390FC}
8281Class cCJIRibbonTab is a Mixin
8282
8283 { MethodType=Property DesignTime=False }
8284 Function ComCaption Returns String
8285 String retVal
8286 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
8287 Function_Return retVal
8288 End_Function
8289
8290 { MethodType=Property DesignTime=False }
8291 Procedure Set ComCaption String value
8292 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
8293 End_Procedure
8294
8295 { MethodType=Property DesignTime=False }
8296 Function ComTag Returns Variant
8297 Variant retVal
8298 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to retVal
8299 Function_Return retVal
8300 End_Function
8301
8302 { MethodType=Property DesignTime=False }
8303 Procedure Set ComTag Variant value
8304 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to value
8305 End_Procedure
8306
8307 { MethodType=Property DesignTime=False }
8308 Function ComSelected Returns Boolean
8309 Boolean retVal
8310 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
8311 Function_Return retVal
8312 End_Function
8313
8314 { MethodType=Property DesignTime=False }
8315 Procedure Set ComSelected Boolean value
8316 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
8317 End_Procedure
8318
8319 { MethodType=Property DesignTime=False }
8320 Function ComImage Returns Integer
8321 Integer retVal
8322 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
8323 Function_Return retVal
8324 End_Function
8325
8326 { MethodType=Property DesignTime=False }
8327 Procedure Set ComImage Integer value
8328 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
8329 End_Procedure
8330
8331 { MethodType=Property DesignTime=False }
8332 Function ComVisible Returns Boolean
8333 Boolean retVal
8334 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
8335 Function_Return retVal
8336 End_Function
8337
8338 { MethodType=Property DesignTime=False }
8339 Procedure Set ComVisible Boolean value
8340 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
8341 End_Procedure
8342
8343 { MethodType=Property DesignTime=False }
8344 Function ComEnabled Returns Boolean
8345 Boolean retVal
8346 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
8347 Function_Return retVal
8348 End_Function
8349
8350 { MethodType=Property DesignTime=False }
8351 Procedure Set ComEnabled Boolean value
8352 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
8353 End_Procedure
8354
8355 { MethodType=Property DesignTime=False }
8356 Function ComToolTip Returns String
8357 String retVal
8358 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
8359 Function_Return retVal
8360 End_Function
8361
8362 { MethodType=Property DesignTime=False }
8363 Procedure Set ComToolTip String value
8364 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
8365 End_Procedure
8366
8367 { MethodType=Property DesignTime=False }
8368 Function ComKeyboardTip Returns String
8369 String retVal
8370 Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BSTR to retVal
8371 Function_Return retVal
8372 End_Function
8373
8374 { MethodType=Property DesignTime=False }
8375 Procedure Set ComKeyboardTip String value
8376 Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BSTR to value
8377 End_Procedure
8378
8379 { MethodType=Property DesignTime=False }
8380 Function ComId Returns Integer
8381 Integer retVal
8382 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal
8383 Function_Return retVal
8384 End_Function
8385
8386 { MethodType=Property DesignTime=False }
8387 Procedure Set ComId Integer value
8388 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value
8389 End_Procedure
8390
8391 { MethodType=Property DesignTime=False }
8392 Function ComColor Returns XTPRibbonTabContextColor
8393 XTPRibbonTabContextColor retVal
8394 Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to retVal
8395 Function_Return retVal
8396 End_Function
8397
8398 { MethodType=Property DesignTime=False }
8399 Procedure Set ComColor XTPRibbonTabContextColor value
8400 Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to value
8401 End_Procedure
8402
8403 { MethodType=Property DesignTime=False }
8404 Function ComContextCaption Returns String
8405 String retVal
8406 Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BSTR to retVal
8407 Function_Return retVal
8408 End_Function
8409
8410 { MethodType=Property DesignTime=False }
8411 Procedure Set ComContextCaption String value
8412 Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BSTR to value
8413 End_Procedure
8414
8415 { MethodType=Property DesignTime=False }
8416 Function ComIndex Returns Integer
8417 Handle hDispatchDriver
8418 Integer retVal
8419 Get phDispatchDriver to hDispatchDriver
8420 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal
8421 Function_Return retVal
8422 End_Function
8423
8424 Procedure ComMove Integer llIndex
8425 Handle hDispatchDriver
8426 Get phDispatchDriver to hDispatchDriver
8427 Send PrepareParams to hDispatchDriver 1
8428 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8429 Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID
8430 End_Procedure
8431
8432 { MethodType=Property DesignTime=False }
8433 Function ComRibbonBar Returns Variant
8434 Handle hDispatchDriver
8435 Variant retVal
8436 Get phDispatchDriver to hDispatchDriver
8437 Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal
8438 Function_Return retVal
8439 End_Function
8440
8441 { MethodType=Property DesignTime=False }
8442 Function ComGroups Returns Variant
8443 Handle hDispatchDriver
8444 Variant retVal
8445 Get phDispatchDriver to hDispatchDriver
8446 Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal
8447 Function_Return retVal
8448 End_Function
8449
8450 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
8451 Handle hDispatchDriver
8452 Get phDispatchDriver to hDispatchDriver
8453 Send PrepareParams to hDispatchDriver 4
8454 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
8455 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
8456 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
8457 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
8458 Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID
8459 End_Procedure
8460End_Class
8461
8462// CoClass
8463// CLSID: {A331E32A-73F4-4849-A08C-8A64228AA2E3}
8464{ ClassLibrary=Windows }
8465Class cCJRibbonTab is a cComAutomationObject
8466 Import_Class_Protocol cCJIRibbonTab
8467
8468 Procedure Construct_Object
8469 Forward Send Construct_Object
8470 Set peAutoCreate to acNoAutoCreate
8471 End_Procedure
8472End_Class
8473
8474// CLSID: {ADD113E7-46A4-4F99-83D8-C6D3C2B390FC}
8475Class cCJIRibbonBar is a Mixin
8476
8477 { MethodType=Property DesignTime=False }
8478 Function ComTitle Returns String
8479 String retVal
8480 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
8481 Function_Return retVal
8482 End_Function
8483
8484 { MethodType=Property DesignTime=False }
8485 Procedure Set ComTitle String value
8486 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
8487 End_Procedure
8488
8489 { MethodType=Property DesignTime=False }
8490 Function ComVisible Returns Boolean
8491 Boolean retVal
8492 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
8493 Function_Return retVal
8494 End_Function
8495
8496 { MethodType=Property DesignTime=False }
8497 Procedure Set ComVisible Boolean value
8498 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
8499 End_Procedure
8500
8501 { MethodType=Property DesignTime=False }
8502 Function ComPosition Returns XTPBarPosition
8503 XTPBarPosition retVal
8504 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
8505 Function_Return retVal
8506 End_Function
8507
8508 { MethodType=Property DesignTime=False }
8509 Procedure Set ComPosition XTPBarPosition value
8510 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
8511 End_Procedure
8512
8513 { MethodType=Property DesignTime=False }
8514 Function ComBarID Returns Integer
8515 Integer retVal
8516 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
8517 Function_Return retVal
8518 End_Function
8519
8520 { MethodType=Property DesignTime=False }
8521 Procedure Set ComBarID Integer value
8522 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
8523 End_Procedure
8524
8525 { MethodType=Property DesignTime=False }
8526 Function ComContextMenuPresent Returns Boolean
8527 Boolean retVal
8528 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
8529 Function_Return retVal
8530 End_Function
8531
8532 { MethodType=Property DesignTime=False }
8533 Procedure Set ComContextMenuPresent Boolean value
8534 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
8535 End_Procedure
8536
8537 { MethodType=Property DesignTime=False }
8538 Function ComWidth Returns Integer
8539 Integer retVal
8540 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
8541 Function_Return retVal
8542 End_Function
8543
8544 { MethodType=Property DesignTime=False }
8545 Procedure Set ComWidth Integer value
8546 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
8547 End_Procedure
8548
8549 { MethodType=Property DesignTime=False }
8550 Function ComCloseable Returns Boolean
8551 Boolean retVal
8552 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
8553 Function_Return retVal
8554 End_Function
8555
8556 { MethodType=Property DesignTime=False }
8557 Procedure Set ComCloseable Boolean value
8558 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
8559 End_Procedure
8560
8561 { MethodType=Property DesignTime=False }
8562 Function ComEnableAnimation Returns Boolean
8563 Boolean retVal
8564 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
8565 Function_Return retVal
8566 End_Function
8567
8568 { MethodType=Property DesignTime=False }
8569 Procedure Set ComEnableAnimation Boolean value
8570 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
8571 End_Procedure
8572
8573 { MethodType=Property DesignTime=False }
8574 Function ComShowGripper Returns Boolean
8575 Boolean retVal
8576 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
8577 Function_Return retVal
8578 End_Function
8579
8580 { MethodType=Property DesignTime=False }
8581 Procedure Set ComShowGripper Boolean value
8582 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
8583 End_Procedure
8584
8585 { MethodType=Property DesignTime=False }
8586 Function ComDefaultButtonStyle Returns XTPButtonStyle
8587 XTPButtonStyle retVal
8588 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
8589 Function_Return retVal
8590 End_Function
8591
8592 { MethodType=Property DesignTime=False }
8593 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
8594 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
8595 End_Procedure
8596
8597 { MethodType=Property DesignTime=False }
8598 Function ComCustomizable Returns Boolean
8599 Boolean retVal
8600 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
8601 Function_Return retVal
8602 End_Function
8603
8604 { MethodType=Property DesignTime=False }
8605 Procedure Set ComCustomizable Boolean value
8606 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
8607 End_Procedure
8608
8609 { MethodType=Property DesignTime=False }
8610 Function ComSelectedControl Returns Variant
8611 Variant retVal
8612 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal
8613 Function_Return retVal
8614 End_Function
8615
8616 { MethodType=Property DesignTime=False }
8617 Procedure Set ComSelectedControl Variant value
8618 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value
8619 End_Procedure
8620
8621 { MethodType=Property DesignTime=False }
8622 Function ComGroupsVisible Returns Boolean
8623 Boolean retVal
8624 Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to retVal
8625 Function_Return retVal
8626 End_Function
8627
8628 { MethodType=Property DesignTime=False }
8629 Procedure Set ComGroupsVisible Boolean value
8630 Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to value
8631 End_Procedure
8632
8633 { MethodType=Property DesignTime=False }
8634 Function ComSelectedTab Returns Variant
8635 Variant retVal
8636 Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_DISPATCH to retVal
8637 Function_Return retVal
8638 End_Function
8639
8640 { MethodType=Property DesignTime=False }
8641 Procedure Set ComSelectedTab Variant value
8642 Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_DISPATCH to value
8643 End_Procedure
8644
8645 { MethodType=Property DesignTime=False }
8646 Function ComMinimumVisibleWidth Returns Integer
8647 Integer retVal
8648 Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal
8649 Function_Return retVal
8650 End_Function
8651
8652 { MethodType=Property DesignTime=False }
8653 Procedure Set ComMinimumVisibleWidth Integer value
8654 Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value
8655 End_Procedure
8656
8657 { MethodType=Property DesignTime=False }
8658 Function ComShowQuickAccessBelowRibbon Returns Boolean
8659 Boolean retVal
8660 Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal
8661 Function_Return retVal
8662 End_Function
8663
8664 { MethodType=Property DesignTime=False }
8665 Procedure Set ComShowQuickAccessBelowRibbon Boolean value
8666 Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value
8667 End_Procedure
8668
8669 { MethodType=Property DesignTime=False }
8670 Function ComShowQuickAccess Returns Boolean
8671 Boolean retVal
8672 Get ComProperty of (phDispatchDriver(Self)) 115 OLE_VT_BOOL to retVal
8673 Function_Return retVal
8674 End_Function
8675
8676 { MethodType=Property DesignTime=False }
8677 Procedure Set ComShowQuickAccess Boolean value
8678 Set ComProperty of (phDispatchDriver(Self)) 115 OLE_VT_BOOL to value
8679 End_Procedure
8680
8681 { MethodType=Property DesignTime=False }
8682 Function ComAllowQuickAccessDuplicates Returns Boolean
8683 Boolean retVal
8684 Get ComProperty of (phDispatchDriver(Self)) 116 OLE_VT_BOOL to retVal
8685 Function_Return retVal
8686 End_Function
8687
8688 { MethodType=Property DesignTime=False }
8689 Procedure Set ComAllowQuickAccessDuplicates Boolean value
8690 Set ComProperty of (phDispatchDriver(Self)) 116 OLE_VT_BOOL to value
8691 End_Procedure
8692
8693 { MethodType=Property DesignTime=False }
8694 Function ComAllowMinimize Returns Boolean
8695 Boolean retVal
8696 Get ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to retVal
8697 Function_Return retVal
8698 End_Function
8699
8700 { MethodType=Property DesignTime=False }
8701 Procedure Set ComAllowMinimize Boolean value
8702 Set ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to value
8703 End_Procedure
8704
8705 { MethodType=Property DesignTime=False }
8706 Function ComMinimized Returns Boolean
8707 Boolean retVal
8708 Get ComProperty of (phDispatchDriver(Self)) 118 OLE_VT_BOOL to retVal
8709 Function_Return retVal
8710 End_Function
8711
8712 { MethodType=Property DesignTime=False }
8713 Procedure Set ComMinimized Boolean value
8714 Set ComProperty of (phDispatchDriver(Self)) 118 OLE_VT_BOOL to value
8715 End_Procedure
8716
8717 { MethodType=Property DesignTime=False }
8718 Function ComFontHeight Returns Integer
8719 Integer retVal
8720 Get ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to retVal
8721 Function_Return retVal
8722 End_Function
8723
8724 { MethodType=Property DesignTime=False }
8725 Procedure Set ComFontHeight Integer value
8726 Set ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to value
8727 End_Procedure
8728
8729 { MethodType=Property DesignTime=False }
8730 Function ComTabsVisible Returns Boolean
8731 Boolean retVal
8732 Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_BOOL to retVal
8733 Function_Return retVal
8734 End_Function
8735
8736 { MethodType=Property DesignTime=False }
8737 Procedure Set ComTabsVisible Boolean value
8738 Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_BOOL to value
8739 End_Procedure
8740
8741 { MethodType=Property DesignTime=False }
8742 Function ComShowCaptionAlways Returns Boolean
8743 Boolean retVal
8744 Get ComProperty of (phDispatchDriver(Self)) 123 OLE_VT_BOOL to retVal
8745 Function_Return retVal
8746 End_Function
8747
8748 { MethodType=Property DesignTime=False }
8749 Procedure Set ComShowCaptionAlways Boolean value
8750 Set ComProperty of (phDispatchDriver(Self)) 123 OLE_VT_BOOL to value
8751 End_Procedure
8752
8753 { MethodType=Property DesignTime=False }
8754 Function ComAllowQuickAccessCustomization Returns Boolean
8755 Boolean retVal
8756 Get ComProperty of (phDispatchDriver(Self)) 124 OLE_VT_BOOL to retVal
8757 Function_Return retVal
8758 End_Function
8759
8760 { MethodType=Property DesignTime=False }
8761 Procedure Set ComAllowQuickAccessCustomization Boolean value
8762 Set ComProperty of (phDispatchDriver(Self)) 124 OLE_VT_BOOL to value
8763 End_Procedure
8764
8765 { MethodType=Property DesignTime=False }
8766 Function ComGroupsHeight Returns Integer
8767 Integer retVal
8768 Get ComProperty of (phDispatchDriver(Self)) 125 OLE_VT_I4 to retVal
8769 Function_Return retVal
8770 End_Function
8771
8772 { MethodType=Property DesignTime=False }
8773 Procedure Set ComGroupsHeight Integer value
8774 Set ComProperty of (phDispatchDriver(Self)) 125 OLE_VT_I4 to value
8775 End_Procedure
8776
8777 { MethodType=Property DesignTime=False }
8778 Function ComClientHeight Returns Integer
8779 Integer retVal
8780 Get ComProperty of (phDispatchDriver(Self)) 126 OLE_VT_I4 to retVal
8781 Function_Return retVal
8782 End_Function
8783
8784 { MethodType=Property DesignTime=False }
8785 Procedure Set ComClientHeight Integer value
8786 Set ComProperty of (phDispatchDriver(Self)) 126 OLE_VT_I4 to value
8787 End_Procedure
8788
8789 { MethodType=Property DesignTime=False }
8790 Function ComType Returns XTPBarType
8791 Handle hDispatchDriver
8792 XTPBarType retVal
8793 Get phDispatchDriver to hDispatchDriver
8794 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
8795 Function_Return retVal
8796 End_Function
8797
8798 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
8799 Handle hDispatchDriver
8800 Get phDispatchDriver to hDispatchDriver
8801 Send PrepareParams to hDispatchDriver 1
8802 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
8803 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
8804 End_Procedure
8805
8806 { MethodType=Property DesignTime=False }
8807 Function ComBuiltIn Returns Boolean
8808 Handle hDispatchDriver
8809 Boolean retVal
8810 Get phDispatchDriver to hDispatchDriver
8811 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
8812 Function_Return retVal
8813 End_Function
8814
8815 Procedure ComDelete
8816 Handle hDispatchDriver
8817 Get phDispatchDriver to hDispatchDriver
8818 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
8819 End_Procedure
8820
8821 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
8822 Handle hDispatchDriver
8823 Get phDispatchDriver to hDispatchDriver
8824 Send PrepareParams to hDispatchDriver 4
8825 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
8826 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
8827 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
8828 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
8829 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
8830 End_Procedure
8831
8832 { MethodType=Property DesignTime=False }
8833 Function ComHWnd Returns OLE_HANDLE
8834 Handle hDispatchDriver
8835 OLE_HANDLE retVal
8836 Get phDispatchDriver to hDispatchDriver
8837 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
8838 Function_Return retVal
8839 End_Function
8840
8841 { MethodType=Property DesignTime=False }
8842 Function ComCommandBars Returns Variant
8843 Handle hDispatchDriver
8844 Variant retVal
8845 Get phDispatchDriver to hDispatchDriver
8846 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
8847 Function_Return retVal
8848 End_Function
8849
8850 { MethodType=Property DesignTime=False }
8851 Function ComControls Returns Variant
8852 Handle hDispatchDriver
8853 Variant retVal
8854 Get phDispatchDriver to hDispatchDriver
8855 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
8856 Function_Return retVal
8857 End_Function
8858
8859 Procedure ComSetIconSize Integer llcx Integer llcy
8860 Handle hDispatchDriver
8861 Get phDispatchDriver to hDispatchDriver
8862 Send PrepareParams to hDispatchDriver 2
8863 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
8864 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
8865 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
8866 End_Procedure
8867
8868 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
8869 Handle hDispatchDriver
8870 Variant retVal
8871 Get phDispatchDriver to hDispatchDriver
8872 Send PrepareParams to hDispatchDriver 4
8873 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
8874 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
8875 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
8876 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
8877 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
8878 Function_Return retVal
8879 End_Function
8880
8881 Procedure ComSetFlags XTPMenuBarFlags llAdd XTPMenuBarFlags llRemove
8882 Handle hDispatchDriver
8883 Get phDispatchDriver to hDispatchDriver
8884 Send PrepareParams to hDispatchDriver 2
8885 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
8886 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
8887 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
8888 End_Procedure
8889
8890 Procedure ComRedrawBar
8891 Handle hDispatchDriver
8892 Get phDispatchDriver to hDispatchDriver
8893 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
8894 End_Procedure
8895
8896 Procedure ComRecalcLayout
8897 Handle hDispatchDriver
8898 Get phDispatchDriver to hDispatchDriver
8899 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
8900 End_Procedure
8901
8902 Procedure ComReset
8903 Handle hDispatchDriver
8904 Get phDispatchDriver to hDispatchDriver
8905 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
8906 End_Procedure
8907
8908 Function ComInsertTab Integer llIndex String llCaption Returns Variant
8909 Handle hDispatchDriver
8910 Variant retVal
8911 Get phDispatchDriver to hDispatchDriver
8912 Send PrepareParams to hDispatchDriver 2
8913 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8914 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
8915 Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal
8916 Function_Return retVal
8917 End_Function
8918
8919 { MethodType=Property DesignTime=False }
8920 Function ComTabCount Returns Integer
8921 Handle hDispatchDriver
8922 Integer retVal
8923 Get phDispatchDriver to hDispatchDriver
8924 Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal
8925 Function_Return retVal
8926 End_Function
8927
8928 { MethodType=Property DesignTime=False }
8929 Function ComTab Integer llIndex Returns Variant
8930 Handle hDispatchDriver
8931 Variant retVal
8932 Get phDispatchDriver to hDispatchDriver
8933 Send PrepareParams to hDispatchDriver 1
8934 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
8935 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
8936 Function_Return retVal
8937 End_Function
8938
8939 { MethodType=Property DesignTime=False }
8940 Function Com_NewEnum Returns Variant
8941 Handle hDispatchDriver
8942 Variant retVal
8943 Get phDispatchDriver to hDispatchDriver
8944 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
8945 Function_Return retVal
8946 End_Function
8947
8948 { MethodType=Property DesignTime=False }
8949 Function ComRibbonPaintManager Returns Variant
8950 Handle hDispatchDriver
8951 Variant retVal
8952 Get phDispatchDriver to hDispatchDriver
8953 Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal
8954 Function_Return retVal
8955 End_Function
8956
8957 { MethodType=Property DesignTime=False }
8958 Function ComTabPaintManager Returns Variant
8959 Handle hDispatchDriver
8960 Variant retVal
8961 Get phDispatchDriver to hDispatchDriver
8962 Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal
8963 Function_Return retVal
8964 End_Function
8965
8966 Procedure ComEnableFrameTheme
8967 Handle hDispatchDriver
8968 Get phDispatchDriver to hDispatchDriver
8969 Send InvokeComMethod to hDispatchDriver 107 OLE_VT_VOID
8970 End_Procedure
8971
8972 Function ComAddSystemButton Returns Variant
8973 Handle hDispatchDriver
8974 Variant retVal
8975 Get phDispatchDriver to hDispatchDriver
8976 Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal
8977 Function_Return retVal
8978 End_Function
8979
8980 { MethodType=Property DesignTime=False }
8981 Function ComQuickAccessControls Returns Variant
8982 Handle hDispatchDriver
8983 Variant retVal
8984 Get phDispatchDriver to hDispatchDriver
8985 Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal
8986 Function_Return retVal
8987 End_Function
8988
8989 Function ComFindTab Integer llId Returns Variant
8990 Handle hDispatchDriver
8991 Variant retVal
8992 Get phDispatchDriver to hDispatchDriver
8993 Send PrepareParams to hDispatchDriver 1
8994 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
8995 Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal
8996 Function_Return retVal
8997 End_Function
8998
8999 Function ComFindGroup Integer llId Returns Variant
9000 Handle hDispatchDriver
9001 Variant retVal
9002 Get phDispatchDriver to hDispatchDriver
9003 Send PrepareParams to hDispatchDriver 1
9004 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
9005 Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal
9006 Function_Return retVal
9007 End_Function
9008
9009 Procedure ComRemoveAllTabs
9010 Handle hDispatchDriver
9011 Get phDispatchDriver to hDispatchDriver
9012 Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID
9013 End_Procedure
9014
9015 Procedure ComRemoveTab Integer llIndex
9016 Handle hDispatchDriver
9017 Get phDispatchDriver to hDispatchDriver
9018 Send PrepareParams to hDispatchDriver 1
9019 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
9020 Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID
9021 End_Procedure
9022
9023 { MethodType=Property DesignTime=False }
9024 Function ComControlQuickAccess Returns Variant
9025 Handle hDispatchDriver
9026 Variant retVal
9027 Get phDispatchDriver to hDispatchDriver
9028 Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal
9029 Function_Return retVal
9030 End_Function
9031
9032 { MethodType=Property DesignTime=False }
9033 Function ComControlSystemButton Returns Variant
9034 Handle hDispatchDriver
9035 Variant retVal
9036 Get phDispatchDriver to hDispatchDriver
9037 Get InvokeComMethod of hDispatchDriver 121 OLE_VT_DISPATCH to retVal
9038 Function_Return retVal
9039 End_Function
9040End_Class
9041
9042// CoClass
9043// CLSID: {ADD1E32A-73F4-4849-A08C-8A64228AA2E3}
9044{ ClassLibrary=Windows }
9045Class cCJRibbonBar is a cComAutomationObject
9046 Import_Class_Protocol cCJIRibbonBar
9047
9048 Procedure Construct_Object
9049 Forward Send Construct_Object
9050 Set peAutoCreate to acNoAutoCreate
9051 End_Procedure
9052End_Class
9053
9054// CLSID: {235113E7-46A4-4F99-83D8-C6D3C2B390FC}
9055Class cCJIDialogBar is a Mixin
9056
9057 { MethodType=Property DesignTime=False }
9058 Function ComTitle Returns String
9059 String retVal
9060 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
9061 Function_Return retVal
9062 End_Function
9063
9064 { MethodType=Property DesignTime=False }
9065 Procedure Set ComTitle String value
9066 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
9067 End_Procedure
9068
9069 { MethodType=Property DesignTime=False }
9070 Function ComVisible Returns Boolean
9071 Boolean retVal
9072 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
9073 Function_Return retVal
9074 End_Function
9075
9076 { MethodType=Property DesignTime=False }
9077 Procedure Set ComVisible Boolean value
9078 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
9079 End_Procedure
9080
9081 { MethodType=Property DesignTime=False }
9082 Function ComPosition Returns XTPBarPosition
9083 XTPBarPosition retVal
9084 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
9085 Function_Return retVal
9086 End_Function
9087
9088 { MethodType=Property DesignTime=False }
9089 Procedure Set ComPosition XTPBarPosition value
9090 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
9091 End_Procedure
9092
9093 { MethodType=Property DesignTime=False }
9094 Function ComBarID Returns Integer
9095 Integer retVal
9096 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
9097 Function_Return retVal
9098 End_Function
9099
9100 { MethodType=Property DesignTime=False }
9101 Procedure Set ComBarID Integer value
9102 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
9103 End_Procedure
9104
9105 { MethodType=Property DesignTime=False }
9106 Function ComContextMenuPresent Returns Boolean
9107 Boolean retVal
9108 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
9109 Function_Return retVal
9110 End_Function
9111
9112 { MethodType=Property DesignTime=False }
9113 Procedure Set ComContextMenuPresent Boolean value
9114 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
9115 End_Procedure
9116
9117 { MethodType=Property DesignTime=False }
9118 Function ComWidth Returns Integer
9119 Integer retVal
9120 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
9121 Function_Return retVal
9122 End_Function
9123
9124 { MethodType=Property DesignTime=False }
9125 Procedure Set ComWidth Integer value
9126 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
9127 End_Procedure
9128
9129 { MethodType=Property DesignTime=False }
9130 Function ComCloseable Returns Boolean
9131 Boolean retVal
9132 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
9133 Function_Return retVal
9134 End_Function
9135
9136 { MethodType=Property DesignTime=False }
9137 Procedure Set ComCloseable Boolean value
9138 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
9139 End_Procedure
9140
9141 { MethodType=Property DesignTime=False }
9142 Function ComEnableAnimation Returns Boolean
9143 Boolean retVal
9144 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
9145 Function_Return retVal
9146 End_Function
9147
9148 { MethodType=Property DesignTime=False }
9149 Procedure Set ComEnableAnimation Boolean value
9150 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
9151 End_Procedure
9152
9153 { MethodType=Property DesignTime=False }
9154 Function ComShowGripper Returns Boolean
9155 Boolean retVal
9156 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
9157 Function_Return retVal
9158 End_Function
9159
9160 { MethodType=Property DesignTime=False }
9161 Procedure Set ComShowGripper Boolean value
9162 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
9163 End_Procedure
9164
9165 { MethodType=Property DesignTime=False }
9166 Function ComDefaultButtonStyle Returns XTPButtonStyle
9167 XTPButtonStyle retVal
9168 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
9169 Function_Return retVal
9170 End_Function
9171
9172 { MethodType=Property DesignTime=False }
9173 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
9174 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
9175 End_Procedure
9176
9177 { MethodType=Property DesignTime=False }
9178 Function ComCaption Returns String
9179 String retVal
9180 Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal
9181 Function_Return retVal
9182 End_Function
9183
9184 { MethodType=Property DesignTime=False }
9185 Procedure Set ComCaption String value
9186 Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value
9187 End_Procedure
9188
9189 { MethodType=Property DesignTime=False }
9190 Function ComResizable Returns Boolean
9191 Boolean retVal
9192 Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to retVal
9193 Function_Return retVal
9194 End_Function
9195
9196 { MethodType=Property DesignTime=False }
9197 Procedure Set ComResizable Boolean value
9198 Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to value
9199 End_Procedure
9200
9201 { MethodType=Property DesignTime=False }
9202 Function ComChildHandle Returns OLE_HANDLE
9203 OLE_HANDLE retVal
9204 Get ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_I4 to retVal
9205 Function_Return retVal
9206 End_Function
9207
9208 { MethodType=Property DesignTime=False }
9209 Procedure Set ComChildHandle OLE_HANDLE value
9210 Set ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_I4 to value
9211 End_Procedure
9212
9213 { MethodType=Property DesignTime=False }
9214 Function ComShowCaption Returns Boolean
9215 Boolean retVal
9216 Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to retVal
9217 Function_Return retVal
9218 End_Function
9219
9220 { MethodType=Property DesignTime=False }
9221 Procedure Set ComShowCaption Boolean value
9222 Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to value
9223 End_Procedure
9224
9225 { MethodType=Property DesignTime=False }
9226 Function ComType Returns XTPBarType
9227 Handle hDispatchDriver
9228 XTPBarType retVal
9229 Get phDispatchDriver to hDispatchDriver
9230 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
9231 Function_Return retVal
9232 End_Function
9233
9234 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
9235 Handle hDispatchDriver
9236 Get phDispatchDriver to hDispatchDriver
9237 Send PrepareParams to hDispatchDriver 1
9238 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
9239 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
9240 End_Procedure
9241
9242 { MethodType=Property DesignTime=False }
9243 Function ComBuiltIn Returns Boolean
9244 Handle hDispatchDriver
9245 Boolean retVal
9246 Get phDispatchDriver to hDispatchDriver
9247 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
9248 Function_Return retVal
9249 End_Function
9250
9251 Procedure ComDelete
9252 Handle hDispatchDriver
9253 Get phDispatchDriver to hDispatchDriver
9254 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
9255 End_Procedure
9256
9257 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
9258 Handle hDispatchDriver
9259 Get phDispatchDriver to hDispatchDriver
9260 Send PrepareParams to hDispatchDriver 4
9261 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
9262 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
9263 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
9264 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
9265 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
9266 End_Procedure
9267
9268 { MethodType=Property DesignTime=False }
9269 Function ComHWnd Returns OLE_HANDLE
9270 Handle hDispatchDriver
9271 OLE_HANDLE retVal
9272 Get phDispatchDriver to hDispatchDriver
9273 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
9274 Function_Return retVal
9275 End_Function
9276
9277 { MethodType=Property DesignTime=False }
9278 Function ComCommandBars Returns Variant
9279 Handle hDispatchDriver
9280 Variant retVal
9281 Get phDispatchDriver to hDispatchDriver
9282 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
9283 Function_Return retVal
9284 End_Function
9285
9286 { MethodType=Property DesignTime=False }
9287 Function ComCaptionPopupBar Returns Variant
9288 Handle hDispatchDriver
9289 Variant retVal
9290 Get phDispatchDriver to hDispatchDriver
9291 Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal
9292 Function_Return retVal
9293 End_Function
9294
9295 Procedure ComSetSize Integer llcx Integer llcy
9296 Handle hDispatchDriver
9297 Get phDispatchDriver to hDispatchDriver
9298 Send PrepareParams to hDispatchDriver 2
9299 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
9300 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
9301 Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID
9302 End_Procedure
9303End_Class
9304
9305// CoClass
9306// CLSID: {FCB1E32A-73F4-4849-A08C-8A64228AA2E3}
9307{ ClassLibrary=Windows }
9308Class cCJDialogBar is a cComAutomationObject
9309 Import_Class_Protocol cCJIDialogBar
9310
9311 Procedure Construct_Object
9312 Forward Send Construct_Object
9313 Set peAutoCreate to acNoAutoCreate
9314 End_Procedure
9315End_Class
9316
9317// CLSID: {555113E7-46A4-4F99-83D8-C6D3C2B390FC}
9318Class cCJIPaintManager is a Mixin
9319
9320 { MethodType=Property DesignTime=False }
9321 Function ComEnableAnimation Returns Boolean
9322 Boolean retVal
9323 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
9324 Function_Return retVal
9325 End_Function
9326
9327 { MethodType=Property DesignTime=False }
9328 Procedure Set ComEnableAnimation Boolean value
9329 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
9330 End_Procedure
9331
9332 { MethodType=Property DesignTime=False }
9333 Function ComFlatToolBar Returns Boolean
9334 Boolean retVal
9335 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal
9336 Function_Return retVal
9337 End_Function
9338
9339 { MethodType=Property DesignTime=False }
9340 Procedure Set ComFlatToolBar Boolean value
9341 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value
9342 End_Procedure
9343
9344 { MethodType=Property DesignTime=False }
9345 Function ComFlatMenuBar Returns Boolean
9346 Boolean retVal
9347 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
9348 Function_Return retVal
9349 End_Function
9350
9351 { MethodType=Property DesignTime=False }
9352 Procedure Set ComFlatMenuBar Boolean value
9353 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
9354 End_Procedure
9355
9356 { MethodType=Property DesignTime=False }
9357 Function ComClearTypeTextQuality Returns Boolean
9358 Boolean retVal
9359 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
9360 Function_Return retVal
9361 End_Function
9362
9363 { MethodType=Property DesignTime=False }
9364 Procedure Set ComClearTypeTextQuality Boolean value
9365 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
9366 End_Procedure
9367
9368 { MethodType=Property DesignTime=False }
9369 Function ComShowShadow Returns Boolean
9370 Boolean retVal
9371 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
9372 Function_Return retVal
9373 End_Function
9374
9375 { MethodType=Property DesignTime=False }
9376 Procedure Set ComShowShadow Boolean value
9377 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
9378 End_Procedure
9379
9380 { MethodType=Property DesignTime=False }
9381 Function ComThemedStatusBar Returns Boolean
9382 Boolean retVal
9383 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal
9384 Function_Return retVal
9385 End_Function
9386
9387 { MethodType=Property DesignTime=False }
9388 Procedure Set ComThemedStatusBar Boolean value
9389 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value
9390 End_Procedure
9391
9392 { MethodType=Property DesignTime=False }
9393 Function ComThickCheckMark Returns Boolean
9394 Boolean retVal
9395 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal
9396 Function_Return retVal
9397 End_Function
9398
9399 { MethodType=Property DesignTime=False }
9400 Procedure Set ComThickCheckMark Boolean value
9401 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value
9402 End_Procedure
9403
9404 { MethodType=Property DesignTime=False }
9405 Function ComSelectImageInPopupBar Returns Boolean
9406 Boolean retVal
9407 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
9408 Function_Return retVal
9409 End_Function
9410
9411 { MethodType=Property DesignTime=False }
9412 Procedure Set ComSelectImageInPopupBar Boolean value
9413 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
9414 End_Procedure
9415
9416 { MethodType=Property DesignTime=False }
9417 Function ComThemedCheckBox Returns Boolean
9418 Boolean retVal
9419 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
9420 Function_Return retVal
9421 End_Function
9422
9423 { MethodType=Property DesignTime=False }
9424 Procedure Set ComThemedCheckBox Boolean value
9425 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
9426 End_Procedure
9427
9428 { MethodType=Property DesignTime=False }
9429 Function ComAutoResizeIcons Returns Boolean
9430 Boolean retVal
9431 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
9432 Function_Return retVal
9433 End_Function
9434
9435 { MethodType=Property DesignTime=False }
9436 Procedure Set ComAutoResizeIcons Boolean value
9437 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
9438 End_Procedure
9439
9440 Procedure ComRefreshMetrics
9441 Handle hDispatchDriver
9442 Get phDispatchDriver to hDispatchDriver
9443 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
9444 End_Procedure
9445
9446 Procedure ComFillWorkspace OLE_HANDLE llhDC Integer llx Integer lly Integer llcx Integer llcy
9447 Handle hDispatchDriver
9448 Get phDispatchDriver to hDispatchDriver
9449 Send PrepareParams to hDispatchDriver 5
9450 Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC
9451 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
9452 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
9453 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
9454 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
9455 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
9456 End_Procedure
9457
9458 Procedure ComDrawRectangle OLE_HANDLE llhDC Integer llx Integer lly Integer llcx Integer llcy Boolean llSelected Boolean llPressed Boolean llEnabled Boolean llChecked Boolean llPopuped XTPBarType llbarType XTPBarPosition llbarPosition
9459 Handle hDispatchDriver
9460 Get phDispatchDriver to hDispatchDriver
9461 Send PrepareParams to hDispatchDriver 12
9462 Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC
9463 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
9464 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
9465 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
9466 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
9467 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelected
9468 Send DefineParam to hDispatchDriver OLE_VT_BOOL llPressed
9469 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnabled
9470 Send DefineParam to hDispatchDriver OLE_VT_BOOL llChecked
9471 Send DefineParam to hDispatchDriver OLE_VT_BOOL llPopuped
9472 Send DefineParam to hDispatchDriver OLE_VT_I4 llbarType
9473 Send DefineParam to hDispatchDriver OLE_VT_I4 llbarPosition
9474 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
9475 End_Procedure
9476
9477 Function ComGetRectangleTextColor Boolean llSelected Boolean llPressed Boolean llEnabled Boolean llChecked Boolean llPopuped XTPBarType llbarType XTPBarPosition llbarPosition Returns OLE_COLOR
9478 Handle hDispatchDriver
9479 OLE_COLOR retVal
9480 Get phDispatchDriver to hDispatchDriver
9481 Send PrepareParams to hDispatchDriver 7
9482 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelected
9483 Send DefineParam to hDispatchDriver OLE_VT_BOOL llPressed
9484 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnabled
9485 Send DefineParam to hDispatchDriver OLE_VT_BOOL llChecked
9486 Send DefineParam to hDispatchDriver OLE_VT_BOOL llPopuped
9487 Send DefineParam to hDispatchDriver OLE_VT_I4 llbarType
9488 Send DefineParam to hDispatchDriver OLE_VT_I4 llbarPosition
9489 Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal
9490 Function_Return retVal
9491 End_Function
9492End_Class
9493
9494// CoClass
9495// CLSID: {55B1E32A-73F4-4849-A08C-8A64228AA2E3}
9496{ ClassLibrary=Windows }
9497Class cCJPaintManager is a cComAutomationObject
9498 Import_Class_Protocol cCJIPaintManager
9499
9500 Procedure Construct_Object
9501 Forward Send Construct_Object
9502 Set peAutoCreate to acNoAutoCreate
9503 End_Procedure
9504End_Class
9505
9506// CLSID: {F10C6EB2-2F2F-4C05-92CF-6AEB0BFA0E6D}
9507Class cCJITabWorkspace is a Mixin
9508
9509 { MethodType=Property DesignTime=False }
9510 Function ComFlags Returns XTPWorkspaceButtons
9511 XTPWorkspaceButtons retVal
9512 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
9513 Function_Return retVal
9514 End_Function
9515
9516 { MethodType=Property DesignTime=False }
9517 Procedure Set ComFlags XTPWorkspaceButtons value
9518 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
9519 End_Procedure
9520
9521 { MethodType=Property DesignTime=False }
9522 Function ComAllowReorder Returns Boolean
9523 Boolean retVal
9524 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
9525 Function_Return retVal
9526 End_Function
9527
9528 { MethodType=Property DesignTime=False }
9529 Procedure Set ComAllowReorder Boolean value
9530 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
9531 End_Procedure
9532
9533 { MethodType=Property DesignTime=False }
9534 Function ComAutoTheme Returns Boolean
9535 Boolean retVal
9536 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
9537 Function_Return retVal
9538 End_Function
9539
9540 { MethodType=Property DesignTime=False }
9541 Procedure Set ComAutoTheme Boolean value
9542 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
9543 End_Procedure
9544
9545 { MethodType=Property DesignTime=False }
9546 Function ComThemedBackColor Returns Boolean
9547 Boolean retVal
9548 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
9549 Function_Return retVal
9550 End_Function
9551
9552 { MethodType=Property DesignTime=False }
9553 Procedure Set ComThemedBackColor Boolean value
9554 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
9555 End_Procedure
9556
9557 { MethodType=Property DesignTime=False }
9558 Function ComUseSplitterTracker Returns Boolean
9559 Boolean retVal
9560 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
9561 Function_Return retVal
9562 End_Function
9563
9564 { MethodType=Property DesignTime=False }
9565 Procedure Set ComUseSplitterTracker Boolean value
9566 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
9567 End_Procedure
9568
9569 { MethodType=Property DesignTime=False }
9570 Function ComHorizGroupSplitting Returns Boolean
9571 Boolean retVal
9572 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
9573 Function_Return retVal
9574 End_Function
9575
9576 { MethodType=Property DesignTime=False }
9577 Procedure Set ComHorizGroupSplitting Boolean value
9578 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
9579 End_Procedure
9580
9581 { MethodType=Property DesignTime=False }
9582 Function ComNewTabPosition Returns XTPWorkspaceNewTabPosition
9583 XTPWorkspaceNewTabPosition retVal
9584 Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal
9585 Function_Return retVal
9586 End_Function
9587
9588 { MethodType=Property DesignTime=False }
9589 Procedure Set ComNewTabPosition XTPWorkspaceNewTabPosition value
9590 Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value
9591 End_Procedure
9592
9593 { MethodType=Property DesignTime=False }
9594 Function ComRightToLeft Returns Boolean
9595 Boolean retVal
9596 Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal
9597 Function_Return retVal
9598 End_Function
9599
9600 { MethodType=Property DesignTime=False }
9601 Procedure Set ComRightToLeft Boolean value
9602 Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value
9603 End_Procedure
9604
9605 { MethodType=Property DesignTime=False }
9606 Function ComIgnoreFlickersOnActivate Returns Boolean
9607 Boolean retVal
9608 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal
9609 Function_Return retVal
9610 End_Function
9611
9612 { MethodType=Property DesignTime=False }
9613 Procedure Set ComIgnoreFlickersOnActivate Boolean value
9614 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value
9615 End_Procedure
9616
9617 { MethodType=Property DesignTime=False }
9618 Function ComAutoUpdateTabCaption Returns Boolean
9619 Boolean retVal
9620 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal
9621 Function_Return retVal
9622 End_Function
9623
9624 { MethodType=Property DesignTime=False }
9625 Procedure Set ComAutoUpdateTabCaption Boolean value
9626 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value
9627 End_Procedure
9628
9629 { MethodType=Property DesignTime=False }
9630 Function ComEnableMarkup Returns Boolean
9631 Boolean retVal
9632 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal
9633 Function_Return retVal
9634 End_Function
9635
9636 { MethodType=Property DesignTime=False }
9637 Procedure Set ComEnableMarkup Boolean value
9638 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value
9639 End_Procedure
9640
9641 { MethodType=Property DesignTime=False }
9642 Function ComPaintManager Returns Variant
9643 Handle hDispatchDriver
9644 Variant retVal
9645 Get phDispatchDriver to hDispatchDriver
9646 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
9647 Function_Return retVal
9648 End_Function
9649
9650 Procedure ComEnableGroups
9651 Handle hDispatchDriver
9652 Get phDispatchDriver to hDispatchDriver
9653 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
9654 End_Procedure
9655
9656 Procedure ComRefresh
9657 Handle hDispatchDriver
9658 Get phDispatchDriver to hDispatchDriver
9659 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
9660 End_Procedure
9661
9662 Function ComItem Integer llIndex Returns Variant
9663 Handle hDispatchDriver
9664 Variant retVal
9665 Get phDispatchDriver to hDispatchDriver
9666 Send PrepareParams to hDispatchDriver 1
9667 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
9668 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
9669 Function_Return retVal
9670 End_Function
9671
9672 { MethodType=Property DesignTime=False }
9673 Function Com_NewEnum Returns Variant
9674 Handle hDispatchDriver
9675 Variant retVal
9676 Get phDispatchDriver to hDispatchDriver
9677 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
9678 Function_Return retVal
9679 End_Function
9680
9681 { MethodType=Property DesignTime=False }
9682 Function ComItemCount Returns Integer
9683 Handle hDispatchDriver
9684 Integer retVal
9685 Get phDispatchDriver to hDispatchDriver
9686 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
9687 Function_Return retVal
9688 End_Function
9689
9690 Function ComHitTest Integer llx Integer lly Returns Variant
9691 Handle hDispatchDriver
9692 Variant retVal
9693 Get phDispatchDriver to hDispatchDriver
9694 Send PrepareParams to hDispatchDriver 2
9695 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
9696 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
9697 Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal
9698 Function_Return retVal
9699 End_Function
9700
9701 { MethodType=Property DesignTime=False }
9702 Function ComSelected Returns Variant
9703 Handle hDispatchDriver
9704 Variant retVal
9705 Get phDispatchDriver to hDispatchDriver
9706 Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal
9707 Function_Return retVal
9708 End_Function
9709
9710 Procedure ComDoWorkspaceCommand XTPWorkspaceCommand llId
9711 Handle hDispatchDriver
9712 Get phDispatchDriver to hDispatchDriver
9713 Send PrepareParams to hDispatchDriver 1
9714 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
9715 Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID
9716 End_Procedure
9717
9718 Function ComIsWorkspaceCommandEnabled XTPWorkspaceCommand llId Returns Boolean
9719 Handle hDispatchDriver
9720 Boolean retVal
9721 Get phDispatchDriver to hDispatchDriver
9722 Send PrepareParams to hDispatchDriver 1
9723 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
9724 Get InvokeComMethod of hDispatchDriver 12 OLE_VT_BOOL to retVal
9725 Function_Return retVal
9726 End_Function
9727
9728 { MethodType=Property DesignTime=False }
9729 Function ComToolTipContext Returns Variant
9730 Handle hDispatchDriver
9731 Variant retVal
9732 Get phDispatchDriver to hDispatchDriver
9733 Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal
9734 Function_Return retVal
9735 End_Function
9736
9737 { MethodType=Property DesignTime=False }
9738 Function ComGroupCount Returns Integer
9739 Handle hDispatchDriver
9740 Integer retVal
9741 Get phDispatchDriver to hDispatchDriver
9742 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_I4 to retVal
9743 Function_Return retVal
9744 End_Function
9745
9746 Function ComFindItem OLE_HANDLE llhWnd Returns Variant
9747 Handle hDispatchDriver
9748 Variant retVal
9749 Get phDispatchDriver to hDispatchDriver
9750 Send PrepareParams to hDispatchDriver 1
9751 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
9752 Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal
9753 Function_Return retVal
9754 End_Function
9755
9756 Function ComFindGroup Variant llpItem Returns Integer
9757 Handle hDispatchDriver
9758 Integer retVal
9759 Get phDispatchDriver to hDispatchDriver
9760 Send PrepareParams to hDispatchDriver 1
9761 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpItem
9762 Get InvokeComMethod of hDispatchDriver 22 OLE_VT_I4 to retVal
9763 Function_Return retVal
9764 End_Function
9765
9766 Procedure ComCreateGroup Variant llItem Boolean llHoriz
9767 Handle hDispatchDriver
9768 Get phDispatchDriver to hDispatchDriver
9769 Send PrepareParams to hDispatchDriver 2
9770 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem
9771 Send DefineParam to hDispatchDriver OLE_VT_BOOL llHoriz
9772 Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID
9773 End_Procedure
9774
9775 Procedure ComMoveToGroup Variant llItem Integer llGroup
9776 Handle hDispatchDriver
9777 Get phDispatchDriver to hDispatchDriver
9778 Send PrepareParams to hDispatchDriver 2
9779 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem
9780 Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup
9781 Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID
9782 End_Procedure
9783
9784 { MethodType=Property DesignTime=False }
9785 Function ComGroupSplitter Integer llGroup Returns Real
9786 Handle hDispatchDriver
9787 Real retVal
9788 Get phDispatchDriver to hDispatchDriver
9789 Send PrepareParams to hDispatchDriver 1
9790 Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup
9791 Get InvokeComMethod of hDispatchDriver 27 OLE_VT_R8 to retVal
9792 Function_Return retVal
9793 End_Function
9794
9795 { MethodType=Property DesignTime=False }
9796 Procedure Set ComGroupSplitter Integer llGroup Real value
9797 Handle hDispatchDriver
9798 Get phDispatchDriver to hDispatchDriver
9799 Send PrepareParams to hDispatchDriver 2
9800 Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup
9801 Set ComProperty of hDispatchDriver 27 OLE_VT_R8 to value
9802 End_Procedure
9803
9804 Procedure ComShowNewWindowTab Boolean llShow Integer llCommand
9805 Handle hDispatchDriver
9806 Get phDispatchDriver to hDispatchDriver
9807 Send PrepareParams to hDispatchDriver 2
9808 Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow
9809 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
9810 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
9811 End_Procedure
9812
9813 { MethodType=Property DesignTime=False }
9814 Function ComHWnd Returns OLE_HANDLE
9815 Handle hDispatchDriver
9816 OLE_HANDLE retVal
9817 Get phDispatchDriver to hDispatchDriver
9818 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
9819 Function_Return retVal
9820 End_Function
9821End_Class
9822
9823// CLSID: {180A7B16-7BE8-42EC-870C-8849F5540F14}
9824Class cCJITabWorkspaceEvents is a Mixin
9825
9826 { MethodType=Event }
9827 Procedure OnComRClick Variant llItem
9828 End_Procedure
9829
9830 { MethodType=Event }
9831 Procedure OnComNewItem Variant llItem
9832 End_Procedure
9833
9834 { MethodType=Event }
9835 Procedure OnComSelectedChanged Variant llItem
9836 End_Procedure
9837
9838 { MethodType=Event }
9839 Procedure OnComBeforeItemClick Variant llItem
9840 End_Procedure
9841
9842 { Visibility=Private }
9843 Procedure RegisterComEvents
9844 Send RegisterComEvent 1 msg_OnComRClick
9845 Send RegisterComEvent 2 msg_OnComNewItem
9846 Send RegisterComEvent 3 msg_OnComSelectedChanged
9847 Send RegisterComEvent 4 msg_OnComBeforeItemClick
9848 End_Procedure
9849End_Class
9850
9851// CoClass
9852// CLSID: {505B92E7-C1B2-4583-B022-37367FE0CF90}
9853{ ClassLibrary=Windows }
9854Class cCJTabWorkspace is a cComAutomationObject
9855 Import_Class_Protocol cCJITabWorkspace
9856 Import_Class_Protocol cCJITabWorkspaceEvents
9857
9858 Procedure Construct_Object
9859 Forward Send Construct_Object
9860 Set psEventId to "{180A7B16-7BE8-42EC-870C-8849F5540F14}"
9861 Set peAutoCreate to acNoAutoCreate
9862 End_Procedure
9863End_Class
9864
9865// CLSID: {23745B78-7A0A-447D-9CDC-8F63E7E5AF55}
9866// Dispatch interface for StatusBar Control
9867Class cCJIStatusBar is a Mixin
9868
9869 { MethodType=Property DesignTime=False }
9870 Function ComVisible Returns Boolean
9871 Boolean retVal
9872 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
9873 Function_Return retVal
9874 End_Function
9875
9876 { MethodType=Property DesignTime=False }
9877 Procedure Set ComVisible Boolean value
9878 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
9879 End_Procedure
9880
9881 { MethodType=Property DesignTime=False }
9882 Function ComIdleText Returns String
9883 String retVal
9884 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal
9885 Function_Return retVal
9886 End_Function
9887
9888 { MethodType=Property DesignTime=False }
9889 Procedure Set ComIdleText String value
9890 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value
9891 End_Procedure
9892
9893 { MethodType=Property DesignTime=False }
9894 Function ComDrawDisabledText Returns Boolean
9895 Boolean retVal
9896 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
9897 Function_Return retVal
9898 End_Function
9899
9900 { MethodType=Property DesignTime=False }
9901 Procedure Set ComDrawDisabledText Boolean value
9902 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
9903 End_Procedure
9904
9905 { MethodType=Property DesignTime=False }
9906 Function ComMinHeight Returns Integer
9907 Integer retVal
9908 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal
9909 Function_Return retVal
9910 End_Function
9911
9912 { MethodType=Property DesignTime=False }
9913 Procedure Set ComMinHeight Integer value
9914 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value
9915 End_Procedure
9916
9917 { MethodType=Property DesignTime=False }
9918 Function ComFont Returns Variant
9919 Variant retVal
9920 Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal
9921 Function_Return retVal
9922 End_Function
9923
9924 { MethodType=Property DesignTime=False }
9925 Procedure Set ComFont Variant value
9926 Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value
9927 End_Procedure
9928
9929 { MethodType=Property DesignTime=False }
9930 Function ComShowSizeGripper Returns Boolean
9931 Boolean retVal
9932 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal
9933 Function_Return retVal
9934 End_Function
9935
9936 { MethodType=Property DesignTime=False }
9937 Procedure Set ComShowSizeGripper Boolean value
9938 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value
9939 End_Procedure
9940
9941 { MethodType=Property DesignTime=False }
9942 Function ComRibbonDividerIndex Returns Integer
9943 Integer retVal
9944 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal
9945 Function_Return retVal
9946 End_Function
9947
9948 { MethodType=Property DesignTime=False }
9949 Procedure Set ComRibbonDividerIndex Integer value
9950 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value
9951 End_Procedure
9952
9953 { MethodType=Property DesignTime=False }
9954 Function ComEnableMarkup Returns Boolean
9955 Boolean retVal
9956 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal
9957 Function_Return retVal
9958 End_Function
9959
9960 { MethodType=Property DesignTime=False }
9961 Procedure Set ComEnableMarkup Boolean value
9962 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value
9963 End_Procedure
9964
9965 { MethodType=Property DesignTime=False }
9966 Function ComHWnd Returns OLE_HANDLE
9967 Handle hDispatchDriver
9968 OLE_HANDLE retVal
9969 Get phDispatchDriver to hDispatchDriver
9970 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
9971 Function_Return retVal
9972 End_Function
9973
9974 Function ComAddPane Integer llId Returns Variant
9975 Handle hDispatchDriver
9976 Variant retVal
9977 Get phDispatchDriver to hDispatchDriver
9978 Send PrepareParams to hDispatchDriver 1
9979 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
9980 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
9981 Function_Return retVal
9982 End_Function
9983
9984 Procedure ComSetPaneText Integer llIndex String llText
9985 Handle hDispatchDriver
9986 Get phDispatchDriver to hDispatchDriver
9987 Send PrepareParams to hDispatchDriver 2
9988 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
9989 Send DefineParam to hDispatchDriver OLE_VT_BSTR llText
9990 Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID
9991 End_Procedure
9992
9993 Procedure ComSetPaneWidth Integer llIndex Integer llWidth
9994 Handle hDispatchDriver
9995 Get phDispatchDriver to hDispatchDriver
9996 Send PrepareParams to hDispatchDriver 2
9997 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
9998 Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth
9999 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
10000 End_Procedure
10001
10002 Procedure ComSetPaneStyle Integer llIndex XTPStatusPaneStyle llStyle
10003 Handle hDispatchDriver
10004 Get phDispatchDriver to hDispatchDriver
10005 Send PrepareParams to hDispatchDriver 2
10006 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10007 Send DefineParam to hDispatchDriver OLE_VT_I4 llStyle
10008 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
10009 End_Procedure
10010
10011 { MethodType=Property DesignTime=False }
10012 Function ComPane Integer llIndex Returns Variant
10013 Handle hDispatchDriver
10014 Variant retVal
10015 Get phDispatchDriver to hDispatchDriver
10016 Send PrepareParams to hDispatchDriver 1
10017 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10018 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
10019 Function_Return retVal
10020 End_Function
10021
10022 { MethodType=Property DesignTime=False }
10023 Function Com_NewEnum Returns Variant
10024 Handle hDispatchDriver
10025 Variant retVal
10026 Get phDispatchDriver to hDispatchDriver
10027 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
10028 Function_Return retVal
10029 End_Function
10030
10031 Procedure ComRemoveAll
10032 Handle hDispatchDriver
10033 Get phDispatchDriver to hDispatchDriver
10034 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
10035 End_Procedure
10036
10037 { MethodType=Property DesignTime=False }
10038 Function ComPaneCount Returns Integer
10039 Handle hDispatchDriver
10040 Integer retVal
10041 Get phDispatchDriver to hDispatchDriver
10042 Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal
10043 Function_Return retVal
10044 End_Function
10045
10046 Function ComInsertPane Integer llIndex Integer llId Returns Variant
10047 Handle hDispatchDriver
10048 Variant retVal
10049 Get phDispatchDriver to hDispatchDriver
10050 Send PrepareParams to hDispatchDriver 2
10051 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10052 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10053 Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal
10054 Function_Return retVal
10055 End_Function
10056
10057 Function ComFindPane Integer llId Returns Variant
10058 Handle hDispatchDriver
10059 Variant retVal
10060 Get phDispatchDriver to hDispatchDriver
10061 Send PrepareParams to hDispatchDriver 1
10062 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10063 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
10064 Function_Return retVal
10065 End_Function
10066
10067 Function ComHitTest Integer llx Integer lly Returns Variant
10068 Handle hDispatchDriver
10069 Variant retVal
10070 Get phDispatchDriver to hDispatchDriver
10071 Send PrepareParams to hDispatchDriver 2
10072 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
10073 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
10074 Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal
10075 Function_Return retVal
10076 End_Function
10077
10078 { MethodType=Property DesignTime=False }
10079 Function ComToolTipContext Returns Variant
10080 Handle hDispatchDriver
10081 Variant retVal
10082 Get phDispatchDriver to hDispatchDriver
10083 Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal
10084 Function_Return retVal
10085 End_Function
10086
10087 Function ComAddSwitchPane Integer llId Returns Variant
10088 Handle hDispatchDriver
10089 Variant retVal
10090 Get phDispatchDriver to hDispatchDriver
10091 Send PrepareParams to hDispatchDriver 1
10092 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10093 Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal
10094 Function_Return retVal
10095 End_Function
10096
10097 Function ComAddSliderPane Integer llId Returns Variant
10098 Handle hDispatchDriver
10099 Variant retVal
10100 Get phDispatchDriver to hDispatchDriver
10101 Send PrepareParams to hDispatchDriver 1
10102 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10103 Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal
10104 Function_Return retVal
10105 End_Function
10106
10107 Function ComAddProgressPane Integer llId Returns Variant
10108 Handle hDispatchDriver
10109 Variant retVal
10110 Get phDispatchDriver to hDispatchDriver
10111 Send PrepareParams to hDispatchDriver 1
10112 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10113 Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal
10114 Function_Return retVal
10115 End_Function
10116
10117 Procedure ComEnableCustomization Boolean llEnable
10118 Handle hDispatchDriver
10119 Get phDispatchDriver to hDispatchDriver
10120 Send PrepareParams to hDispatchDriver 1
10121 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
10122 Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID
10123 End_Procedure
10124End_Class
10125
10126// CLSID: {280A7B16-7BE8-42EC-870C-8849F5540F14}
10127Class cCJIStatusBarEvents is a Mixin
10128
10129 { MethodType=Event }
10130 Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly
10131 End_Procedure
10132
10133 { MethodType=Event }
10134 Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly
10135 End_Procedure
10136
10137 { MethodType=Event }
10138 Procedure OnComPaneDblClick Variant llPane
10139 End_Procedure
10140
10141 { MethodType=Event }
10142 Procedure OnComPaneClick Variant llPane
10143 End_Procedure
10144
10145 { MethodType=Event }
10146 Procedure OnComSwitchPaneClick Variant llPane Integer llSwitch
10147 End_Procedure
10148
10149 { MethodType=Event }
10150 Procedure OnComSliderPaneClick Variant llPane XTPSliderCommand llCommand Integer llPos
10151 End_Procedure
10152
10153 { Visibility=Private }
10154 Procedure RegisterComEvents
10155 Send RegisterComEvent -605 msg_OnComMouseDown
10156 Send RegisterComEvent -607 msg_OnComMouseUp
10157 Send RegisterComEvent 1 msg_OnComPaneDblClick
10158 Send RegisterComEvent 2 msg_OnComPaneClick
10159 Send RegisterComEvent 3 msg_OnComSwitchPaneClick
10160 Send RegisterComEvent 4 msg_OnComSliderPaneClick
10161 End_Procedure
10162End_Class
10163
10164// CoClass
10165// CLSID: {4A554B68-0AC9-4997-B4D7-75B0F2E7E4BD}
10166// Xtreme StatusBar Control
10167{ ClassLibrary=Windows }
10168Class cCJComStatusBar is a cComAutomationObject
10169 Import_Class_Protocol cCJIStatusBar
10170 Import_Class_Protocol cCJIStatusBarEvents
10171
10172 Procedure Construct_Object
10173 Forward Send Construct_Object
10174 Set psEventId to "{280A7B16-7BE8-42EC-870C-8849F5540F14}"
10175 Set peAutoCreate to acNoAutoCreate
10176 End_Procedure
10177End_Class
10178
10179// CLSID: {3E35E103-97D0-43D4-BEE8-9E2511D89F64}
10180// Dispatch interface for CommandBars Control
10181Class cCJ_DCommandBarsFrame is a Mixin
10182
10183 { MethodType=Property DesignTime=False }
10184 Function ComVisualTheme Returns XTPVisualTheme
10185 XTPVisualTheme retVal
10186 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
10187 Function_Return retVal
10188 End_Function
10189
10190 { MethodType=Property DesignTime=False }
10191 Procedure Set ComVisualTheme XTPVisualTheme value
10192 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
10193 End_Procedure
10194
10195 { MethodType=Property DesignTime=False }
10196 Function ComIcons Returns Variant
10197 Variant retVal
10198 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
10199 Function_Return retVal
10200 End_Function
10201
10202 { MethodType=Property DesignTime=False }
10203 Procedure Set ComIcons Variant value
10204 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
10205 End_Procedure
10206
10207 { MethodType=Property DesignTime=False }
10208 Function ComScaleMode Returns XTPScaleMode
10209 XTPScaleMode retVal
10210 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
10211 Function_Return retVal
10212 End_Function
10213
10214 { MethodType=Property DesignTime=False }
10215 Procedure Set ComScaleMode XTPScaleMode value
10216 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
10217 End_Procedure
10218
10219 { MethodType=Property DesignTime=False }
10220 Function ComRightToLeft Returns Boolean
10221 Boolean retVal
10222 Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal
10223 Function_Return retVal
10224 End_Function
10225
10226 { MethodType=Property DesignTime=False }
10227 Procedure Set ComRightToLeft Boolean value
10228 Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value
10229 End_Procedure
10230
10231 { MethodType=Property DesignTime=False }
10232 Function ComCount Returns Integer
10233 Handle hDispatchDriver
10234 Integer retVal
10235 Get phDispatchDriver to hDispatchDriver
10236 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal
10237 Function_Return retVal
10238 End_Function
10239
10240 // Returns a specific item.
10241 { MethodType=Property DesignTime=False }
10242 Function ComItem Integer llIndex Returns Variant
10243 Handle hDispatchDriver
10244 Variant retVal
10245 Get phDispatchDriver to hDispatchDriver
10246 Send PrepareParams to hDispatchDriver 1
10247 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10248 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal
10249 Function_Return retVal
10250 End_Function
10251
10252 { MethodType=Property DesignTime=False }
10253 Function Com_NewEnum Returns Variant
10254 Handle hDispatchDriver
10255 Variant retVal
10256 Get phDispatchDriver to hDispatchDriver
10257 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
10258 Function_Return retVal
10259 End_Function
10260
10261 Function ComAdd String llName XTPBarPosition llPosition Returns Variant
10262 Handle hDispatchDriver
10263 Variant retVal
10264 Get phDispatchDriver to hDispatchDriver
10265 Send PrepareParams to hDispatchDriver 2
10266 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10267 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
10268 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
10269 Function_Return retVal
10270 End_Function
10271
10272 Procedure ComAddImageList Variant llImageList
10273 Handle hDispatchDriver
10274 Get phDispatchDriver to hDispatchDriver
10275 Send PrepareParams to hDispatchDriver 1
10276 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList
10277 Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID
10278 End_Procedure
10279
10280 { MethodType=Property DesignTime=False }
10281 Function ComActiveMenuBar Returns Variant
10282 Handle hDispatchDriver
10283 Variant retVal
10284 Get phDispatchDriver to hDispatchDriver
10285 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal
10286 Function_Return retVal
10287 End_Function
10288
10289 Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
10290 Handle hDispatchDriver
10291 Get phDispatchDriver to hDispatchDriver
10292 Send PrepareParams to hDispatchDriver 4
10293 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
10294 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
10295 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
10296 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
10297 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
10298 End_Procedure
10299
10300 Procedure ComRecalcLayout
10301 Handle hDispatchDriver
10302 Get phDispatchDriver to hDispatchDriver
10303 Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID
10304 End_Procedure
10305
10306 { MethodType=Property DesignTime=False }
10307 Function ComKeyBindings Returns Variant
10308 Handle hDispatchDriver
10309 Variant retVal
10310 Get phDispatchDriver to hDispatchDriver
10311 Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal
10312 Function_Return retVal
10313 End_Function
10314
10315 Procedure ComAddIconHandle Integer llIcon Integer llCommand Integer llimageState Boolean llAlpha
10316 Handle hDispatchDriver
10317 Get phDispatchDriver to hDispatchDriver
10318 Send PrepareParams to hDispatchDriver 4
10319 Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon
10320 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
10321 Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState
10322 Send DefineParam to hDispatchDriver OLE_VT_BOOL llAlpha
10323 Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID
10324 End_Procedure
10325
10326 { MethodType=Property DesignTime=False }
10327 Function ComOptions Returns Variant
10328 Handle hDispatchDriver
10329 Variant retVal
10330 Get phDispatchDriver to hDispatchDriver
10331 Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal
10332 Function_Return retVal
10333 End_Function
10334
10335 Procedure ComSaveCommandBars Variant llRegistryKey Variant llAppName Variant llSection
10336 Handle hDispatchDriver
10337 Get phDispatchDriver to hDispatchDriver
10338 Send PrepareParams to hDispatchDriver 3
10339 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey
10340 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName
10341 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection
10342 Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID
10343 End_Procedure
10344
10345 Procedure ComLoadCommandBars Variant llRegistryKey Variant llAppName Variant llSection
10346 Handle hDispatchDriver
10347 Get phDispatchDriver to hDispatchDriver
10348 Send PrepareParams to hDispatchDriver 3
10349 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey
10350 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName
10351 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection
10352 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
10353 End_Procedure
10354
10355 Procedure ComLoadDesignerBars Variant llFileNameOrResource Variant llInstance
10356 Handle hDispatchDriver
10357 Get phDispatchDriver to hDispatchDriver
10358 Send PrepareParams to hDispatchDriver 2
10359 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFileNameOrResource
10360 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llInstance
10361 Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID
10362 End_Procedure
10363
10364 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
10365 Handle hDispatchDriver
10366 Variant retVal
10367 Get phDispatchDriver to hDispatchDriver
10368 Send PrepareParams to hDispatchDriver 4
10369 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
10370 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
10371 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
10372 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
10373 Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal
10374 Function_Return retVal
10375 End_Function
10376
10377 Procedure ComAboutBox
10378 Handle hDispatchDriver
10379 Get phDispatchDriver to hDispatchDriver
10380 Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID
10381 End_Procedure
10382
10383 Procedure ComDockToolBar Variant llToolBar Integer llx Integer lly XTPBarPosition llPosition
10384 Handle hDispatchDriver
10385 Get phDispatchDriver to hDispatchDriver
10386 Send PrepareParams to hDispatchDriver 4
10387 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llToolBar
10388 Send DefineParam to hDispatchDriver OLE_VT_I4 llx
10389 Send DefineParam to hDispatchDriver OLE_VT_I4 lly
10390 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
10391 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
10392 End_Procedure
10393
10394 Function ComGetSpecialColor XTPColorManagerColor llIndex Returns OLE_COLOR
10395 Handle hDispatchDriver
10396 OLE_COLOR retVal
10397 Get phDispatchDriver to hDispatchDriver
10398 Send PrepareParams to hDispatchDriver 1
10399 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10400 Get InvokeComMethod of hDispatchDriver 19 OLE_VT_I4 to retVal
10401 Function_Return retVal
10402 End_Function
10403
10404 Function ComShowTabWorkspace Boolean llShow Returns Variant
10405 Handle hDispatchDriver
10406 Variant retVal
10407 Get phDispatchDriver to hDispatchDriver
10408 Send PrepareParams to hDispatchDriver 1
10409 Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow
10410 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
10411 Function_Return retVal
10412 End_Function
10413
10414 Procedure ComMoveAlignedControl Variant llControl Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
10415 Handle hDispatchDriver
10416 Get phDispatchDriver to hDispatchDriver
10417 Send PrepareParams to hDispatchDriver 5
10418 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl
10419 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
10420 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
10421 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
10422 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
10423 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
10424 End_Procedure
10425
10426 { MethodType=Property DesignTime=False }
10427 Function ComTabWorkspace Returns Variant
10428 Handle hDispatchDriver
10429 Variant retVal
10430 Get phDispatchDriver to hDispatchDriver
10431 Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal
10432 Function_Return retVal
10433 End_Function
10434
10435 Procedure ComLoadStateFromString String llProfile Boolean llRestoreControls Boolean llRestoreOptions Boolean llSilent
10436 Handle hDispatchDriver
10437 Get phDispatchDriver to hDispatchDriver
10438 Send PrepareParams to hDispatchDriver 4
10439 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
10440 Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreControls
10441 Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreOptions
10442 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSilent
10443 Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID
10444 End_Procedure
10445
10446 Function ComSaveStateToString Boolean llSaveControls Boolean llSaveOnlyCustomized Boolean llSaveOptions Returns String
10447 Handle hDispatchDriver
10448 String retVal
10449 Get phDispatchDriver to hDispatchDriver
10450 Send PrepareParams to hDispatchDriver 3
10451 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveControls
10452 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOnlyCustomized
10453 Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOptions
10454 Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal
10455 Function_Return retVal
10456 End_Function
10457
10458 { MethodType=Property DesignTime=False }
10459 Function ComStatusBar Returns Variant
10460 Handle hDispatchDriver
10461 Variant retVal
10462 Get phDispatchDriver to hDispatchDriver
10463 Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal
10464 Function_Return retVal
10465 End_Function
10466
10467 { MethodType=Property DesignTime=False }
10468 Function ComMessageBar Returns Variant
10469 Handle hDispatchDriver
10470 Variant retVal
10471 Get phDispatchDriver to hDispatchDriver
10472 Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal
10473 Function_Return retVal
10474 End_Function
10475
10476 Procedure ComEnableCustomization Boolean llEnable
10477 Handle hDispatchDriver
10478 Get phDispatchDriver to hDispatchDriver
10479 Send PrepareParams to hDispatchDriver 1
10480 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
10481 Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID
10482 End_Procedure
10483
10484 { MethodType=Property DesignTime=False }
10485 Function ComDesignerControls Returns Variant
10486 Handle hDispatchDriver
10487 Variant retVal
10488 Get phDispatchDriver to hDispatchDriver
10489 Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal
10490 Function_Return retVal
10491 End_Function
10492
10493 Function ComGetDispatch Returns Variant
10494 Handle hDispatchDriver
10495 Variant retVal
10496 Get phDispatchDriver to hDispatchDriver
10497 Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal
10498 Function_Return retVal
10499 End_Function
10500
10501 Procedure ComSetMDIClient OLE_HANDLE llhWnd
10502 Handle hDispatchDriver
10503 Get phDispatchDriver to hDispatchDriver
10504 Send PrepareParams to hDispatchDriver 1
10505 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
10506 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
10507 End_Procedure
10508
10509 { MethodType=Property DesignTime=False }
10510 Function ComGlobalSettings Returns Variant
10511 Handle hDispatchDriver
10512 Variant retVal
10513 Get phDispatchDriver to hDispatchDriver
10514 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal
10515 Function_Return retVal
10516 End_Function
10517
10518 Procedure ComClosePopups
10519 Handle hDispatchDriver
10520 Get phDispatchDriver to hDispatchDriver
10521 Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID
10522 End_Procedure
10523
10524 Procedure ComSetSpecialColor XTPColorManagerColor llIndex OLE_COLOR llColor
10525 Handle hDispatchDriver
10526 Get phDispatchDriver to hDispatchDriver
10527 Send PrepareParams to hDispatchDriver 2
10528 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
10529 Send DefineParam to hDispatchDriver OLE_VT_I4 llColor
10530 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
10531 End_Procedure
10532
10533 Function ComAddDialogBar String llName XTPBarPosition llPosition Returns Variant
10534 Handle hDispatchDriver
10535 Variant retVal
10536 Get phDispatchDriver to hDispatchDriver
10537 Send PrepareParams to hDispatchDriver 2
10538 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10539 Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition
10540 Get InvokeComMethod of hDispatchDriver 36 OLE_VT_DISPATCH to retVal
10541 Function_Return retVal
10542 End_Function
10543
10544 Procedure ComLoadStateFromXMLString String llProfile String llstate Variant llOptions
10545 Handle hDispatchDriver
10546 Get phDispatchDriver to hDispatchDriver
10547 Send PrepareParams to hDispatchDriver 3
10548 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
10549 Send DefineParam to hDispatchDriver OLE_VT_BSTR llstate
10550 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
10551 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
10552 End_Procedure
10553
10554 Function ComSaveStateToXMLString String llProfile Variant llOptions Returns String
10555 Handle hDispatchDriver
10556 String retVal
10557 Get phDispatchDriver to hDispatchDriver
10558 Send PrepareParams to hDispatchDriver 2
10559 Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile
10560 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
10561 Get InvokeComMethod of hDispatchDriver 38 OLE_VT_BSTR to retVal
10562 Function_Return retVal
10563 End_Function
10564
10565 Function ComCreateStateOptions Returns Variant
10566 Handle hDispatchDriver
10567 Variant retVal
10568 Get phDispatchDriver to hDispatchDriver
10569 Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal
10570 Function_Return retVal
10571 End_Function
10572
10573 Procedure ComDoPropExchange Variant llpPX Variant llOptions
10574 Handle hDispatchDriver
10575 Get phDispatchDriver to hDispatchDriver
10576 Send PrepareParams to hDispatchDriver 2
10577 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX
10578 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions
10579 Send InvokeComMethod to hDispatchDriver 45 OLE_VT_VOID
10580 End_Procedure
10581
10582 { MethodType=Property DesignTime=False }
10583 Function ComCustomizedControl Returns Variant
10584 Handle hDispatchDriver
10585 Variant retVal
10586 Get phDispatchDriver to hDispatchDriver
10587 Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal
10588 Function_Return retVal
10589 End_Function
10590
10591 // Deletes all of the toolbars
10592 Procedure ComDeleteAll
10593 Handle hDispatchDriver
10594 Get phDispatchDriver to hDispatchDriver
10595 Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID
10596 End_Procedure
10597
10598 { MethodType=Property DesignTime=False }
10599 Function ComToolTipContext Returns Variant
10600 Handle hDispatchDriver
10601 Variant retVal
10602 Get phDispatchDriver to hDispatchDriver
10603 Get InvokeComMethod of hDispatchDriver 42 OLE_VT_DISPATCH to retVal
10604 Function_Return retVal
10605 End_Function
10606
10607 { MethodType=Property DesignTime=False }
10608 Function ComTrackingMode Returns Boolean
10609 Handle hDispatchDriver
10610 Boolean retVal
10611 Get phDispatchDriver to hDispatchDriver
10612 Get InvokeComMethod of hDispatchDriver 43 OLE_VT_BOOL to retVal
10613 Function_Return retVal
10614 End_Function
10615
10616 { MethodType=Property DesignTime=False }
10617 Function ComFocusedCommandBar Returns Variant
10618 Handle hDispatchDriver
10619 Variant retVal
10620 Get phDispatchDriver to hDispatchDriver
10621 Get InvokeComMethod of hDispatchDriver 44 OLE_VT_DISPATCH to retVal
10622 Function_Return retVal
10623 End_Function
10624
10625 Function ComAddMenuBar String llName Returns Variant
10626 Handle hDispatchDriver
10627 Variant retVal
10628 Get phDispatchDriver to hDispatchDriver
10629 Send PrepareParams to hDispatchDriver 1
10630 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10631 Get InvokeComMethod of hDispatchDriver 47 OLE_VT_DISPATCH to retVal
10632 Function_Return retVal
10633 End_Function
10634
10635 Function ComAddTabToolBar String llName Returns Variant
10636 Handle hDispatchDriver
10637 Variant retVal
10638 Get phDispatchDriver to hDispatchDriver
10639 Send PrepareParams to hDispatchDriver 1
10640 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10641 Get InvokeComMethod of hDispatchDriver 48 OLE_VT_DISPATCH to retVal
10642 Function_Return retVal
10643 End_Function
10644
10645 Function ComAddRibbonBar String llName Returns Variant
10646 Handle hDispatchDriver
10647 Variant retVal
10648 Get phDispatchDriver to hDispatchDriver
10649 Send PrepareParams to hDispatchDriver 1
10650 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10651 Get InvokeComMethod of hDispatchDriver 49 OLE_VT_DISPATCH to retVal
10652 Function_Return retVal
10653 End_Function
10654
10655 Procedure ComAttachToWindow OLE_HANDLE llhWnd
10656 Handle hDispatchDriver
10657 Get phDispatchDriver to hDispatchDriver
10658 Send PrepareParams to hDispatchDriver 1
10659 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
10660 Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID
10661 End_Procedure
10662
10663 Procedure ComShowCustomizeDialog Integer llActiveTab
10664 Handle hDispatchDriver
10665 Get phDispatchDriver to hDispatchDriver
10666 Send PrepareParams to hDispatchDriver 1
10667 Send DefineParam to hDispatchDriver OLE_VT_I4 llActiveTab
10668 Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID
10669 End_Procedure
10670
10671 Procedure ComEnableOffice2007Frame Boolean llEnable
10672 Handle hDispatchDriver
10673 Get phDispatchDriver to hDispatchDriver
10674 Send PrepareParams to hDispatchDriver 1
10675 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
10676 Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID
10677 End_Procedure
10678
10679 Procedure ComEnableActions
10680 Handle hDispatchDriver
10681 Get phDispatchDriver to hDispatchDriver
10682 Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID
10683 End_Procedure
10684
10685 { MethodType=Property DesignTime=False }
10686 Function ComActions Returns Variant
10687 Handle hDispatchDriver
10688 Variant retVal
10689 Get phDispatchDriver to hDispatchDriver
10690 Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal
10691 Function_Return retVal
10692 End_Function
10693
10694 { MethodType=Property DesignTime=False }
10695 Function ComPaintManager Returns Variant
10696 Handle hDispatchDriver
10697 Variant retVal
10698 Get phDispatchDriver to hDispatchDriver
10699 Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal
10700 Function_Return retVal
10701 End_Function
10702
10703 Function ComCreateGalleryItems Integer llId Returns Variant
10704 Handle hDispatchDriver
10705 Variant retVal
10706 Get phDispatchDriver to hDispatchDriver
10707 Send PrepareParams to hDispatchDriver 1
10708 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
10709 Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal
10710 Function_Return retVal
10711 End_Function
10712
10713 Procedure ComEnableOffice2007FrameHandle OLE_HANDLE llhWnd
10714 Handle hDispatchDriver
10715 Get phDispatchDriver to hDispatchDriver
10716 Send PrepareParams to hDispatchDriver 1
10717 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
10718 Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID
10719 End_Procedure
10720
10721 Procedure ComDisableOffice2007FrameHandle OLE_HANDLE llhWnd
10722 Handle hDispatchDriver
10723 Get phDispatchDriver to hDispatchDriver
10724 Send PrepareParams to hDispatchDriver 1
10725 Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd
10726 Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID
10727 End_Procedure
10728
10729 Function ComCreateCommandBarControl String llClassName Returns Variant
10730 Handle hDispatchDriver
10731 Variant retVal
10732 Get phDispatchDriver to hDispatchDriver
10733 Send PrepareParams to hDispatchDriver 1
10734 Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName
10735 Get InvokeComMethod of hDispatchDriver 58 OLE_VT_DISPATCH to retVal
10736 Function_Return retVal
10737 End_Function
10738
10739 Function ComCreateCommandBar String llClassName Returns Variant
10740 Handle hDispatchDriver
10741 Variant retVal
10742 Get phDispatchDriver to hDispatchDriver
10743 Send PrepareParams to hDispatchDriver 1
10744 Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName
10745 Get InvokeComMethod of hDispatchDriver 59 OLE_VT_DISPATCH to retVal
10746 Function_Return retVal
10747 End_Function
10748
10749 Function ComContextHelp Returns Integer
10750 Handle hDispatchDriver
10751 Integer retVal
10752 Get phDispatchDriver to hDispatchDriver
10753 Get InvokeComMethod of hDispatchDriver 60 OLE_VT_I4 to retVal
10754 Function_Return retVal
10755 End_Function
10756
10757 { MethodType=Property DesignTime=False }
10758 Function ComContextMenus Returns Variant
10759 Handle hDispatchDriver
10760 Variant retVal
10761 Get phDispatchDriver to hDispatchDriver
10762 Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal
10763 Function_Return retVal
10764 End_Function
10765
10766 Procedure ComOLEDrag
10767 Handle hDispatchDriver
10768 Get phDispatchDriver to hDispatchDriver
10769 Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID
10770 End_Procedure
10771
10772 Function ComAddMiniToolBar String llName Returns Variant
10773 Handle hDispatchDriver
10774 Variant retVal
10775 Get phDispatchDriver to hDispatchDriver
10776 Send PrepareParams to hDispatchDriver 1
10777 Send DefineParam to hDispatchDriver OLE_VT_BSTR llName
10778 Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal
10779 Function_Return retVal
10780 End_Function
10781
10782 { MethodType=Property DesignTime=False }
10783 Function ComRecentFileList Returns Variant
10784 Handle hDispatchDriver
10785 Variant retVal
10786 Get phDispatchDriver to hDispatchDriver
10787 Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal
10788 Function_Return retVal
10789 End_Function
10790End_Class
10791
10792// CLSID: {BEBCFF31-D2EF-4119-BBBB-8314B5794E11}
10793// Event interface for CommandBars Control
10794Class cCJ_DCommandBarsFrameEvents is a Mixin
10795
10796 { MethodType=Event }
10797 Procedure OnComExecute Variant llControl
10798 End_Procedure
10799
10800 { MethodType=Event }
10801 Procedure OnComUpdate Variant llControl
10802 End_Procedure
10803
10804 { MethodType=Event }
10805 Procedure OnComResize
10806 End_Procedure
10807
10808 { MethodType=Event }
10809 Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
10810 End_Procedure
10811
10812 { MethodType=Event }
10813 Procedure OnComControlSelected Variant llControl
10814 End_Procedure
10815
10816 { MethodType=Event }
10817 Procedure OnComInitCommandsPopup Variant llCommandBar
10818 End_Procedure
10819
10820 { MethodType=Event }
10821 Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom
10822 End_Procedure
10823
10824 { MethodType=Event }
10825 Procedure OnComSpecialColorChanged
10826 End_Procedure
10827
10828 { MethodType=Event }
10829 Procedure OnComRepositionAlignedControls Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
10830 End_Procedure
10831
10832 { MethodType=Event }
10833 Procedure OnComCustomization Variant llOptions
10834 End_Procedure
10835
10836 { MethodType=Event }
10837 Procedure OnComToolBarVisibleChanged Variant llToolBar
10838 End_Procedure
10839
10840 { MethodType=Event }
10841 Procedure OnComControlRButtonUp Variant llControl
10842 End_Procedure
10843
10844 { MethodType=Event }
10845 Procedure OnComCustomizationDone
10846 End_Procedure
10847
10848 { MethodType=Event }
10849 Procedure OnComCommandBarKeyDown Variant llCommandBar Integer ByRef llKeyCode Short llShift
10850 End_Procedure
10851
10852 { MethodType=Event }
10853 Procedure OnComToolBarContextMenu Variant llToolBar Variant llContextMenu
10854 End_Procedure
10855
10856 { MethodType=Event }
10857 Procedure OnComTrackingModeChanged Variant llCommandBar Boolean llMode
10858 End_Procedure
10859
10860 { MethodType=Event }
10861 Procedure OnComCustomizationResetToolBar Variant llToolBar
10862 End_Procedure
10863
10864 { MethodType=Event }
10865 Procedure OnComCustomizationAddToolBar Variant llToolBar
10866 End_Procedure
10867
10868 { MethodType=Event }
10869 Procedure OnComCustomizationDeleteToolBar Variant llToolBar
10870 End_Procedure
10871
10872 { MethodType=Event }
10873 Procedure OnComControlNotify Variant llControl Integer llCode Variant llNotifyData Variant llHandled
10874 End_Procedure
10875
10876 { MethodType=Event }
10877 Procedure OnComGetActiveDocumentID Integer ByRef llId
10878 End_Procedure
10879
10880 { MethodType=Event }
10881 Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects
10882 End_Procedure
10883
10884 { MethodType=Event }
10885 Procedure OnComOLECompleteDrag Integer ByRef llEffect
10886 End_Procedure
10887
10888 { Visibility=Private }
10889 Procedure RegisterComEvents
10890 Send RegisterComEvent 1 msg_OnComExecute
10891 Send RegisterComEvent 2 msg_OnComUpdate
10892 Send RegisterComEvent 3 msg_OnComResize
10893 Send RegisterComEvent 4 msg_OnComGetClientBordersWidth
10894 Send RegisterComEvent 5 msg_OnComControlSelected
10895 Send RegisterComEvent 6 msg_OnComInitCommandsPopup
10896 Send RegisterComEvent 7 msg_OnComResizeClient
10897 Send RegisterComEvent 8 msg_OnComSpecialColorChanged
10898 Send RegisterComEvent 9 msg_OnComRepositionAlignedControls
10899 Send RegisterComEvent 10 msg_OnComCustomization
10900 Send RegisterComEvent 11 msg_OnComToolBarVisibleChanged
10901 Send RegisterComEvent 12 msg_OnComControlRButtonUp
10902 Send RegisterComEvent 13 msg_OnComCustomizationDone
10903 Send RegisterComEvent -602 msg_OnComCommandBarKeyDown
10904 Send RegisterComEvent 14 msg_OnComToolBarContextMenu
10905 Send RegisterComEvent 15 msg_OnComTrackingModeChanged
10906 Send RegisterComEvent 16 msg_OnComCustomizationResetToolBar
10907 Send RegisterComEvent 17 msg_OnComCustomizationAddToolBar
10908 Send RegisterComEvent 18 msg_OnComCustomizationDeleteToolBar
10909 Send RegisterComEvent 19 msg_OnComControlNotify
10910 Send RegisterComEvent 20 msg_OnComGetActiveDocumentID
10911 Send RegisterComEvent 303 msg_OnComOLEStartDrag
10912 Send RegisterComEvent 304 msg_OnComOLECompleteDrag
10913 End_Procedure
10914End_Class
10915
10916// CoClass
10917// ProgID: Codejock.CommandBarsFrame.13.4.2
10918// CLSID: {060E8592-A2BF-432A-A8D7-329ED015BA56}
10919// Xtreme CommandBars Frame Control
10920{ CLSID="{060E8592-A2BF-432A-A8D7-329ED015BA56}" }
10921Class cCJCommandBarsFrame is a cComActiveXControl
10922 Import_Class_Protocol cCJ_DCommandBarsFrame
10923 Import_Class_Protocol cCJ_DCommandBarsFrameEvents
10924
10925 Procedure Construct_Object
10926 Forward Send Construct_Object
10927 Set psProgID to "{060E8592-A2BF-432A-A8D7-329ED015BA56}"
10928 Set psEventId to "{BEBCFF31-D2EF-4119-BBBB-8314B5794E11}"
10929 Set psLicenseKey to ("CommandBars Control Copyright (c) 2003-2010 Codejock Software"+ Character(13)+ Character(10)+;
10930 "PRODUCT-ID: Codejock.CommandBars.ActiveX.v13.4"+ Character(13)+ Character(10)+;
10931 "VALIDATE-CODE: QQS-PNF-OJV-VBX")
10932 Set peAutoCreate to acDeferredAutoCreate
10933 End_Procedure
10934End_Class
10935
10936// CLSID: {25156D92-3B80-4CED-A441-19E468F8D087}
10937// Dispatch interface for PrintPreview Control
10938Class cCJ_DPrintPreview is a Mixin
10939
10940 { MethodType=Property DesignTime=False }
10941 Function ComPrintView Returns Variant
10942 Variant retVal
10943 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_UNKNOWN to retVal
10944 Function_Return retVal
10945 End_Function
10946
10947 { MethodType=Property DesignTime=False }
10948 Procedure Set ComPrintView Variant value
10949 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_UNKNOWN to value
10950 End_Procedure
10951
10952 { MethodType=Property DesignTime=False }
10953 Function ComTitle Returns String
10954 String retVal
10955 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
10956 Function_Return retVal
10957 End_Function
10958
10959 { MethodType=Property DesignTime=False }
10960 Procedure Set ComTitle String value
10961 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
10962 End_Procedure
10963
10964 { MethodType=Property DesignTime=False }
10965 Function ComVisualTheme Returns XTPVisualTheme
10966 XTPVisualTheme retVal
10967 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal
10968 Function_Return retVal
10969 End_Function
10970
10971 { MethodType=Property DesignTime=False }
10972 Procedure Set ComVisualTheme XTPVisualTheme value
10973 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value
10974 End_Procedure
10975
10976 { MethodType=Property DesignTime=False }
10977 Function ComZoomState Returns Integer
10978 Integer retVal
10979 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal
10980 Function_Return retVal
10981 End_Function
10982
10983 { MethodType=Property DesignTime=False }
10984 Procedure Set ComZoomState Integer value
10985 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value
10986 End_Procedure
10987
10988 { MethodType=Property DesignTime=False }
10989 Function ComToolBarVisible Returns Boolean
10990 Boolean retVal
10991 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
10992 Function_Return retVal
10993 End_Function
10994
10995 { MethodType=Property DesignTime=False }
10996 Procedure Set ComToolBarVisible Boolean value
10997 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
10998 End_Procedure
10999
11000 { MethodType=Property DesignTime=False }
11001 Function ComOrientation Returns XTPPrintOrientation
11002 XTPPrintOrientation retVal
11003 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
11004 Function_Return retVal
11005 End_Function
11006
11007 { MethodType=Property DesignTime=False }
11008 Procedure Set ComOrientation XTPPrintOrientation value
11009 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
11010 End_Procedure
11011
11012 Function ComCreateMarkupPrintView String llMarkupText Returns Variant
11013 Handle hDispatchDriver
11014 Variant retVal
11015 Get phDispatchDriver to hDispatchDriver
11016 Send PrepareParams to hDispatchDriver 1
11017 Send DefineParam to hDispatchDriver OLE_VT_BSTR llMarkupText
11018 Get InvokeComMethod of hDispatchDriver 6 OLE_VT_UNKNOWN to retVal
11019 Function_Return retVal
11020 End_Function
11021
11022 Procedure ComShowPrintDialog
11023 Handle hDispatchDriver
11024 Get phDispatchDriver to hDispatchDriver
11025 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
11026 End_Procedure
11027
11028 Function ComCreateRichEditPrintView String llText Returns Variant
11029 Handle hDispatchDriver
11030 Variant retVal
11031 Get phDispatchDriver to hDispatchDriver
11032 Send PrepareParams to hDispatchDriver 1
11033 Send DefineParam to hDispatchDriver OLE_VT_BSTR llText
11034 Get InvokeComMethod of hDispatchDriver 8 OLE_VT_UNKNOWN to retVal
11035 Function_Return retVal
11036 End_Function
11037
11038 { MethodType=Property DesignTime=False }
11039 Function ComToolBar Returns Variant
11040 Handle hDispatchDriver
11041 Variant retVal
11042 Get phDispatchDriver to hDispatchDriver
11043 Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal
11044 Function_Return retVal
11045 End_Function
11046
11047 Procedure ComAboutBox
11048 Handle hDispatchDriver
11049 Get phDispatchDriver to hDispatchDriver
11050 Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID
11051 End_Procedure
11052End_Class
11053
11054// CLSID: {9F985B8F-403B-41C9-9729-7C965ECCA543}
11055// Event interface for PrintPreview Control
11056Class cCJ_DPrintPreviewEvents is a Mixin
11057
11058 { MethodType=Event }
11059 Procedure OnComCloseClick
11060 End_Procedure
11061
11062 { MethodType=Event }
11063 Procedure OnComPrintClick
11064 End_Procedure
11065
11066 { Visibility=Private }
11067 Procedure RegisterComEvents
11068 Send RegisterComEvent 1 msg_OnComCloseClick
11069 Send RegisterComEvent 2 msg_OnComPrintClick
11070 End_Procedure
11071End_Class
11072
11073// CoClass
11074// ProgID: Codejock.PrintPreview.13.4.2
11075// CLSID: {CF36476E-736F-4198-A4AA-89C486C42B19}
11076// PrintPreview Control
11077{ CLSID="{CF36476E-736F-4198-A4AA-89C486C42B19}" }
11078Class cCJPrintPreview is a cComActiveXControl
11079 Import_Class_Protocol cCJ_DPrintPreview
11080 Import_Class_Protocol cCJ_DPrintPreviewEvents
11081
11082 Procedure Construct_Object
11083 Forward Send Construct_Object
11084 Set psProgID to "{CF36476E-736F-4198-A4AA-89C486C42B19}"
11085 Set psEventId to "{9F985B8F-403B-41C9-9729-7C965ECCA543}"
11086 Set peAutoCreate to acDeferredAutoCreate
11087 End_Procedure
11088End_Class
11089
11090// CLSID: {5ED236BB-3DF6-4CE7-AA87-C827EE698D7B}
11091// Global Global Settings
11092Class cCJICommandBarsGlobalSettings is a Mixin
11093
11094 { MethodType=Property DesignTime=False }
11095 Function ComResourceFile Returns String
11096 String retVal
11097 Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal
11098 Function_Return retVal
11099 End_Function
11100
11101 { MethodType=Property DesignTime=False }
11102 Procedure Set ComResourceFile String value
11103 Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value
11104 End_Procedure
11105
11106 { MethodType=Property DesignTime=False }
11107 Function ComLicense Returns String
11108 String retVal
11109 Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal
11110 Function_Return retVal
11111 End_Function
11112
11113 { MethodType=Property DesignTime=False }
11114 Procedure Set ComLicense String value
11115 Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value
11116 End_Procedure
11117
11118 { MethodType=Property DesignTime=False }
11119 Function ComTitle Returns String
11120 String retVal
11121 Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal
11122 Function_Return retVal
11123 End_Function
11124
11125 { MethodType=Property DesignTime=False }
11126 Procedure Set ComTitle String value
11127 Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value
11128 End_Procedure
11129
11130 { MethodType=Property DesignTime=False }
11131 Function ComApp Returns Variant
11132 Variant retVal
11133 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal
11134 Function_Return retVal
11135 End_Function
11136
11137 { MethodType=Property DesignTime=False }
11138 Procedure Set ComApp Variant value
11139 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value
11140 End_Procedure
11141
11142 { MethodType=Property DesignTime=False }
11143 Function ComCompanyName Returns String
11144 String retVal
11145 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
11146 Function_Return retVal
11147 End_Function
11148
11149 { MethodType=Property DesignTime=False }
11150 Procedure Set ComCompanyName String value
11151 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
11152 End_Procedure
11153
11154 { MethodType=Property DesignTime=False }
11155 Function ComOffice2007Images Returns String
11156 String retVal
11157 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal
11158 Function_Return retVal
11159 End_Function
11160
11161 { MethodType=Property DesignTime=False }
11162 Procedure Set ComOffice2007Images String value
11163 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value
11164 End_Procedure
11165
11166 { MethodType=Property DesignTime=False }
11167 Function ComColorManager Returns Variant
11168 Handle hDispatchDriver
11169 Variant retVal
11170 Get phDispatchDriver to hDispatchDriver
11171 Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal
11172 Function_Return retVal
11173 End_Function
11174
11175 { MethodType=Property DesignTime=False }
11176 Function ComVersion Returns String
11177 Handle hDispatchDriver
11178 String retVal
11179 Get phDispatchDriver to hDispatchDriver
11180 Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal
11181 Function_Return retVal
11182 End_Function
11183
11184 { MethodType=Property DesignTime=False }
11185 Function ComUnicode Returns Boolean
11186 Handle hDispatchDriver
11187 Boolean retVal
11188 Get phDispatchDriver to hDispatchDriver
11189 Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal
11190 Function_Return retVal
11191 End_Function
11192
11193 { MethodType=Property DesignTime=False }
11194 Function ComOcxPath Returns String
11195 Handle hDispatchDriver
11196 String retVal
11197 Get phDispatchDriver to hDispatchDriver
11198 Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal
11199 Function_Return retVal
11200 End_Function
11201
11202 Function ComCreatePropExchange Returns Variant
11203 Handle hDispatchDriver
11204 Variant retVal
11205 Get phDispatchDriver to hDispatchDriver
11206 Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal
11207 Function_Return retVal
11208 End_Function
11209
11210 { MethodType=Property DesignTime=False }
11211 Function ComIcons Returns Variant
11212 Handle hDispatchDriver
11213 Variant retVal
11214 Get phDispatchDriver to hDispatchDriver
11215 Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal
11216 Function_Return retVal
11217 End_Function
11218End_Class
11219
11220// CoClass
11221// ProgID: Codejock.CommandBarsGlobalSettings.13.4.2
11222// CLSID: {8F88ECAB-3FFC-4488-AB2C-3D3C0987A7AD}
11223// Command Bars Settings
11224{ ClassLibrary=Windows }
11225Class cCJCommandBarsGlobalSettings is a cComAutomationObject
11226 Import_Class_Protocol cCJICommandBarsGlobalSettings
11227
11228 Procedure Construct_Object
11229 Forward Send Construct_Object
11230 Set psProgID to "{8F88ECAB-3FFC-4488-AB2C-3D3C0987A7AD}"
11231 Set peAutoCreate to acNoAutoCreate
11232 End_Procedure
11233End_Class
11234
11235// CLSID: {2B69783D-A5D8-4569-8690-592295C5583A}
11236{ ClassLibrary=Windows }
11237Class cCJComStatusBarPane is a cComAutomationObject
11238
11239 { MethodType=Property DesignTime=False }
11240 Function ComText Returns String
11241 String retVal
11242 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
11243 Function_Return retVal
11244 End_Function
11245
11246 { MethodType=Property DesignTime=False }
11247 Procedure Set ComText String value
11248 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
11249 End_Procedure
11250
11251 { MethodType=Property DesignTime=False }
11252 Function ComWidth Returns Integer
11253 Integer retVal
11254 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
11255 Function_Return retVal
11256 End_Function
11257
11258 { MethodType=Property DesignTime=False }
11259 Procedure Set ComWidth Integer value
11260 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
11261 End_Procedure
11262
11263 { MethodType=Property DesignTime=False }
11264 Function ComStyle Returns XTPStatusPaneStyle
11265 XTPStatusPaneStyle retVal
11266 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal
11267 Function_Return retVal
11268 End_Function
11269
11270 { MethodType=Property DesignTime=False }
11271 Procedure Set ComStyle XTPStatusPaneStyle value
11272 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value
11273 End_Procedure
11274
11275 { MethodType=Property DesignTime=False }
11276 Function ComVisible Returns Boolean
11277 Boolean retVal
11278 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
11279 Function_Return retVal
11280 End_Function
11281
11282 { MethodType=Property DesignTime=False }
11283 Procedure Set ComVisible Boolean value
11284 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
11285 End_Procedure
11286
11287 { MethodType=Property DesignTime=False }
11288 Function ComTextColor Returns OLE_COLOR
11289 OLE_COLOR retVal
11290 Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal
11291 Function_Return retVal
11292 End_Function
11293
11294 { MethodType=Property DesignTime=False }
11295 Procedure Set ComTextColor OLE_COLOR value
11296 Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value
11297 End_Procedure
11298
11299 { MethodType=Property DesignTime=False }
11300 Function ComBackgroundColor Returns OLE_COLOR
11301 OLE_COLOR retVal
11302 Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal
11303 Function_Return retVal
11304 End_Function
11305
11306 { MethodType=Property DesignTime=False }
11307 Procedure Set ComBackgroundColor OLE_COLOR value
11308 Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value
11309 End_Procedure
11310
11311 { MethodType=Property DesignTime=False }
11312 Function ComFont Returns Variant
11313 Variant retVal
11314 Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal
11315 Function_Return retVal
11316 End_Function
11317
11318 { MethodType=Property DesignTime=False }
11319 Procedure Set ComFont Variant value
11320 Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value
11321 End_Procedure
11322
11323 { MethodType=Property DesignTime=False }
11324 Function ComIconIndex Returns Integer
11325 Integer retVal
11326 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal
11327 Function_Return retVal
11328 End_Function
11329
11330 { MethodType=Property DesignTime=False }
11331 Procedure Set ComIconIndex Integer value
11332 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value
11333 End_Procedure
11334
11335 { MethodType=Property DesignTime=False }
11336 Function ComAlignment Returns XTPTextAlignment
11337 XTPTextAlignment retVal
11338 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal
11339 Function_Return retVal
11340 End_Function
11341
11342 { MethodType=Property DesignTime=False }
11343 Procedure Set ComAlignment XTPTextAlignment value
11344 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value
11345 End_Procedure
11346
11347 { MethodType=Property DesignTime=False }
11348 Function ComHandle Returns OLE_HANDLE
11349 OLE_HANDLE retVal
11350 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
11351 Function_Return retVal
11352 End_Function
11353
11354 { MethodType=Property DesignTime=False }
11355 Procedure Set ComHandle OLE_HANDLE value
11356 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
11357 End_Procedure
11358
11359 { MethodType=Property DesignTime=False }
11360 Function ComToolTip Returns String
11361 String retVal
11362 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal
11363 Function_Return retVal
11364 End_Function
11365
11366 { MethodType=Property DesignTime=False }
11367 Procedure Set ComToolTip String value
11368 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value
11369 End_Procedure
11370
11371 { MethodType=Property DesignTime=False }
11372 Function ComButton Returns Boolean
11373 Boolean retVal
11374 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
11375 Function_Return retVal
11376 End_Function
11377
11378 { MethodType=Property DesignTime=False }
11379 Procedure Set ComButton Boolean value
11380 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
11381 End_Procedure
11382
11383 { MethodType=Property DesignTime=False }
11384 Function ComBeginGroup Returns Boolean
11385 Boolean retVal
11386 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
11387 Function_Return retVal
11388 End_Function
11389
11390 { MethodType=Property DesignTime=False }
11391 Procedure Set ComBeginGroup Boolean value
11392 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
11393 End_Procedure
11394
11395 { MethodType=Property DesignTime=False }
11396 Function ComCaption Returns String
11397 String retVal
11398 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal
11399 Function_Return retVal
11400 End_Function
11401
11402 { MethodType=Property DesignTime=False }
11403 Procedure Set ComCaption String value
11404 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value
11405 End_Procedure
11406
11407 { MethodType=Property DesignTime=False }
11408 Function ComValue Returns String
11409 String retVal
11410 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to retVal
11411 Function_Return retVal
11412 End_Function
11413
11414 { MethodType=Property DesignTime=False }
11415 Procedure Set ComValue String value
11416 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to value
11417 End_Procedure
11418
11419 { MethodType=Property DesignTime=False }
11420 Function ComEnabled Returns Boolean
11421 Boolean retVal
11422 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal
11423 Function_Return retVal
11424 End_Function
11425
11426 { MethodType=Property DesignTime=False }
11427 Procedure Set ComEnabled Boolean value
11428 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value
11429 End_Procedure
11430
11431 { MethodType=Property DesignTime=False }
11432 Function ComChecked Returns Boolean
11433 Boolean retVal
11434 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
11435 Function_Return retVal
11436 End_Function
11437
11438 { MethodType=Property DesignTime=False }
11439 Procedure Set ComChecked Boolean value
11440 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
11441 End_Procedure
11442
11443 { MethodType=Property DesignTime=False }
11444 Function ComCustomizable Returns Boolean
11445 Boolean retVal
11446 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
11447 Function_Return retVal
11448 End_Function
11449
11450 { MethodType=Property DesignTime=False }
11451 Procedure Set ComCustomizable Boolean value
11452 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
11453 End_Procedure
11454
11455 { MethodType=Property DesignTime=False }
11456 Function ComHideFlags Returns XTPControlHideFlags
11457 XTPControlHideFlags retVal
11458 Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal
11459 Function_Return retVal
11460 End_Function
11461
11462 { MethodType=Property DesignTime=False }
11463 Procedure Set ComHideFlags XTPControlHideFlags value
11464 Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value
11465 End_Procedure
11466
11467 { MethodType=Property DesignTime=False }
11468 Function ComId Returns Integer
11469 Handle hDispatchDriver
11470 Integer retVal
11471 Get phDispatchDriver to hDispatchDriver
11472 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal
11473 Function_Return retVal
11474 End_Function
11475
11476 { MethodType=Property DesignTime=False }
11477 Function ComIndex Returns Integer
11478 Handle hDispatchDriver
11479 Integer retVal
11480 Get phDispatchDriver to hDispatchDriver
11481 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
11482 Function_Return retVal
11483 End_Function
11484
11485 Procedure ComRemove
11486 Handle hDispatchDriver
11487 Get phDispatchDriver to hDispatchDriver
11488 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
11489 End_Procedure
11490
11491 Procedure ComSetPadding Integer llLeft Integer llTop Integer llRight Integer llBottom
11492 Handle hDispatchDriver
11493 Get phDispatchDriver to hDispatchDriver
11494 Send PrepareParams to hDispatchDriver 4
11495 Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft
11496 Send DefineParam to hDispatchDriver OLE_VT_I4 llTop
11497 Send DefineParam to hDispatchDriver OLE_VT_I4 llRight
11498 Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom
11499 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
11500 End_Procedure
11501
11502 Procedure ComSetMargins Integer llLeft Integer llTop Integer llRight Integer llBottom
11503 Handle hDispatchDriver
11504 Get phDispatchDriver to hDispatchDriver
11505 Send PrepareParams to hDispatchDriver 4
11506 Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft
11507 Send DefineParam to hDispatchDriver OLE_VT_I4 llTop
11508 Send DefineParam to hDispatchDriver OLE_VT_I4 llRight
11509 Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom
11510 Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID
11511 End_Procedure
11512
11513 Procedure ComRedrawPane
11514 Handle hDispatchDriver
11515 Get phDispatchDriver to hDispatchDriver
11516 Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID
11517 End_Procedure
11518End_Class
11519
11520// CLSID: {4569783D-A5D8-4569-8690-592295C5583A}
11521{ ClassLibrary=Windows }
11522Class cCJStatusBarSwitchPane is a cComAutomationObject
11523
11524 { MethodType=Property DesignTime=False }
11525 Function ComWidth Returns Integer
11526 Integer retVal
11527 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
11528 Function_Return retVal
11529 End_Function
11530
11531 { MethodType=Property DesignTime=False }
11532 Procedure Set ComWidth Integer value
11533 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
11534 End_Procedure
11535
11536 { MethodType=Property DesignTime=False }
11537 Function ComVisible Returns Boolean
11538 Boolean retVal
11539 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
11540 Function_Return retVal
11541 End_Function
11542
11543 { MethodType=Property DesignTime=False }
11544 Procedure Set ComVisible Boolean value
11545 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
11546 End_Procedure
11547
11548 { MethodType=Property DesignTime=False }
11549 Function ComChecked Returns Integer
11550 Integer retVal
11551 Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal
11552 Function_Return retVal
11553 End_Function
11554
11555 { MethodType=Property DesignTime=False }
11556 Procedure Set ComChecked Integer value
11557 Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value
11558 End_Procedure
11559
11560 { MethodType=Property DesignTime=False }
11561 Function ComBeginGroup Returns Boolean
11562 Boolean retVal
11563 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
11564 Function_Return retVal
11565 End_Function
11566
11567 { MethodType=Property DesignTime=False }
11568 Procedure Set ComBeginGroup Boolean value
11569 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
11570 End_Procedure
11571
11572 { MethodType=Property DesignTime=False }
11573 Function ComCaption Returns String
11574 String retVal
11575 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal
11576 Function_Return retVal
11577 End_Function
11578
11579 { MethodType=Property DesignTime=False }
11580 Procedure Set ComCaption String value
11581 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value
11582 End_Procedure
11583
11584 { MethodType=Property DesignTime=False }
11585 Function ComEnabled Returns Boolean
11586 Boolean retVal
11587 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal
11588 Function_Return retVal
11589 End_Function
11590
11591 { MethodType=Property DesignTime=False }
11592 Procedure Set ComEnabled Boolean value
11593 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value
11594 End_Procedure
11595
11596 { MethodType=Property DesignTime=False }
11597 Function ComCustomizable Returns Boolean
11598 Boolean retVal
11599 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
11600 Function_Return retVal
11601 End_Function
11602
11603 { MethodType=Property DesignTime=False }
11604 Procedure Set ComCustomizable Boolean value
11605 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
11606 End_Procedure
11607
11608 { MethodType=Property DesignTime=False }
11609 Function ComId Returns Integer
11610 Handle hDispatchDriver
11611 Integer retVal
11612 Get phDispatchDriver to hDispatchDriver
11613 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal
11614 Function_Return retVal
11615 End_Function
11616
11617 { MethodType=Property DesignTime=False }
11618 Function ComIndex Returns Integer
11619 Handle hDispatchDriver
11620 Integer retVal
11621 Get phDispatchDriver to hDispatchDriver
11622 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
11623 Function_Return retVal
11624 End_Function
11625
11626 Procedure ComRemove
11627 Handle hDispatchDriver
11628 Get phDispatchDriver to hDispatchDriver
11629 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
11630 End_Procedure
11631
11632 Procedure ComAddSwitch Integer llId String llToolTip
11633 Handle hDispatchDriver
11634 Get phDispatchDriver to hDispatchDriver
11635 Send PrepareParams to hDispatchDriver 2
11636 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
11637 Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip
11638 Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID
11639 End_Procedure
11640
11641 Procedure ComRemoveSwitch Integer llId
11642 Handle hDispatchDriver
11643 Get phDispatchDriver to hDispatchDriver
11644 Send PrepareParams to hDispatchDriver 1
11645 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
11646 Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID
11647 End_Procedure
11648
11649 Procedure ComEnableSwitch Integer llId Boolean llEnable
11650 Handle hDispatchDriver
11651 Get phDispatchDriver to hDispatchDriver
11652 Send PrepareParams to hDispatchDriver 2
11653 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
11654 Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable
11655 Send InvokeComMethod to hDispatchDriver 123 OLE_VT_VOID
11656 End_Procedure
11657
11658 { MethodType=Property DesignTime=False }
11659 Function ComSwitchTooltip Integer llId Returns String
11660 Handle hDispatchDriver
11661 String retVal
11662 Get phDispatchDriver to hDispatchDriver
11663 Send PrepareParams to hDispatchDriver 1
11664 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
11665 Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BSTR to retVal
11666 Function_Return retVal
11667 End_Function
11668
11669 { MethodType=Property DesignTime=False }
11670 Procedure Set ComSwitchTooltip Integer llId String value
11671 Handle hDispatchDriver
11672 Get phDispatchDriver to hDispatchDriver
11673 Send PrepareParams to hDispatchDriver 2
11674 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
11675 Set ComProperty of hDispatchDriver 124 OLE_VT_BSTR to value
11676 End_Procedure
11677End_Class
11678
11679// CLSID: {4579783D-A5D8-4569-8690-592295C5583A}
11680{ ClassLibrary=Windows }
11681Class cCJStatusBarSliderPane is a cComAutomationObject
11682
11683 { MethodType=Property DesignTime=False }
11684 Function ComWidth Returns Integer
11685 Integer retVal
11686 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
11687 Function_Return retVal
11688 End_Function
11689
11690 { MethodType=Property DesignTime=False }
11691 Procedure Set ComWidth Integer value
11692 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
11693 End_Procedure
11694
11695 { MethodType=Property DesignTime=False }
11696 Function ComVisible Returns Boolean
11697 Boolean retVal
11698 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
11699 Function_Return retVal
11700 End_Function
11701
11702 { MethodType=Property DesignTime=False }
11703 Procedure Set ComVisible Boolean value
11704 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
11705 End_Procedure
11706
11707 { MethodType=Property DesignTime=False }
11708 Function ComToolTip Returns String
11709 String retVal
11710 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal
11711 Function_Return retVal
11712 End_Function
11713
11714 { MethodType=Property DesignTime=False }
11715 Procedure Set ComToolTip String value
11716 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value
11717 End_Procedure
11718
11719 { MethodType=Property DesignTime=False }
11720 Function ComMin Returns Integer
11721 Integer retVal
11722 Get ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to retVal
11723 Function_Return retVal
11724 End_Function
11725
11726 { MethodType=Property DesignTime=False }
11727 Procedure Set ComMin Integer value
11728 Set ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to value
11729 End_Procedure
11730
11731 { MethodType=Property DesignTime=False }
11732 Function ComMax Returns Integer
11733 Integer retVal
11734 Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to retVal
11735 Function_Return retVal
11736 End_Function
11737
11738 { MethodType=Property DesignTime=False }
11739 Procedure Set ComMax Integer value
11740 Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to value
11741 End_Procedure
11742
11743 { MethodType=Property DesignTime=False }
11744 Function ComValue Returns Integer
11745 Integer retVal
11746 Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal
11747 Function_Return retVal
11748 End_Function
11749
11750 { MethodType=Property DesignTime=False }
11751 Procedure Set ComValue Integer value
11752 Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value
11753 End_Procedure
11754
11755 { MethodType=Property DesignTime=False }
11756 Function ComBeginGroup Returns Boolean
11757 Boolean retVal
11758 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
11759 Function_Return retVal
11760 End_Function
11761
11762 { MethodType=Property DesignTime=False }
11763 Procedure Set ComBeginGroup Boolean value
11764 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
11765 End_Procedure
11766
11767 { MethodType=Property DesignTime=False }
11768 Function ComCaption Returns String
11769 String retVal
11770 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal
11771 Function_Return retVal
11772 End_Function
11773
11774 { MethodType=Property DesignTime=False }
11775 Procedure Set ComCaption String value
11776 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value
11777 End_Procedure
11778
11779 { MethodType=Property DesignTime=False }
11780 Function ComEnabled Returns Boolean
11781 Boolean retVal
11782 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal
11783 Function_Return retVal
11784 End_Function
11785
11786 { MethodType=Property DesignTime=False }
11787 Procedure Set ComEnabled Boolean value
11788 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value
11789 End_Procedure
11790
11791 { MethodType=Property DesignTime=False }
11792 Function ComCustomizable Returns Boolean
11793 Boolean retVal
11794 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
11795 Function_Return retVal
11796 End_Function
11797
11798 { MethodType=Property DesignTime=False }
11799 Procedure Set ComCustomizable Boolean value
11800 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
11801 End_Procedure
11802
11803 { MethodType=Property DesignTime=False }
11804 Function ComId Returns Integer
11805 Handle hDispatchDriver
11806 Integer retVal
11807 Get phDispatchDriver to hDispatchDriver
11808 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal
11809 Function_Return retVal
11810 End_Function
11811
11812 { MethodType=Property DesignTime=False }
11813 Function ComIndex Returns Integer
11814 Handle hDispatchDriver
11815 Integer retVal
11816 Get phDispatchDriver to hDispatchDriver
11817 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
11818 Function_Return retVal
11819 End_Function
11820
11821 Procedure ComRemove
11822 Handle hDispatchDriver
11823 Get phDispatchDriver to hDispatchDriver
11824 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
11825 End_Procedure
11826
11827 Procedure ComSetTooltipPart XTPSliderCommand llCommand String llToolTip
11828 Handle hDispatchDriver
11829 Get phDispatchDriver to hDispatchDriver
11830 Send PrepareParams to hDispatchDriver 2
11831 Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand
11832 Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip
11833 Send InvokeComMethod to hDispatchDriver 123 OLE_VT_VOID
11834 End_Procedure
11835
11836 Procedure ComSetTicks Variant llTicks
11837 Handle hDispatchDriver
11838 Get phDispatchDriver to hDispatchDriver
11839 Send PrepareParams to hDispatchDriver 1
11840 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTicks
11841 Send InvokeComMethod to hDispatchDriver 124 OLE_VT_VOID
11842 End_Procedure
11843End_Class
11844
11845// CLSID: {7889783D-A5D8-4569-8690-592295C5583A}
11846{ ClassLibrary=Windows }
11847Class cCJStatusBarProgressPane is a cComAutomationObject
11848
11849 { MethodType=Property DesignTime=False }
11850 Function ComWidth Returns Integer
11851 Integer retVal
11852 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
11853 Function_Return retVal
11854 End_Function
11855
11856 { MethodType=Property DesignTime=False }
11857 Procedure Set ComWidth Integer value
11858 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
11859 End_Procedure
11860
11861 { MethodType=Property DesignTime=False }
11862 Function ComVisible Returns Boolean
11863 Boolean retVal
11864 Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
11865 Function_Return retVal
11866 End_Function
11867
11868 { MethodType=Property DesignTime=False }
11869 Procedure Set ComVisible Boolean value
11870 Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
11871 End_Procedure
11872
11873 { MethodType=Property DesignTime=False }
11874 Function ComToolTip Returns String
11875 String retVal
11876 Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal
11877 Function_Return retVal
11878 End_Function
11879
11880 { MethodType=Property DesignTime=False }
11881 Procedure Set ComToolTip String value
11882 Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value
11883 End_Procedure
11884
11885 { MethodType=Property DesignTime=False }
11886 Function ComMin Returns Integer
11887 Integer retVal
11888 Get ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to retVal
11889 Function_Return retVal
11890 End_Function
11891
11892 { MethodType=Property DesignTime=False }
11893 Procedure Set ComMin Integer value
11894 Set ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to value
11895 End_Procedure
11896
11897 { MethodType=Property DesignTime=False }
11898 Function ComMax Returns Integer
11899 Integer retVal
11900 Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to retVal
11901 Function_Return retVal
11902 End_Function
11903
11904 { MethodType=Property DesignTime=False }
11905 Procedure Set ComMax Integer value
11906 Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to value
11907 End_Procedure
11908
11909 { MethodType=Property DesignTime=False }
11910 Function ComValue Returns Integer
11911 Integer retVal
11912 Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal
11913 Function_Return retVal
11914 End_Function
11915
11916 { MethodType=Property DesignTime=False }
11917 Procedure Set ComValue Integer value
11918 Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value
11919 End_Procedure
11920
11921 { MethodType=Property DesignTime=False }
11922 Function ComBeginGroup Returns Boolean
11923 Boolean retVal
11924 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
11925 Function_Return retVal
11926 End_Function
11927
11928 { MethodType=Property DesignTime=False }
11929 Procedure Set ComBeginGroup Boolean value
11930 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
11931 End_Procedure
11932
11933 { MethodType=Property DesignTime=False }
11934 Function ComCaption Returns String
11935 String retVal
11936 Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal
11937 Function_Return retVal
11938 End_Function
11939
11940 { MethodType=Property DesignTime=False }
11941 Procedure Set ComCaption String value
11942 Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value
11943 End_Procedure
11944
11945 { MethodType=Property DesignTime=False }
11946 Function ComCustomizable Returns Boolean
11947 Boolean retVal
11948 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
11949 Function_Return retVal
11950 End_Function
11951
11952 { MethodType=Property DesignTime=False }
11953 Procedure Set ComCustomizable Boolean value
11954 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
11955 End_Procedure
11956
11957 { MethodType=Property DesignTime=False }
11958 Function ComId Returns Integer
11959 Handle hDispatchDriver
11960 Integer retVal
11961 Get phDispatchDriver to hDispatchDriver
11962 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal
11963 Function_Return retVal
11964 End_Function
11965
11966 { MethodType=Property DesignTime=False }
11967 Function ComIndex Returns Integer
11968 Handle hDispatchDriver
11969 Integer retVal
11970 Get phDispatchDriver to hDispatchDriver
11971 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
11972 Function_Return retVal
11973 End_Function
11974
11975 Procedure ComRemove
11976 Handle hDispatchDriver
11977 Get phDispatchDriver to hDispatchDriver
11978 Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID
11979 End_Procedure
11980
11981 Procedure ComRedrawProgress
11982 Handle hDispatchDriver
11983 Get phDispatchDriver to hDispatchDriver
11984 Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID
11985 End_Procedure
11986End_Class
11987
11988// CLSID: {46445B78-7A0A-447D-9CDC-8F63E7E5AF55}
11989// Dispatch interface for MessageBar Control
11990{ ClassLibrary=Windows }
11991Class cCJMessageBar is a cComAutomationObject
11992
11993 { MethodType=Property DesignTime=False }
11994 Function ComVisible Returns Boolean
11995 Boolean retVal
11996 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
11997 Function_Return retVal
11998 End_Function
11999
12000 { MethodType=Property DesignTime=False }
12001 Procedure Set ComVisible Boolean value
12002 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
12003 End_Procedure
12004
12005 { MethodType=Property DesignTime=False }
12006 Function ComMessage Returns String
12007 String retVal
12008 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal
12009 Function_Return retVal
12010 End_Function
12011
12012 { MethodType=Property DesignTime=False }
12013 Procedure Set ComMessage String value
12014 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value
12015 End_Procedure
12016
12017 Procedure ComAddButton Integer llId String llCaption String llToolTip
12018 Handle hDispatchDriver
12019 Get phDispatchDriver to hDispatchDriver
12020 Send PrepareParams to hDispatchDriver 3
12021 Send DefineParam to hDispatchDriver OLE_VT_I4 llId
12022 Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption
12023 Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip
12024 Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID
12025 End_Procedure
12026
12027 Procedure ComRemoveButtons
12028 Handle hDispatchDriver
12029 Get phDispatchDriver to hDispatchDriver
12030 Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID
12031 End_Procedure
12032
12033 Procedure ComAddCloseButton String llToolTip
12034 Handle hDispatchDriver
12035 Get phDispatchDriver to hDispatchDriver
12036 Send PrepareParams to hDispatchDriver 1
12037 Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip
12038 Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
12039 End_Procedure
12040End_Class
12041
12042// CLSID: {A99113E7-46A4-4F99-83D8-C6D3C2B390FC}
12043{ ClassLibrary=Windows }
12044Class cCJRibbonPaintManager is a cComAutomationObject
12045
12046 { MethodType=Property DesignTime=False }
12047 Function ComCaptionFont Returns Variant
12048 Variant retVal
12049 Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal
12050 Function_Return retVal
12051 End_Function
12052
12053 { MethodType=Property DesignTime=False }
12054 Procedure Set ComCaptionFont Variant value
12055 Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value
12056 End_Procedure
12057
12058 { MethodType=Property DesignTime=False }
12059 Function ComHotTrackingGroups Returns Boolean
12060 Boolean retVal
12061 Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to retVal
12062 Function_Return retVal
12063 End_Function
12064
12065 { MethodType=Property DesignTime=False }
12066 Procedure Set ComHotTrackingGroups Boolean value
12067 Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to value
12068 End_Procedure
12069
12070 { MethodType=Property DesignTime=False }
12071 Function ComWindowCaptionFont Returns Variant
12072 Variant retVal
12073 Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_DISPATCH to retVal
12074 Function_Return retVal
12075 End_Function
12076
12077 { MethodType=Property DesignTime=False }
12078 Procedure Set ComWindowCaptionFont Variant value
12079 Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_DISPATCH to value
12080 End_Procedure
12081End_Class
12082
12083// CLSID: {766113E7-46A4-4F99-83D8-C6D3C2B390FC}
12084{ ClassLibrary=Windows }
12085Class cCJMiniToolBar is a cComAutomationObject
12086
12087 { MethodType=Property DesignTime=False }
12088 Function ComTitle Returns String
12089 String retVal
12090 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
12091 Function_Return retVal
12092 End_Function
12093
12094 { MethodType=Property DesignTime=False }
12095 Procedure Set ComTitle String value
12096 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
12097 End_Procedure
12098
12099 { MethodType=Property DesignTime=False }
12100 Function ComVisible Returns Boolean
12101 Boolean retVal
12102 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
12103 Function_Return retVal
12104 End_Function
12105
12106 { MethodType=Property DesignTime=False }
12107 Procedure Set ComVisible Boolean value
12108 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
12109 End_Procedure
12110
12111 { MethodType=Property DesignTime=False }
12112 Function ComPosition Returns XTPBarPosition
12113 XTPBarPosition retVal
12114 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
12115 Function_Return retVal
12116 End_Function
12117
12118 { MethodType=Property DesignTime=False }
12119 Procedure Set ComPosition XTPBarPosition value
12120 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
12121 End_Procedure
12122
12123 { MethodType=Property DesignTime=False }
12124 Function ComBarID Returns Integer
12125 Integer retVal
12126 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
12127 Function_Return retVal
12128 End_Function
12129
12130 { MethodType=Property DesignTime=False }
12131 Procedure Set ComBarID Integer value
12132 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
12133 End_Procedure
12134
12135 { MethodType=Property DesignTime=False }
12136 Function ComContextMenuPresent Returns Boolean
12137 Boolean retVal
12138 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal
12139 Function_Return retVal
12140 End_Function
12141
12142 { MethodType=Property DesignTime=False }
12143 Procedure Set ComContextMenuPresent Boolean value
12144 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value
12145 End_Procedure
12146
12147 { MethodType=Property DesignTime=False }
12148 Function ComWidth Returns Integer
12149 Integer retVal
12150 Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
12151 Function_Return retVal
12152 End_Function
12153
12154 { MethodType=Property DesignTime=False }
12155 Procedure Set ComWidth Integer value
12156 Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
12157 End_Procedure
12158
12159 { MethodType=Property DesignTime=False }
12160 Function ComCloseable Returns Boolean
12161 Boolean retVal
12162 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
12163 Function_Return retVal
12164 End_Function
12165
12166 { MethodType=Property DesignTime=False }
12167 Procedure Set ComCloseable Boolean value
12168 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
12169 End_Procedure
12170
12171 { MethodType=Property DesignTime=False }
12172 Function ComEnableAnimation Returns Boolean
12173 Boolean retVal
12174 Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal
12175 Function_Return retVal
12176 End_Function
12177
12178 { MethodType=Property DesignTime=False }
12179 Procedure Set ComEnableAnimation Boolean value
12180 Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value
12181 End_Procedure
12182
12183 { MethodType=Property DesignTime=False }
12184 Function ComShowGripper Returns Boolean
12185 Boolean retVal
12186 Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal
12187 Function_Return retVal
12188 End_Function
12189
12190 { MethodType=Property DesignTime=False }
12191 Procedure Set ComShowGripper Boolean value
12192 Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value
12193 End_Procedure
12194
12195 { MethodType=Property DesignTime=False }
12196 Function ComDefaultButtonStyle Returns XTPButtonStyle
12197 XTPButtonStyle retVal
12198 Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal
12199 Function_Return retVal
12200 End_Function
12201
12202 { MethodType=Property DesignTime=False }
12203 Procedure Set ComDefaultButtonStyle XTPButtonStyle value
12204 Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value
12205 End_Procedure
12206
12207 { MethodType=Property DesignTime=False }
12208 Function ComCustomizable Returns Boolean
12209 Boolean retVal
12210 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal
12211 Function_Return retVal
12212 End_Function
12213
12214 { MethodType=Property DesignTime=False }
12215 Procedure Set ComCustomizable Boolean value
12216 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value
12217 End_Procedure
12218
12219 { MethodType=Property DesignTime=False }
12220 Function ComShowTextBelowIcons Returns Boolean
12221 Boolean retVal
12222 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal
12223 Function_Return retVal
12224 End_Function
12225
12226 { MethodType=Property DesignTime=False }
12227 Procedure Set ComShowTextBelowIcons Boolean value
12228 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value
12229 End_Procedure
12230
12231 { MethodType=Property DesignTime=False }
12232 Function ComSelectedControl Returns Variant
12233 Variant retVal
12234 Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal
12235 Function_Return retVal
12236 End_Function
12237
12238 { MethodType=Property DesignTime=False }
12239 Procedure Set ComSelectedControl Variant value
12240 Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value
12241 End_Procedure
12242
12243 { MethodType=Property DesignTime=False }
12244 Function ComType Returns XTPBarType
12245 Handle hDispatchDriver
12246 XTPBarType retVal
12247 Get phDispatchDriver to hDispatchDriver
12248 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
12249 Function_Return retVal
12250 End_Function
12251
12252 Procedure ComEnableDocking XTPToolBarFlags lldwFlags
12253 Handle hDispatchDriver
12254 Get phDispatchDriver to hDispatchDriver
12255 Send PrepareParams to hDispatchDriver 1
12256 Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags
12257 Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID
12258 End_Procedure
12259
12260 { MethodType=Property DesignTime=False }
12261 Function ComBuiltIn Returns Boolean
12262 Handle hDispatchDriver
12263 Boolean retVal
12264 Get phDispatchDriver to hDispatchDriver
12265 Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal
12266 Function_Return retVal
12267 End_Function
12268
12269 Procedure ComDelete
12270 Handle hDispatchDriver
12271 Get phDispatchDriver to hDispatchDriver
12272 Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
12273 End_Procedure
12274
12275 Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
12276 Handle hDispatchDriver
12277 Get phDispatchDriver to hDispatchDriver
12278 Send PrepareParams to hDispatchDriver 4
12279 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
12280 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
12281 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
12282 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
12283 Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID
12284 End_Procedure
12285
12286 { MethodType=Property DesignTime=False }
12287 Function ComHWnd Returns OLE_HANDLE
12288 Handle hDispatchDriver
12289 OLE_HANDLE retVal
12290 Get phDispatchDriver to hDispatchDriver
12291 Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal
12292 Function_Return retVal
12293 End_Function
12294
12295 { MethodType=Property DesignTime=False }
12296 Function ComCommandBars Returns Variant
12297 Handle hDispatchDriver
12298 Variant retVal
12299 Get phDispatchDriver to hDispatchDriver
12300 Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal
12301 Function_Return retVal
12302 End_Function
12303
12304 { MethodType=Property DesignTime=False }
12305 Function ComControls Returns Variant
12306 Handle hDispatchDriver
12307 Variant retVal
12308 Get phDispatchDriver to hDispatchDriver
12309 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
12310 Function_Return retVal
12311 End_Function
12312
12313 Procedure ComSetIconSize Integer llcx Integer llcy
12314 Handle hDispatchDriver
12315 Get phDispatchDriver to hDispatchDriver
12316 Send PrepareParams to hDispatchDriver 2
12317 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
12318 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
12319 Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID
12320 End_Procedure
12321
12322 Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant
12323 Handle hDispatchDriver
12324 Variant retVal
12325 Get phDispatchDriver to hDispatchDriver
12326 Send PrepareParams to hDispatchDriver 4
12327 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType
12328 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId
12329 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible
12330 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
12331 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal
12332 Function_Return retVal
12333 End_Function
12334
12335 Procedure ComSetFlags XTPMenuBarFlags llAdd XTPMenuBarFlags llRemove
12336 Handle hDispatchDriver
12337 Get phDispatchDriver to hDispatchDriver
12338 Send PrepareParams to hDispatchDriver 2
12339 Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd
12340 Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove
12341 Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID
12342 End_Procedure
12343
12344 Procedure ComRedrawBar
12345 Handle hDispatchDriver
12346 Get phDispatchDriver to hDispatchDriver
12347 Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID
12348 End_Procedure
12349
12350 Procedure ComRecalcLayout
12351 Handle hDispatchDriver
12352 Get phDispatchDriver to hDispatchDriver
12353 Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID
12354 End_Procedure
12355
12356 Procedure ComReset
12357 Handle hDispatchDriver
12358 Get phDispatchDriver to hDispatchDriver
12359 Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID
12360 End_Procedure
12361
12362 Function ComPopupContextMenu Variant llPopupBar Variant llFlags Variant llx Variant lly Returns Integer
12363 Handle hDispatchDriver
12364 Integer retVal
12365 Get phDispatchDriver to hDispatchDriver
12366 Send PrepareParams to hDispatchDriver 4
12367 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPopupBar
12368 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags
12369 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx
12370 Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly
12371 Get InvokeComMethod of hDispatchDriver 105 OLE_VT_I4 to retVal
12372 Function_Return retVal
12373 End_Function
12374
12375 Function ComPopupMiniToolBar Variant llFlags Variant llx Variant lly Returns Integer
12376 Handle hDispatchDriver
12377 Integer retVal
12378 Get phDispatchDriver to hDispatchDriver
12379 Send PrepareParams to hDispatchDriver 3
12380 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags
12381 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx
12382 Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly
12383 Get InvokeComMethod of hDispatchDriver 106 OLE_VT_I4 to retVal
12384 Function_Return retVal
12385 End_Function
12386End_Class
12387
12388// CLSID: {C6A3D51B-CBD0-4AF0-9D33-EB56AB0648D8}
12389{ ClassLibrary=Windows }
12390Class cCJRecentFileList is a cComAutomationObject
12391
12392 { MethodType=Property DesignTime=False }
12393 Function ComMaxSize Returns Integer
12394 Integer retVal
12395 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
12396 Function_Return retVal
12397 End_Function
12398
12399 { MethodType=Property DesignTime=False }
12400 Procedure Set ComMaxSize Integer value
12401 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
12402 End_Procedure
12403
12404 { MethodType=Property DesignTime=False }
12405 Function Com_NewEnum Returns Variant
12406 Handle hDispatchDriver
12407 Variant retVal
12408 Get phDispatchDriver to hDispatchDriver
12409 Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal
12410 Function_Return retVal
12411 End_Function
12412
12413 { MethodType=Property DesignTime=False }
12414 Function ComItem Integer llIndex Returns String
12415 Handle hDispatchDriver
12416 String retVal
12417 Get phDispatchDriver to hDispatchDriver
12418 Send PrepareParams to hDispatchDriver 1
12419 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
12420 Get InvokeComMethod of hDispatchDriver 0 OLE_VT_BSTR to retVal
12421 Function_Return retVal
12422 End_Function
12423
12424 Procedure ComAdd String llPathName
12425 Handle hDispatchDriver
12426 Get phDispatchDriver to hDispatchDriver
12427 Send PrepareParams to hDispatchDriver 1
12428 Send DefineParam to hDispatchDriver OLE_VT_BSTR llPathName
12429 Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID
12430 End_Procedure
12431
12432 { MethodType=Property DesignTime=False }
12433 Function ComCount Returns Integer
12434 Handle hDispatchDriver
12435 Integer retVal
12436 Get phDispatchDriver to hDispatchDriver
12437 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal
12438 Function_Return retVal
12439 End_Function
12440
12441 Procedure ComRemove Integer llIndex
12442 Handle hDispatchDriver
12443 Get phDispatchDriver to hDispatchDriver
12444 Send PrepareParams to hDispatchDriver 1
12445 Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
12446 Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID
12447 End_Procedure
12448End_Class
12449
12450// CLSID: {56728A35-789A-40D9-B564-7577DA549319}
12451{ ClassLibrary=Windows }
12452Class cCJRibbonBarSystemButton is a cComAutomationObject
12453
12454 { MethodType=Property DesignTime=False }
12455 Function ComChecked Returns Boolean
12456 Boolean retVal
12457 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
12458 Function_Return retVal
12459 End_Function
12460
12461 { MethodType=Property DesignTime=False }
12462 Procedure Set ComChecked Boolean value
12463 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
12464 End_Procedure
12465
12466 { MethodType=Property DesignTime=False }
12467 Function ComBeginGroup Returns Boolean
12468 Boolean retVal
12469 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
12470 Function_Return retVal
12471 End_Function
12472
12473 { MethodType=Property DesignTime=False }
12474 Procedure Set ComBeginGroup Boolean value
12475 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
12476 End_Procedure
12477
12478 { MethodType=Property DesignTime=False }
12479 Function ComCaption Returns String
12480 String retVal
12481 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
12482 Function_Return retVal
12483 End_Function
12484
12485 { MethodType=Property DesignTime=False }
12486 Procedure Set ComCaption String value
12487 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
12488 End_Procedure
12489
12490 { MethodType=Property DesignTime=False }
12491 Function ComDescriptionText Returns String
12492 String retVal
12493 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
12494 Function_Return retVal
12495 End_Function
12496
12497 { MethodType=Property DesignTime=False }
12498 Procedure Set ComDescriptionText String value
12499 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
12500 End_Procedure
12501
12502 { MethodType=Property DesignTime=False }
12503 Function ComId Returns Integer
12504 Integer retVal
12505 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
12506 Function_Return retVal
12507 End_Function
12508
12509 { MethodType=Property DesignTime=False }
12510 Procedure Set ComId Integer value
12511 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
12512 End_Procedure
12513
12514 { MethodType=Property DesignTime=False }
12515 Function ComParameter Returns String
12516 String retVal
12517 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
12518 Function_Return retVal
12519 End_Function
12520
12521 { MethodType=Property DesignTime=False }
12522 Procedure Set ComParameter String value
12523 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
12524 End_Procedure
12525
12526 { MethodType=Property DesignTime=False }
12527 Function ComShortcutText Returns String
12528 String retVal
12529 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
12530 Function_Return retVal
12531 End_Function
12532
12533 { MethodType=Property DesignTime=False }
12534 Procedure Set ComShortcutText String value
12535 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
12536 End_Procedure
12537
12538 { MethodType=Property DesignTime=False }
12539 Function ComTooltipText Returns String
12540 String retVal
12541 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
12542 Function_Return retVal
12543 End_Function
12544
12545 { MethodType=Property DesignTime=False }
12546 Procedure Set ComTooltipText String value
12547 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
12548 End_Procedure
12549
12550 { MethodType=Property DesignTime=False }
12551 Function ComVisible Returns Boolean
12552 Boolean retVal
12553 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
12554 Function_Return retVal
12555 End_Function
12556
12557 { MethodType=Property DesignTime=False }
12558 Procedure Set ComVisible Boolean value
12559 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
12560 End_Procedure
12561
12562 { MethodType=Property DesignTime=False }
12563 Function ComEnabled Returns Boolean
12564 Boolean retVal
12565 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
12566 Function_Return retVal
12567 End_Function
12568
12569 { MethodType=Property DesignTime=False }
12570 Procedure Set ComEnabled Boolean value
12571 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
12572 End_Procedure
12573
12574 { MethodType=Property DesignTime=False }
12575 Function ComIconId Returns Integer
12576 Integer retVal
12577 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
12578 Function_Return retVal
12579 End_Function
12580
12581 { MethodType=Property DesignTime=False }
12582 Procedure Set ComIconId Integer value
12583 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
12584 End_Procedure
12585
12586 { MethodType=Property DesignTime=False }
12587 Function ComDefaultItem Returns Boolean
12588 Boolean retVal
12589 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
12590 Function_Return retVal
12591 End_Function
12592
12593 { MethodType=Property DesignTime=False }
12594 Procedure Set ComDefaultItem Boolean value
12595 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
12596 End_Procedure
12597
12598 { MethodType=Property DesignTime=False }
12599 Function ComFlags Returns XTPControlFlags
12600 XTPControlFlags retVal
12601 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
12602 Function_Return retVal
12603 End_Function
12604
12605 { MethodType=Property DesignTime=False }
12606 Procedure Set ComFlags XTPControlFlags value
12607 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
12608 End_Procedure
12609
12610 { MethodType=Property DesignTime=False }
12611 Function ComCategory Returns String
12612 String retVal
12613 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
12614 Function_Return retVal
12615 End_Function
12616
12617 { MethodType=Property DesignTime=False }
12618 Procedure Set ComCategory String value
12619 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
12620 End_Procedure
12621
12622 { MethodType=Property DesignTime=False }
12623 Function ComHideFlags Returns XTPControlHideFlags
12624 XTPControlHideFlags retVal
12625 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
12626 Function_Return retVal
12627 End_Function
12628
12629 { MethodType=Property DesignTime=False }
12630 Procedure Set ComHideFlags XTPControlHideFlags value
12631 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
12632 End_Procedure
12633
12634 { MethodType=Property DesignTime=False }
12635 Function ComCloseSubMenuOnClick Returns Boolean
12636 Boolean retVal
12637 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
12638 Function_Return retVal
12639 End_Function
12640
12641 { MethodType=Property DesignTime=False }
12642 Procedure Set ComCloseSubMenuOnClick Boolean value
12643 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
12644 End_Procedure
12645
12646 { MethodType=Property DesignTime=False }
12647 Function ComAction Returns Variant
12648 Variant retVal
12649 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
12650 Function_Return retVal
12651 End_Function
12652
12653 { MethodType=Property DesignTime=False }
12654 Procedure Set ComAction Variant value
12655 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
12656 End_Procedure
12657
12658 { MethodType=Property DesignTime=False }
12659 Function ComExecuteOnPressInterval Returns Integer
12660 Integer retVal
12661 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
12662 Function_Return retVal
12663 End_Function
12664
12665 { MethodType=Property DesignTime=False }
12666 Procedure Set ComExecuteOnPressInterval Integer value
12667 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
12668 End_Procedure
12669
12670 { MethodType=Property DesignTime=False }
12671 Function ComWidth Returns Integer
12672 Integer retVal
12673 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
12674 Function_Return retVal
12675 End_Function
12676
12677 { MethodType=Property DesignTime=False }
12678 Procedure Set ComWidth Integer value
12679 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
12680 End_Procedure
12681
12682 { MethodType=Property DesignTime=False }
12683 Function ComHeight Returns Integer
12684 Integer retVal
12685 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
12686 Function_Return retVal
12687 End_Function
12688
12689 { MethodType=Property DesignTime=False }
12690 Procedure Set ComHeight Integer value
12691 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
12692 End_Procedure
12693
12694 { MethodType=Property DesignTime=False }
12695 Function ComStyle Returns XTPButtonStyle
12696 XTPButtonStyle retVal
12697 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
12698 Function_Return retVal
12699 End_Function
12700
12701 { MethodType=Property DesignTime=False }
12702 Procedure Set ComStyle XTPButtonStyle value
12703 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
12704 End_Procedure
12705
12706 { MethodType=Property DesignTime=False }
12707 Function ComKeyboardTip Returns String
12708 String retVal
12709 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
12710 Function_Return retVal
12711 End_Function
12712
12713 { MethodType=Property DesignTime=False }
12714 Procedure Set ComKeyboardTip String value
12715 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
12716 End_Procedure
12717
12718 { MethodType=Property DesignTime=False }
12719 Function ComCommandBar Returns Variant
12720 Variant retVal
12721 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal
12722 Function_Return retVal
12723 End_Function
12724
12725 { MethodType=Property DesignTime=False }
12726 Procedure Set ComCommandBar Variant value
12727 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value
12728 End_Procedure
12729
12730 { MethodType=Property DesignTime=False }
12731 Function ComCloseOnDblClick Returns Boolean
12732 Boolean retVal
12733 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to retVal
12734 Function_Return retVal
12735 End_Function
12736
12737 { MethodType=Property DesignTime=False }
12738 Procedure Set ComCloseOnDblClick Boolean value
12739 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to value
12740 End_Procedure
12741
12742 { MethodType=Property DesignTime=False }
12743 Function ComControls Returns Variant
12744 Handle hDispatchDriver
12745 Variant retVal
12746 Get phDispatchDriver to hDispatchDriver
12747 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
12748 Function_Return retVal
12749 End_Function
12750
12751 { MethodType=Property DesignTime=False }
12752 Function ComParent Returns Variant
12753 Handle hDispatchDriver
12754 Variant retVal
12755 Get phDispatchDriver to hDispatchDriver
12756 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
12757 Function_Return retVal
12758 End_Function
12759
12760 { MethodType=Property DesignTime=False }
12761 Function ComIndex Returns Integer
12762 Handle hDispatchDriver
12763 Integer retVal
12764 Get phDispatchDriver to hDispatchDriver
12765 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
12766 Function_Return retVal
12767 End_Function
12768
12769 { MethodType=Property DesignTime=False }
12770 Function ComType Returns XTPControlType
12771 Handle hDispatchDriver
12772 XTPControlType retVal
12773 Get phDispatchDriver to hDispatchDriver
12774 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
12775 Function_Return retVal
12776 End_Function
12777
12778 Procedure ComDelete
12779 Handle hDispatchDriver
12780 Get phDispatchDriver to hDispatchDriver
12781 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
12782 End_Procedure
12783
12784 Function ComCopy Variant llBar Variant llBefore Returns Variant
12785 Handle hDispatchDriver
12786 Variant retVal
12787 Get phDispatchDriver to hDispatchDriver
12788 Send PrepareParams to hDispatchDriver 2
12789 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
12790 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
12791 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
12792 Function_Return retVal
12793 End_Function
12794
12795 Procedure ComSetFocus
12796 Handle hDispatchDriver
12797 Get phDispatchDriver to hDispatchDriver
12798 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
12799 End_Procedure
12800
12801 Procedure ComExecute
12802 Handle hDispatchDriver
12803 Get phDispatchDriver to hDispatchDriver
12804 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
12805 End_Procedure
12806
12807 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
12808 Handle hDispatchDriver
12809 Get phDispatchDriver to hDispatchDriver
12810 Send PrepareParams to hDispatchDriver 4
12811 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
12812 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
12813 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
12814 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
12815 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
12816 End_Procedure
12817
12818 { MethodType=Property DesignTime=False }
12819 Function ComRibbonGroup Returns Variant
12820 Handle hDispatchDriver
12821 Variant retVal
12822 Get phDispatchDriver to hDispatchDriver
12823 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
12824 Function_Return retVal
12825 End_Function
12826
12827 Procedure ComReset
12828 Handle hDispatchDriver
12829 Get phDispatchDriver to hDispatchDriver
12830 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
12831 End_Procedure
12832
12833 { MethodType=Property DesignTime=False }
12834 Function ComTop Returns Integer
12835 Handle hDispatchDriver
12836 Integer retVal
12837 Get phDispatchDriver to hDispatchDriver
12838 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
12839 Function_Return retVal
12840 End_Function
12841
12842 { MethodType=Property DesignTime=False }
12843 Function ComLeft Returns Integer
12844 Handle hDispatchDriver
12845 Integer retVal
12846 Get phDispatchDriver to hDispatchDriver
12847 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
12848 Function_Return retVal
12849 End_Function
12850
12851 Function ComClone Variant llRecursive Returns Variant
12852 Handle hDispatchDriver
12853 Variant retVal
12854 Get phDispatchDriver to hDispatchDriver
12855 Send PrepareParams to hDispatchDriver 1
12856 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
12857 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
12858 Function_Return retVal
12859 End_Function
12860
12861 Procedure ComSetIconSize Integer llcx Integer llcy
12862 Handle hDispatchDriver
12863 Get phDispatchDriver to hDispatchDriver
12864 Send PrepareParams to hDispatchDriver 2
12865 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
12866 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
12867 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
12868 End_Procedure
12869End_Class
12870
12871// CLSID: {71568A35-789A-40D9-B564-7577DA549319}
12872{ ClassLibrary=Windows }
12873Class cCJCommandBarSlider is a cComAutomationObject
12874
12875 { MethodType=Property DesignTime=False }
12876 Function ComChecked Returns Boolean
12877 Boolean retVal
12878 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
12879 Function_Return retVal
12880 End_Function
12881
12882 { MethodType=Property DesignTime=False }
12883 Procedure Set ComChecked Boolean value
12884 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
12885 End_Procedure
12886
12887 { MethodType=Property DesignTime=False }
12888 Function ComBeginGroup Returns Boolean
12889 Boolean retVal
12890 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
12891 Function_Return retVal
12892 End_Function
12893
12894 { MethodType=Property DesignTime=False }
12895 Procedure Set ComBeginGroup Boolean value
12896 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
12897 End_Procedure
12898
12899 { MethodType=Property DesignTime=False }
12900 Function ComCaption Returns String
12901 String retVal
12902 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
12903 Function_Return retVal
12904 End_Function
12905
12906 { MethodType=Property DesignTime=False }
12907 Procedure Set ComCaption String value
12908 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
12909 End_Procedure
12910
12911 { MethodType=Property DesignTime=False }
12912 Function ComDescriptionText Returns String
12913 String retVal
12914 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
12915 Function_Return retVal
12916 End_Function
12917
12918 { MethodType=Property DesignTime=False }
12919 Procedure Set ComDescriptionText String value
12920 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
12921 End_Procedure
12922
12923 { MethodType=Property DesignTime=False }
12924 Function ComId Returns Integer
12925 Integer retVal
12926 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
12927 Function_Return retVal
12928 End_Function
12929
12930 { MethodType=Property DesignTime=False }
12931 Procedure Set ComId Integer value
12932 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
12933 End_Procedure
12934
12935 { MethodType=Property DesignTime=False }
12936 Function ComParameter Returns String
12937 String retVal
12938 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
12939 Function_Return retVal
12940 End_Function
12941
12942 { MethodType=Property DesignTime=False }
12943 Procedure Set ComParameter String value
12944 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
12945 End_Procedure
12946
12947 { MethodType=Property DesignTime=False }
12948 Function ComShortcutText Returns String
12949 String retVal
12950 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
12951 Function_Return retVal
12952 End_Function
12953
12954 { MethodType=Property DesignTime=False }
12955 Procedure Set ComShortcutText String value
12956 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
12957 End_Procedure
12958
12959 { MethodType=Property DesignTime=False }
12960 Function ComTooltipText Returns String
12961 String retVal
12962 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
12963 Function_Return retVal
12964 End_Function
12965
12966 { MethodType=Property DesignTime=False }
12967 Procedure Set ComTooltipText String value
12968 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
12969 End_Procedure
12970
12971 { MethodType=Property DesignTime=False }
12972 Function ComVisible Returns Boolean
12973 Boolean retVal
12974 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
12975 Function_Return retVal
12976 End_Function
12977
12978 { MethodType=Property DesignTime=False }
12979 Procedure Set ComVisible Boolean value
12980 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
12981 End_Procedure
12982
12983 { MethodType=Property DesignTime=False }
12984 Function ComEnabled Returns Boolean
12985 Boolean retVal
12986 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
12987 Function_Return retVal
12988 End_Function
12989
12990 { MethodType=Property DesignTime=False }
12991 Procedure Set ComEnabled Boolean value
12992 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
12993 End_Procedure
12994
12995 { MethodType=Property DesignTime=False }
12996 Function ComIconId Returns Integer
12997 Integer retVal
12998 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
12999 Function_Return retVal
13000 End_Function
13001
13002 { MethodType=Property DesignTime=False }
13003 Procedure Set ComIconId Integer value
13004 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
13005 End_Procedure
13006
13007 { MethodType=Property DesignTime=False }
13008 Function ComDefaultItem Returns Boolean
13009 Boolean retVal
13010 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
13011 Function_Return retVal
13012 End_Function
13013
13014 { MethodType=Property DesignTime=False }
13015 Procedure Set ComDefaultItem Boolean value
13016 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
13017 End_Procedure
13018
13019 { MethodType=Property DesignTime=False }
13020 Function ComFlags Returns XTPControlFlags
13021 XTPControlFlags retVal
13022 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
13023 Function_Return retVal
13024 End_Function
13025
13026 { MethodType=Property DesignTime=False }
13027 Procedure Set ComFlags XTPControlFlags value
13028 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
13029 End_Procedure
13030
13031 { MethodType=Property DesignTime=False }
13032 Function ComCategory Returns String
13033 String retVal
13034 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
13035 Function_Return retVal
13036 End_Function
13037
13038 { MethodType=Property DesignTime=False }
13039 Procedure Set ComCategory String value
13040 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
13041 End_Procedure
13042
13043 { MethodType=Property DesignTime=False }
13044 Function ComHideFlags Returns XTPControlHideFlags
13045 XTPControlHideFlags retVal
13046 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
13047 Function_Return retVal
13048 End_Function
13049
13050 { MethodType=Property DesignTime=False }
13051 Procedure Set ComHideFlags XTPControlHideFlags value
13052 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
13053 End_Procedure
13054
13055 { MethodType=Property DesignTime=False }
13056 Function ComCloseSubMenuOnClick Returns Boolean
13057 Boolean retVal
13058 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
13059 Function_Return retVal
13060 End_Function
13061
13062 { MethodType=Property DesignTime=False }
13063 Procedure Set ComCloseSubMenuOnClick Boolean value
13064 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
13065 End_Procedure
13066
13067 { MethodType=Property DesignTime=False }
13068 Function ComAction Returns Variant
13069 Variant retVal
13070 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
13071 Function_Return retVal
13072 End_Function
13073
13074 { MethodType=Property DesignTime=False }
13075 Procedure Set ComAction Variant value
13076 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
13077 End_Procedure
13078
13079 { MethodType=Property DesignTime=False }
13080 Function ComExecuteOnPressInterval Returns Integer
13081 Integer retVal
13082 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
13083 Function_Return retVal
13084 End_Function
13085
13086 { MethodType=Property DesignTime=False }
13087 Procedure Set ComExecuteOnPressInterval Integer value
13088 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
13089 End_Procedure
13090
13091 { MethodType=Property DesignTime=False }
13092 Function ComWidth Returns Integer
13093 Integer retVal
13094 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
13095 Function_Return retVal
13096 End_Function
13097
13098 { MethodType=Property DesignTime=False }
13099 Procedure Set ComWidth Integer value
13100 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
13101 End_Procedure
13102
13103 { MethodType=Property DesignTime=False }
13104 Function ComHeight Returns Integer
13105 Integer retVal
13106 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
13107 Function_Return retVal
13108 End_Function
13109
13110 { MethodType=Property DesignTime=False }
13111 Procedure Set ComHeight Integer value
13112 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
13113 End_Procedure
13114
13115 { MethodType=Property DesignTime=False }
13116 Function ComStyle Returns XTPButtonStyle
13117 XTPButtonStyle retVal
13118 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
13119 Function_Return retVal
13120 End_Function
13121
13122 { MethodType=Property DesignTime=False }
13123 Procedure Set ComStyle XTPButtonStyle value
13124 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
13125 End_Procedure
13126
13127 { MethodType=Property DesignTime=False }
13128 Function ComKeyboardTip Returns String
13129 String retVal
13130 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
13131 Function_Return retVal
13132 End_Function
13133
13134 { MethodType=Property DesignTime=False }
13135 Procedure Set ComKeyboardTip String value
13136 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
13137 End_Procedure
13138
13139 { MethodType=Property DesignTime=False }
13140 Function ComPos Returns Integer
13141 Integer retVal
13142 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal
13143 Function_Return retVal
13144 End_Function
13145
13146 { MethodType=Property DesignTime=False }
13147 Procedure Set ComPos Integer value
13148 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value
13149 End_Procedure
13150
13151 { MethodType=Property DesignTime=False }
13152 Function ComMin Returns Integer
13153 Integer retVal
13154 Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal
13155 Function_Return retVal
13156 End_Function
13157
13158 { MethodType=Property DesignTime=False }
13159 Procedure Set ComMin Integer value
13160 Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value
13161 End_Procedure
13162
13163 { MethodType=Property DesignTime=False }
13164 Function ComMax Returns Integer
13165 Integer retVal
13166 Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal
13167 Function_Return retVal
13168 End_Function
13169
13170 { MethodType=Property DesignTime=False }
13171 Procedure Set ComMax Integer value
13172 Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value
13173 End_Procedure
13174
13175 { MethodType=Property DesignTime=False }
13176 Function ComControls Returns Variant
13177 Handle hDispatchDriver
13178 Variant retVal
13179 Get phDispatchDriver to hDispatchDriver
13180 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
13181 Function_Return retVal
13182 End_Function
13183
13184 { MethodType=Property DesignTime=False }
13185 Function ComParent Returns Variant
13186 Handle hDispatchDriver
13187 Variant retVal
13188 Get phDispatchDriver to hDispatchDriver
13189 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
13190 Function_Return retVal
13191 End_Function
13192
13193 { MethodType=Property DesignTime=False }
13194 Function ComIndex Returns Integer
13195 Handle hDispatchDriver
13196 Integer retVal
13197 Get phDispatchDriver to hDispatchDriver
13198 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
13199 Function_Return retVal
13200 End_Function
13201
13202 { MethodType=Property DesignTime=False }
13203 Function ComType Returns XTPControlType
13204 Handle hDispatchDriver
13205 XTPControlType retVal
13206 Get phDispatchDriver to hDispatchDriver
13207 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
13208 Function_Return retVal
13209 End_Function
13210
13211 Procedure ComDelete
13212 Handle hDispatchDriver
13213 Get phDispatchDriver to hDispatchDriver
13214 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
13215 End_Procedure
13216
13217 Function ComCopy Variant llBar Variant llBefore Returns Variant
13218 Handle hDispatchDriver
13219 Variant retVal
13220 Get phDispatchDriver to hDispatchDriver
13221 Send PrepareParams to hDispatchDriver 2
13222 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
13223 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
13224 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
13225 Function_Return retVal
13226 End_Function
13227
13228 Procedure ComSetFocus
13229 Handle hDispatchDriver
13230 Get phDispatchDriver to hDispatchDriver
13231 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
13232 End_Procedure
13233
13234 Procedure ComExecute
13235 Handle hDispatchDriver
13236 Get phDispatchDriver to hDispatchDriver
13237 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
13238 End_Procedure
13239
13240 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
13241 Handle hDispatchDriver
13242 Get phDispatchDriver to hDispatchDriver
13243 Send PrepareParams to hDispatchDriver 4
13244 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
13245 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
13246 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
13247 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
13248 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
13249 End_Procedure
13250
13251 { MethodType=Property DesignTime=False }
13252 Function ComRibbonGroup Returns Variant
13253 Handle hDispatchDriver
13254 Variant retVal
13255 Get phDispatchDriver to hDispatchDriver
13256 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
13257 Function_Return retVal
13258 End_Function
13259
13260 Procedure ComReset
13261 Handle hDispatchDriver
13262 Get phDispatchDriver to hDispatchDriver
13263 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
13264 End_Procedure
13265
13266 { MethodType=Property DesignTime=False }
13267 Function ComTop Returns Integer
13268 Handle hDispatchDriver
13269 Integer retVal
13270 Get phDispatchDriver to hDispatchDriver
13271 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
13272 Function_Return retVal
13273 End_Function
13274
13275 { MethodType=Property DesignTime=False }
13276 Function ComLeft Returns Integer
13277 Handle hDispatchDriver
13278 Integer retVal
13279 Get phDispatchDriver to hDispatchDriver
13280 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
13281 Function_Return retVal
13282 End_Function
13283
13284 Function ComClone Variant llRecursive Returns Variant
13285 Handle hDispatchDriver
13286 Variant retVal
13287 Get phDispatchDriver to hDispatchDriver
13288 Send PrepareParams to hDispatchDriver 1
13289 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
13290 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
13291 Function_Return retVal
13292 End_Function
13293
13294 Procedure ComSetIconSize Integer llcx Integer llcy
13295 Handle hDispatchDriver
13296 Get phDispatchDriver to hDispatchDriver
13297 Send PrepareParams to hDispatchDriver 2
13298 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
13299 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
13300 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
13301 End_Procedure
13302End_Class
13303
13304// CLSID: {79968A35-789A-40D9-B564-7577DA549319}
13305{ ClassLibrary=Windows }
13306Class cCJCommandBarProgress is a cComAutomationObject
13307
13308 { MethodType=Property DesignTime=False }
13309 Function ComChecked Returns Boolean
13310 Boolean retVal
13311 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
13312 Function_Return retVal
13313 End_Function
13314
13315 { MethodType=Property DesignTime=False }
13316 Procedure Set ComChecked Boolean value
13317 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
13318 End_Procedure
13319
13320 { MethodType=Property DesignTime=False }
13321 Function ComBeginGroup Returns Boolean
13322 Boolean retVal
13323 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
13324 Function_Return retVal
13325 End_Function
13326
13327 { MethodType=Property DesignTime=False }
13328 Procedure Set ComBeginGroup Boolean value
13329 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
13330 End_Procedure
13331
13332 { MethodType=Property DesignTime=False }
13333 Function ComCaption Returns String
13334 String retVal
13335 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
13336 Function_Return retVal
13337 End_Function
13338
13339 { MethodType=Property DesignTime=False }
13340 Procedure Set ComCaption String value
13341 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
13342 End_Procedure
13343
13344 { MethodType=Property DesignTime=False }
13345 Function ComDescriptionText Returns String
13346 String retVal
13347 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
13348 Function_Return retVal
13349 End_Function
13350
13351 { MethodType=Property DesignTime=False }
13352 Procedure Set ComDescriptionText String value
13353 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
13354 End_Procedure
13355
13356 { MethodType=Property DesignTime=False }
13357 Function ComId Returns Integer
13358 Integer retVal
13359 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
13360 Function_Return retVal
13361 End_Function
13362
13363 { MethodType=Property DesignTime=False }
13364 Procedure Set ComId Integer value
13365 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
13366 End_Procedure
13367
13368 { MethodType=Property DesignTime=False }
13369 Function ComParameter Returns String
13370 String retVal
13371 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
13372 Function_Return retVal
13373 End_Function
13374
13375 { MethodType=Property DesignTime=False }
13376 Procedure Set ComParameter String value
13377 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
13378 End_Procedure
13379
13380 { MethodType=Property DesignTime=False }
13381 Function ComShortcutText Returns String
13382 String retVal
13383 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
13384 Function_Return retVal
13385 End_Function
13386
13387 { MethodType=Property DesignTime=False }
13388 Procedure Set ComShortcutText String value
13389 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
13390 End_Procedure
13391
13392 { MethodType=Property DesignTime=False }
13393 Function ComTooltipText Returns String
13394 String retVal
13395 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
13396 Function_Return retVal
13397 End_Function
13398
13399 { MethodType=Property DesignTime=False }
13400 Procedure Set ComTooltipText String value
13401 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
13402 End_Procedure
13403
13404 { MethodType=Property DesignTime=False }
13405 Function ComVisible Returns Boolean
13406 Boolean retVal
13407 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
13408 Function_Return retVal
13409 End_Function
13410
13411 { MethodType=Property DesignTime=False }
13412 Procedure Set ComVisible Boolean value
13413 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
13414 End_Procedure
13415
13416 { MethodType=Property DesignTime=False }
13417 Function ComEnabled Returns Boolean
13418 Boolean retVal
13419 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
13420 Function_Return retVal
13421 End_Function
13422
13423 { MethodType=Property DesignTime=False }
13424 Procedure Set ComEnabled Boolean value
13425 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
13426 End_Procedure
13427
13428 { MethodType=Property DesignTime=False }
13429 Function ComIconId Returns Integer
13430 Integer retVal
13431 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
13432 Function_Return retVal
13433 End_Function
13434
13435 { MethodType=Property DesignTime=False }
13436 Procedure Set ComIconId Integer value
13437 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
13438 End_Procedure
13439
13440 { MethodType=Property DesignTime=False }
13441 Function ComDefaultItem Returns Boolean
13442 Boolean retVal
13443 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
13444 Function_Return retVal
13445 End_Function
13446
13447 { MethodType=Property DesignTime=False }
13448 Procedure Set ComDefaultItem Boolean value
13449 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
13450 End_Procedure
13451
13452 { MethodType=Property DesignTime=False }
13453 Function ComFlags Returns XTPControlFlags
13454 XTPControlFlags retVal
13455 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
13456 Function_Return retVal
13457 End_Function
13458
13459 { MethodType=Property DesignTime=False }
13460 Procedure Set ComFlags XTPControlFlags value
13461 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
13462 End_Procedure
13463
13464 { MethodType=Property DesignTime=False }
13465 Function ComCategory Returns String
13466 String retVal
13467 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
13468 Function_Return retVal
13469 End_Function
13470
13471 { MethodType=Property DesignTime=False }
13472 Procedure Set ComCategory String value
13473 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
13474 End_Procedure
13475
13476 { MethodType=Property DesignTime=False }
13477 Function ComHideFlags Returns XTPControlHideFlags
13478 XTPControlHideFlags retVal
13479 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
13480 Function_Return retVal
13481 End_Function
13482
13483 { MethodType=Property DesignTime=False }
13484 Procedure Set ComHideFlags XTPControlHideFlags value
13485 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
13486 End_Procedure
13487
13488 { MethodType=Property DesignTime=False }
13489 Function ComCloseSubMenuOnClick Returns Boolean
13490 Boolean retVal
13491 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
13492 Function_Return retVal
13493 End_Function
13494
13495 { MethodType=Property DesignTime=False }
13496 Procedure Set ComCloseSubMenuOnClick Boolean value
13497 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
13498 End_Procedure
13499
13500 { MethodType=Property DesignTime=False }
13501 Function ComAction Returns Variant
13502 Variant retVal
13503 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
13504 Function_Return retVal
13505 End_Function
13506
13507 { MethodType=Property DesignTime=False }
13508 Procedure Set ComAction Variant value
13509 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
13510 End_Procedure
13511
13512 { MethodType=Property DesignTime=False }
13513 Function ComExecuteOnPressInterval Returns Integer
13514 Integer retVal
13515 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
13516 Function_Return retVal
13517 End_Function
13518
13519 { MethodType=Property DesignTime=False }
13520 Procedure Set ComExecuteOnPressInterval Integer value
13521 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
13522 End_Procedure
13523
13524 { MethodType=Property DesignTime=False }
13525 Function ComWidth Returns Integer
13526 Integer retVal
13527 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
13528 Function_Return retVal
13529 End_Function
13530
13531 { MethodType=Property DesignTime=False }
13532 Procedure Set ComWidth Integer value
13533 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
13534 End_Procedure
13535
13536 { MethodType=Property DesignTime=False }
13537 Function ComHeight Returns Integer
13538 Integer retVal
13539 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
13540 Function_Return retVal
13541 End_Function
13542
13543 { MethodType=Property DesignTime=False }
13544 Procedure Set ComHeight Integer value
13545 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
13546 End_Procedure
13547
13548 { MethodType=Property DesignTime=False }
13549 Function ComStyle Returns XTPButtonStyle
13550 XTPButtonStyle retVal
13551 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
13552 Function_Return retVal
13553 End_Function
13554
13555 { MethodType=Property DesignTime=False }
13556 Procedure Set ComStyle XTPButtonStyle value
13557 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
13558 End_Procedure
13559
13560 { MethodType=Property DesignTime=False }
13561 Function ComKeyboardTip Returns String
13562 String retVal
13563 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
13564 Function_Return retVal
13565 End_Function
13566
13567 { MethodType=Property DesignTime=False }
13568 Procedure Set ComKeyboardTip String value
13569 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
13570 End_Procedure
13571
13572 { MethodType=Property DesignTime=False }
13573 Function ComPos Returns Integer
13574 Integer retVal
13575 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal
13576 Function_Return retVal
13577 End_Function
13578
13579 { MethodType=Property DesignTime=False }
13580 Procedure Set ComPos Integer value
13581 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value
13582 End_Procedure
13583
13584 { MethodType=Property DesignTime=False }
13585 Function ComMin Returns Integer
13586 Integer retVal
13587 Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal
13588 Function_Return retVal
13589 End_Function
13590
13591 { MethodType=Property DesignTime=False }
13592 Procedure Set ComMin Integer value
13593 Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value
13594 End_Procedure
13595
13596 { MethodType=Property DesignTime=False }
13597 Function ComMax Returns Integer
13598 Integer retVal
13599 Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal
13600 Function_Return retVal
13601 End_Function
13602
13603 { MethodType=Property DesignTime=False }
13604 Procedure Set ComMax Integer value
13605 Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value
13606 End_Procedure
13607
13608 { MethodType=Property DesignTime=False }
13609 Function ComControls Returns Variant
13610 Handle hDispatchDriver
13611 Variant retVal
13612 Get phDispatchDriver to hDispatchDriver
13613 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
13614 Function_Return retVal
13615 End_Function
13616
13617 { MethodType=Property DesignTime=False }
13618 Function ComParent Returns Variant
13619 Handle hDispatchDriver
13620 Variant retVal
13621 Get phDispatchDriver to hDispatchDriver
13622 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
13623 Function_Return retVal
13624 End_Function
13625
13626 { MethodType=Property DesignTime=False }
13627 Function ComIndex Returns Integer
13628 Handle hDispatchDriver
13629 Integer retVal
13630 Get phDispatchDriver to hDispatchDriver
13631 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
13632 Function_Return retVal
13633 End_Function
13634
13635 { MethodType=Property DesignTime=False }
13636 Function ComType Returns XTPControlType
13637 Handle hDispatchDriver
13638 XTPControlType retVal
13639 Get phDispatchDriver to hDispatchDriver
13640 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
13641 Function_Return retVal
13642 End_Function
13643
13644 Procedure ComDelete
13645 Handle hDispatchDriver
13646 Get phDispatchDriver to hDispatchDriver
13647 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
13648 End_Procedure
13649
13650 Function ComCopy Variant llBar Variant llBefore Returns Variant
13651 Handle hDispatchDriver
13652 Variant retVal
13653 Get phDispatchDriver to hDispatchDriver
13654 Send PrepareParams to hDispatchDriver 2
13655 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
13656 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
13657 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
13658 Function_Return retVal
13659 End_Function
13660
13661 Procedure ComSetFocus
13662 Handle hDispatchDriver
13663 Get phDispatchDriver to hDispatchDriver
13664 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
13665 End_Procedure
13666
13667 Procedure ComExecute
13668 Handle hDispatchDriver
13669 Get phDispatchDriver to hDispatchDriver
13670 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
13671 End_Procedure
13672
13673 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
13674 Handle hDispatchDriver
13675 Get phDispatchDriver to hDispatchDriver
13676 Send PrepareParams to hDispatchDriver 4
13677 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
13678 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
13679 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
13680 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
13681 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
13682 End_Procedure
13683
13684 { MethodType=Property DesignTime=False }
13685 Function ComRibbonGroup Returns Variant
13686 Handle hDispatchDriver
13687 Variant retVal
13688 Get phDispatchDriver to hDispatchDriver
13689 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
13690 Function_Return retVal
13691 End_Function
13692
13693 Procedure ComReset
13694 Handle hDispatchDriver
13695 Get phDispatchDriver to hDispatchDriver
13696 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
13697 End_Procedure
13698
13699 { MethodType=Property DesignTime=False }
13700 Function ComTop Returns Integer
13701 Handle hDispatchDriver
13702 Integer retVal
13703 Get phDispatchDriver to hDispatchDriver
13704 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
13705 Function_Return retVal
13706 End_Function
13707
13708 { MethodType=Property DesignTime=False }
13709 Function ComLeft Returns Integer
13710 Handle hDispatchDriver
13711 Integer retVal
13712 Get phDispatchDriver to hDispatchDriver
13713 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
13714 Function_Return retVal
13715 End_Function
13716
13717 Function ComClone Variant llRecursive Returns Variant
13718 Handle hDispatchDriver
13719 Variant retVal
13720 Get phDispatchDriver to hDispatchDriver
13721 Send PrepareParams to hDispatchDriver 1
13722 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
13723 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
13724 Function_Return retVal
13725 End_Function
13726
13727 Procedure ComSetIconSize Integer llcx Integer llcy
13728 Handle hDispatchDriver
13729 Get phDispatchDriver to hDispatchDriver
13730 Send PrepareParams to hDispatchDriver 2
13731 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
13732 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
13733 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
13734 End_Procedure
13735End_Class
13736
13737// CLSID: {72568A35-789A-40D9-B564-7577DA549319}
13738{ ClassLibrary=Windows }
13739Class cCJCommandBarScrollBar is a cComAutomationObject
13740
13741 { MethodType=Property DesignTime=False }
13742 Function ComChecked Returns Boolean
13743 Boolean retVal
13744 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
13745 Function_Return retVal
13746 End_Function
13747
13748 { MethodType=Property DesignTime=False }
13749 Procedure Set ComChecked Boolean value
13750 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
13751 End_Procedure
13752
13753 { MethodType=Property DesignTime=False }
13754 Function ComBeginGroup Returns Boolean
13755 Boolean retVal
13756 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
13757 Function_Return retVal
13758 End_Function
13759
13760 { MethodType=Property DesignTime=False }
13761 Procedure Set ComBeginGroup Boolean value
13762 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
13763 End_Procedure
13764
13765 { MethodType=Property DesignTime=False }
13766 Function ComCaption Returns String
13767 String retVal
13768 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
13769 Function_Return retVal
13770 End_Function
13771
13772 { MethodType=Property DesignTime=False }
13773 Procedure Set ComCaption String value
13774 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
13775 End_Procedure
13776
13777 { MethodType=Property DesignTime=False }
13778 Function ComDescriptionText Returns String
13779 String retVal
13780 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
13781 Function_Return retVal
13782 End_Function
13783
13784 { MethodType=Property DesignTime=False }
13785 Procedure Set ComDescriptionText String value
13786 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
13787 End_Procedure
13788
13789 { MethodType=Property DesignTime=False }
13790 Function ComId Returns Integer
13791 Integer retVal
13792 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
13793 Function_Return retVal
13794 End_Function
13795
13796 { MethodType=Property DesignTime=False }
13797 Procedure Set ComId Integer value
13798 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
13799 End_Procedure
13800
13801 { MethodType=Property DesignTime=False }
13802 Function ComParameter Returns String
13803 String retVal
13804 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
13805 Function_Return retVal
13806 End_Function
13807
13808 { MethodType=Property DesignTime=False }
13809 Procedure Set ComParameter String value
13810 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
13811 End_Procedure
13812
13813 { MethodType=Property DesignTime=False }
13814 Function ComShortcutText Returns String
13815 String retVal
13816 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
13817 Function_Return retVal
13818 End_Function
13819
13820 { MethodType=Property DesignTime=False }
13821 Procedure Set ComShortcutText String value
13822 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
13823 End_Procedure
13824
13825 { MethodType=Property DesignTime=False }
13826 Function ComTooltipText Returns String
13827 String retVal
13828 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
13829 Function_Return retVal
13830 End_Function
13831
13832 { MethodType=Property DesignTime=False }
13833 Procedure Set ComTooltipText String value
13834 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
13835 End_Procedure
13836
13837 { MethodType=Property DesignTime=False }
13838 Function ComVisible Returns Boolean
13839 Boolean retVal
13840 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
13841 Function_Return retVal
13842 End_Function
13843
13844 { MethodType=Property DesignTime=False }
13845 Procedure Set ComVisible Boolean value
13846 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
13847 End_Procedure
13848
13849 { MethodType=Property DesignTime=False }
13850 Function ComEnabled Returns Boolean
13851 Boolean retVal
13852 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
13853 Function_Return retVal
13854 End_Function
13855
13856 { MethodType=Property DesignTime=False }
13857 Procedure Set ComEnabled Boolean value
13858 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
13859 End_Procedure
13860
13861 { MethodType=Property DesignTime=False }
13862 Function ComIconId Returns Integer
13863 Integer retVal
13864 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
13865 Function_Return retVal
13866 End_Function
13867
13868 { MethodType=Property DesignTime=False }
13869 Procedure Set ComIconId Integer value
13870 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
13871 End_Procedure
13872
13873 { MethodType=Property DesignTime=False }
13874 Function ComDefaultItem Returns Boolean
13875 Boolean retVal
13876 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
13877 Function_Return retVal
13878 End_Function
13879
13880 { MethodType=Property DesignTime=False }
13881 Procedure Set ComDefaultItem Boolean value
13882 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
13883 End_Procedure
13884
13885 { MethodType=Property DesignTime=False }
13886 Function ComFlags Returns XTPControlFlags
13887 XTPControlFlags retVal
13888 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
13889 Function_Return retVal
13890 End_Function
13891
13892 { MethodType=Property DesignTime=False }
13893 Procedure Set ComFlags XTPControlFlags value
13894 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
13895 End_Procedure
13896
13897 { MethodType=Property DesignTime=False }
13898 Function ComCategory Returns String
13899 String retVal
13900 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
13901 Function_Return retVal
13902 End_Function
13903
13904 { MethodType=Property DesignTime=False }
13905 Procedure Set ComCategory String value
13906 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
13907 End_Procedure
13908
13909 { MethodType=Property DesignTime=False }
13910 Function ComHideFlags Returns XTPControlHideFlags
13911 XTPControlHideFlags retVal
13912 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
13913 Function_Return retVal
13914 End_Function
13915
13916 { MethodType=Property DesignTime=False }
13917 Procedure Set ComHideFlags XTPControlHideFlags value
13918 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
13919 End_Procedure
13920
13921 { MethodType=Property DesignTime=False }
13922 Function ComCloseSubMenuOnClick Returns Boolean
13923 Boolean retVal
13924 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
13925 Function_Return retVal
13926 End_Function
13927
13928 { MethodType=Property DesignTime=False }
13929 Procedure Set ComCloseSubMenuOnClick Boolean value
13930 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
13931 End_Procedure
13932
13933 { MethodType=Property DesignTime=False }
13934 Function ComAction Returns Variant
13935 Variant retVal
13936 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
13937 Function_Return retVal
13938 End_Function
13939
13940 { MethodType=Property DesignTime=False }
13941 Procedure Set ComAction Variant value
13942 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
13943 End_Procedure
13944
13945 { MethodType=Property DesignTime=False }
13946 Function ComExecuteOnPressInterval Returns Integer
13947 Integer retVal
13948 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
13949 Function_Return retVal
13950 End_Function
13951
13952 { MethodType=Property DesignTime=False }
13953 Procedure Set ComExecuteOnPressInterval Integer value
13954 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
13955 End_Procedure
13956
13957 { MethodType=Property DesignTime=False }
13958 Function ComWidth Returns Integer
13959 Integer retVal
13960 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
13961 Function_Return retVal
13962 End_Function
13963
13964 { MethodType=Property DesignTime=False }
13965 Procedure Set ComWidth Integer value
13966 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
13967 End_Procedure
13968
13969 { MethodType=Property DesignTime=False }
13970 Function ComHeight Returns Integer
13971 Integer retVal
13972 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
13973 Function_Return retVal
13974 End_Function
13975
13976 { MethodType=Property DesignTime=False }
13977 Procedure Set ComHeight Integer value
13978 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
13979 End_Procedure
13980
13981 { MethodType=Property DesignTime=False }
13982 Function ComStyle Returns XTPButtonStyle
13983 XTPButtonStyle retVal
13984 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
13985 Function_Return retVal
13986 End_Function
13987
13988 { MethodType=Property DesignTime=False }
13989 Procedure Set ComStyle XTPButtonStyle value
13990 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
13991 End_Procedure
13992
13993 { MethodType=Property DesignTime=False }
13994 Function ComKeyboardTip Returns String
13995 String retVal
13996 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
13997 Function_Return retVal
13998 End_Function
13999
14000 { MethodType=Property DesignTime=False }
14001 Procedure Set ComKeyboardTip String value
14002 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
14003 End_Procedure
14004
14005 { MethodType=Property DesignTime=False }
14006 Function ComPos Returns Integer
14007 Integer retVal
14008 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal
14009 Function_Return retVal
14010 End_Function
14011
14012 { MethodType=Property DesignTime=False }
14013 Procedure Set ComPos Integer value
14014 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value
14015 End_Procedure
14016
14017 { MethodType=Property DesignTime=False }
14018 Function ComMin Returns Integer
14019 Integer retVal
14020 Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal
14021 Function_Return retVal
14022 End_Function
14023
14024 { MethodType=Property DesignTime=False }
14025 Procedure Set ComMin Integer value
14026 Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value
14027 End_Procedure
14028
14029 { MethodType=Property DesignTime=False }
14030 Function ComMax Returns Integer
14031 Integer retVal
14032 Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal
14033 Function_Return retVal
14034 End_Function
14035
14036 { MethodType=Property DesignTime=False }
14037 Procedure Set ComMax Integer value
14038 Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value
14039 End_Procedure
14040
14041 { MethodType=Property DesignTime=False }
14042 Function ComScrollBarStyle Returns XTPScrollBarStyle
14043 XTPScrollBarStyle retVal
14044 Get ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to retVal
14045 Function_Return retVal
14046 End_Function
14047
14048 { MethodType=Property DesignTime=False }
14049 Procedure Set ComScrollBarStyle XTPScrollBarStyle value
14050 Set ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to value
14051 End_Procedure
14052
14053 { MethodType=Property DesignTime=False }
14054 Function ComControls Returns Variant
14055 Handle hDispatchDriver
14056 Variant retVal
14057 Get phDispatchDriver to hDispatchDriver
14058 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
14059 Function_Return retVal
14060 End_Function
14061
14062 { MethodType=Property DesignTime=False }
14063 Function ComParent Returns Variant
14064 Handle hDispatchDriver
14065 Variant retVal
14066 Get phDispatchDriver to hDispatchDriver
14067 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
14068 Function_Return retVal
14069 End_Function
14070
14071 { MethodType=Property DesignTime=False }
14072 Function ComIndex Returns Integer
14073 Handle hDispatchDriver
14074 Integer retVal
14075 Get phDispatchDriver to hDispatchDriver
14076 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
14077 Function_Return retVal
14078 End_Function
14079
14080 { MethodType=Property DesignTime=False }
14081 Function ComType Returns XTPControlType
14082 Handle hDispatchDriver
14083 XTPControlType retVal
14084 Get phDispatchDriver to hDispatchDriver
14085 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
14086 Function_Return retVal
14087 End_Function
14088
14089 Procedure ComDelete
14090 Handle hDispatchDriver
14091 Get phDispatchDriver to hDispatchDriver
14092 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
14093 End_Procedure
14094
14095 Function ComCopy Variant llBar Variant llBefore Returns Variant
14096 Handle hDispatchDriver
14097 Variant retVal
14098 Get phDispatchDriver to hDispatchDriver
14099 Send PrepareParams to hDispatchDriver 2
14100 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
14101 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
14102 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
14103 Function_Return retVal
14104 End_Function
14105
14106 Procedure ComSetFocus
14107 Handle hDispatchDriver
14108 Get phDispatchDriver to hDispatchDriver
14109 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
14110 End_Procedure
14111
14112 Procedure ComExecute
14113 Handle hDispatchDriver
14114 Get phDispatchDriver to hDispatchDriver
14115 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
14116 End_Procedure
14117
14118 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
14119 Handle hDispatchDriver
14120 Get phDispatchDriver to hDispatchDriver
14121 Send PrepareParams to hDispatchDriver 4
14122 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
14123 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
14124 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
14125 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
14126 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
14127 End_Procedure
14128
14129 { MethodType=Property DesignTime=False }
14130 Function ComRibbonGroup Returns Variant
14131 Handle hDispatchDriver
14132 Variant retVal
14133 Get phDispatchDriver to hDispatchDriver
14134 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
14135 Function_Return retVal
14136 End_Function
14137
14138 Procedure ComReset
14139 Handle hDispatchDriver
14140 Get phDispatchDriver to hDispatchDriver
14141 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
14142 End_Procedure
14143
14144 { MethodType=Property DesignTime=False }
14145 Function ComTop Returns Integer
14146 Handle hDispatchDriver
14147 Integer retVal
14148 Get phDispatchDriver to hDispatchDriver
14149 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
14150 Function_Return retVal
14151 End_Function
14152
14153 { MethodType=Property DesignTime=False }
14154 Function ComLeft Returns Integer
14155 Handle hDispatchDriver
14156 Integer retVal
14157 Get phDispatchDriver to hDispatchDriver
14158 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
14159 Function_Return retVal
14160 End_Function
14161
14162 Function ComClone Variant llRecursive Returns Variant
14163 Handle hDispatchDriver
14164 Variant retVal
14165 Get phDispatchDriver to hDispatchDriver
14166 Send PrepareParams to hDispatchDriver 1
14167 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
14168 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
14169 Function_Return retVal
14170 End_Function
14171
14172 Procedure ComSetIconSize Integer llcx Integer llcy
14173 Handle hDispatchDriver
14174 Get phDispatchDriver to hDispatchDriver
14175 Send PrepareParams to hDispatchDriver 2
14176 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
14177 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
14178 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
14179 End_Procedure
14180End_Class
14181
14182// CLSID: {A4568A35-789A-40D9-B564-7577DA549319}
14183{ ClassLibrary=Windows }
14184Class cCJCommandBarPopupColor is a cComAutomationObject
14185
14186 { MethodType=Property DesignTime=False }
14187 Function ComChecked Returns Boolean
14188 Boolean retVal
14189 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
14190 Function_Return retVal
14191 End_Function
14192
14193 { MethodType=Property DesignTime=False }
14194 Procedure Set ComChecked Boolean value
14195 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
14196 End_Procedure
14197
14198 { MethodType=Property DesignTime=False }
14199 Function ComBeginGroup Returns Boolean
14200 Boolean retVal
14201 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
14202 Function_Return retVal
14203 End_Function
14204
14205 { MethodType=Property DesignTime=False }
14206 Procedure Set ComBeginGroup Boolean value
14207 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
14208 End_Procedure
14209
14210 { MethodType=Property DesignTime=False }
14211 Function ComCaption Returns String
14212 String retVal
14213 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
14214 Function_Return retVal
14215 End_Function
14216
14217 { MethodType=Property DesignTime=False }
14218 Procedure Set ComCaption String value
14219 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
14220 End_Procedure
14221
14222 { MethodType=Property DesignTime=False }
14223 Function ComDescriptionText Returns String
14224 String retVal
14225 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
14226 Function_Return retVal
14227 End_Function
14228
14229 { MethodType=Property DesignTime=False }
14230 Procedure Set ComDescriptionText String value
14231 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
14232 End_Procedure
14233
14234 { MethodType=Property DesignTime=False }
14235 Function ComId Returns Integer
14236 Integer retVal
14237 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
14238 Function_Return retVal
14239 End_Function
14240
14241 { MethodType=Property DesignTime=False }
14242 Procedure Set ComId Integer value
14243 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
14244 End_Procedure
14245
14246 { MethodType=Property DesignTime=False }
14247 Function ComParameter Returns String
14248 String retVal
14249 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
14250 Function_Return retVal
14251 End_Function
14252
14253 { MethodType=Property DesignTime=False }
14254 Procedure Set ComParameter String value
14255 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
14256 End_Procedure
14257
14258 { MethodType=Property DesignTime=False }
14259 Function ComShortcutText Returns String
14260 String retVal
14261 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
14262 Function_Return retVal
14263 End_Function
14264
14265 { MethodType=Property DesignTime=False }
14266 Procedure Set ComShortcutText String value
14267 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
14268 End_Procedure
14269
14270 { MethodType=Property DesignTime=False }
14271 Function ComTooltipText Returns String
14272 String retVal
14273 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
14274 Function_Return retVal
14275 End_Function
14276
14277 { MethodType=Property DesignTime=False }
14278 Procedure Set ComTooltipText String value
14279 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
14280 End_Procedure
14281
14282 { MethodType=Property DesignTime=False }
14283 Function ComVisible Returns Boolean
14284 Boolean retVal
14285 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
14286 Function_Return retVal
14287 End_Function
14288
14289 { MethodType=Property DesignTime=False }
14290 Procedure Set ComVisible Boolean value
14291 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
14292 End_Procedure
14293
14294 { MethodType=Property DesignTime=False }
14295 Function ComEnabled Returns Boolean
14296 Boolean retVal
14297 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
14298 Function_Return retVal
14299 End_Function
14300
14301 { MethodType=Property DesignTime=False }
14302 Procedure Set ComEnabled Boolean value
14303 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
14304 End_Procedure
14305
14306 { MethodType=Property DesignTime=False }
14307 Function ComIconId Returns Integer
14308 Integer retVal
14309 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
14310 Function_Return retVal
14311 End_Function
14312
14313 { MethodType=Property DesignTime=False }
14314 Procedure Set ComIconId Integer value
14315 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
14316 End_Procedure
14317
14318 { MethodType=Property DesignTime=False }
14319 Function ComDefaultItem Returns Boolean
14320 Boolean retVal
14321 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
14322 Function_Return retVal
14323 End_Function
14324
14325 { MethodType=Property DesignTime=False }
14326 Procedure Set ComDefaultItem Boolean value
14327 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
14328 End_Procedure
14329
14330 { MethodType=Property DesignTime=False }
14331 Function ComFlags Returns XTPControlFlags
14332 XTPControlFlags retVal
14333 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
14334 Function_Return retVal
14335 End_Function
14336
14337 { MethodType=Property DesignTime=False }
14338 Procedure Set ComFlags XTPControlFlags value
14339 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
14340 End_Procedure
14341
14342 { MethodType=Property DesignTime=False }
14343 Function ComCategory Returns String
14344 String retVal
14345 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
14346 Function_Return retVal
14347 End_Function
14348
14349 { MethodType=Property DesignTime=False }
14350 Procedure Set ComCategory String value
14351 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
14352 End_Procedure
14353
14354 { MethodType=Property DesignTime=False }
14355 Function ComHideFlags Returns XTPControlHideFlags
14356 XTPControlHideFlags retVal
14357 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
14358 Function_Return retVal
14359 End_Function
14360
14361 { MethodType=Property DesignTime=False }
14362 Procedure Set ComHideFlags XTPControlHideFlags value
14363 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
14364 End_Procedure
14365
14366 { MethodType=Property DesignTime=False }
14367 Function ComCloseSubMenuOnClick Returns Boolean
14368 Boolean retVal
14369 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
14370 Function_Return retVal
14371 End_Function
14372
14373 { MethodType=Property DesignTime=False }
14374 Procedure Set ComCloseSubMenuOnClick Boolean value
14375 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
14376 End_Procedure
14377
14378 { MethodType=Property DesignTime=False }
14379 Function ComAction Returns Variant
14380 Variant retVal
14381 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
14382 Function_Return retVal
14383 End_Function
14384
14385 { MethodType=Property DesignTime=False }
14386 Procedure Set ComAction Variant value
14387 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
14388 End_Procedure
14389
14390 { MethodType=Property DesignTime=False }
14391 Function ComExecuteOnPressInterval Returns Integer
14392 Integer retVal
14393 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
14394 Function_Return retVal
14395 End_Function
14396
14397 { MethodType=Property DesignTime=False }
14398 Procedure Set ComExecuteOnPressInterval Integer value
14399 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
14400 End_Procedure
14401
14402 { MethodType=Property DesignTime=False }
14403 Function ComWidth Returns Integer
14404 Integer retVal
14405 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
14406 Function_Return retVal
14407 End_Function
14408
14409 { MethodType=Property DesignTime=False }
14410 Procedure Set ComWidth Integer value
14411 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
14412 End_Procedure
14413
14414 { MethodType=Property DesignTime=False }
14415 Function ComHeight Returns Integer
14416 Integer retVal
14417 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
14418 Function_Return retVal
14419 End_Function
14420
14421 { MethodType=Property DesignTime=False }
14422 Procedure Set ComHeight Integer value
14423 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
14424 End_Procedure
14425
14426 { MethodType=Property DesignTime=False }
14427 Function ComStyle Returns XTPButtonStyle
14428 XTPButtonStyle retVal
14429 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
14430 Function_Return retVal
14431 End_Function
14432
14433 { MethodType=Property DesignTime=False }
14434 Procedure Set ComStyle XTPButtonStyle value
14435 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
14436 End_Procedure
14437
14438 { MethodType=Property DesignTime=False }
14439 Function ComKeyboardTip Returns String
14440 String retVal
14441 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
14442 Function_Return retVal
14443 End_Function
14444
14445 { MethodType=Property DesignTime=False }
14446 Procedure Set ComKeyboardTip String value
14447 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
14448 End_Procedure
14449
14450 { MethodType=Property DesignTime=False }
14451 Function ComColor Returns OLE_COLOR
14452 OLE_COLOR retVal
14453 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal
14454 Function_Return retVal
14455 End_Function
14456
14457 { MethodType=Property DesignTime=False }
14458 Procedure Set ComColor OLE_COLOR value
14459 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value
14460 End_Procedure
14461
14462 { MethodType=Property DesignTime=False }
14463 Function ComCommandBar Returns Variant
14464 Variant retVal
14465 Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal
14466 Function_Return retVal
14467 End_Function
14468
14469 { MethodType=Property DesignTime=False }
14470 Procedure Set ComCommandBar Variant value
14471 Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value
14472 End_Procedure
14473
14474 { MethodType=Property DesignTime=False }
14475 Function ComControls Returns Variant
14476 Handle hDispatchDriver
14477 Variant retVal
14478 Get phDispatchDriver to hDispatchDriver
14479 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
14480 Function_Return retVal
14481 End_Function
14482
14483 { MethodType=Property DesignTime=False }
14484 Function ComParent Returns Variant
14485 Handle hDispatchDriver
14486 Variant retVal
14487 Get phDispatchDriver to hDispatchDriver
14488 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
14489 Function_Return retVal
14490 End_Function
14491
14492 { MethodType=Property DesignTime=False }
14493 Function ComIndex Returns Integer
14494 Handle hDispatchDriver
14495 Integer retVal
14496 Get phDispatchDriver to hDispatchDriver
14497 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
14498 Function_Return retVal
14499 End_Function
14500
14501 { MethodType=Property DesignTime=False }
14502 Function ComType Returns XTPControlType
14503 Handle hDispatchDriver
14504 XTPControlType retVal
14505 Get phDispatchDriver to hDispatchDriver
14506 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
14507 Function_Return retVal
14508 End_Function
14509
14510 Procedure ComDelete
14511 Handle hDispatchDriver
14512 Get phDispatchDriver to hDispatchDriver
14513 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
14514 End_Procedure
14515
14516 Function ComCopy Variant llBar Variant llBefore Returns Variant
14517 Handle hDispatchDriver
14518 Variant retVal
14519 Get phDispatchDriver to hDispatchDriver
14520 Send PrepareParams to hDispatchDriver 2
14521 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
14522 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
14523 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
14524 Function_Return retVal
14525 End_Function
14526
14527 Procedure ComSetFocus
14528 Handle hDispatchDriver
14529 Get phDispatchDriver to hDispatchDriver
14530 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
14531 End_Procedure
14532
14533 Procedure ComExecute
14534 Handle hDispatchDriver
14535 Get phDispatchDriver to hDispatchDriver
14536 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
14537 End_Procedure
14538
14539 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
14540 Handle hDispatchDriver
14541 Get phDispatchDriver to hDispatchDriver
14542 Send PrepareParams to hDispatchDriver 4
14543 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
14544 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
14545 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
14546 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
14547 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
14548 End_Procedure
14549
14550 { MethodType=Property DesignTime=False }
14551 Function ComRibbonGroup Returns Variant
14552 Handle hDispatchDriver
14553 Variant retVal
14554 Get phDispatchDriver to hDispatchDriver
14555 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
14556 Function_Return retVal
14557 End_Function
14558
14559 Procedure ComReset
14560 Handle hDispatchDriver
14561 Get phDispatchDriver to hDispatchDriver
14562 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
14563 End_Procedure
14564
14565 { MethodType=Property DesignTime=False }
14566 Function ComTop Returns Integer
14567 Handle hDispatchDriver
14568 Integer retVal
14569 Get phDispatchDriver to hDispatchDriver
14570 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
14571 Function_Return retVal
14572 End_Function
14573
14574 { MethodType=Property DesignTime=False }
14575 Function ComLeft Returns Integer
14576 Handle hDispatchDriver
14577 Integer retVal
14578 Get phDispatchDriver to hDispatchDriver
14579 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
14580 Function_Return retVal
14581 End_Function
14582
14583 Function ComClone Variant llRecursive Returns Variant
14584 Handle hDispatchDriver
14585 Variant retVal
14586 Get phDispatchDriver to hDispatchDriver
14587 Send PrepareParams to hDispatchDriver 1
14588 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
14589 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
14590 Function_Return retVal
14591 End_Function
14592
14593 Procedure ComSetIconSize Integer llcx Integer llcy
14594 Handle hDispatchDriver
14595 Get phDispatchDriver to hDispatchDriver
14596 Send PrepareParams to hDispatchDriver 2
14597 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
14598 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
14599 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
14600 End_Procedure
14601End_Class
14602
14603// CLSID: {B4568A35-789A-40D9-B564-7577DA549319}
14604{ ClassLibrary=Windows }
14605Class cCJCommandBarControlColorSelector is a cComAutomationObject
14606
14607 { MethodType=Property DesignTime=False }
14608 Function ComChecked Returns Boolean
14609 Boolean retVal
14610 Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal
14611 Function_Return retVal
14612 End_Function
14613
14614 { MethodType=Property DesignTime=False }
14615 Procedure Set ComChecked Boolean value
14616 Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value
14617 End_Procedure
14618
14619 { MethodType=Property DesignTime=False }
14620 Function ComBeginGroup Returns Boolean
14621 Boolean retVal
14622 Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal
14623 Function_Return retVal
14624 End_Function
14625
14626 { MethodType=Property DesignTime=False }
14627 Procedure Set ComBeginGroup Boolean value
14628 Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value
14629 End_Procedure
14630
14631 { MethodType=Property DesignTime=False }
14632 Function ComCaption Returns String
14633 String retVal
14634 Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal
14635 Function_Return retVal
14636 End_Function
14637
14638 { MethodType=Property DesignTime=False }
14639 Procedure Set ComCaption String value
14640 Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value
14641 End_Procedure
14642
14643 { MethodType=Property DesignTime=False }
14644 Function ComDescriptionText Returns String
14645 String retVal
14646 Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal
14647 Function_Return retVal
14648 End_Function
14649
14650 { MethodType=Property DesignTime=False }
14651 Procedure Set ComDescriptionText String value
14652 Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value
14653 End_Procedure
14654
14655 { MethodType=Property DesignTime=False }
14656 Function ComId Returns Integer
14657 Integer retVal
14658 Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
14659 Function_Return retVal
14660 End_Function
14661
14662 { MethodType=Property DesignTime=False }
14663 Procedure Set ComId Integer value
14664 Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
14665 End_Procedure
14666
14667 { MethodType=Property DesignTime=False }
14668 Function ComParameter Returns String
14669 String retVal
14670 Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal
14671 Function_Return retVal
14672 End_Function
14673
14674 { MethodType=Property DesignTime=False }
14675 Procedure Set ComParameter String value
14676 Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value
14677 End_Procedure
14678
14679 { MethodType=Property DesignTime=False }
14680 Function ComShortcutText Returns String
14681 String retVal
14682 Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal
14683 Function_Return retVal
14684 End_Function
14685
14686 { MethodType=Property DesignTime=False }
14687 Procedure Set ComShortcutText String value
14688 Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value
14689 End_Procedure
14690
14691 { MethodType=Property DesignTime=False }
14692 Function ComTooltipText Returns String
14693 String retVal
14694 Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
14695 Function_Return retVal
14696 End_Function
14697
14698 { MethodType=Property DesignTime=False }
14699 Procedure Set ComTooltipText String value
14700 Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
14701 End_Procedure
14702
14703 { MethodType=Property DesignTime=False }
14704 Function ComVisible Returns Boolean
14705 Boolean retVal
14706 Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
14707 Function_Return retVal
14708 End_Function
14709
14710 { MethodType=Property DesignTime=False }
14711 Procedure Set ComVisible Boolean value
14712 Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
14713 End_Procedure
14714
14715 { MethodType=Property DesignTime=False }
14716 Function ComEnabled Returns Boolean
14717 Boolean retVal
14718 Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal
14719 Function_Return retVal
14720 End_Function
14721
14722 { MethodType=Property DesignTime=False }
14723 Procedure Set ComEnabled Boolean value
14724 Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value
14725 End_Procedure
14726
14727 { MethodType=Property DesignTime=False }
14728 Function ComIconId Returns Integer
14729 Integer retVal
14730 Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
14731 Function_Return retVal
14732 End_Function
14733
14734 { MethodType=Property DesignTime=False }
14735 Procedure Set ComIconId Integer value
14736 Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
14737 End_Procedure
14738
14739 { MethodType=Property DesignTime=False }
14740 Function ComDefaultItem Returns Boolean
14741 Boolean retVal
14742 Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
14743 Function_Return retVal
14744 End_Function
14745
14746 { MethodType=Property DesignTime=False }
14747 Procedure Set ComDefaultItem Boolean value
14748 Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
14749 End_Procedure
14750
14751 { MethodType=Property DesignTime=False }
14752 Function ComFlags Returns XTPControlFlags
14753 XTPControlFlags retVal
14754 Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
14755 Function_Return retVal
14756 End_Function
14757
14758 { MethodType=Property DesignTime=False }
14759 Procedure Set ComFlags XTPControlFlags value
14760 Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
14761 End_Procedure
14762
14763 { MethodType=Property DesignTime=False }
14764 Function ComCategory Returns String
14765 String retVal
14766 Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal
14767 Function_Return retVal
14768 End_Function
14769
14770 { MethodType=Property DesignTime=False }
14771 Procedure Set ComCategory String value
14772 Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value
14773 End_Procedure
14774
14775 { MethodType=Property DesignTime=False }
14776 Function ComHideFlags Returns XTPControlHideFlags
14777 XTPControlHideFlags retVal
14778 Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
14779 Function_Return retVal
14780 End_Function
14781
14782 { MethodType=Property DesignTime=False }
14783 Procedure Set ComHideFlags XTPControlHideFlags value
14784 Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
14785 End_Procedure
14786
14787 { MethodType=Property DesignTime=False }
14788 Function ComCloseSubMenuOnClick Returns Boolean
14789 Boolean retVal
14790 Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
14791 Function_Return retVal
14792 End_Function
14793
14794 { MethodType=Property DesignTime=False }
14795 Procedure Set ComCloseSubMenuOnClick Boolean value
14796 Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
14797 End_Procedure
14798
14799 { MethodType=Property DesignTime=False }
14800 Function ComAction Returns Variant
14801 Variant retVal
14802 Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal
14803 Function_Return retVal
14804 End_Function
14805
14806 { MethodType=Property DesignTime=False }
14807 Procedure Set ComAction Variant value
14808 Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value
14809 End_Procedure
14810
14811 { MethodType=Property DesignTime=False }
14812 Function ComExecuteOnPressInterval Returns Integer
14813 Integer retVal
14814 Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
14815 Function_Return retVal
14816 End_Function
14817
14818 { MethodType=Property DesignTime=False }
14819 Procedure Set ComExecuteOnPressInterval Integer value
14820 Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
14821 End_Procedure
14822
14823 { MethodType=Property DesignTime=False }
14824 Function ComWidth Returns Integer
14825 Integer retVal
14826 Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
14827 Function_Return retVal
14828 End_Function
14829
14830 { MethodType=Property DesignTime=False }
14831 Procedure Set ComWidth Integer value
14832 Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
14833 End_Procedure
14834
14835 { MethodType=Property DesignTime=False }
14836 Function ComHeight Returns Integer
14837 Integer retVal
14838 Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
14839 Function_Return retVal
14840 End_Function
14841
14842 { MethodType=Property DesignTime=False }
14843 Procedure Set ComHeight Integer value
14844 Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
14845 End_Procedure
14846
14847 { MethodType=Property DesignTime=False }
14848 Function ComStyle Returns XTPButtonStyle
14849 XTPButtonStyle retVal
14850 Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
14851 Function_Return retVal
14852 End_Function
14853
14854 { MethodType=Property DesignTime=False }
14855 Procedure Set ComStyle XTPButtonStyle value
14856 Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
14857 End_Procedure
14858
14859 { MethodType=Property DesignTime=False }
14860 Function ComKeyboardTip Returns String
14861 String retVal
14862 Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal
14863 Function_Return retVal
14864 End_Function
14865
14866 { MethodType=Property DesignTime=False }
14867 Procedure Set ComKeyboardTip String value
14868 Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value
14869 End_Procedure
14870
14871 { MethodType=Property DesignTime=False }
14872 Function ComColor Returns OLE_COLOR
14873 OLE_COLOR retVal
14874 Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal
14875 Function_Return retVal
14876 End_Function
14877
14878 { MethodType=Property DesignTime=False }
14879 Procedure Set ComColor OLE_COLOR value
14880 Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value
14881 End_Procedure
14882
14883 { MethodType=Property DesignTime=False }
14884 Function ComControls Returns Variant
14885 Handle hDispatchDriver
14886 Variant retVal
14887 Get phDispatchDriver to hDispatchDriver
14888 Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal
14889 Function_Return retVal
14890 End_Function
14891
14892 { MethodType=Property DesignTime=False }
14893 Function ComParent Returns Variant
14894 Handle hDispatchDriver
14895 Variant retVal
14896 Get phDispatchDriver to hDispatchDriver
14897 Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal
14898 Function_Return retVal
14899 End_Function
14900
14901 { MethodType=Property DesignTime=False }
14902 Function ComIndex Returns Integer
14903 Handle hDispatchDriver
14904 Integer retVal
14905 Get phDispatchDriver to hDispatchDriver
14906 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
14907 Function_Return retVal
14908 End_Function
14909
14910 { MethodType=Property DesignTime=False }
14911 Function ComType Returns XTPControlType
14912 Handle hDispatchDriver
14913 XTPControlType retVal
14914 Get phDispatchDriver to hDispatchDriver
14915 Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal
14916 Function_Return retVal
14917 End_Function
14918
14919 Procedure ComDelete
14920 Handle hDispatchDriver
14921 Get phDispatchDriver to hDispatchDriver
14922 Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID
14923 End_Procedure
14924
14925 Function ComCopy Variant llBar Variant llBefore Returns Variant
14926 Handle hDispatchDriver
14927 Variant retVal
14928 Get phDispatchDriver to hDispatchDriver
14929 Send PrepareParams to hDispatchDriver 2
14930 Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar
14931 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore
14932 Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal
14933 Function_Return retVal
14934 End_Function
14935
14936 Procedure ComSetFocus
14937 Handle hDispatchDriver
14938 Get phDispatchDriver to hDispatchDriver
14939 Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID
14940 End_Procedure
14941
14942 Procedure ComExecute
14943 Handle hDispatchDriver
14944 Get phDispatchDriver to hDispatchDriver
14945 Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID
14946 End_Procedure
14947
14948 Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
14949 Handle hDispatchDriver
14950 Get phDispatchDriver to hDispatchDriver
14951 Send PrepareParams to hDispatchDriver 4
14952 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
14953 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
14954 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
14955 Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
14956 Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID
14957 End_Procedure
14958
14959 { MethodType=Property DesignTime=False }
14960 Function ComRibbonGroup Returns Variant
14961 Handle hDispatchDriver
14962 Variant retVal
14963 Get phDispatchDriver to hDispatchDriver
14964 Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal
14965 Function_Return retVal
14966 End_Function
14967
14968 Procedure ComReset
14969 Handle hDispatchDriver
14970 Get phDispatchDriver to hDispatchDriver
14971 Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID
14972 End_Procedure
14973
14974 { MethodType=Property DesignTime=False }
14975 Function ComTop Returns Integer
14976 Handle hDispatchDriver
14977 Integer retVal
14978 Get phDispatchDriver to hDispatchDriver
14979 Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal
14980 Function_Return retVal
14981 End_Function
14982
14983 { MethodType=Property DesignTime=False }
14984 Function ComLeft Returns Integer
14985 Handle hDispatchDriver
14986 Integer retVal
14987 Get phDispatchDriver to hDispatchDriver
14988 Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal
14989 Function_Return retVal
14990 End_Function
14991
14992 Function ComClone Variant llRecursive Returns Variant
14993 Handle hDispatchDriver
14994 Variant retVal
14995 Get phDispatchDriver to hDispatchDriver
14996 Send PrepareParams to hDispatchDriver 1
14997 Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive
14998 Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal
14999 Function_Return retVal
15000 End_Function
15001
15002 Procedure ComSetIconSize Integer llcx Integer llcy
15003 Handle hDispatchDriver
15004 Get phDispatchDriver to hDispatchDriver
15005 Send PrepareParams to hDispatchDriver 2
15006 Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
15007 Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
15008 Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID
15009 End_Procedure
15010End_Class
15011
15012// CLSID: {2592CC37-BC17-4FB2-8E13-307B84D04499}
15013{ ClassLibrary=Windows }
15014Class cCJPrintInfo is a cComAutomationObject
15015
15016 { MethodType=Property DesignTime=False }
15017 Function ComContinuePrinting Returns Boolean
15018 Boolean retVal
15019 Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal
15020 Function_Return retVal
15021 End_Function
15022
15023 { MethodType=Property DesignTime=False }
15024 Procedure Set ComContinuePrinting Boolean value
15025 Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value
15026 End_Procedure
15027
15028 { MethodType=Property DesignTime=False }
15029 Function ComMaxPage Returns Integer
15030 Integer retVal
15031 Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
15032 Function_Return retVal
15033 End_Function
15034
15035 { MethodType=Property DesignTime=False }
15036 Procedure Set ComMaxPage Integer value
15037 Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
15038 End_Procedure
15039
15040 { MethodType=Property DesignTime=False }
15041 Function ComPreviewMode Returns Boolean
15042 Handle hDispatchDriver
15043 Boolean retVal
15044 Get phDispatchDriver to hDispatchDriver
15045 Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal
15046 Function_Return retVal
15047 End_Function
15048
15049 { MethodType=Property DesignTime=False }
15050 Function ComCurrentPage Returns Integer
15051 Handle hDispatchDriver
15052 Integer retVal
15053 Get phDispatchDriver to hDispatchDriver
15054 Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal
15055 Function_Return retVal
15056 End_Function
15057
15058 { MethodType=Property DesignTime=False }
15059 Function ComPrintRectLeft Returns Integer
15060 Handle hDispatchDriver
15061 Integer retVal
15062 Get phDispatchDriver to hDispatchDriver
15063 Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal
15064 Function_Return retVal
15065 End_Function
15066
15067 { MethodType=Property DesignTime=False }
15068 Function ComPrintRectTop Returns Integer
15069 Handle hDispatchDriver
15070 Integer retVal
15071 Get phDispatchDriver to hDispatchDriver
15072 Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal
15073 Function_Return retVal
15074 End_Function
15075
15076 { MethodType=Property DesignTime=False }
15077 Function ComPrintRectRight Returns Integer
15078 Handle hDispatchDriver
15079 Integer retVal
15080 Get phDispatchDriver to hDispatchDriver
15081 Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal
15082 Function_Return retVal
15083 End_Function
15084
15085 { MethodType=Property DesignTime=False }
15086 Function ComPrintRectBottom Returns Integer
15087 Handle hDispatchDriver
15088 Integer retVal
15089 Get phDispatchDriver to hDispatchDriver
15090 Get InvokeComMethod of hDispatchDriver 8 OLE_VT_I4 to retVal
15091 Function_Return retVal
15092 End_Function
15093End_Class
15094