Compiling Program: C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\Not Needed.src Memory Available: 2147483646 1>Use DFAllEnt.pkg Using pre-compiled package DFALLENT.PKG Including file: dfallent.pkd (C:\Program Files (x86)\DataFlex 19.1\Pkg\dfallent.pkd) 67438>Use cCJStandardCommandBarSystem.pkg Including file: cCJStandardCommandBarSystem.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cCJStandardCommandBarSystem.pkg) 67438>>>// these are all the packages used in a standard MDI menubar/toolbar system 67438>>> 67438>>>Use cCJCommandBarSystem.pkg 67438>>>Use cCJStandardMenuItemClasses.pkg Including file: cCJStandardMenuItemClasses.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cCJStandardMenuItemClasses.pkg) 67438>>>>>Use Dfpanel.pkg 67438>>>>>Use cCJCommandBarSystem.pkg 67438>>>>>Use LanguageText.pkg 67438>>>>> 67438>>>>> 67438>>>>>Class cCJUndoMenuItem is a cCJMenuItem 67439>>>>> 67439>>>>> Procedure Construct_Object 67441>>>>> Forward Send Construct_Object 67443>>>>> Set psCaption to C_$CaptionUndo 67444>>>>> Set psToolTip to C_$ToolTipUndo 67445>>>>> Set psDescription to C_$DescUndo 67446>>>>> Set psImage to "ActionUndo.ico" 67447>>>>> Set pbActiveUpdate to True 67448>>>>> Set psCategory to C_$CategoryEdit 67449>>>>> Set psShortcut to C_$Key_Ctrl_Z 67450>>>>> End_Procedure 67451>>>>> 67451>>>>> Procedure OnExecute Variant vCommandBarControl 67453>>>>> Send Undo of (focus(Self)) 67454>>>>> End_Procedure 67455>>>>> 67455>>>>> Function IsEnabled Returns Boolean 67457>>>>> Boolean bEnabled 67457>>>>> Get CanUndo of (Focus(Self)) to bEnabled 67458>>>>> Function_Return bEnabled 67459>>>>> End_Function 67460>>>>> 67460>>>>>End_Class 67461>>>>> 67461>>>>> 67461>>>>>Class cCJDeleteEditMenuItem is a cCJMenuItem 67462>>>>> 67462>>>>> Procedure Construct_Object 67464>>>>> Forward Send Construct_Object 67466>>>>> Set psCaption to C_$CaptionDelete 67467>>>>> Set psToolTip to C_$ToolTipDelete 67468>>>>> Set psDescription to C_$DescDelete 67469>>>>> Set psImage to "actionDelete.ico" 67470>>>>> Set psShortcut to C_$Key_Delete 67471>>>>> Set pbActiveUpdate to True 67472>>>>> Set psCategory to C_$CategoryEdit 67473>>>>> End_Procedure 67474>>>>> 67474>>>>> 67474>>>>> Procedure OnExecute Variant vCommandBarControl 67476>>>>> Send Delete of (focus(Self)) 67477>>>>> End_Procedure 67478>>>>> 67478>>>>> Function IsEnabled Returns Boolean 67480>>>>> Boolean bEnabled 67480>>>>> Get CanDelete of (Focus(Self)) to bEnabled 67481>>>>> Function_Return bEnabled 67482>>>>> End_Function 67483>>>>> 67483>>>>>End_Class 67484>>>>> 67484>>>>> 67484>>>>>Class cCJCutMenuItem is a cCJMenuItem 67485>>>>> 67485>>>>> Procedure Construct_Object 67487>>>>> Forward Send Construct_Object 67489>>>>> Set psCaption to C_$CaptionCut 67490>>>>> Set psToolTip to C_$TooltipCut 67491>>>>> Set psDescription to C_$DescCut 67492>>>>> Set psImage to "actionCut.ico" 67493>>>>> Set psShortcut to C_$Key_Ctrl_X 67494>>>>> Set pbActiveUpdate to True 67495>>>>> Set psCategory to C_$CategoryEdit 67496>>>>> End_Procedure 67497>>>>> 67497>>>>> 67497>>>>> Procedure OnExecute Variant vCommandBarControl 67499>>>>> Send Cut of (focus(Self)) 67500>>>>> End_Procedure 67501>>>>> 67501>>>>> Function IsEnabled Returns Boolean 67503>>>>> Boolean bEnabled 67503>>>>> Get CanCut of (Focus(Self)) to bEnabled 67504>>>>> Function_Return bEnabled 67505>>>>> End_Function 67506>>>>> 67506>>>>>End_Class 67507>>>>> 67507>>>>> 67507>>>>>Class cCJCopyMenuItem is a cCJMenuItem 67508>>>>> 67508>>>>> Procedure Construct_Object 67510>>>>> Forward Send Construct_Object 67512>>>>> Set psCaption to C_$CaptionCopy 67513>>>>> Set psToolTip to C_$ToolTipCopy 67514>>>>> Set psDescription to C_$DescCopy 67515>>>>> Set psImage to "actionCopy.ico" 67516>>>>> Set psShortcut to C_$Key_Ctrl_C 67517>>>>> Set pbActiveUpdate to True 67518>>>>> Set psCategory to C_$CategoryEdit 67519>>>>> End_Procedure 67520>>>>> 67520>>>>> 67520>>>>> Procedure OnExecute Variant vCommandBarControl 67522>>>>> Send Copy of (focus(Self)) 67523>>>>> End_Procedure 67524>>>>> 67524>>>>> Function IsEnabled Returns Boolean 67526>>>>> Boolean bEnabled 67526>>>>> Get CanCopy of (Focus(Self)) to bEnabled 67527>>>>> Function_Return bEnabled 67528>>>>> End_Function 67529>>>>> 67529>>>>>End_Class 67530>>>>> 67530>>>>> 67530>>>>>Class cCJPasteMenuItem is a cCJMenuItem 67531>>>>> 67531>>>>> Procedure Construct_Object 67533>>>>> Forward Send Construct_Object 67535>>>>> Set psCaption to C_$CaptionPaste 67536>>>>> Set psToolTip to C_$ToolTipPaste 67537>>>>> Set psDescription to C_$DescPaste 67538>>>>> Set psImage to "actionPaste.ico" 67539>>>>> Set pbActiveUpdate to True 67540>>>>> Set psShortcut to C_$Key_Ctrl_V 67541>>>>> Set psCategory to C_$CategoryEdit 67542>>>>> End_Procedure 67543>>>>> 67543>>>>> 67543>>>>> Procedure OnExecute Variant vCommandBarControl 67545>>>>> Send Paste of (focus(Self)) 67546>>>>> End_Procedure 67547>>>>> 67547>>>>> Function IsEnabled Returns Boolean 67549>>>>> Boolean bEnabled 67549>>>>> Get CanPaste of (Focus(Self)) to bEnabled 67550>>>>> Function_Return bEnabled 67551>>>>> End_Function 67552>>>>> 67552>>>>>End_Class 67553>>>>> 67553>>>>>Class cCJSelectAllMenuItem is a cCJMenuItem 67554>>>>> 67554>>>>> Procedure Construct_Object 67556>>>>> Forward Send Construct_Object 67558>>>>> Set psCaption to C_$CaptionSelectAll 67559>>>>> Set psToolTip to C_$ToolTipSelectAll 67560>>>>> Set psDescription to C_$DescSelectAll 67561>>>>> Set pbActiveUpdate to True 67562>>>>> Set psShortcut to C_$Key_Ctrl_A 67563>>>>> Set psCategory to C_$CategoryEdit 67564>>>>> End_Procedure 67565>>>>> 67565>>>>> 67565>>>>> Procedure OnExecute Variant vCommandBarControl 67567>>>>> Send Select_All of (focus(Self)) 67568>>>>> End_Procedure 67569>>>>> 67569>>>>> Function IsEnabled Returns Boolean 67571>>>>> Boolean bEnabled 67571>>>>> Get CanSelect of (Focus(Self)) to bEnabled 67572>>>>> Function_Return bEnabled 67573>>>>> End_Function 67574>>>>> 67574>>>>>End_Class 67575>>>>> 67575>>>>> 67575>>>>>Class cCJExitMenuItem is a cCJMenuItem 67576>>>>> 67576>>>>> Procedure Construct_Object 67578>>>>> Forward Send Construct_Object 67580>>>>> Set psCaption to C_$CaptionExit 67581>>>>> Set psToolTip to C_$ToolTipExit 67582>>>>> Set psDescription to C_$ToolTipExit 67583>>>>> Set psShortcut to C_$Key_Alt_F4 67584>>>>> Set psCategory to C_$CategoryFile 67585>>>>> End_Procedure 67586>>>>> 67586>>>>> Procedure OnExecute Variant vCommandBarControl 67588>>>>> Send Exit_Application of Desktop 67589>>>>> End_Procedure 67590>>>>> 67590>>>>>End_Class 67591>>>>> 67591>>>>>Class cCJHelpMenuItem is a cCJMenuItem 67592>>>>> 67592>>>>> Procedure Construct_Object 67594>>>>> Forward Send Construct_Object 67596>>>>> Set psCaption to C_$CaptionHelp 67597>>>>> Set psDescription to C_$ToolTipHelp 67598>>>>> Set psToolTip to C_$DescHelp 67599>>>>> Set psImage to "ActionHelp.ico" 67600>>>>> Set psShortcut to "F1" 67601>>>>> Set psCategory to C_$CategoryHelp 67602>>>>> End_Procedure 67603>>>>> 67603>>>>> Procedure OnExecute Variant vCommandBarControl 67605>>>>> Send Help of (Focus(Self)) 67606>>>>> End_Procedure 67607>>>>> 67607>>>>>End_Class 67608>>>>> 67608>>>>>Class cCJStatusbarMenuItem is a cCJMenuItem 67609>>>>> 67609>>>>> Procedure Construct_Object 67611>>>>> Forward Send Construct_Object 67613>>>>> Set psCaption to C_$CaptionAddStatusbar 67614>>>>> Set psToolTip to C_$ToolTipAddStatusbar 67615>>>>> Set psDescription to C_$DescAddStatusbar 67616>>>>> Set psCategory to C_$CategoryWindow 67617>>>>> End_Procedure 67618>>>>> 67618>>>>> Procedure OnExecute Variant vCommandBarControl 67620>>>>> Handle hoCommandBars hoClientArea 67620>>>>> Get CommandBarSystemObject to hoCommandBars 67621>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67622>>>>> If hoClientArea Begin 67624>>>>> // the clientarea's parent panel has message 67624>>>>> Send Toggle_StatusBar of (Parent(hoClientArea)) 67625>>>>> End 67625>>>>>> 67625>>>>> End_Procedure 67626>>>>> 67626>>>>> Function IsChecked Returns Boolean 67628>>>>> Boolean bOn 67628>>>>> Handle hoCommandBars hoClientArea 67628>>>>> Get CommandBarSystemObject to hoCommandBars 67629>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67630>>>>> If hoClientArea Begin 67632>>>>> // the clientarea's parent panel has message 67632>>>>> Get StatusBar_State of (Parent(hoClientArea)) to bOn 67633>>>>> End 67633>>>>>> 67633>>>>> Function_Return bOn 67634>>>>> End_Function 67635>>>>>End_Class 67636>>>>> 67636>>>>>Class cCJAutoArrangeIconsMenuItem is a cCJMenuItem 67637>>>>> 67637>>>>> Procedure Construct_Object 67639>>>>> Forward Send Construct_Object 67641>>>>> Set psCaption to C_$CaptionAutoArrangeIcons 67642>>>>> Set psToolTip to C_$ToolTipAutoArrangeIcons 67643>>>>> Set psDescription to C_$DescAutoArrangeIcons 67644>>>>> Set psCategory to C_$CategoryWindow 67645>>>>> End_Procedure 67646>>>>> 67646>>>>> Procedure OnExecute Variant vCommandBarControl 67648>>>>> Handle hoCommandBars hoClientArea 67648>>>>> Get CommandBarSystemObject to hoCommandBars 67649>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67650>>>>> If hoClientArea Begin 67652>>>>> // the clientarea's parent panel has message 67652>>>>> Send Toggle_Auto_Arrange_Icons of (Parent(hoClientArea)) 67653>>>>> End 67653>>>>>> 67653>>>>> End_Procedure 67654>>>>> 67654>>>>> Function IsChecked Returns Boolean 67656>>>>> Boolean bOn 67656>>>>> Handle hoCommandBars hoClientArea 67656>>>>> Get CommandBarSystemObject to hoCommandBars 67657>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67658>>>>> If hoClientArea Begin 67660>>>>> // the clientarea's parent panel has message 67660>>>>> Get Auto_Arrange_Icons_State of (Parent(hoClientArea)) to bOn 67661>>>>> End 67661>>>>>> 67661>>>>> Function_Return bOn 67662>>>>> End_Function 67663>>>>>End_Class 67664>>>>> 67664>>>>>Class cCJRestoreMenusMenuItem is a cCJMenuItem 67665>>>>> 67665>>>>> Procedure Construct_Object 67667>>>>> Forward Send Construct_Object 67669>>>>> Set psCaption to C_$CaptionRestoreMenus 67670>>>>> Set psToolTip to C_$ToolTipRestoreMenus 67671>>>>> Set psDescription to C_$DescRestoreMenus 67672>>>>> Set psCategory to C_$CategoryWindow 67673>>>>> End_Procedure 67674>>>>> 67674>>>>> Procedure OnExecute Variant vCommandBarControl 67676>>>>> Handle hoCommandBars 67676>>>>> Get CommandBarSystemObject to hoCommandBars 67677>>>>> Send RestoreLayout of hoCommandBars 67678>>>>> End_Procedure 67679>>>>> 67679>>>>>End_Class 67680>>>>> 67680>>>>>Class cCJCascadeMenuItem is a cCJMenuItem 67681>>>>> 67681>>>>> Procedure Construct_Object 67683>>>>> Forward Send Construct_Object 67685>>>>> Set psCaption to C_$CaptionCascade 67686>>>>> Set psToolTip to C_$ToolTipCascade 67687>>>>> Set psDescription to C_$DescCascade 67688>>>>> Set psImage to "ActionCascade.ico" 67689>>>>> Set psCategory to C_$CategoryWindow 67690>>>>> End_Procedure 67691>>>>> 67691>>>>> Procedure OnExecute Variant vCommandBarControl 67693>>>>> Handle hoCommandBars hoClientArea 67693>>>>> Get CommandBarSystemObject to hoCommandBars 67694>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67695>>>>> If hoClientArea Begin 67697>>>>> Send Cascade_Windows of hoClientArea 67698>>>>> End 67698>>>>>> 67698>>>>> End_Procedure 67699>>>>>End_Class 67700>>>>> 67700>>>>>Class cCJTileHorizontally is a cCJMenuItem 67701>>>>> 67701>>>>> Procedure Construct_Object 67703>>>>> Forward Send Construct_Object 67705>>>>> Set psCaption to C_$CaptionTileHorizontally 67706>>>>> Set psToolTip to C_$ToolTipTileHorizontally 67707>>>>> Set psDescription to C_$DescTileHorizontally 67708>>>>> Set psImage to "ActionTileHorizontally.ico" 67709>>>>> Set psCategory to C_$CategoryWindow 67710>>>>> End_Procedure 67711>>>>> 67711>>>>> Procedure OnExecute Variant vCommandBarControl 67713>>>>> Handle hoCommandBars hoClientArea 67713>>>>> Get CommandBarSystemObject to hoCommandBars 67714>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67715>>>>> If hoClientArea Begin 67717>>>>> Send Tile_Windows_Horizontal of hoClientArea 67718>>>>> End 67718>>>>>> 67718>>>>> End_Procedure 67719>>>>>End_Class 67720>>>>> 67720>>>>>Class cCJTileVertically is a cCJMenuItem 67721>>>>> 67721>>>>> Procedure Construct_Object 67723>>>>> Forward Send Construct_Object 67725>>>>> Set psCaption to C_$CaptionTileVertically 67726>>>>> Set psToolTip to C_$ToolTipTileVertically 67727>>>>> Set psDescription to C_$DescTileVertically 67728>>>>> Set psImage to "ActionTileVertically.ico" 67729>>>>> Set psCategory to C_$CategoryWindow 67730>>>>> End_Procedure 67731>>>>> 67731>>>>> Procedure OnExecute Variant vCommandBarControl 67733>>>>> Handle hoCommandBars hoClientArea 67733>>>>> Get CommandBarSystemObject to hoCommandBars 67734>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67735>>>>> If hoClientArea Begin 67737>>>>> Send Tile_Windows_Vertical of hoClientArea 67738>>>>> End 67738>>>>>> 67738>>>>> End_Procedure 67739>>>>>End_Class 67740>>>>> 67740>>>>>Class cCJMinimizeWindowsMenuItem is a cCJMenuItem 67741>>>>> 67741>>>>> Procedure Construct_Object 67743>>>>> Forward Send Construct_Object 67745>>>>> Set psCaption to C_$CaptionMinimizeWindows 67746>>>>> Set psToolTip to C_$ToolTipMinimizeWindows 67747>>>>> Set psDescription to C_$DescMinimizeWindows 67748>>>>> Set psCategory to C_$CategoryWindow 67749>>>>> End_Procedure 67750>>>>> 67750>>>>> Procedure OnExecute Variant vCommandBarControl 67752>>>>> Handle hoCommandBars hoClientArea 67752>>>>> Get CommandBarSystemObject to hoCommandBars 67753>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67754>>>>> If hoClientArea Begin 67756>>>>> // the clientarea's parent panel has message 67756>>>>> Send Minimize_all_Windows of (Parent(hoClientArea)) 67757>>>>> End 67757>>>>>> 67757>>>>> End_Procedure 67758>>>>>End_Class 67759>>>>> 67759>>>>> 67759>>>>>Class cCJRestoreWindowsMenuItem is a cCJMenuItem 67760>>>>> 67760>>>>> Procedure Construct_Object 67762>>>>> Forward Send Construct_Object 67764>>>>> Set psCaption to C_$CaptionRestoreWindows 67765>>>>> Set psToolTip to C_$ToolTipRestoreWindows 67766>>>>> Set psDescription to C_$DescRestoreWindows 67767>>>>> Set psCategory to C_$CategoryWindow 67768>>>>> End_Procedure 67769>>>>> 67769>>>>> Procedure OnExecute Variant vCommandBarControl 67771>>>>> Handle hoCommandBars hoClientArea 67771>>>>> Get CommandBarSystemObject to hoCommandBars 67772>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67773>>>>> If hoClientArea Begin 67775>>>>> // the clientarea's parent panel has message 67775>>>>> Send Restore_all_Windows of (Parent(hoClientArea)) 67776>>>>> End 67776>>>>>> 67776>>>>> End_Procedure 67777>>>>>End_Class 67778>>>>> 67778>>>>>Class cCJArrangeIconsMenuItem is a cCJMenuItem 67779>>>>> 67779>>>>> Procedure Construct_Object 67781>>>>> Forward Send Construct_Object 67783>>>>> Set psCaption to C_$CaptionArrangeIcons 67784>>>>> Set psToolTip to C_$ToolTipArrangeIcons 67785>>>>> Set psDescription to C_$DescArrangeIcons 67786>>>>> Set psCategory to C_$CategoryWindow 67787>>>>> End_Procedure 67788>>>>> 67788>>>>> Procedure OnExecute Variant vCommandBarControl 67790>>>>> Handle hoCommandBars hoClientArea 67790>>>>> Get CommandBarSystemObject to hoCommandBars 67791>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67792>>>>> If hoClientArea Begin 67794>>>>> Send Arrange_Icons of hoClientArea 67795>>>>> End 67795>>>>>> 67795>>>>> End_Procedure 67796>>>>> 67796>>>>>End_Class 67797>>>Use cCJAboutMenuItem.pkg Including file: cCJAboutMenuItem.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cCJAboutMenuItem.pkg) 67797>>>>>Use cCJCommandBarSystem.pkg 67797>>>>>Use LanguageText.pkg 67797>>>>> 67797>>>>>// It is expected that if you use this class that you provide an about object that is 67797>>>>>// activated via activate_about such as DfAbout.pkg. We don't use this for you automatically 67797>>>>>// because you may wish to create your own custom about package. 67797>>>>> 67797>>>>>Class cCJAboutMenuItem is a cCJMenuItem 67798>>>>> 67798>>>>> Procedure Construct_Object 67800>>>>> Forward Send Construct_Object 67802>>>>> Set psCaption to C_$CaptionAbout 67803>>>>> Set psDescription to C_$ToolTipAbout 67804>>>>> Set psToolTip to C_$DescAbout 67805>>>>> Set psImage to "ActionAbout.ico" 67806>>>>> Set psCategory to C_$CategoryHelp 67807>>>>> End_Procedure 67808>>>>> 67808>>>>> Procedure OnExecute Variant vCommandBarControl 67810>>>>> Handle hoCommandBars hoClientArea 67810>>>>> Get CommandBarSystemObject to hoCommandBars 67811>>>>> Get ClientAreaObject of hoCommandBars to hoClientArea 67812>>>>> If hoClientArea Begin 67814>>>>> Send Activate_About of hoClientArea 67815>>>>> End 67815>>>>>> 67815>>>>> End_Procedure 67816>>>>> 67816>>>>>End_Class 67817>>>>> 67817>>>>> 67817>>>Use cCJDeoMenuItemClasses.pkg 67817>>>Use cCJMDIWindowsMenuItem.pkg Including file: cCJMDIWindowsMenuItem.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cCJMDIWindowsMenuItem.pkg) 67817>>>>>Use cCJCommandBarSystem.pkg 67817>>>>> 67817>>>>>Register_Function Client_ID Returns Integer 67817>>>>> 67817>>>>>// only used by cCJMDIWIndowsMenuItem 67817>>>>>Class cCJMDIWindowItem is a cCJMenuItem 67818>>>>> 67818>>>>> Procedure Construct_Object 67820>>>>> Forward Send Construct_Object 67822>>>>> Property Handle phWindow 0 // object id of view 67823>>>>> Set pbControlFlagNoMovable to True 67824>>>>> Set pbActiveUpdate to True 67825>>>>> End_Procedure 67826>>>>> 67826>>>>> Procedure OnExecute Variant vCommandBarControl 67828>>>>> Handle hWindow 67828>>>>> Get phWindow to hWindow 67829>>>>> Send Activate_View of hWindow 67830>>>>> End_Procedure 67831>>>>> 67831>>>>>End_Class 67832>>>>> 67832>>>>> 67832>>>>>Class cCJMDIWindowsMenuItem is a cCJMenuItem 67833>>>>> 67833>>>>> Procedure Construct_Object 67835>>>>> Forward Send Construct_Object 67837>>>>> Property Handle[] phArrayOfWindows 67838>>>>> Set peControlType to xtpControlPopup 67839>>>>> Set psCategory to C_$CategoryWindow 67840>>>>> End_Procedure 67841>>>>> 67841>>>>> // This adds MDI windows to the existing menu items. 67841>>>>> // This removes any existing windows menus and always adds a new set to the end 67841>>>>> 67841>>>>> Procedure OnPopupInit Variant vCommandBarControl Handle hCommandBarControls 67843>>>>> Handle hClientArea hView 67843>>>>> String sLabel 67843>>>>> Integer i iWindows 67843>>>>> Handle[] hArrayOfWindows 67844>>>>> Variant vItem 67844>>>>> 67844>>>>> // delete all windows actions and menu items. Assume we have an array of DF action objects for the windows 67844>>>>> // also assume that destroying an action removes all menu instances of that action 67844>>>>> Get phArrayOfWindows to hArrayOfWindows 67845>>>>> Move (SizeOfArray(hArrayOfWindows)) to iWindows 67846>>>>> For i from 0 to (iWindows-1) 67852>>>>>> 67852>>>>> Send Destroy of hArrayOfWindows[i] // assume this removes all menu items of this action 67853>>>>> Loop 67854>>>>>> 67854>>>>> Move (ResizeArray(hArrayOfWindows,0)) to hArrayOfWindows 67855>>>>> 67855>>>>> // Add all views to this menu. Create the action and add the item 67855>>>>> Move 0 to i 67856>>>>> Get Client_Id to hClientArea // object id of client area 67857>>>>> If (hClientArea > 0) Begin 67859>>>>> Get Next_Mdi_Dialog of hClientArea True to hView // find first view 67860>>>>> While (hView <> 0) 67864>>>>> If (Active_State(hView)) Begin 67866>>>>> // create the action 67866>>>>> Get Create U_cCJMDIWindowItem to hArrayOfWindows[i] 67867>>>>> Get Label of hView to sLabel // caption bar (name) of view 67868>>>>> Set psCaption of hArrayOfWindows[i] to sLabel 67869>>>>> Set psDescription of hArrayOfWindows[i] to ("Make this view (" - trim(sLabel) - ") the active window.") 67870>>>>> If (current_scope(desktop)=hView and View_mode(hView)<>VIEWMODE_ICONIZE) Begin 67872>>>>> Set pbChecked of hArrayOfWindows[i] to True 67873>>>>> End 67873>>>>>> 67873>>>>> Set phWindow of hArrayOfWindows[i] to hView // used by custom OnExecute 67874>>>>> If (i=0) Begin 67876>>>>> Set pbControlBeginGroup of hArrayOfWindows[i] to True 67877>>>>> End 67877>>>>>> 67877>>>>> // Create a menu item for this action 67877>>>>> Get AddDynamicControl of hArrayOfWindows[i] hCommandBarControls to vItem 67878>>>>> Increment i 67879>>>>> End 67879>>>>>> 67879>>>>> Get Next_Mdi_Dialog of hClientArea False to hView // find next 67880>>>>> Loop 67881>>>>>> 67881>>>>> End 67881>>>>>> 67881>>>>> 67881>>>>> Set phArrayOfWindows to hArrayOfWindows 67882>>>>> 67882>>>>> End_Procedure 67883>>>>> 67883>>>>>End_Class 67884> 67884>Use SigCjC_AlignmentStyle.pkg Including file: SigCjC_AlignmentStyle.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_AlignmentStyle.pkg) 67884>>>//============================================================================== 67884>>>// Project : SigCj - VDF Classes for Codejock 67884>>>// File : SigCjC_AlignmentStyle.pkg 67884>>>// Description : Common Define / Class for Codejock controls 67884>>>// 67884>>>// Created by : Ian Smith 67884>>>// Revision : $Rev$ 67884>>>// $Date$ 67884>>>// $Author$ 67884>>>// 67884>>>// Requirements : Visual DataFlex 19.1 67884>>>// Codejock SuitePro - Version 20.3.0 67884>>>// 67884>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67884>>>// Visual DataFlex Special Interest Group UK. 67884>>>// http://www.vdfsig.co.uk 67884>>>// 67884>>>// This file is part of SigCj. 67884>>>// 67884>>>// SigCj is free software: you can redistribute it and/or modify 67884>>>// it under the terms of the GNU Lesser General Public License 67884>>>// as published by the Free Software Foundation, either version 67884>>>// 2.1 of the License, or (at your option) any later version. 67884>>>// 67884>>>// SigCj is distributed in the hope that it will be useful, but 67884>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67884>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67884>>>// GNU Lesser General Public License for more details. 67884>>>// 67884>>>// If you have the complete SigCj workspace then a copy of the 67884>>>// GNU Lesser General Public License is in the Docs folder. If 67884>>>// not, see . 67884>>>// 67884>>>//============================================================================== 67884>>>//CompilerWarnings Suspend 67884>>> 67884>>>Use FlexCom20.pkg 67884>>> 67884>>>Define OLEAlignmentStyle for Integer 67884>>> Define OLExtpAlignLeft for 0 67884>>> Define OLExtpAlignRight for 1 67884>>> Define OLExtpAlignCenter for 2 67884>>> Define OLExtpAlignMiddle for 0 67884>>> Define OLExtpAlignTop for 4 67884>>> Define OLExtpAlignBottom for 8 67884>>> 67884>>>//============================================================================== 67884>>>//End of package - SigCjC_AlignmentStyle.pkg 67884>>>//============================================================================== 67884>>> 67884>Use SigCjC_AmbientProperty.pkg Including file: SigCjC_AmbientProperty.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_AmbientProperty.pkg) 67884>>>//============================================================================== 67884>>>// Project : SigCj - VDF Classes for Codejock 67884>>>// File : SigCjC_AmbientProperty.pkg 67884>>>// Description : Common Define / Class for Codejock controls 67884>>>// 67884>>>// Created by : Ian Smith 67884>>>// Revision : $Rev$ 67884>>>// $Date$ 67884>>>// $Author$ 67884>>>// 67884>>>// Requirements : Visual DataFlex 19.1 67884>>>// Codejock SuitePro - Version 20.3.0 67884>>>// 67884>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67884>>>// Visual DataFlex Special Interest Group UK. 67884>>>// http://www.vdfsig.co.uk 67884>>>// 67884>>>// This file is part of SigCj. 67884>>>// 67884>>>// SigCj is free software: you can redistribute it and/or modify 67884>>>// it under the terms of the GNU Lesser General Public License 67884>>>// as published by the Free Software Foundation, either version 67884>>>// 2.1 of the License, or (at your option) any later version. 67884>>>// 67884>>>// SigCj is distributed in the hope that it will be useful, but 67884>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67884>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67884>>>// GNU Lesser General Public License for more details. 67884>>>// 67884>>>// If you have the complete SigCj workspace then a copy of the 67884>>>// GNU Lesser General Public License is in the Docs folder. If 67884>>>// not, see . 67884>>>// 67884>>>//============================================================================== 67884>>>//CompilerWarnings Suspend 67884>>> 67884>>>Use FlexCom20.pkg 67884>>> 67884>>>Define OLEXTPApplicationAmbientProperty for Integer 67884>>> // Ambient accent color value. -1 should be used to specify a default accent color value determined individually by each suscribed client. 67884>>> Define OLExtpApplicationAccentColor for 0 67884>>> // Ambient state color value. -1 should be used to specify a default state color value determined individually by each suscribed client. 67884>>> Define OLExtpApplicationStateColor for 1 67884>>> 67884>>>//============================================================================== 67884>>>//End of package - SigCjC_AmbientProperty.pkg 67884>>>//============================================================================== 67884>>> 67884>Use SigCjC_ColorManager.pkg Including file: SigCjC_ColorManager.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ColorManager.pkg) 67884>>>//============================================================================== 67884>>>// Project : SigCj - VDF Classes for Codejock 67884>>>// File : SigCjC_ColorManager.pkg 67884>>>// Description : Common Define / Class for Codejock controls 67884>>>// 67884>>>// Created by : Ian Smith 67884>>>// Revision : $Rev$ 67884>>>// $Date$ 67884>>>// $Author$ 67884>>>// 67884>>>// Requirements : Visual DataFlex 19.1 67884>>>// Codejock SuitePro - Version 20.3.0 67884>>>// 67884>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67884>>>// Visual DataFlex Special Interest Group UK. 67884>>>// http://www.vdfsig.co.uk 67884>>>// 67884>>>// This file is part of SigCj. 67884>>>// 67884>>>// SigCj is free software: you can redistribute it and/or modify 67884>>>// it under the terms of the GNU Lesser General Public License 67884>>>// as published by the Free Software Foundation, either version 67884>>>// 2.1 of the License, or (at your option) any later version. 67884>>>// 67884>>>// SigCj is distributed in the hope that it will be useful, but 67884>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67884>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67884>>>// GNU Lesser General Public License for more details. 67884>>>// 67884>>>// If you have the complete SigCj workspace then a copy of the 67884>>>// GNU Lesser General Public License is in the Docs folder. If 67884>>>// not, see . 67884>>>// 67884>>>//============================================================================== 67884>>>//CompilerWarnings Suspend 67884>>> 67884>>>Use FlexCom20.pkg 67884>>> 67884>>>Define OLEXTPColorManagerColor for Integer 67884>>> Define OLESTDCOLOR_BACKGROUND for 1 67884>>> Define OLESTDCOLOR_ACTIVECAPTION for 2 67884>>> Define OLESTDCOLOR_INACTIVECAPTION for 3 67884>>> Define OLESTDCOLOR_MENU for 4 67884>>> Define OLESTDCOLOR_WINDOW for 5 67884>>> Define OLESTDCOLOR_WINDOWFRAME for 6 67884>>> Define OLESTDCOLOR_MENUTEXT for 7 67884>>> Define OLESTDCOLOR_WINDOWTEXT for 8 67884>>> Define OLESTDCOLOR_CAPTIONTEXT for 9 67884>>> Define OLESTDCOLOR_ACTIVEBORDER for 10 67884>>> Define OLESTDCOLOR_INACTIVEBORDER for 11 67884>>> Define OLESTDCOLOR_APPWORKSPACE for 12 67884>>> Define OLESTDCOLOR_HIGHLIGHT for 13 67884>>> Define OLESTDCOLOR_HIGHLIGHTTEXT for 14 67884>>> Define OLESTDCOLOR_BTNFACE for 15 67884>>> Define OLESTDCOLOR_BTNSHADOW for 16 67884>>> Define OLESTDCOLOR_GRAYTEXT for 17 67884>>> Define OLESTDCOLOR_BTNTEXT for 18 67884>>> Define OLESTDCOLOR_INACTIVECAPTIONTEXT for 19 67884>>> Define OLESTDCOLOR_BTNHIGHLIGHT for 20 67884>>> Define OLESTDCOLOR_3DDKSHADOW for 21 67884>>> Define OLESTDCOLOR_3DLIGHT for 22 67884>>> Define OLESTDCOLOR_INFOTEXT for 23 67884>>> Define OLESTDCOLOR_INFOBK for 24 67884>>> Define OLESTDCOLOR_HOTLIGHT for 26 67884>>> Define OLESTDCOLOR_GRADIENTACTIVECAPTION for 27 67884>>> Define OLESTDCOLOR_GRADIENTINACTIVECAPTION for 28 67884>>> Define OLEXPCOLOR_TOOLBAR_FACE for 30 67884>>> Define OLEXPCOLOR_HIGHLIGHT for 31 67884>>> Define OLEXPCOLOR_HIGHLIGHT_BORDER for 32 67884>>> Define OLEXPCOLOR_HIGHLIGHT_PUSHED for 33 67884>>> Define OLEXPCOLOR_HIGHLIGHT_CHECKED for 36 67884>>> Define OLEXPCOLOR_HIGHLIGHT_CHECKED_BORDER for 37 67884>>> Define OLEXPCOLOR_ICONSHADDOW for 34 67884>>> Define OLEXPCOLOR_GRAYTEXT for 35 67884>>> Define OLEXPCOLOR_TOOLBAR_GRIPPER for 38 67884>>> Define OLEXPCOLOR_SEPARATOR for 39 67884>>> Define OLEXPCOLOR_DISABLED for 40 67884>>> Define OLEXPCOLOR_MENUBAR_FACE for 41 67884>>> Define OLEXPCOLOR_MENUBAR_EXPANDED for 42 67884>>> Define OLEXPCOLOR_MENUBAR_BORDER for 43 67884>>> Define OLEXPCOLOR_MENUBAR_TEXT for 44 67884>>> Define OLEXPCOLOR_HIGHLIGHT_TEXT for 45 67884>>> Define OLEXPCOLOR_TOOLBAR_TEXT for 46 67884>>> Define OLEXPCOLOR_PUSHED_TEXT for 47 67884>>> Define OLEXPCOLOR_TAB_INACTIVE_BACK for 48 67884>>> Define OLEXPCOLOR_TAB_INACTIVE_TEXT for 49 67884>>> Define OLEXPCOLOR_HIGHLIGHT_PUSHED_BORDER for 50 67884>>> Define OLEXPCOLOR_3DFACE for 51 67884>>> Define OLEXPCOLOR_3DSHADOW for 52 67884>>> Define OLEXPCOLOR_FRAME for 54 67884>>> Define OLEXPCOLOR_SPLITTER_FACE for 55 67884>>> Define OLEXPCOLOR_LABEL for 56 67884>>> Define OLEXPCOLOR_STATICFRAME for 57 67884>>> 67884>>>Define OLEXTPCurrentSystemTheme for Integer 67884>>> // No known theme in use 67884>>> Define OLExtpSystemThemeUnknown for 0 67884>>> // Blue theme in use 67884>>> Define OLExtpSystemThemeBlue for 1 67884>>> // Olive theme in use 67884>>> Define OLExtpSystemThemeOlive for 2 67884>>> // Silver theme in use 67884>>> Define OLExtpSystemThemeSilver for 3 67884>>> // Silver theme in use 67884>>> Define OLExtpSystemThemeRoyale for 4 67884>>> // Silver theme in use 67884>>> Define OLExtpSystemThemeAero for 5 67884>>> // Use OS theme. 67884>>> Define OLExtpSystemThemeAuto for 6 67884>>> 67884>>>Class cSigCjComIColorManager is a Mixin 67885>>> 67885>>> Function ComSystemTheme Returns OLEXTPCurrentSystemTheme 67887>>> OLEXTPCurrentSystemTheme retVal 67887>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 67888>>> Function_Return retVal 67889>>> End_Function 67890>>> 67890>>> Procedure Set ComSystemTheme OLEXTPCurrentSystemTheme value 67892>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 67893>>> End_Procedure 67894>>> 67894>>> Function ComEnableLunaBlueForRoyaleTheme Returns Boolean 67896>>> Boolean retVal 67896>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 67897>>> Function_Return retVal 67898>>> End_Function 67899>>> 67899>>> Procedure Set ComEnableLunaBlueForRoyaleTheme Boolean value 67901>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 67902>>> End_Procedure 67903>>> 67903>>> Function ComColor OLEXTPColorManagerColor llIndex Returns OLE_COLOR 67905>>> Handle hDispatchDriver 67905>>> OLE_COLOR retVal 67905>>> Get phDispatchDriver to hDispatchDriver 67906>>> Send PrepareParams to hDispatchDriver 1 67907>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 67908>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_I4 to retVal 67909>>> Function_Return retVal 67910>>> End_Function 67911>>> 67911>>> Procedure ComSetColor OLEXTPColorManagerColor llIndex OLE_COLOR llColor 67913>>> Handle hDispatchDriver 67913>>> Get phDispatchDriver to hDispatchDriver 67914>>> Send PrepareParams to hDispatchDriver 2 67915>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 67916>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 67917>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 67918>>> End_Procedure 67919>>> 67919>>> Function ComGetCurrentSystemTheme Returns OLEXTPCurrentSystemTheme 67921>>> Handle hDispatchDriver 67921>>> OLEXTPCurrentSystemTheme retVal 67921>>> Get phDispatchDriver to hDispatchDriver 67922>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 67923>>> Function_Return retVal 67924>>> End_Function 67925>>>End_Class 67926>>> 67926>>>Class cSigCjComColorManager is a cComAutomationObject 67927>>> Import_Class_Protocol cSigCjComIColorManager 67928>>> 67928>>> Procedure Construct_Object 67930>>> Forward Send Construct_Object 67932>>> Set peAutoCreate to acNoAutoCreate 67933>>> End_Procedure 67934>>>End_Class 67935>>> 67935>>>//============================================================================== 67935>>>//End of package - SigCjC_ColorManager.pkg 67935>>>//============================================================================== 67935>>> 67935>Use SigCjC_DataObjectFiles.pkg Including file: SigCjC_DataObjectFiles.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_DataObjectFiles.pkg) 67935>>>//============================================================================== 67935>>>// Project : SigCj - VDF Classes for Codejock 67935>>>// File : SigCjC_DataObjectFiles.pkg 67935>>>// Description : Common Define / Class for Codejock controls 67935>>>// 67935>>>// Created by : Ian Smith 67935>>>// Revision : $Rev$ 67935>>>// $Date$ 67935>>>// $Author$ 67935>>>// 67935>>>// Requirements : Visual DataFlex 19.1 67935>>>// Codejock SuitePro - Version 20.3.0 67935>>>// 67935>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67935>>>// Visual DataFlex Special Interest Group UK. 67935>>>// http://www.vdfsig.co.uk 67935>>>// 67935>>>// This file is part of SigCj. 67935>>>// 67935>>>// SigCj is free software: you can redistribute it and/or modify 67935>>>// it under the terms of the GNU Lesser General Public License 67935>>>// as published by the Free Software Foundation, either version 67935>>>// 2.1 of the License, or (at your option) any later version. 67935>>>// 67935>>>// SigCj is distributed in the hope that it will be useful, but 67935>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67935>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67935>>>// GNU Lesser General Public License for more details. 67935>>>// 67935>>>// If you have the complete SigCj workspace then a copy of the 67935>>>// GNU Lesser General Public License is in the Docs folder. If 67935>>>// not, see . 67935>>>// 67935>>>//============================================================================== 67935>>>//CompilerWarnings Suspend 67935>>> 67935>>>Use FlexCom20.pkg 67935>>> 67935>>>Class cSigCjComDataObjectFiles is a cComAutomationObject 67936>>> 67936>>> Function ComItem Integer llIndex Returns String 67938>>> Handle hDispatchDriver 67938>>> String retVal 67938>>> Get phDispatchDriver to hDispatchDriver 67939>>> Send PrepareParams to hDispatchDriver 1 67940>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 67941>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_BSTR to retVal 67942>>> Function_Return retVal 67943>>> End_Function 67944>>> 67944>>> Function ComCount Returns Integer 67946>>> Handle hDispatchDriver 67946>>> Integer retVal 67946>>> Get phDispatchDriver to hDispatchDriver 67947>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 67948>>> Function_Return retVal 67949>>> End_Function 67950>>> 67950>>> Function Com_NewEnum Returns Variant 67952>>> Handle hDispatchDriver 67952>>> Variant retVal 67952>>> Get phDispatchDriver to hDispatchDriver 67953>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 67954>>> Function_Return retVal 67955>>> End_Function 67956>>>End_Class 67957>>> 67957>>>Class cSigCjComDataObject is a cComAutomationObject 67958>>> 67958>>> Function ComGetFormat Integer llFormat Returns Boolean 67960>>> Handle hDispatchDriver 67960>>> Boolean retVal 67960>>> Get phDispatchDriver to hDispatchDriver 67961>>> Send PrepareParams to hDispatchDriver 1 67962>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFormat 67963>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 67964>>> Function_Return retVal 67965>>> End_Function 67966>>> 67966>>> Function ComFiles Returns Variant 67968>>> Handle hDispatchDriver 67968>>> Variant retVal 67968>>> Get phDispatchDriver to hDispatchDriver 67969>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 67970>>> Function_Return retVal 67971>>> End_Function 67972>>> 67972>>> Function ComGetData Integer llFormat Returns Variant 67974>>> Handle hDispatchDriver 67974>>> Variant retVal 67974>>> Get phDispatchDriver to hDispatchDriver 67975>>> Send PrepareParams to hDispatchDriver 1 67976>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFormat 67977>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_VARIANT to retVal 67978>>> Function_Return retVal 67979>>> End_Function 67980>>> 67980>>> Procedure ComSetData Variant llvValue Variant llFormat 67982>>> Handle hDispatchDriver 67982>>> Get phDispatchDriver to hDispatchDriver 67983>>> Send PrepareParams to hDispatchDriver 2 67984>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llvValue 67985>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFormat 67986>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 67987>>> End_Procedure 67988>>> 67988>>> Procedure ComClear 67990>>> Handle hDispatchDriver 67990>>> Get phDispatchDriver to hDispatchDriver 67991>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 67992>>> End_Procedure 67993>>>End_Class 67994>>> 67994>>>//============================================================================== 67994>>>//End of package - SigCjC_DataObjectFiles.pkg 67994>>>//============================================================================== 67994>>> 67994>Use SigCjC_Drag_Drop.pkg Including file: SigCjC_Drag_Drop.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_Drag_Drop.pkg) 67994>>>//============================================================================== 67994>>>// Project : SigCj - VDF Classes for Codejock 67994>>>// File : SigCjC_Drag_Drop.pkg 67994>>>// Description : Common Define / Class for Codejock controls 67994>>>// 67994>>>// Created by : Ian Smith 67994>>>// Revision : $Rev$ 67994>>>// $Date$ 67994>>>// $Author$ 67994>>>// 67994>>>// Requirements : Visual DataFlex 19.1 67994>>>// Codejock SuitePro - Version 20.3.0 67994>>>// 67994>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67994>>>// Visual DataFlex Special Interest Group UK. 67994>>>// http://www.vdfsig.co.uk 67994>>>// 67994>>>// This file is part of SigCj. 67994>>>// 67994>>>// SigCj is free software: you can redistribute it and/or modify 67994>>>// it under the terms of the GNU Lesser General Public License 67994>>>// as published by the Free Software Foundation, either version 67994>>>// 2.1 of the License, or (at your option) any later version. 67994>>>// 67994>>>// SigCj is distributed in the hope that it will be useful, but 67994>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67994>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67994>>>// GNU Lesser General Public License for more details. 67994>>>// 67994>>>// If you have the complete SigCj workspace then a copy of the 67994>>>// GNU Lesser General Public License is in the Docs folder. If 67994>>>// not, see . 67994>>>// 67994>>>//============================================================================== 67994>>>//CompilerWarnings Suspend 67994>>> 67994>>>Use FlexCom20.pkg 67994>>> 67994>>>Define OLEOLEDragConstants for Integer 67994>>> Define OLExtpOLEDragManual for 0 67994>>> Define OLExtpOLEDragAutomatic for 1 67994>>> 67994>>>Define OLEOLEDropConstants for Integer 67994>>> Define OLExtpOLEDropNone for 0 67994>>> Define OLExtpOLEDropManual for 1 67994>>> Define OLExtpOLEDropAutomatic for 2 67994>>> 67994>>>//============================================================================== 67994>>>//End of package - SigCjC_Drag_Drop.pkg 67994>>>//============================================================================== 67994>>> 67994>Use SigCjC_ImageManager.pkg Including file: SigCjC_ImageManager.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ImageManager.pkg) 67994>>>//============================================================================== 67994>>>// Project : SigCj - VDF Classes for Codejock 67994>>>// File : SigCjC_ImageManager.pkg 67994>>>// Description : Common Define / Class for Codejock controls 67994>>>// 67994>>>// Created by : Ian Smith 67994>>>// Revision : $Rev$ 67994>>>// $Date$ 67994>>>// $Author$ 67994>>>// 67994>>>// Requirements : Visual DataFlex 19.1 67994>>>// Codejock SuitePro - Version 20.3.0 67994>>>// 67994>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 67994>>>// Visual DataFlex Special Interest Group UK. 67994>>>// http://www.vdfsig.co.uk 67994>>>// 67994>>>// This file is part of SigCj. 67994>>>// 67994>>>// SigCj is free software: you can redistribute it and/or modify 67994>>>// it under the terms of the GNU Lesser General Public License 67994>>>// as published by the Free Software Foundation, either version 67994>>>// 2.1 of the License, or (at your option) any later version. 67994>>>// 67994>>>// SigCj is distributed in the hope that it will be useful, but 67994>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 67994>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 67994>>>// GNU Lesser General Public License for more details. 67994>>>// 67994>>>// If you have the complete SigCj workspace then a copy of the 67994>>>// GNU Lesser General Public License is in the Docs folder. If 67994>>>// not, see . 67994>>>// 67994>>>//============================================================================== 67994>>>//CompilerWarnings Suspend 67994>>> 67994>>>Use FlexCom20.pkg 67994>>> 67994>>>Define OLEXTPImageState for Integer 67994>>> Define OLExtpImageNormal for 0 67994>>> Define OLExtpImageDisabled for 1 67994>>> Define OLExtpImageHot for 2 67994>>> Define OLExtpImageChecked for 3 67994>>> Define OLExtpImagePressed for 4 67994>>> 67994>>>Class cSigCjComIImageManagerIcons is a Mixin 67995>>> 67995>>> Function ComDrawReverted Returns Boolean 67997>>> Boolean retVal 67997>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 67998>>> Function_Return retVal 67999>>> End_Function 68000>>> 68000>>> Procedure Set ComDrawReverted Boolean value 68002>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 68003>>> End_Procedure 68004>>> 68004>>> Function ComMaskColor Returns OLE_COLOR 68006>>> OLE_COLOR retVal 68006>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 68007>>> Function_Return retVal 68008>>> End_Function 68009>>> 68009>>> Procedure Set ComMaskColor OLE_COLOR value 68011>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 68012>>> End_Procedure 68013>>> 68013>>> Function ComCount Returns Integer 68015>>> Handle hDispatchDriver 68015>>> Integer retVal 68015>>> Get phDispatchDriver to hDispatchDriver 68016>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 68017>>> Function_Return retVal 68018>>> End_Function 68019>>> 68019>>> Procedure ComAddIcon Integer llHandle Integer llCommand OLEXTPImageState llimageState 68021>>> Handle hDispatchDriver 68021>>> Get phDispatchDriver to hDispatchDriver 68022>>> Send PrepareParams to hDispatchDriver 3 68023>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 68024>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 68025>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68026>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 68027>>> End_Procedure 68028>>> 68028>>> Procedure ComLoadIcon String llPath Integer llCommand OLEXTPImageState llimageState 68030>>> Handle hDispatchDriver 68030>>> Get phDispatchDriver to hDispatchDriver 68031>>> Send PrepareParams to hDispatchDriver 3 68032>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68033>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 68034>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68035>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 68036>>> End_Procedure 68037>>> 68037>>> Procedure ComAddBitmap Integer llHandle Variant llCommands OLEXTPImageState llimageState Boolean llAlpha 68039>>> Handle hDispatchDriver 68039>>> Get phDispatchDriver to hDispatchDriver 68040>>> Send PrepareParams to hDispatchDriver 4 68041>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 68042>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llCommands 68043>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68044>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAlpha 68045>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 68046>>> End_Procedure 68047>>> 68047>>> Procedure ComLoadBitmap String llPath Variant llCommands OLEXTPImageState llimageState 68049>>> Handle hDispatchDriver 68049>>> Get phDispatchDriver to hDispatchDriver 68050>>> Send PrepareParams to hDispatchDriver 3 68051>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68052>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llCommands 68053>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68054>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 68055>>> End_Procedure 68056>>> 68056>>> Procedure ComLoadBitmapFromResource OLE_HANDLE llModule Integer llResource Variant llCommands OLEXTPImageState llimageState 68058>>> Handle hDispatchDriver 68058>>> Get phDispatchDriver to hDispatchDriver 68059>>> Send PrepareParams to hDispatchDriver 4 68060>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llModule 68061>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llResource 68062>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llCommands 68063>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68064>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 68065>>> End_Procedure 68066>>> 68066>>> Procedure ComLoadIconFromResource OLE_HANDLE llModule Integer llResource Integer llCommand OLEXTPImageState llimageState 68068>>> Handle hDispatchDriver 68068>>> Get phDispatchDriver to hDispatchDriver 68069>>> Send PrepareParams to hDispatchDriver 4 68070>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llModule 68071>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llResource 68072>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 68073>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68074>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 68075>>> End_Procedure 68076>>> 68076>>> Function ComLoadVectorIcon String llPath Integer llnIDCommand Integer llnWidth OLEXTPImageState llimageState Returns Boolean 68078>>> Handle hDispatchDriver 68078>>> Boolean retVal 68078>>> Get phDispatchDriver to hDispatchDriver 68079>>> Send PrepareParams to hDispatchDriver 4 68080>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68081>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIDCommand 68082>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnWidth 68083>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68084>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_BOOL to retVal 68085>>> Function_Return retVal 68086>>> End_Function 68087>>> 68087>>> Function ComLoadVectorIconCode String llCode Integer llnIDCommand Integer llnWidth OLEXTPImageState llimageState Returns Boolean 68089>>> Handle hDispatchDriver 68089>>> Boolean retVal 68089>>> Get phDispatchDriver to hDispatchDriver 68090>>> Send PrepareParams to hDispatchDriver 4 68091>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCode 68092>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIDCommand 68093>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnWidth 68094>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68095>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_BOOL to retVal 68096>>> Function_Return retVal 68097>>> End_Function 68098>>> 68098>>> Function ComLoadVectorIconFromResource OLE_HANDLE llModule String llResourceType Integer llResource Integer llnIDCommand Integer llnWidth OLEXTPImageState llimageState Returns Boolean 68100>>> Handle hDispatchDriver 68100>>> Boolean retVal 68100>>> Get phDispatchDriver to hDispatchDriver 68101>>> Send PrepareParams to hDispatchDriver 6 68102>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llModule 68103>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llResourceType 68104>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llResource 68105>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIDCommand 68106>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnWidth 68107>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 68108>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_BOOL to retVal 68109>>> Function_Return retVal 68110>>> End_Function 68111>>> 68111>>> Procedure ComRemoveAll 68113>>> Handle hDispatchDriver 68113>>> Get phDispatchDriver to hDispatchDriver 68114>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 68115>>> End_Procedure 68116>>> 68116>>> Procedure ComAddIcons Variant llIcons 68118>>> Handle hDispatchDriver 68118>>> Get phDispatchDriver to hDispatchDriver 68119>>> Send PrepareParams to hDispatchDriver 1 68120>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llIcons 68121>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 68122>>> End_Procedure 68123>>> 68123>>> Procedure ComRemoveIcon Integer llCommand 68125>>> Handle hDispatchDriver 68125>>> Get phDispatchDriver to hDispatchDriver 68126>>> Send PrepareParams to hDispatchDriver 1 68127>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 68128>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 68129>>> End_Procedure 68130>>> 68130>>> Function ComIsAlphaIconsSupported Returns Boolean 68132>>> Handle hDispatchDriver 68132>>> Boolean retVal 68132>>> Get phDispatchDriver to hDispatchDriver 68133>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 68134>>> Function_Return retVal 68135>>> End_Function 68136>>> 68136>>> Procedure ComRefreshAll 68138>>> Handle hDispatchDriver 68138>>> Get phDispatchDriver to hDispatchDriver 68139>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 68140>>> End_Procedure 68141>>> 68141>>> Function ComGetImage Integer llCommand Integer llWidth Returns Variant 68143>>> Handle hDispatchDriver 68143>>> Variant retVal 68143>>> Get phDispatchDriver to hDispatchDriver 68144>>> Send PrepareParams to hDispatchDriver 2 68145>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 68146>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 68147>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 68148>>> Function_Return retVal 68149>>> End_Function 68150>>> 68150>>> Function Com_NewEnum Returns Variant 68152>>> Handle hDispatchDriver 68152>>> Variant retVal 68152>>> Get phDispatchDriver to hDispatchDriver 68153>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 68154>>> Function_Return retVal 68155>>> End_Function 68156>>> 68156>>> Procedure ComDoPropExchange Variant llpPX 68158>>> Handle hDispatchDriver 68158>>> Get phDispatchDriver to hDispatchDriver 68159>>> Send PrepareParams to hDispatchDriver 1 68160>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 68161>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 68162>>> End_Procedure 68163>>>End_Class 68164>>> 68164>>>Class cSigCjComImageManagerIcons is a cComAutomationObject 68165>>> Import_Class_Protocol cSigCjComIImageManagerIcons 68166>>> 68166>>> Procedure Construct_Object 68168>>> Forward Send Construct_Object 68170>>> Set peAutoCreate to acNoAutoCreate 68171>>> End_Procedure 68172>>>End_Class 68173>>> 68173>>>Class cSigCjComImageManagerIcon is a cComAutomationObject 68174>>> 68174>>> Function ComId Returns Integer 68176>>> Handle hDispatchDriver 68176>>> Integer retVal 68176>>> Get phDispatchDriver to hDispatchDriver 68177>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 68178>>> Function_Return retVal 68179>>> End_Function 68180>>> 68180>>> Function ComWidth Returns Integer 68182>>> Handle hDispatchDriver 68182>>> Integer retVal 68182>>> Get phDispatchDriver to hDispatchDriver 68183>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 68184>>> Function_Return retVal 68185>>> End_Function 68186>>> 68186>>> Function ComHeight Returns Integer 68188>>> Handle hDispatchDriver 68188>>> Integer retVal 68188>>> Get phDispatchDriver to hDispatchDriver 68189>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 68190>>> Function_Return retVal 68191>>> End_Function 68192>>> 68192>>> Function ComScaled Returns Boolean 68194>>> Handle hDispatchDriver 68194>>> Boolean retVal 68194>>> Get phDispatchDriver to hDispatchDriver 68195>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_BOOL to retVal 68196>>> Function_Return retVal 68197>>> End_Function 68198>>> 68198>>> Function ComAlpha Returns Boolean 68200>>> Handle hDispatchDriver 68200>>> Boolean retVal 68200>>> Get phDispatchDriver to hDispatchDriver 68201>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BOOL to retVal 68202>>> Function_Return retVal 68203>>> End_Function 68204>>> 68204>>> Function ComHandle Returns OLE_HANDLE 68206>>> Handle hDispatchDriver 68206>>> OLE_HANDLE retVal 68206>>> Get phDispatchDriver to hDispatchDriver 68207>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 68208>>> Function_Return retVal 68209>>> End_Function 68210>>> 68210>>> Procedure ComDraw OLE_HANDLE llhDC Integer llx Integer lly Integer llcx Integer llcy OLEXTPImageState llstate 68212>>> Handle hDispatchDriver 68212>>> Get phDispatchDriver to hDispatchDriver 68213>>> Send PrepareParams to hDispatchDriver 6 68214>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 68215>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 68216>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 68217>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 68218>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 68219>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 68220>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 68221>>> End_Procedure 68222>>> 68222>>> Function ComCreatePicture OLEXTPImageState llstate Returns Variant 68224>>> Handle hDispatchDriver 68224>>> Variant retVal 68224>>> Get phDispatchDriver to hDispatchDriver 68225>>> Send PrepareParams to hDispatchDriver 1 68226>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 68227>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 68228>>> Function_Return retVal 68229>>> End_Function 68230>>> 68230>>> Function ComScale Integer llWidth Returns Variant 68232>>> Handle hDispatchDriver 68232>>> Variant retVal 68232>>> Get phDispatchDriver to hDispatchDriver 68233>>> Send PrepareParams to hDispatchDriver 1 68234>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 68235>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 68236>>> Function_Return retVal 68237>>> End_Function 68238>>>End_Class 68239>>> 68239>>>Class cSigCjComImageManagerIconSet is a cComAutomationObject 68240>>> 68240>>> Function ComId Returns Integer 68242>>> Handle hDispatchDriver 68242>>> Integer retVal 68242>>> Get phDispatchDriver to hDispatchDriver 68243>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 68244>>> Function_Return retVal 68245>>> End_Function 68246>>> 68246>>> Function ComCount Returns Integer 68248>>> Handle hDispatchDriver 68248>>> Integer retVal 68248>>> Get phDispatchDriver to hDispatchDriver 68249>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 68250>>> Function_Return retVal 68251>>> End_Function 68252>>> 68252>>> Function ComGetImage Integer llWidth Returns Variant 68254>>> Handle hDispatchDriver 68254>>> Variant retVal 68254>>> Get phDispatchDriver to hDispatchDriver 68255>>> Send PrepareParams to hDispatchDriver 1 68256>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 68257>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 68258>>> Function_Return retVal 68259>>> End_Function 68260>>> 68260>>> Function Com_NewEnum Returns Variant 68262>>> Handle hDispatchDriver 68262>>> Variant retVal 68262>>> Get phDispatchDriver to hDispatchDriver 68263>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 68264>>> Function_Return retVal 68265>>> End_Function 68266>>>End_Class 68267>>> 68267>>>//============================================================================== 68267>>>//End of package - SigCjC_ImageManager.pkg 68267>>>//============================================================================== 68267>>> 68267>Use SigCjC_ItemAlign.pkg Including file: SigCjC_ItemAlign.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ItemAlign.pkg) 68267>>>//============================================================================== 68267>>>// Project : SigCj - VDF Classes for Codejock 68267>>>// File : SigCjC_ItemAlign.pkg 68267>>>// Description : Common Define / Class for Codejock controls 68267>>>// 68267>>>// Created by : Ian Smith 68267>>>// Revision : $Rev$ 68267>>>// $Date$ 68267>>>// $Author$ 68267>>>// 68267>>>// Requirements : Visual DataFlex 19.1 68267>>>// Codejock SuitePro - Version 20.3.0 68267>>>// 68267>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68267>>>// Visual DataFlex Special Interest Group UK. 68267>>>// http://www.vdfsig.co.uk 68267>>>// 68267>>>// This file is part of SigCj. 68267>>>// 68267>>>// SigCj is free software: you can redistribute it and/or modify 68267>>>// it under the terms of the GNU Lesser General Public License 68267>>>// as published by the Free Software Foundation, either version 68267>>>// 2.1 of the License, or (at your option) any later version. 68267>>>// 68267>>>// SigCj is distributed in the hope that it will be useful, but 68267>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68267>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68267>>>// GNU Lesser General Public License for more details. 68267>>>// 68267>>>// If you have the complete SigCj workspace then a copy of the 68267>>>// GNU Lesser General Public License is in the Docs folder. If 68267>>>// not, see . 68267>>>// 68267>>>//============================================================================== 68267>>>//CompilerWarnings Suspend 68267>>> 68267>>>Use FlexCom20.pkg 68267>>> 68267>>>Define OLEXTPItemAlignment for Integer 68267>>> Define OLEDT_TOP for 0 68267>>> Define OLEDT_LEFT for 0 68267>>> Define OLEDT_CENTER for 1 68267>>> Define OLEDT_RIGHT for 2 68267>>> Define OLEDT_VCENTER for 4 68267>>> Define OLEDT_BOTTOM for 8 68267>>> Define OLEDT_WORDBREAK for 16 68267>>> Define OLEDT_SINGLELINE for 32 68267>>> Define OLEDT_END_ELLIPSIS for 32768 68267>>> 68267>>>//============================================================================== 68267>>>//End of package - SigCjC_ItemAlign.pkg 68267>>>//============================================================================== 68267>>> 68267>Use SigCjC_Markup.pkg Including file: SigCjC_Markup.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_Markup.pkg) 68267>>>//============================================================================== 68267>>>// Project : SigCj - VDF Classes for Codejock 68267>>>// File : SigCjC_Markup.pkg 68267>>>// Description : Common Define / Class for Codejock controls 68267>>>// 68267>>>// Created by : Ian Smith 68267>>>// Revision : $Rev$ 68267>>>// $Date$ 68267>>>// $Author$ 68267>>>// 68267>>>// Requirements : Visual DataFlex 19.1 68267>>>// Codejock SuitePro - Version 20.3.0 68267>>>// 68267>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68267>>>// Visual DataFlex Special Interest Group UK. 68267>>>// http://www.vdfsig.co.uk 68267>>>// 68267>>>// This file is part of SigCj. 68267>>>// 68267>>>// SigCj is free software: you can redistribute it and/or modify 68267>>>// it under the terms of the GNU Lesser General Public License 68267>>>// as published by the Free Software Foundation, either version 68267>>>// 2.1 of the License, or (at your option) any later version. 68267>>>// 68267>>>// SigCj is distributed in the hope that it will be useful, but 68267>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68267>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68267>>>// GNU Lesser General Public License for more details. 68267>>>// 68267>>>// If you have the complete SigCj workspace then a copy of the 68267>>>// GNU Lesser General Public License is in the Docs folder. If 68267>>>// not, see . 68267>>>// 68267>>>//============================================================================== 68267>>>//CompilerWarnings Suspend 68267>>> 68267>>>Use FlexCom20.pkg 68267>>> 68267>>>Define OLEMarkupCursor for Integer 68267>>> Define OLExtpMarkupCursorNone for 0 68267>>> Define OLExtpMarkupCursorNo for 32648 68267>>> Define OLExtpMarkupCursorArrow for 32512 68267>>> Define OLExtpMarkupCursorAppStarting for 32650 68267>>> Define OLExtpMarkupCursorCross for 32515 68267>>> Define OLExtpMarkupCursorIBeam for 32513 68267>>> Define OLExtpMarkupCursorSizeAll for 32646 68267>>> Define OLExtpMarkupCursorSizeNESW for 32643 68267>>> Define OLExtpMarkupCursorSizeNS for 32645 68267>>> Define OLExtpMarkupCursorSizeNWSE for 32642 68267>>> Define OLExtpMarkupCursorSizeWE for 32644 68267>>> Define OLExtpMarkupCursorUpArrow for 32516 68267>>> Define OLExtpMarkupCursorWait for 32514 68267>>> Define OLExtpMarkupCursorHand for 32649 68267>>> 68267>>>Define OLEXTPMarkupSmoothingMode for Integer 68267>>> Define OLExtpMarkupSmoothingDefault for 0 68267>>> Define OLExtpMarkupSmoothingNone for 1 68267>>> Define OLExtpMarkupSmoothingHighSpeed for 2 68267>>> Define OLExtpMarkupSmoothingHighQuality for 3 68267>>> Define OLExtpMarkupSmoothingAntiAlias for 4 68267>>> 68267>>>Class cSigCjComMarkupObject is a cComAutomationObject 68268>>>End_Class 68269>>> 68269>>>Class cSigCjComMarkupRoutedEvent is a cComAutomationObject 68270>>> 68270>>> Function ComName Returns String 68272>>> Handle hDispatchDriver 68272>>> String retVal 68272>>> Get phDispatchDriver to hDispatchDriver 68273>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_BSTR to retVal 68274>>> Function_Return retVal 68275>>> End_Function 68276>>>End_Class 68277>>> 68277>>>Class cSigCjComMarkupThickness is a cComAutomationObject 68278>>> 68278>>> Function ComLeft Returns Integer 68280>>> Handle hDispatchDriver 68280>>> Integer retVal 68280>>> Get phDispatchDriver to hDispatchDriver 68281>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 68282>>> Function_Return retVal 68283>>> End_Function 68284>>> 68284>>> Function ComTop Returns Integer 68286>>> Handle hDispatchDriver 68286>>> Integer retVal 68286>>> Get phDispatchDriver to hDispatchDriver 68287>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 68288>>> Function_Return retVal 68289>>> End_Function 68290>>> 68290>>> Function ComRight Returns Integer 68292>>> Handle hDispatchDriver 68292>>> Integer retVal 68292>>> Get phDispatchDriver to hDispatchDriver 68293>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_I4 to retVal 68294>>> Function_Return retVal 68295>>> End_Function 68296>>> 68296>>> Function ComBottom Returns Integer 68298>>> Handle hDispatchDriver 68298>>> Integer retVal 68298>>> Get phDispatchDriver to hDispatchDriver 68299>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 68300>>> Function_Return retVal 68301>>> End_Function 68302>>>End_Class 68303>>> 68303>>>Class cSigCjComMarkupSolidColorBrush is a cComAutomationObject 68304>>> 68304>>> Function ComColor Returns Integer 68306>>> Integer retVal 68306>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 68307>>> Function_Return retVal 68308>>> End_Function 68309>>> 68309>>> Procedure Set ComColor Integer value 68311>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 68312>>> End_Procedure 68313>>>End_Class 68314>>> 68314>>>Class cSigCjComMarkupUIElement is a cComAutomationObject 68315>>> 68315>>> Function ComCursor Returns OLEMarkupCursor 68317>>> OLEMarkupCursor retVal 68317>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 68318>>> Function_Return retVal 68319>>> End_Function 68320>>> 68320>>> Procedure Set ComCursor OLEMarkupCursor value 68322>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 68323>>> End_Procedure 68324>>> 68324>>> Function ComToolTip Returns Variant 68326>>> Variant retVal 68326>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 68327>>> Function_Return retVal 68328>>> End_Function 68329>>> 68329>>> Procedure Set ComToolTip Variant value 68331>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 68332>>> End_Procedure 68333>>> 68333>>> Function ComName Returns String 68335>>> String retVal 68335>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 68336>>> Function_Return retVal 68337>>> End_Function 68338>>> 68338>>> Procedure Set ComName String value 68340>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 68341>>> End_Procedure 68342>>> 68342>>> Function ComIsMouseOver Returns Boolean 68344>>> Handle hDispatchDriver 68344>>> Boolean retVal 68344>>> Get phDispatchDriver to hDispatchDriver 68345>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 68346>>> Function_Return retVal 68347>>> End_Function 68348>>> 68348>>> Procedure ComAddHandler Variant llEvent String llMethod 68350>>> Handle hDispatchDriver 68350>>> Get phDispatchDriver to hDispatchDriver 68351>>> Send PrepareParams to hDispatchDriver 2 68352>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 68353>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 68354>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 68355>>> End_Procedure 68356>>> 68356>>> Function ComMouseLeaveEvent Returns Variant 68358>>> Handle hDispatchDriver 68358>>> Variant retVal 68358>>> Get phDispatchDriver to hDispatchDriver 68359>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 68360>>> Function_Return retVal 68361>>> End_Function 68362>>> 68362>>> Function ComMouseEnterEvent Returns Variant 68364>>> Handle hDispatchDriver 68364>>> Variant retVal 68364>>> Get phDispatchDriver to hDispatchDriver 68365>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 68366>>> Function_Return retVal 68367>>> End_Function 68368>>> 68368>>> Function ComMouseLeftButtonUpEvent Returns Variant 68370>>> Handle hDispatchDriver 68370>>> Variant retVal 68370>>> Get phDispatchDriver to hDispatchDriver 68371>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 68372>>> Function_Return retVal 68373>>> End_Function 68374>>> 68374>>> Function ComMouseLeftButtonDownEvent Returns Variant 68376>>> Handle hDispatchDriver 68376>>> Variant retVal 68376>>> Get phDispatchDriver to hDispatchDriver 68377>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 68378>>> Function_Return retVal 68379>>> End_Function 68380>>> 68380>>> Function ComMouseRightButtonUpEvent Returns Variant 68382>>> Handle hDispatchDriver 68382>>> Variant retVal 68382>>> Get phDispatchDriver to hDispatchDriver 68383>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 68384>>> Function_Return retVal 68385>>> End_Function 68386>>> 68386>>> Function ComMouseRightButtonDownEvent Returns Variant 68388>>> Handle hDispatchDriver 68388>>> Variant retVal 68388>>> Get phDispatchDriver to hDispatchDriver 68389>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 68390>>> Function_Return retVal 68391>>> End_Function 68392>>> 68392>>> Function ComMouseMoveEvent Returns Variant 68394>>> Handle hDispatchDriver 68394>>> Variant retVal 68394>>> Get phDispatchDriver to hDispatchDriver 68395>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 68396>>> Function_Return retVal 68397>>> End_Function 68398>>> 68398>>> Function ComLostMouseCaptureEvent Returns Variant 68400>>> Handle hDispatchDriver 68400>>> Variant retVal 68400>>> Get phDispatchDriver to hDispatchDriver 68401>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 68402>>> Function_Return retVal 68403>>> End_Function 68404>>> 68404>>> Function ComFindName String llName Returns Variant 68406>>> Handle hDispatchDriver 68406>>> Variant retVal 68406>>> Get phDispatchDriver to hDispatchDriver 68407>>> Send PrepareParams to hDispatchDriver 1 68408>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 68409>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 68410>>> Function_Return retVal 68411>>> End_Function 68412>>> 68412>>> Procedure ComCaptureMouse 68414>>> Handle hDispatchDriver 68414>>> Get phDispatchDriver to hDispatchDriver 68415>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 68416>>> End_Procedure 68417>>> 68417>>> Procedure ComReleaseMouseCapture 68419>>> Handle hDispatchDriver 68419>>> Get phDispatchDriver to hDispatchDriver 68420>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 68421>>> End_Procedure 68422>>>End_Class 68423>>> 68423>>>Class cSigCjComMarkupContext is a cComAutomationObject 68424>>> 68424>>> Function ComEnableGdiPlus Returns Boolean 68426>>> Boolean retVal 68426>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 68427>>> Function_Return retVal 68428>>> End_Function 68429>>> 68429>>> Procedure Set ComEnableGdiPlus Boolean value 68431>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 68432>>> End_Procedure 68433>>> 68433>>> Function ComDpiAware Returns Boolean 68435>>> Boolean retVal 68435>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to retVal 68436>>> Function_Return retVal 68437>>> End_Function 68438>>> 68438>>> Procedure Set ComDpiAware Boolean value 68440>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to value 68441>>> End_Procedure 68442>>> 68442>>> Function ComIcons Returns Variant 68444>>> Variant retVal 68444>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_DISPATCH to retVal 68445>>> Function_Return retVal 68446>>> End_Function 68447>>> 68447>>> Procedure Set ComIcons Variant value 68449>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_DISPATCH to value 68450>>> End_Procedure 68451>>> 68451>>> Function ComDefaultSmoothingMode Returns OLEXTPMarkupSmoothingMode 68453>>> OLEXTPMarkupSmoothingMode retVal 68453>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to retVal 68454>>> Function_Return retVal 68455>>> End_Function 68456>>> 68456>>> Procedure Set ComDefaultSmoothingMode OLEXTPMarkupSmoothingMode value 68458>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to value 68459>>> End_Procedure 68460>>> 68460>>> Function ComDefaultTextSmoothingEnabled Returns Boolean 68462>>> Boolean retVal 68462>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_BOOL to retVal 68463>>> Function_Return retVal 68464>>> End_Function 68465>>> 68465>>> Procedure Set ComDefaultTextSmoothingEnabled Boolean value 68467>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_BOOL to value 68468>>> End_Procedure 68469>>> 68469>>> Procedure ComSetMethod Variant llHandler String llMethod 68471>>> Handle hDispatchDriver 68471>>> Get phDispatchDriver to hDispatchDriver 68472>>> Send PrepareParams to hDispatchDriver 2 68473>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 68474>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 68475>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 68476>>> End_Procedure 68477>>> 68477>>> Function ComCreateObject String llClass Returns Variant 68479>>> Handle hDispatchDriver 68479>>> Variant retVal 68479>>> Get phDispatchDriver to hDispatchDriver 68480>>> Send PrepareParams to hDispatchDriver 1 68481>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClass 68482>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 68483>>> Function_Return retVal 68484>>> End_Function 68485>>> 68485>>> Function ComCreateSolidBrush Integer llColor Returns Variant 68487>>> Handle hDispatchDriver 68487>>> Variant retVal 68487>>> Get phDispatchDriver to hDispatchDriver 68488>>> Send PrepareParams to hDispatchDriver 1 68489>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 68490>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 68491>>> Function_Return retVal 68492>>> End_Function 68493>>> 68493>>> Function ComCreateThickness Integer llLeft Integer llTop Integer llRight Integer llBottom Returns Variant 68495>>> Handle hDispatchDriver 68495>>> Variant retVal 68495>>> Get phDispatchDriver to hDispatchDriver 68496>>> Send PrepareParams to hDispatchDriver 4 68497>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 68498>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 68499>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 68500>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 68501>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 68502>>> Function_Return retVal 68503>>> End_Function 68504>>> 68504>>> Function ComParse String llText Returns Variant 68506>>> Handle hDispatchDriver 68506>>> Variant retVal 68506>>> Get phDispatchDriver to hDispatchDriver 68507>>> Send PrepareParams to hDispatchDriver 1 68508>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 68509>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 68510>>> Function_Return retVal 68511>>> End_Function 68512>>> 68512>>> Procedure ComSetHandler Variant llHandler 68514>>> Handle hDispatchDriver 68514>>> Get phDispatchDriver to hDispatchDriver 68515>>> Send PrepareParams to hDispatchDriver 1 68516>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 68517>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 68518>>> End_Procedure 68519>>> 68519>>> Function ComValidateXML String llText Returns String 68521>>> Handle hDispatchDriver 68521>>> String retVal 68521>>> Get phDispatchDriver to hDispatchDriver 68522>>> Send PrepareParams to hDispatchDriver 1 68523>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 68524>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_BSTR to retVal 68525>>> Function_Return retVal 68526>>> End_Function 68527>>> 68527>>> Function ComToolTipContext Returns Variant 68529>>> Handle hDispatchDriver 68529>>> Variant retVal 68529>>> Get phDispatchDriver to hDispatchDriver 68530>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 68531>>> Function_Return retVal 68532>>> End_Function 68533>>> 68533>>> Procedure ComFreezeUpdates 68535>>> Handle hDispatchDriver 68535>>> Get phDispatchDriver to hDispatchDriver 68536>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 68537>>> End_Procedure 68538>>> 68538>>> Procedure ComUnfreezeUpdates 68540>>> Handle hDispatchDriver 68540>>> Get phDispatchDriver to hDispatchDriver 68541>>> Send InvokeComMethod to hDispatchDriver 42 OLE_VT_VOID 68542>>> End_Procedure 68543>>>End_Class 68544>>> 68544>>>//============================================================================== 68544>>>//End of package - SigCjC_Markup.pkg 68544>>>//============================================================================== 68544>>> 68544>Use SigCjC_Print.pkg Including file: SigCjC_Print.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_Print.pkg) 68544>>>//============================================================================== 68544>>>// Project : SigCj - VDF Classes for Codejock 68544>>>// File : SigCjC_Print.pkg 68544>>>// Description : Common Define / Class for Codejock controls 68544>>>// 68544>>>// Created by : Ian Smith 68544>>>// Revision : $Rev$ 68544>>>// $Date$ 68544>>>// $Author$ 68544>>>// 68544>>>// Requirements : Visual DataFlex 19.1 68544>>>// Codejock SuitePro - Version 20.3.0 68544>>>// 68544>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68544>>>// Visual DataFlex Special Interest Group UK. 68544>>>// http://www.vdfsig.co.uk 68544>>>// 68544>>>// This file is part of SigCj. 68544>>>// 68544>>>// SigCj is free software: you can redistribute it and/or modify 68544>>>// it under the terms of the GNU Lesser General Public License 68544>>>// as published by the Free Software Foundation, either version 68544>>>// 2.1 of the License, or (at your option) any later version. 68544>>>// 68544>>>// SigCj is distributed in the hope that it will be useful, but 68544>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68544>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68544>>>// GNU Lesser General Public License for more details. 68544>>>// 68544>>>// If you have the complete SigCj workspace then a copy of the 68544>>>// GNU Lesser General Public License is in the Docs folder. If 68544>>>// not, see . 68544>>>// 68544>>>//============================================================================== 68544>>>//CompilerWarnings Suspend 68544>>> 68544>>>Use FlexCom20.pkg 68544>>> 68544>>>Class cSigCjComXtremePrinterInfo is a cComAutomationObject 68545>>> 68545>>> Function ComDeviceName Returns String 68547>>> Handle hDispatchDriver 68547>>> String retVal 68547>>> Get phDispatchDriver to hDispatchDriver 68548>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BSTR to retVal 68549>>> Function_Return retVal 68550>>> End_Function 68551>>> 68551>>> Function ComDriverName Returns String 68553>>> Handle hDispatchDriver 68553>>> String retVal 68553>>> Get phDispatchDriver to hDispatchDriver 68554>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BSTR to retVal 68555>>> Function_Return retVal 68556>>> End_Function 68557>>> 68557>>> Function ComPortName Returns String 68559>>> Handle hDispatchDriver 68559>>> String retVal 68559>>> Get phDispatchDriver to hDispatchDriver 68560>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BSTR to retVal 68561>>> Function_Return retVal 68562>>> End_Function 68563>>>End_Class 68564>>> 68564>>>Class cSigCjComXtremePrintPreviewOptions is a cComAutomationObject 68565>>> 68565>>> Function ComTitle Returns String 68567>>> String retVal 68567>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 68568>>> Function_Return retVal 68569>>> End_Function 68570>>> 68570>>> Procedure Set ComTitle String value 68572>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 68573>>> End_Procedure 68574>>>End_Class 68575>>> 68575>>>Class cSigCjComPrintPageHeaderFooter is a cComAutomationObject 68576>>> 68576>>> Function ComFont Returns Variant 68578>>> Variant retVal 68578>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 68579>>> Function_Return retVal 68580>>> End_Function 68581>>> 68581>>> Procedure Set ComFont Variant value 68583>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 68584>>> End_Procedure 68585>>> 68585>>> Function ComFormatString Returns String 68587>>> String retVal 68587>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 68588>>> Function_Return retVal 68589>>> End_Function 68590>>> 68590>>> Procedure Set ComFormatString String value 68592>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 68593>>> End_Procedure 68594>>> 68594>>> Function ComTextLeft Returns String 68596>>> String retVal 68596>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 68597>>> Function_Return retVal 68598>>> End_Function 68599>>> 68599>>> Procedure Set ComTextLeft String value 68601>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 68602>>> End_Procedure 68603>>> 68603>>> Function ComTextCenter Returns String 68605>>> String retVal 68605>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 68606>>> Function_Return retVal 68607>>> End_Function 68608>>> 68608>>> Procedure Set ComTextCenter String value 68610>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 68611>>> End_Procedure 68612>>> 68612>>> Function ComTextRight Returns String 68614>>> String retVal 68614>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 68615>>> Function_Return retVal 68616>>> End_Function 68617>>> 68617>>> Procedure Set ComTextRight String value 68619>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 68620>>> End_Procedure 68621>>> 68621>>> Procedure ComClear 68623>>> Handle hDispatchDriver 68623>>> Get phDispatchDriver to hDispatchDriver 68624>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 68625>>> End_Procedure 68626>>>End_Class 68627>>> 68627>>>Class cSigCjComPrintInfo is a cComAutomationObject 68628>>> 68628>>> Function ComContinuePrinting Returns Boolean 68630>>> Boolean retVal 68630>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 68631>>> Function_Return retVal 68632>>> End_Function 68633>>> 68633>>> Procedure Set ComContinuePrinting Boolean value 68635>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 68636>>> End_Procedure 68637>>> 68637>>> Function ComMaxPage Returns Integer 68639>>> Integer retVal 68639>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 68640>>> Function_Return retVal 68641>>> End_Function 68642>>> 68642>>> Procedure Set ComMaxPage Integer value 68644>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 68645>>> End_Procedure 68646>>> 68646>>> Function ComPreviewMode Returns Boolean 68648>>> Handle hDispatchDriver 68648>>> Boolean retVal 68648>>> Get phDispatchDriver to hDispatchDriver 68649>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 68650>>> Function_Return retVal 68651>>> End_Function 68652>>> 68652>>> Function ComCurrentPage Returns Integer 68654>>> Handle hDispatchDriver 68654>>> Integer retVal 68654>>> Get phDispatchDriver to hDispatchDriver 68655>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 68656>>> Function_Return retVal 68657>>> End_Function 68658>>> 68658>>> Function ComPrintRectLeft Returns Integer 68660>>> Handle hDispatchDriver 68660>>> Integer retVal 68660>>> Get phDispatchDriver to hDispatchDriver 68661>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 68662>>> Function_Return retVal 68663>>> End_Function 68664>>> 68664>>> Function ComPrintRectTop Returns Integer 68666>>> Handle hDispatchDriver 68666>>> Integer retVal 68666>>> Get phDispatchDriver to hDispatchDriver 68667>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 68668>>> Function_Return retVal 68669>>> End_Function 68670>>> 68670>>> Function ComPrintRectRight Returns Integer 68672>>> Handle hDispatchDriver 68672>>> Integer retVal 68672>>> Get phDispatchDriver to hDispatchDriver 68673>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 68674>>> Function_Return retVal 68675>>> End_Function 68676>>> 68676>>> Function ComPrintRectBottom Returns Integer 68678>>> Handle hDispatchDriver 68678>>> Integer retVal 68678>>> Get phDispatchDriver to hDispatchDriver 68679>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_I4 to retVal 68680>>> Function_Return retVal 68681>>> End_Function 68682>>>End_Class 68683>>> 68683>>>//============================================================================== 68683>>>//End of package - SigCjC_Print.pkg 68683>>>//============================================================================== 68683>>> 68683>Use SigCjC_PropExchange.pkg Including file: SigCjC_PropExchange.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_PropExchange.pkg) 68683>>>//============================================================================== 68683>>>// Project : SigCj - VDF Classes for Codejock 68683>>>// File : SigCjC_PropExchange.pkg 68683>>>// Description : Common Define / Class for Codejock controls 68683>>>// 68683>>>// Created by : Ian Smith 68683>>>// Revision : $Rev$ 68683>>>// $Date$ 68683>>>// $Author$ 68683>>>// 68683>>>// Requirements : Visual DataFlex 19.1 68683>>>// Codejock SuitePro - Version 20.3.0 68683>>>// 68683>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68683>>>// Visual DataFlex Special Interest Group UK. 68683>>>// http://www.vdfsig.co.uk 68683>>>// 68683>>>// This file is part of SigCj. 68683>>>// 68683>>>// SigCj is free software: you can redistribute it and/or modify 68683>>>// it under the terms of the GNU Lesser General Public License 68683>>>// as published by the Free Software Foundation, either version 68683>>>// 2.1 of the License, or (at your option) any later version. 68683>>>// 68683>>>// SigCj is distributed in the hope that it will be useful, but 68683>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68683>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68683>>>// GNU Lesser General Public License for more details. 68683>>>// 68683>>>// If you have the complete SigCj workspace then a copy of the 68683>>>// GNU Lesser General Public License is in the Docs folder. If 68683>>>// not, see . 68683>>>// 68683>>>//============================================================================== 68683>>>//CompilerWarnings Suspend 68683>>> 68683>>>Use FlexCom20.pkg 68683>>> 68683>>>Class cSigCjComPropExchange is a cComAutomationObject 68684>>> 68684>>> Function ComValue Returns Variant 68686>>> Variant retVal 68686>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 68687>>> Function_Return retVal 68688>>> End_Function 68689>>> 68689>>> Procedure Set ComValue Variant value 68691>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 68692>>> End_Procedure 68693>>> 68693>>> Function ComEncoding Returns String 68695>>> String retVal 68695>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 68696>>> Function_Return retVal 68697>>> End_Function 68698>>> 68698>>> Procedure Set ComEncoding String value 68700>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 68701>>> End_Procedure 68702>>> 68702>>> Function ComCreateAsXML Boolean llLoading String llSection Returns Boolean 68704>>> Handle hDispatchDriver 68704>>> Boolean retVal 68704>>> Get phDispatchDriver to hDispatchDriver 68705>>> Send PrepareParams to hDispatchDriver 2 68706>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLoading 68707>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 68708>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BOOL to retVal 68709>>> Function_Return retVal 68710>>> End_Function 68711>>> 68711>>> Function ComCreateAsRegistry Boolean llLoading String llSection Returns Boolean 68713>>> Handle hDispatchDriver 68713>>> Boolean retVal 68713>>> Get phDispatchDriver to hDispatchDriver 68714>>> Send PrepareParams to hDispatchDriver 2 68715>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLoading 68716>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 68717>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 68718>>> Function_Return retVal 68719>>> End_Function 68720>>> 68720>>> Function ComCreateAsBinaryFile Boolean llLoading String llPath Returns Boolean 68722>>> Handle hDispatchDriver 68722>>> Boolean retVal 68722>>> Get phDispatchDriver to hDispatchDriver 68723>>> Send PrepareParams to hDispatchDriver 2 68724>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLoading 68725>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68726>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 68727>>> Function_Return retVal 68728>>> End_Function 68729>>> 68729>>> Function ComLoadFromFile String llPath Returns Boolean 68731>>> Handle hDispatchDriver 68731>>> Boolean retVal 68731>>> Get phDispatchDriver to hDispatchDriver 68732>>> Send PrepareParams to hDispatchDriver 1 68733>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68734>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_BOOL to retVal 68735>>> Function_Return retVal 68736>>> End_Function 68737>>> 68737>>> Procedure ComSaveToFile String llPath 68739>>> Handle hDispatchDriver 68739>>> Get phDispatchDriver to hDispatchDriver 68740>>> Send PrepareParams to hDispatchDriver 1 68741>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68742>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 68743>>> End_Procedure 68744>>> 68744>>> Function ComGetSection String llSection Returns Variant 68746>>> Handle hDispatchDriver 68746>>> Variant retVal 68746>>> Get phDispatchDriver to hDispatchDriver 68747>>> Send PrepareParams to hDispatchDriver 1 68748>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 68749>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 68750>>> Function_Return retVal 68751>>> End_Function 68752>>> 68752>>> Procedure ComExchangeString String llPropName String ByRef llValue String llDefaultValue 68754>>> Handle hDispatchDriver 68754>>> Get phDispatchDriver to hDispatchDriver 68755>>> Send PrepareParams to hDispatchDriver 3 68756>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPropName 68757>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_BSTR) llValue 68758>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llDefaultValue 68759>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 68760>>> End_Procedure 68761>>> 68761>>> Procedure ComExchangeInt String llPropName Integer ByRef llValue Integer llDefaultValue 68763>>> Handle hDispatchDriver 68763>>> Get phDispatchDriver to hDispatchDriver 68764>>> Send PrepareParams to hDispatchDriver 3 68765>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPropName 68766>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llValue 68767>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDefaultValue 68768>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 68769>>> End_Procedure 68770>>> 68770>>> Function ComLoading Returns Boolean 68772>>> Handle hDispatchDriver 68772>>> Boolean retVal 68772>>> Get phDispatchDriver to hDispatchDriver 68773>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_BOOL to retVal 68774>>> Function_Return retVal 68775>>> End_Function 68776>>> 68776>>> Function ComValid Returns Boolean 68778>>> Handle hDispatchDriver 68778>>> Boolean retVal 68778>>> Get phDispatchDriver to hDispatchDriver 68779>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 68780>>> Function_Return retVal 68781>>> End_Function 68782>>> 68782>>> Procedure ComEmptySection 68784>>> Handle hDispatchDriver 68784>>> Get phDispatchDriver to hDispatchDriver 68785>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 68786>>> End_Procedure 68787>>>End_Class 68788>>> 68788>>>//============================================================================== 68788>>>//End of package - SigCjC_PropExchange.pkg 68788>>>//============================================================================== 68788>>> 68788>Use SigCjC_PushButtonStyle.pkg Including file: SigCjC_PushButtonStyle.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_PushButtonStyle.pkg) 68788>>>//============================================================================== 68788>>>// Project : SigCj - VDF Classes for Codejock 68788>>>// File : SigCjC_PushButtonStyle.pkg 68788>>>// Description : Common Define / Class for Codejock controls 68788>>>// 68788>>>// Created by : Ian Smith 68788>>>// Revision : $Rev$ 68788>>>// $Date$ 68788>>>// $Author$ 68788>>>// 68788>>>// Requirements : Visual DataFlex 19.1 68788>>>// Codejock SuitePro - Version 20.3.0 68788>>>// 68788>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68788>>>// Visual DataFlex Special Interest Group UK. 68788>>>// http://www.vdfsig.co.uk 68788>>>// 68788>>>// This file is part of SigCj. 68788>>>// 68788>>>// SigCj is free software: you can redistribute it and/or modify 68788>>>// it under the terms of the GNU Lesser General Public License 68788>>>// as published by the Free Software Foundation, either version 68788>>>// 2.1 of the License, or (at your option) any later version. 68788>>>// 68788>>>// SigCj is distributed in the hope that it will be useful, but 68788>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68788>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68788>>>// GNU Lesser General Public License for more details. 68788>>>// 68788>>>// If you have the complete SigCj workspace then a copy of the 68788>>>// GNU Lesser General Public License is in the Docs folder. If 68788>>>// not, see . 68788>>>// 68788>>>//============================================================================== 68788>>>//CompilerWarnings Suspend 68788>>> 68788>>>Use FlexCom20.pkg 68788>>> 68788>>>Define OLEPushButtonStyle for Integer 68788>>> Define OLExtpButtonNormal for 0 68788>>> Define OLExtpButtonDropDown for 1 68788>>> Define OLExtpButtonDropDownRight for 2 68788>>> Define OLExtpButtonSplitDropDown for 3 68788>>> Define OLExtpButtonDropDownNoGlyph for 4 68788>>> 68788>>>//============================================================================== 68788>>>//End of package - SigCjC_PushButtonStyle.pkg 68788>>>//============================================================================== 68788>>> 68788>Use SigCjC_ResourceImages.pkg Including file: SigCjC_ResourceImages.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ResourceImages.pkg) 68788>>>//============================================================================== 68788>>>// Project : SigCj - VDF Classes for Codejock 68788>>>// File : SigCjC_ResourceImages.pkg 68788>>>// Description : Common Define / Class for Codejock controls 68788>>>// 68788>>>// Created by : Ian Smith 68788>>>// Revision : $Rev$ 68788>>>// $Date$ 68788>>>// $Author$ 68788>>>// 68788>>>// Requirements : Visual DataFlex 19.1 68788>>>// Codejock SuitePro - Version 20.3.0 68788>>>// 68788>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68788>>>// Visual DataFlex Special Interest Group UK. 68788>>>// http://www.vdfsig.co.uk 68788>>>// 68788>>>// This file is part of SigCj. 68788>>>// 68788>>>// SigCj is free software: you can redistribute it and/or modify 68788>>>// it under the terms of the GNU Lesser General Public License 68788>>>// as published by the Free Software Foundation, either version 68788>>>// 2.1 of the License, or (at your option) any later version. 68788>>>// 68788>>>// SigCj is distributed in the hope that it will be useful, but 68788>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68788>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68788>>>// GNU Lesser General Public License for more details. 68788>>>// 68788>>>// If you have the complete SigCj workspace then a copy of the 68788>>>// GNU Lesser General Public License is in the Docs folder. If 68788>>>// not, see . 68788>>>// 68788>>>//============================================================================== 68788>>>//CompilerWarnings Suspend 68788>>> 68788>>>Use FlexCom20.pkg 68788>>> 68788>>>Class cSigCjComIResourceImageList is a cComAutomationObject 68789>>> 68789>>> Function ComAddBitmap OLE_HANDLE llHandle Integer llnID Returns Boolean 68791>>> Handle hDispatchDriver 68791>>> Boolean retVal 68791>>> Get phDispatchDriver to hDispatchDriver 68792>>> Send PrepareParams to hDispatchDriver 2 68793>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 68794>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 68795>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BOOL to retVal 68796>>> Function_Return retVal 68797>>> End_Function 68798>>> 68798>>> Function ComLoadBitmap String llPath Integer llnID Returns Boolean 68800>>> Handle hDispatchDriver 68800>>> Boolean retVal 68800>>> Get phDispatchDriver to hDispatchDriver 68801>>> Send PrepareParams to hDispatchDriver 2 68802>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 68803>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 68804>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 68805>>> Function_Return retVal 68806>>> End_Function 68807>>> 68807>>> Function ComRemove Integer llnID Returns Boolean 68809>>> Handle hDispatchDriver 68809>>> Boolean retVal 68809>>> Get phDispatchDriver to hDispatchDriver 68810>>> Send PrepareParams to hDispatchDriver 1 68811>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 68812>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 68813>>> Function_Return retVal 68814>>> End_Function 68815>>> 68815>>> Procedure ComRemoveAll 68817>>> Handle hDispatchDriver 68817>>> Get phDispatchDriver to hDispatchDriver 68818>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 68819>>> End_Procedure 68820>>>End_Class 68821>>> 68821>>>Class cSigCjComResourceImages is a cComAutomationObject 68822>>> 68822>>> Function ComLoadFromFile String llDllFileName String llIniFileName Returns Boolean 68824>>> Handle hDispatchDriver 68824>>> Boolean retVal 68824>>> Get phDispatchDriver to hDispatchDriver 68825>>> Send PrepareParams to hDispatchDriver 2 68826>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llDllFileName 68827>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llIniFileName 68828>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BOOL to retVal 68829>>> Function_Return retVal 68830>>> End_Function 68831>>> 68831>>> Function ComDllFileName Returns String 68833>>> Handle hDispatchDriver 68833>>> String retVal 68833>>> Get phDispatchDriver to hDispatchDriver 68834>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BSTR to retVal 68835>>> Function_Return retVal 68836>>> End_Function 68837>>> 68837>>> Function ComIniFileName Returns String 68839>>> Handle hDispatchDriver 68839>>> String retVal 68839>>> Get phDispatchDriver to hDispatchDriver 68840>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BSTR to retVal 68841>>> Function_Return retVal 68842>>> End_Function 68843>>> 68843>>> Function ComGetColor String llSection String llKeyName Returns OLE_COLOR 68845>>> Handle hDispatchDriver 68845>>> OLE_COLOR retVal 68845>>> Get phDispatchDriver to hDispatchDriver 68846>>> Send PrepareParams to hDispatchDriver 2 68847>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 68848>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llKeyName 68849>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 68850>>> Function_Return retVal 68851>>> End_Function 68852>>>End_Class 68853>>> 68853>>>//============================================================================== 68853>>>//End of package - SigCjC_ResourceImages.pkg 68853>>>//============================================================================== 68853>>> 68853>Use SigCjC_ScaleMode.pkg Including file: SigCjC_ScaleMode.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ScaleMode.pkg) 68853>>>//============================================================================== 68853>>>// Project : SigCj - VDF Classes for Codejock 68853>>>// File : SigCjC_ScaleMode.pkg 68853>>>// Description : Common Define / Class for Codejock controls 68853>>>// 68853>>>// Created by : Ian Smith 68853>>>// Revision : $Rev$ 68853>>>// $Date$ 68853>>>// $Author$ 68853>>>// 68853>>>// Requirements : Visual DataFlex 19.1 68853>>>// Codejock SuitePro - Version 20.3.0 68853>>>// 68853>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68853>>>// Visual DataFlex Special Interest Group UK. 68853>>>// http://www.vdfsig.co.uk 68853>>>// 68853>>>// This file is part of SigCj. 68853>>>// 68853>>>// SigCj is free software: you can redistribute it and/or modify 68853>>>// it under the terms of the GNU Lesser General Public License 68853>>>// as published by the Free Software Foundation, either version 68853>>>// 2.1 of the License, or (at your option) any later version. 68853>>>// 68853>>>// SigCj is distributed in the hope that it will be useful, but 68853>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68853>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68853>>>// GNU Lesser General Public License for more details. 68853>>>// 68853>>>// If you have the complete SigCj workspace then a copy of the 68853>>>// GNU Lesser General Public License is in the Docs folder. If 68853>>>// not, see . 68853>>>// 68853>>>//============================================================================== 68853>>>//CompilerWarnings Suspend 68853>>> 68853>>>Use FlexCom20.pkg 68853>>> 68853>>>Define OLEXTPScaleMode for Integer 68853>>> // Auto scale mode 68853>>> Define OLExtpScaleAuto for 0 68853>>> // Pixels scale mode 68853>>> Define OLExtpScalePixel for 1 68853>>> // Twips scale mode 68853>>> Define OLExtpScaleTwip for 2 68853>>> 68853>>>//============================================================================== 68853>>>//End of package - SigCjC_ScaleMode.pkg 68853>>>//============================================================================== 68853>>> 68853>Use SigCjC_ShadowManager.pkg Including file: SigCjC_ShadowManager.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ShadowManager.pkg) 68853>>>//============================================================================== 68853>>>// Project : SigCj - VDF Classes for Codejock 68853>>>// File : SigCjC_ShadowManager.pkg 68853>>>// Description : Common Define / Class for Codejock controls 68853>>>// 68853>>>// Created by : Ian Smith 68853>>>// Revision : $Rev$ 68853>>>// $Date$ 68853>>>// $Author$ 68853>>>// 68853>>>// Requirements : Visual DataFlex 19.1 68853>>>// Codejock SuitePro - Version 20.3.0 68853>>>// 68853>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 68853>>>// Visual DataFlex Special Interest Group UK. 68853>>>// http://www.vdfsig.co.uk 68853>>>// 68853>>>// This file is part of SigCj. 68853>>>// 68853>>>// SigCj is free software: you can redistribute it and/or modify 68853>>>// it under the terms of the GNU Lesser General Public License 68853>>>// as published by the Free Software Foundation, either version 68853>>>// 2.1 of the License, or (at your option) any later version. 68853>>>// 68853>>>// SigCj is distributed in the hope that it will be useful, but 68853>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 68853>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 68853>>>// GNU Lesser General Public License for more details. 68853>>>// 68853>>>// If you have the complete SigCj workspace then a copy of the 68853>>>// GNU Lesser General Public License is in the Docs folder. If 68853>>>// not, see . 68853>>>// 68853>>>//============================================================================== 68853>>>//CompilerWarnings Suspend 68853>>> 68853>>>Use FlexCom20.pkg 68853>>> 68853>>>Define OLEXTPFrameShadowManagerFlags for Integer 68853>>> Define OLExtpFrameShadowsDisabled for 1 68853>>> Define OLExtpFrameShadowsInvisible for 2 68853>>> Define OLExtpFrameShadowsNotResizeable for 4 68853>>> Define OLExtpFrameShadowsDisabledInTSS for 8 68853>>> Define OLExtpFrameShadowsInvisibleInTSS for 16 68853>>> 68853>>>Class cSigCjComIFrameShadow is a Mixin 68854>>> 68854>>> Function ComOuterSize Returns Integer 68856>>> Integer retVal 68856>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 68857>>> Function_Return retVal 68858>>> End_Function 68859>>> 68859>>> Procedure Set ComOuterSize Integer value 68861>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 68862>>> End_Procedure 68863>>> 68863>>> Function ComInnerSize Returns Integer 68865>>> Integer retVal 68865>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 68866>>> Function_Return retVal 68867>>> End_Function 68868>>> 68868>>> Procedure Set ComInnerSize Integer value 68870>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 68871>>> End_Procedure 68872>>> 68872>>> Function ComOffsetX Returns OLE_XSIZE_PIXELS 68874>>> OLE_XSIZE_PIXELS retVal 68874>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 68875>>> Function_Return retVal 68876>>> End_Function 68877>>> 68877>>> Procedure Set ComOffsetX OLE_XSIZE_PIXELS value 68879>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 68880>>> End_Procedure 68881>>> 68881>>> Function ComOffsetY Returns OLE_YSIZE_PIXELS 68883>>> OLE_YSIZE_PIXELS retVal 68883>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 68884>>> Function_Return retVal 68885>>> End_Function 68886>>> 68886>>> Procedure Set ComOffsetY OLE_YSIZE_PIXELS value 68888>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 68889>>> End_Procedure 68890>>> 68890>>> Function ComColor Returns OLE_COLOR 68892>>> OLE_COLOR retVal 68892>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 68893>>> Function_Return retVal 68894>>> End_Function 68895>>> 68895>>> Procedure Set ComColor OLE_COLOR value 68897>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 68898>>> End_Procedure 68899>>> 68899>>> Function ComTransparency Returns Short 68901>>> Short retVal 68901>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I2 to retVal 68902>>> Function_Return retVal 68903>>> End_Function 68904>>> 68904>>> Procedure Set ComTransparency Short value 68906>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I2 to value 68907>>> End_Procedure 68908>>> 68908>>> Function ComBlendingFactors Returns Variant 68910>>> Variant retVal 68910>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_VARIANT to retVal 68911>>> Function_Return retVal 68912>>> End_Function 68913>>> 68913>>> Procedure Set ComBlendingFactors Variant value 68915>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_VARIANT to value 68916>>> End_Procedure 68917>>> 68917>>> Function ComBlendingPositions Returns Variant 68919>>> Variant retVal 68919>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to retVal 68920>>> Function_Return retVal 68921>>> End_Function 68922>>> 68922>>> Procedure Set ComBlendingPositions Variant value 68924>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to value 68925>>> End_Procedure 68926>>> 68926>>> Function ComClipOwner Returns Boolean 68928>>> Boolean retVal 68928>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 68929>>> Function_Return retVal 68930>>> End_Function 68931>>> 68931>>> Procedure Set ComClipOwner Boolean value 68933>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 68934>>> End_Procedure 68935>>> 68935>>> Function ComOwner Returns OLE_HANDLE 68937>>> Handle hDispatchDriver 68937>>> OLE_HANDLE retVal 68937>>> Get phDispatchDriver to hDispatchDriver 68938>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 68939>>> Function_Return retVal 68940>>> End_Function 68941>>> 68941>>> Procedure ComFreezeUpdates Boolean llfreeze 68943>>> Handle hDispatchDriver 68943>>> Get phDispatchDriver to hDispatchDriver 68944>>> Send PrepareParams to hDispatchDriver 1 68945>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llfreeze 68946>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 68947>>> End_Procedure 68948>>> 68948>>> Procedure ComShow 68950>>> Handle hDispatchDriver 68950>>> Get phDispatchDriver to hDispatchDriver 68951>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 68952>>> End_Procedure 68953>>> 68953>>> Procedure ComHide 68955>>> Handle hDispatchDriver 68955>>> Get phDispatchDriver to hDispatchDriver 68956>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 68957>>> End_Procedure 68958>>> 68958>>> Procedure ComUpdatePosition 68960>>> Handle hDispatchDriver 68960>>> Get phDispatchDriver to hDispatchDriver 68961>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 68962>>> End_Procedure 68963>>> 68963>>> Procedure ComSetBlendingOptions Variant llfactors Variant llpositions 68965>>> Handle hDispatchDriver 68965>>> Get phDispatchDriver to hDispatchDriver 68966>>> Send PrepareParams to hDispatchDriver 2 68967>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llfactors 68968>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llpositions 68969>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 68970>>> End_Procedure 68971>>>End_Class 68972>>> 68972>>>Class cSigCjComFrameShadow is a cComAutomationObject 68973>>> Import_Class_Protocol cSigCjComIFrameShadow 68974>>> 68974>>> Procedure Construct_Object 68976>>> Forward Send Construct_Object 68978>>> Set peAutoCreate to acNoAutoCreate 68979>>> End_Procedure 68980>>>End_Class 68981>>> 68981>>>Class cSigCjComIFrameShadows is a Mixin 68982>>> 68982>>> Function Com_NewEnum Returns Variant 68984>>> Handle hDispatchDriver 68984>>> Variant retVal 68984>>> Get phDispatchDriver to hDispatchDriver 68985>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 68986>>> Function_Return retVal 68987>>> End_Function 68988>>>End_Class 68989>>> 68989>>>Class cSigCjComFrameShadows is a cComAutomationObject 68990>>> Import_Class_Protocol cSigCjComIFrameShadows 68991>>> 68991>>> Procedure Construct_Object 68993>>> Forward Send Construct_Object 68995>>> Set peAutoCreate to acNoAutoCreate 68996>>> End_Procedure 68997>>>End_Class 68998>>> 68998>>>Class cSigCjComIFrameShadowManager is a Mixin 68999>>> 68999>>> Function ComFlags Returns Integer 69001>>> Integer retVal 69001>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 69002>>> Function_Return retVal 69003>>> End_Function 69004>>> 69004>>> Procedure Set ComFlags Integer value 69006>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 69007>>> End_Procedure 69008>>> 69008>>> Function ComDefaultOuterSize Returns Integer 69010>>> Integer retVal 69010>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 69011>>> Function_Return retVal 69012>>> End_Function 69013>>> 69013>>> Procedure Set ComDefaultOuterSize Integer value 69015>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 69016>>> End_Procedure 69017>>> 69017>>> Function ComDefaultInnerSize Returns Integer 69019>>> Integer retVal 69019>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 69020>>> Function_Return retVal 69021>>> End_Function 69022>>> 69022>>> Procedure Set ComDefaultInnerSize Integer value 69024>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 69025>>> End_Procedure 69026>>> 69026>>> Function ComDefaultOffsetX Returns OLE_XSIZE_PIXELS 69028>>> OLE_XSIZE_PIXELS retVal 69028>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 69029>>> Function_Return retVal 69030>>> End_Function 69031>>> 69031>>> Procedure Set ComDefaultOffsetX OLE_XSIZE_PIXELS value 69033>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 69034>>> End_Procedure 69035>>> 69035>>> Function ComDefaultOffsetY Returns OLE_YSIZE_PIXELS 69037>>> OLE_YSIZE_PIXELS retVal 69037>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 69038>>> Function_Return retVal 69039>>> End_Function 69040>>> 69040>>> Procedure Set ComDefaultOffsetY OLE_YSIZE_PIXELS value 69042>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 69043>>> End_Procedure 69044>>> 69044>>> Function ComDefaultColor Returns OLE_COLOR 69046>>> OLE_COLOR retVal 69046>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 69047>>> Function_Return retVal 69048>>> End_Function 69049>>> 69049>>> Procedure Set ComDefaultColor OLE_COLOR value 69051>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 69052>>> End_Procedure 69053>>> 69053>>> Function ComDefaultTransparency Returns Short 69055>>> Short retVal 69055>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I2 to retVal 69056>>> Function_Return retVal 69057>>> End_Function 69058>>> 69058>>> Procedure Set ComDefaultTransparency Short value 69060>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I2 to value 69061>>> End_Procedure 69062>>> 69062>>> Function ComDefaultClipOwner Returns Boolean 69064>>> Boolean retVal 69064>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 69065>>> Function_Return retVal 69066>>> End_Function 69067>>> 69067>>> Procedure Set ComDefaultClipOwner Boolean value 69069>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 69070>>> End_Procedure 69071>>> 69071>>> Function ComDefaultBlendingFactors Returns Variant 69073>>> Handle hDispatchDriver 69073>>> Variant retVal 69073>>> Get phDispatchDriver to hDispatchDriver 69074>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_VARIANT to retVal 69075>>> Function_Return retVal 69076>>> End_Function 69077>>> 69077>>> Function ComDefaultBlendingPositions Returns Variant 69079>>> Handle hDispatchDriver 69079>>> Variant retVal 69079>>> Get phDispatchDriver to hDispatchDriver 69080>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_VARIANT to retVal 69081>>> Function_Return retVal 69082>>> End_Function 69083>>> 69083>>> Function ComIsShadowSupported Returns Boolean 69085>>> Handle hDispatchDriver 69085>>> Boolean retVal 69085>>> Get phDispatchDriver to hDispatchDriver 69086>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 69087>>> Function_Return retVal 69088>>> End_Function 69089>>> 69089>>> Function ComEnableShadow OLE_HANDLE llhWnd OLE_COLOR llColor Integer llOuterSize Integer llInnerSize Integer llxOffset Integer llyOffset Short llTransparency Returns Variant 69091>>> Handle hDispatchDriver 69091>>> Variant retVal 69091>>> Get phDispatchDriver to hDispatchDriver 69092>>> Send PrepareParams to hDispatchDriver 7 69093>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 69094>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 69095>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOuterSize 69096>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llInnerSize 69097>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxOffset 69098>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyOffset 69099>>> Send DefineParam to hDispatchDriver OLE_VT_I2 llTransparency 69100>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 69101>>> Function_Return retVal 69102>>> End_Function 69103>>> 69103>>> Procedure ComDisableShadow OLE_HANDLE llhWnd 69105>>> Handle hDispatchDriver 69105>>> Get phDispatchDriver to hDispatchDriver 69106>>> Send PrepareParams to hDispatchDriver 1 69107>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 69108>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 69109>>> End_Procedure 69110>>> 69110>>> Function ComIsShadowEnabled OLE_HANDLE llhWnd Returns Boolean 69112>>> Handle hDispatchDriver 69112>>> Boolean retVal 69112>>> Get phDispatchDriver to hDispatchDriver 69113>>> Send PrepareParams to hDispatchDriver 1 69114>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 69115>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 69116>>> Function_Return retVal 69117>>> End_Function 69118>>> 69118>>> Function ComGetShadow OLE_HANDLE llhWnd Returns Variant 69120>>> Handle hDispatchDriver 69120>>> Variant retVal 69120>>> Get phDispatchDriver to hDispatchDriver 69121>>> Send PrepareParams to hDispatchDriver 1 69122>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 69123>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 69124>>> Function_Return retVal 69125>>> End_Function 69126>>> 69126>>> Procedure ComFreezeUpdates Boolean llfreeze 69128>>> Handle hDispatchDriver 69128>>> Get phDispatchDriver to hDispatchDriver 69129>>> Send PrepareParams to hDispatchDriver 1 69130>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llfreeze 69131>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 69132>>> End_Procedure 69133>>> 69133>>> Procedure ComSetGlobalOuterSize Integer llsize 69135>>> Handle hDispatchDriver 69135>>> Get phDispatchDriver to hDispatchDriver 69136>>> Send PrepareParams to hDispatchDriver 1 69137>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llsize 69138>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 69139>>> End_Procedure 69140>>> 69140>>> Procedure ComSetGlobalInnerSize Integer llsize 69142>>> Handle hDispatchDriver 69142>>> Get phDispatchDriver to hDispatchDriver 69143>>> Send PrepareParams to hDispatchDriver 1 69144>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llsize 69145>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 69146>>> End_Procedure 69147>>> 69147>>> Procedure ComSetGlobalOffset OLE_XSIZE_PIXELS llOffsetX OLE_YSIZE_PIXELS llOffsetY 69149>>> Handle hDispatchDriver 69149>>> Get phDispatchDriver to hDispatchDriver 69150>>> Send PrepareParams to hDispatchDriver 2 69151>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOffsetX 69152>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOffsetY 69153>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 69154>>> End_Procedure 69155>>> 69155>>> Procedure ComSetGlobalColor OLE_COLOR llColor 69157>>> Handle hDispatchDriver 69157>>> Get phDispatchDriver to hDispatchDriver 69158>>> Send PrepareParams to hDispatchDriver 1 69159>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 69160>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 69161>>> End_Procedure 69162>>> 69162>>> Procedure ComSetGlobalTransparency Short llTransparency 69164>>> Handle hDispatchDriver 69164>>> Get phDispatchDriver to hDispatchDriver 69165>>> Send PrepareParams to hDispatchDriver 1 69166>>> Send DefineParam to hDispatchDriver OLE_VT_I2 llTransparency 69167>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 69168>>> End_Procedure 69169>>> 69169>>> Procedure ComSetDefaultBlendingOptions Variant llfactors Variant llpositions 69171>>> Handle hDispatchDriver 69171>>> Get phDispatchDriver to hDispatchDriver 69172>>> Send PrepareParams to hDispatchDriver 2 69173>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llfactors 69174>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llpositions 69175>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 69176>>> End_Procedure 69177>>> 69177>>> Procedure ComSetGlobalBlendingOptions Variant llfactors Variant llpositions 69179>>> Handle hDispatchDriver 69179>>> Get phDispatchDriver to hDispatchDriver 69180>>> Send PrepareParams to hDispatchDriver 2 69181>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llfactors 69182>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llpositions 69183>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 69184>>> End_Procedure 69185>>> 69185>>> Procedure ComSetGlobalClipOwner Boolean llclip 69187>>> Handle hDispatchDriver 69187>>> Get phDispatchDriver to hDispatchDriver 69188>>> Send PrepareParams to hDispatchDriver 1 69189>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llclip 69190>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 69191>>> End_Procedure 69192>>> 69192>>> Function ComFrameShadows Returns Variant 69194>>> Handle hDispatchDriver 69194>>> Variant retVal 69194>>> Get phDispatchDriver to hDispatchDriver 69195>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 69196>>> Function_Return retVal 69197>>> End_Function 69198>>>End_Class 69199>>> 69199>>>Class cSigCjComFrameShadowManager is a cComAutomationObject 69200>>> Import_Class_Protocol cSigCjComIFrameShadowManager 69201>>> 69201>>> Procedure Construct_Object 69203>>> Forward Send Construct_Object 69205>>> Set peAutoCreate to acNoAutoCreate 69206>>> End_Procedure 69207>>>End_Class 69208>>> 69208>>>//============================================================================== 69208>>>//End of package - SigCjC_ShadowManager.pkg 69208>>>//============================================================================== 69208>>> 69208>Use SigCjC_TabManager.pkg Including file: SigCjC_TabManager.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_TabManager.pkg) 69208>>>//============================================================================== 69208>>>// Project : SigCj - VDF Classes for Codejock 69208>>>// File : SigCjC_TabManager.pkg 69208>>>// Description : Common Define / Class for Codejock controls 69208>>>// 69208>>>// Created by : Ian Smith 69208>>>// Revision : $Rev$ 69208>>>// $Date$ 69208>>>// $Author$ 69208>>>// 69208>>>// Requirements : Visual DataFlex 19.1 69208>>>// Codejock SuitePro - Version 20.3.0 69208>>>// 69208>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 69208>>>// Visual DataFlex Special Interest Group UK. 69208>>>// http://www.vdfsig.co.uk 69208>>>// 69208>>>// This file is part of SigCj. 69208>>>// 69208>>>// SigCj is free software: you can redistribute it and/or modify 69208>>>// it under the terms of the GNU Lesser General Public License 69208>>>// as published by the Free Software Foundation, either version 69208>>>// 2.1 of the License, or (at your option) any later version. 69208>>>// 69208>>>// SigCj is distributed in the hope that it will be useful, but 69208>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 69208>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 69208>>>// GNU Lesser General Public License for more details. 69208>>>// 69208>>>// If you have the complete SigCj workspace then a copy of the 69208>>>// GNU Lesser General Public License is in the Docs folder. If 69208>>>// not, see . 69208>>>// 69208>>>//============================================================================== 69208>>>//CompilerWarnings Suspend 69208>>> 69208>>>Use FlexCom20.pkg 69208>>> 69208>>>Define OLEXTPTabAppearanceStyle for Integer 69208>>> Define OLExtpTabAppearancePropertyPage for 0 69208>>> Define OLExtpTabAppearancePropertyPageSelected for 1 69208>>> Define OLExtpTabAppearancePropertyPageFlat for 2 69208>>> Define OLExtpTabAppearancePropertyPage2003 for 3 69208>>> Define OLExtpTabAppearanceStateButtons for 4 69208>>> Define OLExtpTabAppearanceFlat for 6 69208>>> Define OLExtpTabThemeExcel2003 for 7 69208>>> Define OLExtpTabAppearanceVisio for 8 69208>>> Define OLExtpTabAppearancePropertyPage2007 for 10 69208>>> Define OLExtpTabAppearancePropertyPageAccess2007 for 11 69208>>> Define OLExtpTabThemeVisualStudio2003 for 5 69208>>> Define OLExtpTabThemeVisualStudio2005 for 9 69208>>> Define OLExtpTabThemeVisualStudio2010 for 12 69208>>> Define OLExtpTabThemeVisualStudio2012 for 13 69208>>> Define OLExtpTabThemeVisualStudio2015 for 15 69208>>> Define OLExtpTabThemeNativeWindows10 for 16 69208>>> Define OLExtpTabThemeOffice2013 for 14 69208>>> Define OLExtpTabThemeOffice2016 for 14 69208>>> Define OLExtpTabAppearanceVisualStudio for 5 69208>>> Define OLExtpTabAppearanceVisualStudio2003 for 5 69208>>> Define OLExtpTabAppearanceVisualStudio2005 for 9 69208>>> Define OLExtpTabAppearanceVisualStudio2010 for 12 69208>>> Define OLExtpTabAppearanceVisualStudio2012 for 13 69208>>> Define OLExtpTabAppearanceVisualStudio2015 for 15 69208>>> Define OLExtpTabAppearanceNativeWindows10 for 16 69208>>> Define OLExtpTabAppearanceExcel for 7 69208>>> 69208>>>Define OLEXTPTabClientFrame for Integer 69208>>> Define OLExtpTabFrameBorder for 0 69208>>> Define OLExtpTabFrameSingleLine for 1 69208>>> Define OLExtpTabFrameNone for 2 69208>>> 69208>>>Define OLEXTPTabColorStyle for Integer 69208>>> Define OLExtpTabColorDefault for 1 69208>>> Define OLExtpTabColorOffice2003 for 4 69208>>> Define OLExtpTabColorWinNative for 8 69208>>> Define OLExtpTabColorResource for 32 69208>>> Define OLExtpTabColorOffice2007Access for 128 69208>>> Define OLExtpTabColorVisualStudio2003 for 2 69208>>> Define OLExtpTabColorVisualStudio2005 for 16 69208>>> Define OLExtpTabColorVisualStudio2008 for 64 69208>>> Define OLExtpTabColorVisualStudio2010 for 256 69208>>> Define OLExtpTabColorVisualStudio2012 for 512 69208>>> Define OLExtpTabColorVisualStudio2012Dark for 1024 69208>>> Define OLExtpTabColorOffice2013 for 2048 69208>>> Define OLExtpTabColorOffice2016 for 2048 69208>>> Define OLExtpTabColorVisualStudio2015 for 4096 69208>>> Define OLExtpTabColorNativeWindows10 for 8192 69208>>> Define OLExtpTabColorAll for 65535 69208>>> Define OLExtpTabColorVisualStudio for 2 69208>>> Define OLExtpTabColorWinXP for 8 69208>>> Define OLExtpTabColorWhidbey for 16 69208>>> Define OLExtpTabColorAccess2007 for 128 69208>>> Define OLExtpTabColorOffice2007 for 32 69208>>> 69208>>>Define OLEXTPTabDrawTextFormat for Integer 69208>>> Define OLExtpTabDrawTextLeft for 0 69208>>> Define OLExtpTabDrawTextCenter for 1 69208>>> Define OLExtpTabDrawTextRight for 2 69208>>> Define OLExtpTabDrawTextVCenter for 4 69208>>> 69208>>>Define OLEXTPTabLayoutStyle for Integer 69208>>> Define OLExtpTabLayoutAutoSize for 0 69208>>> Define OLExtpTabLayoutSizeToFit for 1 69208>>> Define OLExtpTabLayoutFixed for 2 69208>>> Define OLExtpTabLayoutCompressed for 3 69208>>> Define OLExtpTabLayoutMultiRow for 4 69208>>> Define OLExtpTabLayoutRotated for 5 69208>>> 69208>>>Define OLEXTPTabOneNoteColor for Integer 69208>>> Define OLExtpTabColorBlue for 16777216 69208>>> Define OLExtpTabColorYellow for 16777217 69208>>> Define OLExtpTabColorGreen for 16777218 69208>>> Define OLExtpTabColorRed for 16777219 69208>>> Define OLExtpTabColorPurple for 16777220 69208>>> Define OLExtpTabColorCyan for 16777221 69208>>> Define OLExtpTabColorOrange for 16777222 69208>>> Define OLExtpTabColorMagenta for 16777223 69208>>> 69208>>>Define OLEXTPTabPosition for Integer 69208>>> Define OLExtpTabPositionTop for 0 69208>>> Define OLExtpTabPositionLeft for 1 69208>>> Define OLExtpTabPositionBottom for 2 69208>>> Define OLExtpTabPositionRight for 3 69208>>> 69208>>>Define OLEXTPTabToolTipBehaviour for Integer 69208>>> Define OLExtpTabToolTipNever for 0 69208>>> Define OLExtpTabToolTipAlways for 1 69208>>> Define OLExtpTabToolTipShrinkedOnly for 2 69208>>> 69208>>>Class cSigCjComITabManagerMargin is a Mixin 69209>>> 69209>>> Function ComLeft Returns Integer 69211>>> Integer retVal 69211>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 69212>>> Function_Return retVal 69213>>> End_Function 69214>>> 69214>>> Procedure Set ComLeft Integer value 69216>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 69217>>> End_Procedure 69218>>> 69218>>> Function ComTop Returns Integer 69220>>> Integer retVal 69220>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 69221>>> Function_Return retVal 69222>>> End_Function 69223>>> 69223>>> Procedure Set ComTop Integer value 69225>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 69226>>> End_Procedure 69227>>> 69227>>> Function ComRight Returns Integer 69229>>> Integer retVal 69229>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 69230>>> Function_Return retVal 69231>>> End_Function 69232>>> 69232>>> Procedure Set ComRight Integer value 69234>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 69235>>> End_Procedure 69236>>> 69236>>> Function ComBottom Returns Integer 69238>>> Integer retVal 69238>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 69239>>> Function_Return retVal 69240>>> End_Function 69241>>> 69241>>> Procedure Set ComBottom Integer value 69243>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 69244>>> End_Procedure 69245>>> 69245>>> Procedure ComSetRect Integer llLeft Integer llTop Integer llRight Integer llBottom 69247>>> Handle hDispatchDriver 69247>>> Get phDispatchDriver to hDispatchDriver 69248>>> Send PrepareParams to hDispatchDriver 4 69249>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 69250>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 69251>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 69252>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 69253>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 69254>>> End_Procedure 69255>>>End_Class 69256>>> 69256>>>Class cSigCjComTabManagerMargin is a cComAutomationObject 69257>>> Import_Class_Protocol cSigCjComITabManagerMargin 69258>>> 69258>>> Procedure Construct_Object 69260>>> Forward Send Construct_Object 69262>>> Set peAutoCreate to acNoAutoCreate 69263>>> End_Procedure 69264>>>End_Class 69265>>> 69265>>>Class cSigCjComITabPaintManagerColorSet is a Mixin 69266>>> 69266>>> Function ComHeaderFaceLight Returns OLE_COLOR 69268>>> OLE_COLOR retVal 69268>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 69269>>> Function_Return retVal 69270>>> End_Function 69271>>> 69271>>> Procedure Set ComHeaderFaceLight OLE_COLOR value 69273>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 69274>>> End_Procedure 69275>>> 69275>>> Function ComHeaderFaceDark Returns OLE_COLOR 69277>>> OLE_COLOR retVal 69277>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 69278>>> Function_Return retVal 69279>>> End_Function 69280>>> 69280>>> Procedure Set ComHeaderFaceDark OLE_COLOR value 69282>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 69283>>> End_Procedure 69284>>> 69284>>> Function ComFrameBorder Returns OLE_COLOR 69286>>> OLE_COLOR retVal 69286>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 69287>>> Function_Return retVal 69288>>> End_Function 69289>>> 69289>>> Procedure Set ComFrameBorder OLE_COLOR value 69291>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 69292>>> End_Procedure 69293>>> 69293>>> Function ComControlFace Returns OLE_COLOR 69295>>> OLE_COLOR retVal 69295>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 69296>>> Function_Return retVal 69297>>> End_Function 69298>>> 69298>>> Procedure Set ComControlFace OLE_COLOR value 69300>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 69301>>> End_Procedure 69302>>> 69302>>> Function ComBorderHighlight Returns OLE_COLOR 69304>>> OLE_COLOR retVal 69304>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 69305>>> Function_Return retVal 69306>>> End_Function 69307>>> 69307>>> Procedure Set ComBorderHighlight OLE_COLOR value 69309>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 69310>>> End_Procedure 69311>>> 69311>>> Function ComButtonSelected Returns OLE_COLOR 69313>>> OLE_COLOR retVal 69313>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 69314>>> Function_Return retVal 69315>>> End_Function 69316>>> 69316>>> Procedure Set ComButtonSelected OLE_COLOR value 69318>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 69319>>> End_Procedure 69320>>> 69320>>> Function ComButtonNormal Returns OLE_COLOR 69322>>> OLE_COLOR retVal 69322>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 69323>>> Function_Return retVal 69324>>> End_Function 69325>>> 69325>>> Procedure Set ComButtonNormal OLE_COLOR value 69327>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 69328>>> End_Procedure 69329>>> 69329>>> Function ComNormalText Returns OLE_COLOR 69331>>> OLE_COLOR retVal 69331>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 69332>>> Function_Return retVal 69333>>> End_Function 69334>>> 69334>>> Procedure Set ComNormalText OLE_COLOR value 69336>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 69337>>> End_Procedure 69338>>> 69338>>> Function ComPressedText Returns OLE_COLOR 69340>>> OLE_COLOR retVal 69340>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 69341>>> Function_Return retVal 69342>>> End_Function 69343>>> 69343>>> Procedure Set ComPressedText OLE_COLOR value 69345>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 69346>>> End_Procedure 69347>>> 69347>>> Function ComSelectedText Returns OLE_COLOR 69349>>> OLE_COLOR retVal 69349>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 69350>>> Function_Return retVal 69351>>> End_Function 69352>>> 69352>>> Procedure Set ComSelectedText OLE_COLOR value 69354>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 69355>>> End_Procedure 69356>>> 69356>>> Function ComHighlightText Returns OLE_COLOR 69358>>> OLE_COLOR retVal 69358>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 69359>>> Function_Return retVal 69360>>> End_Function 69361>>> 69361>>> Procedure Set ComHighlightText OLE_COLOR value 69363>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 69364>>> End_Procedure 69365>>> 69365>>> Function ComDisabledText Returns OLE_COLOR 69367>>> OLE_COLOR retVal 69367>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 69368>>> Function_Return retVal 69369>>> End_Function 69370>>> 69370>>> Procedure Set ComDisabledText OLE_COLOR value 69372>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 69373>>> End_Procedure 69374>>> 69374>>> Function ComTabExcelSelectedLeftInnerBorder Returns OLE_COLOR 69376>>> OLE_COLOR retVal 69376>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 69377>>> Function_Return retVal 69378>>> End_Function 69379>>> 69379>>> Procedure Set ComTabExcelSelectedLeftInnerBorder OLE_COLOR value 69381>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 69382>>> End_Procedure 69383>>> 69383>>> Function ComTabExcelSelectedTopInnerBorder Returns OLE_COLOR 69385>>> OLE_COLOR retVal 69385>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 69386>>> Function_Return retVal 69387>>> End_Function 69388>>> 69388>>> Procedure Set ComTabExcelSelectedTopInnerBorder OLE_COLOR value 69390>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 69391>>> End_Procedure 69392>>> 69392>>> Function ComTabExcelSelectedRightInnerBorder Returns OLE_COLOR 69394>>> OLE_COLOR retVal 69394>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 69395>>> Function_Return retVal 69396>>> End_Function 69397>>> 69397>>> Procedure Set ComTabExcelSelectedRightInnerBorder OLE_COLOR value 69399>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 69400>>> End_Procedure 69401>>> 69401>>> Function ComTabExcelSelectedLeftOuterBorder Returns OLE_COLOR 69403>>> OLE_COLOR retVal 69403>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 69404>>> Function_Return retVal 69405>>> End_Function 69406>>> 69406>>> Procedure Set ComTabExcelSelectedLeftOuterBorder OLE_COLOR value 69408>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 69409>>> End_Procedure 69410>>> 69410>>> Function ComTabExcelSelectedRightOuterBorder Returns OLE_COLOR 69412>>> OLE_COLOR retVal 69412>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 69413>>> Function_Return retVal 69414>>> End_Function 69415>>> 69415>>> Procedure Set ComTabExcelSelectedRightOuterBorder OLE_COLOR value 69417>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 69418>>> End_Procedure 69419>>> 69419>>> Function ComTabExcelSelectedTopOuterBorder Returns OLE_COLOR 69421>>> OLE_COLOR retVal 69421>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 69422>>> Function_Return retVal 69423>>> End_Function 69424>>> 69424>>> Procedure Set ComTabExcelSelectedTopOuterBorder OLE_COLOR value 69426>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 69427>>> End_Procedure 69428>>> 69428>>> Function ComTabExcelNormalLeftInnerBorder Returns OLE_COLOR 69430>>> OLE_COLOR retVal 69430>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 69431>>> Function_Return retVal 69432>>> End_Function 69433>>> 69433>>> Procedure Set ComTabExcelNormalLeftInnerBorder OLE_COLOR value 69435>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 69436>>> End_Procedure 69437>>> 69437>>> Function ComTabExcelNormalTopInnerBorder Returns OLE_COLOR 69439>>> OLE_COLOR retVal 69439>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 69440>>> Function_Return retVal 69441>>> End_Function 69442>>> 69442>>> Procedure Set ComTabExcelNormalTopInnerBorder OLE_COLOR value 69444>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 69445>>> End_Procedure 69446>>> 69446>>> Function ComTabExcelNormalRightInnerBorder Returns OLE_COLOR 69448>>> OLE_COLOR retVal 69448>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 69449>>> Function_Return retVal 69450>>> End_Function 69451>>> 69451>>> Procedure Set ComTabExcelNormalRightInnerBorder OLE_COLOR value 69453>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 69454>>> End_Procedure 69455>>> 69455>>> Function ComTabExcelNormalLeftOuterBorder Returns OLE_COLOR 69457>>> OLE_COLOR retVal 69457>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 69458>>> Function_Return retVal 69459>>> End_Function 69460>>> 69460>>> Procedure Set ComTabExcelNormalLeftOuterBorder OLE_COLOR value 69462>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 69463>>> End_Procedure 69464>>> 69464>>> Function ComTabExcelNormalRightOuterBorder Returns OLE_COLOR 69466>>> OLE_COLOR retVal 69466>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 69467>>> Function_Return retVal 69468>>> End_Function 69469>>> 69469>>> Procedure Set ComTabExcelNormalRightOuterBorder OLE_COLOR value 69471>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 69472>>> End_Procedure 69473>>> 69473>>> Function ComTabExcelNormalTopOuterBorder Returns OLE_COLOR 69475>>> OLE_COLOR retVal 69475>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 69476>>> Function_Return retVal 69477>>> End_Function 69478>>> 69478>>> Procedure Set ComTabExcelNormalTopOuterBorder OLE_COLOR value 69480>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 69481>>> End_Procedure 69482>>> 69482>>> Function ComTabPropertyPageHighlight Returns OLE_COLOR 69484>>> OLE_COLOR retVal 69484>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 69485>>> Function_Return retVal 69486>>> End_Function 69487>>> 69487>>> Procedure Set ComTabPropertyPageHighlight OLE_COLOR value 69489>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 69490>>> End_Procedure 69491>>> 69491>>> Function ComTabPropertyPageShadow Returns OLE_COLOR 69493>>> OLE_COLOR retVal 69493>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 69494>>> Function_Return retVal 69495>>> End_Function 69496>>> 69496>>> Procedure Set ComTabPropertyPageShadow OLE_COLOR value 69498>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 69499>>> End_Procedure 69500>>> 69500>>> Function ComTabPropertyPageDarkShadow Returns OLE_COLOR 69502>>> OLE_COLOR retVal 69502>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 69503>>> Function_Return retVal 69504>>> End_Function 69505>>> 69505>>> Procedure Set ComTabPropertyPageDarkShadow OLE_COLOR value 69507>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 69508>>> End_Procedure 69509>>> 69509>>> Function ComTabPropertyPage2003DarkShadow Returns OLE_COLOR 69511>>> OLE_COLOR retVal 69511>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 69512>>> Function_Return retVal 69513>>> End_Function 69514>>> 69514>>> Procedure Set ComTabPropertyPage2003DarkShadow OLE_COLOR value 69516>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 69517>>> End_Procedure 69518>>> 69518>>> Function ComTabPropertyPage2003FrameBorder Returns OLE_COLOR 69520>>> OLE_COLOR retVal 69520>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 69521>>> Function_Return retVal 69522>>> End_Function 69523>>> 69523>>> Procedure Set ComTabPropertyPage2003FrameBorder OLE_COLOR value 69525>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 69526>>> End_Procedure 69527>>> 69527>>> Function ComTabPropertyPage2003BorderLeftHighlight Returns OLE_COLOR 69529>>> OLE_COLOR retVal 69529>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 69530>>> Function_Return retVal 69531>>> End_Function 69532>>> 69532>>> Procedure Set ComTabPropertyPage2003BorderLeftHighlight OLE_COLOR value 69534>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 69535>>> End_Procedure 69536>>> 69536>>> Function ComTabPropertyPage2003BorderTopHighlight Returns OLE_COLOR 69538>>> OLE_COLOR retVal 69538>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 69539>>> Function_Return retVal 69540>>> End_Function 69541>>> 69541>>> Procedure Set ComTabPropertyPage2003BorderTopHighlight OLE_COLOR value 69543>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 69544>>> End_Procedure 69545>>> 69545>>> Function ComTabStateButtonFaceLight Returns OLE_COLOR 69547>>> OLE_COLOR retVal 69547>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 69548>>> Function_Return retVal 69549>>> End_Function 69550>>> 69550>>> Procedure Set ComTabStateButtonFaceLight OLE_COLOR value 69552>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 69553>>> End_Procedure 69554>>> 69554>>> Function ComTabStateButtonFaceDark Returns OLE_COLOR 69556>>> OLE_COLOR retVal 69556>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 69557>>> Function_Return retVal 69558>>> End_Function 69559>>> 69559>>> Procedure Set ComTabStateButtonFaceDark OLE_COLOR value 69561>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 69562>>> End_Procedure 69563>>> 69563>>> Function ComTabStateButtonBorderTopLeft Returns OLE_COLOR 69565>>> OLE_COLOR retVal 69565>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_I4 to retVal 69566>>> Function_Return retVal 69567>>> End_Function 69568>>> 69568>>> Procedure Set ComTabStateButtonBorderTopLeft OLE_COLOR value 69570>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_I4 to value 69571>>> End_Procedure 69572>>> 69572>>> Function ComTabStateButtonBorderBottomRight Returns OLE_COLOR 69574>>> OLE_COLOR retVal 69574>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to retVal 69575>>> Function_Return retVal 69576>>> End_Function 69577>>> 69577>>> Procedure Set ComTabStateButtonBorderBottomRight OLE_COLOR value 69579>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to value 69580>>> End_Procedure 69581>>> 69581>>> Function ComPaneFace Returns OLE_COLOR 69583>>> OLE_COLOR retVal 69583>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to retVal 69584>>> Function_Return retVal 69585>>> End_Function 69586>>> 69586>>> Procedure Set ComPaneFace OLE_COLOR value 69588>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to value 69589>>> End_Procedure 69590>>> 69590>>> Function ComButtonHighlighted Returns OLE_COLOR 69592>>> OLE_COLOR retVal 69592>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to retVal 69593>>> Function_Return retVal 69594>>> End_Function 69595>>> 69595>>> Procedure Set ComButtonHighlighted OLE_COLOR value 69597>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to value 69598>>> End_Procedure 69599>>> 69599>>> Function ComPressedButton Returns OLE_COLOR 69601>>> OLE_COLOR retVal 69601>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to retVal 69602>>> Function_Return retVal 69603>>> End_Function 69604>>> 69604>>> Procedure Set ComPressedButton OLE_COLOR value 69606>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to value 69607>>> End_Procedure 69608>>> 69608>>> Function ComHighlightedCloseButton Returns OLE_COLOR 69610>>> OLE_COLOR retVal 69610>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 69611>>> Function_Return retVal 69612>>> End_Function 69613>>> 69613>>> Procedure Set ComHighlightedCloseButton OLE_COLOR value 69615>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 69616>>> End_Procedure 69617>>> 69617>>> Function ComSelectedPressedButton Returns OLE_COLOR 69619>>> OLE_COLOR retVal 69619>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 69620>>> Function_Return retVal 69621>>> End_Function 69622>>> 69622>>> Procedure Set ComSelectedPressedButton OLE_COLOR value 69624>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 69625>>> End_Procedure 69626>>> 69626>>> Function ComSelectedHighlightedButton Returns OLE_COLOR 69628>>> OLE_COLOR retVal 69628>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 69629>>> Function_Return retVal 69630>>> End_Function 69631>>> 69631>>> Procedure Set ComSelectedHighlightedButton OLE_COLOR value 69633>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 69634>>> End_Procedure 69635>>> 69635>>> Function ComButtonBorder Returns OLE_COLOR 69637>>> OLE_COLOR retVal 69637>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 69638>>> Function_Return retVal 69639>>> End_Function 69640>>> 69640>>> Procedure Set ComButtonBorder OLE_COLOR value 69642>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 69643>>> End_Procedure 69644>>> 69644>>> Function ComButtonBorderHot Returns OLE_COLOR 69646>>> OLE_COLOR retVal 69646>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to retVal 69647>>> Function_Return retVal 69648>>> End_Function 69649>>> 69649>>> Procedure Set ComButtonBorderHot OLE_COLOR value 69651>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to value 69652>>> End_Procedure 69653>>> 69653>>> Function ComHighlightCloseText Returns OLE_COLOR 69655>>> OLE_COLOR retVal 69655>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to retVal 69656>>> Function_Return retVal 69657>>> End_Function 69658>>> 69658>>> Procedure Set ComHighlightCloseText OLE_COLOR value 69660>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to value 69661>>> End_Procedure 69662>>> 69662>>> Function ComSelectedPressedText Returns OLE_COLOR 69664>>> OLE_COLOR retVal 69664>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 69665>>> Function_Return retVal 69666>>> End_Function 69667>>> 69667>>> Procedure Set ComSelectedPressedText OLE_COLOR value 69669>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 69670>>> End_Procedure 69671>>> 69671>>> Function ComSelectedHighlightedText Returns OLE_COLOR 69673>>> OLE_COLOR retVal 69673>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to retVal 69674>>> Function_Return retVal 69675>>> End_Function 69676>>> 69676>>> Procedure Set ComSelectedHighlightedText OLE_COLOR value 69678>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to value 69679>>> End_Procedure 69680>>> 69680>>> Function ComActiveFilesGlyph Returns OLE_COLOR 69682>>> OLE_COLOR retVal 69682>>> Get ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to retVal 69683>>> Function_Return retVal 69684>>> End_Function 69685>>> 69685>>> Procedure Set ComActiveFilesGlyph OLE_COLOR value 69687>>> Set ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to value 69688>>> End_Procedure 69689>>> 69689>>> Function ComActiveFilesGlyphHighlighted Returns OLE_COLOR 69691>>> OLE_COLOR retVal 69691>>> Get ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_I4 to retVal 69692>>> Function_Return retVal 69693>>> End_Function 69694>>> 69694>>> Procedure Set ComActiveFilesGlyphHighlighted OLE_COLOR value 69696>>> Set ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_I4 to value 69697>>> End_Procedure 69698>>> 69698>>> Function ComActiveFilesGlyphPressed Returns OLE_COLOR 69700>>> OLE_COLOR retVal 69700>>> Get ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_I4 to retVal 69701>>> Function_Return retVal 69702>>> End_Function 69703>>> 69703>>> Procedure Set ComActiveFilesGlyphPressed OLE_COLOR value 69705>>> Set ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_I4 to value 69706>>> End_Procedure 69707>>> 69707>>> Function ComActiveFilesBack Returns OLE_COLOR 69709>>> OLE_COLOR retVal 69709>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 69710>>> Function_Return retVal 69711>>> End_Function 69712>>> 69712>>> Procedure Set ComActiveFilesBack OLE_COLOR value 69714>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 69715>>> End_Procedure 69716>>> 69716>>> Function ComActiveFilesBackHighlighted Returns OLE_COLOR 69718>>> OLE_COLOR retVal 69718>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to retVal 69719>>> Function_Return retVal 69720>>> End_Function 69721>>> 69721>>> Procedure Set ComActiveFilesBackHighlighted OLE_COLOR value 69723>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to value 69724>>> End_Procedure 69725>>> 69725>>> Function ComActiveFilesBackPressed Returns OLE_COLOR 69727>>> OLE_COLOR retVal 69727>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 69728>>> Function_Return retVal 69729>>> End_Function 69730>>> 69730>>> Procedure Set ComActiveFilesBackPressed OLE_COLOR value 69732>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 69733>>> End_Procedure 69734>>>End_Class 69735>>> 69735>>>Class cSigCjComTabPaintManagerColorSet is a cComAutomationObject 69736>>> Import_Class_Protocol cSigCjComITabPaintManagerColorSet 69737>>> 69737>>> Procedure Construct_Object 69739>>> Forward Send Construct_Object 69741>>> Set peAutoCreate to acNoAutoCreate 69742>>> End_Procedure 69743>>>End_Class 69744>>> 69744>>>Class cSigCjComITabPaintManager is a Mixin 69745>>> 69745>>> Function ComAppearance Returns OLEXTPTabAppearanceStyle 69747>>> OLEXTPTabAppearanceStyle retVal 69747>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 69748>>> Function_Return retVal 69749>>> End_Function 69750>>> 69750>>> Procedure Set ComAppearance OLEXTPTabAppearanceStyle value 69752>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 69753>>> End_Procedure 69754>>> 69754>>> Function ComColor Returns OLEXTPTabColorStyle 69756>>> OLEXTPTabColorStyle retVal 69756>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 69757>>> Function_Return retVal 69758>>> End_Function 69759>>> 69759>>> Procedure Set ComColor OLEXTPTabColorStyle value 69761>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 69762>>> End_Procedure 69763>>> 69763>>> Function ComLayout Returns OLEXTPTabLayoutStyle 69765>>> OLEXTPTabLayoutStyle retVal 69765>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 69766>>> Function_Return retVal 69767>>> End_Function 69768>>> 69768>>> Procedure Set ComLayout OLEXTPTabLayoutStyle value 69770>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 69771>>> End_Procedure 69772>>> 69772>>> Function ComPosition Returns OLEXTPTabPosition 69774>>> OLEXTPTabPosition retVal 69774>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 69775>>> Function_Return retVal 69776>>> End_Function 69777>>> 69777>>> Procedure Set ComPosition OLEXTPTabPosition value 69779>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 69780>>> End_Procedure 69781>>> 69781>>> Function ComBoldSelected Returns Boolean 69783>>> Boolean retVal 69783>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 69784>>> Function_Return retVal 69785>>> End_Function 69786>>> 69786>>> Procedure Set ComBoldSelected Boolean value 69788>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 69789>>> End_Procedure 69790>>> 69790>>> Function ComHotTracking Returns Boolean 69792>>> Boolean retVal 69792>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 69793>>> Function_Return retVal 69794>>> End_Function 69795>>> 69795>>> Procedure Set ComHotTracking Boolean value 69797>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 69798>>> End_Procedure 69799>>> 69799>>> Function ComShowIcons Returns Boolean 69801>>> Boolean retVal 69801>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 69802>>> Function_Return retVal 69803>>> End_Function 69804>>> 69804>>> Procedure Set ComShowIcons Boolean value 69806>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 69807>>> End_Procedure 69808>>> 69808>>> Function ComDisableLunaColors Returns Boolean 69810>>> Boolean retVal 69810>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 69811>>> Function_Return retVal 69812>>> End_Function 69813>>> 69813>>> Procedure Set ComDisableLunaColors Boolean value 69815>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 69816>>> End_Procedure 69817>>> 69817>>> Function ComOneNoteColors Returns Boolean 69819>>> Boolean retVal 69819>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 69820>>> Function_Return retVal 69821>>> End_Function 69822>>> 69822>>> Procedure Set ComOneNoteColors Boolean value 69824>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 69825>>> End_Procedure 69826>>> 69826>>> Function ComClientFrame Returns OLEXTPTabClientFrame 69828>>> OLEXTPTabClientFrame retVal 69828>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 69829>>> Function_Return retVal 69830>>> End_Function 69831>>> 69831>>> Procedure Set ComClientFrame OLEXTPTabClientFrame value 69833>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 69834>>> End_Procedure 69835>>> 69835>>> Function ComStaticFrame Returns Boolean 69837>>> Boolean retVal 69837>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 69838>>> Function_Return retVal 69839>>> End_Function 69840>>> 69840>>> Procedure Set ComStaticFrame Boolean value 69842>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 69843>>> End_Procedure 69844>>> 69844>>> Function ComDrawTextPathEllipsis Returns Boolean 69846>>> Boolean retVal 69846>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 69847>>> Function_Return retVal 69848>>> End_Function 69849>>> 69849>>> Procedure Set ComDrawTextPathEllipsis Boolean value 69851>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 69852>>> End_Procedure 69853>>> 69853>>> Function ComDrawTextNoPrefix Returns Boolean 69855>>> Boolean retVal 69855>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 69856>>> Function_Return retVal 69857>>> End_Function 69858>>> 69858>>> Procedure Set ComDrawTextNoPrefix Boolean value 69860>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 69861>>> End_Procedure 69862>>> 69862>>> Function ComFont Returns Variant 69864>>> Variant retVal 69864>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 69865>>> Function_Return retVal 69866>>> End_Function 69867>>> 69867>>> Procedure Set ComFont Variant value 69869>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 69870>>> End_Procedure 69871>>> 69871>>> Function ComMultiRowFixedSelection Returns Boolean 69873>>> Boolean retVal 69873>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 69874>>> Function_Return retVal 69875>>> End_Function 69876>>> 69876>>> Procedure Set ComMultiRowFixedSelection Boolean value 69878>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 69879>>> End_Procedure 69880>>> 69880>>> Function ComMultiRowJustified Returns Boolean 69882>>> Boolean retVal 69882>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 69883>>> Function_Return retVal 69884>>> End_Function 69885>>> 69885>>> Procedure Set ComMultiRowJustified Boolean value 69887>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 69888>>> End_Procedure 69889>>> 69889>>> Function ComToolTipBehaviour Returns OLEXTPTabToolTipBehaviour 69891>>> OLEXTPTabToolTipBehaviour retVal 69891>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 69892>>> Function_Return retVal 69893>>> End_Function 69894>>> 69894>>> Procedure Set ComToolTipBehaviour OLEXTPTabToolTipBehaviour value 69896>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 69897>>> End_Procedure 69898>>> 69898>>> Function ComSelectTabOnDragOver Returns Integer 69900>>> Integer retVal 69900>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 69901>>> Function_Return retVal 69902>>> End_Function 69903>>> 69903>>> Procedure Set ComSelectTabOnDragOver Integer value 69905>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 69906>>> End_Procedure 69907>>> 69907>>> Function ComFillBackground Returns Boolean 69909>>> Boolean retVal 69909>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 69910>>> Function_Return retVal 69911>>> End_Function 69912>>> 69912>>> Procedure Set ComFillBackground Boolean value 69914>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 69915>>> End_Procedure 69916>>> 69916>>> Function ComRotateImageOnVerticalDraw Returns Boolean 69918>>> Boolean retVal 69918>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 69919>>> Function_Return retVal 69920>>> End_Function 69921>>> 69921>>> Procedure Set ComRotateImageOnVerticalDraw Boolean value 69923>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 69924>>> End_Procedure 69925>>> 69925>>> Function ComFixedTabWidth Returns Integer 69927>>> Integer retVal 69927>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 69928>>> Function_Return retVal 69929>>> End_Function 69930>>> 69930>>> Procedure Set ComFixedTabWidth Integer value 69932>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 69933>>> End_Procedure 69934>>> 69934>>> Function ComMinTabWidth Returns Integer 69936>>> Integer retVal 69936>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 69937>>> Function_Return retVal 69938>>> End_Function 69939>>> 69939>>> Procedure Set ComMinTabWidth Integer value 69941>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 69942>>> End_Procedure 69943>>> 69943>>> Function ComMaxTabWidth Returns Integer 69945>>> Integer retVal 69945>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 69946>>> Function_Return retVal 69947>>> End_Function 69948>>> 69948>>> Procedure Set ComMaxTabWidth Integer value 69950>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 69951>>> End_Procedure 69952>>> 69952>>> Function ComDrawTextFormat Returns OLEXTPTabDrawTextFormat 69954>>> OLEXTPTabDrawTextFormat retVal 69954>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 69955>>> Function_Return retVal 69956>>> End_Function 69957>>> 69957>>> Procedure Set ComDrawTextFormat OLEXTPTabDrawTextFormat value 69959>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 69960>>> End_Procedure 69961>>> 69961>>> Function ComShowTabs Returns Boolean 69963>>> Boolean retVal 69963>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 69964>>> Function_Return retVal 69965>>> End_Function 69966>>> 69966>>> Procedure Set ComShowTabs Boolean value 69968>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 69969>>> End_Procedure 69970>>> 69970>>> Function ComClearTypeTextQuality Returns Boolean 69972>>> Boolean retVal 69972>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 69973>>> Function_Return retVal 69974>>> End_Function 69975>>> 69975>>> Procedure Set ComClearTypeTextQuality Boolean value 69977>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 69978>>> End_Procedure 69979>>> 69979>>> Function ComVerticalTextTopToBottom Returns Boolean 69981>>> Boolean retVal 69981>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 69982>>> Function_Return retVal 69983>>> End_Function 69984>>> 69984>>> Procedure Set ComVerticalTextTopToBottom Boolean value 69986>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 69987>>> End_Procedure 69988>>> 69988>>> Function ComMultiRowTabsOptimization Returns Boolean 69990>>> Boolean retVal 69990>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 69991>>> Function_Return retVal 69992>>> End_Function 69993>>> 69993>>> Procedure Set ComMultiRowTabsOptimization Boolean value 69995>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 69996>>> End_Procedure 69997>>> 69997>>> Function ComIsColorSupported OLEXTPTabColorStyle llColor Returns Boolean 69999>>> Handle hDispatchDriver 69999>>> Boolean retVal 69999>>> Get phDispatchDriver to hDispatchDriver 70000>>> Send PrepareParams to hDispatchDriver 1 70001>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 70002>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 70003>>> Function_Return retVal 70004>>> End_Function 70005>>> 70005>>> Function ComClientMargin Returns Variant 70007>>> Handle hDispatchDriver 70007>>> Variant retVal 70007>>> Get phDispatchDriver to hDispatchDriver 70008>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 70009>>> Function_Return retVal 70010>>> End_Function 70011>>> 70011>>> Function ComControlMargin Returns Variant 70013>>> Handle hDispatchDriver 70013>>> Variant retVal 70013>>> Get phDispatchDriver to hDispatchDriver 70014>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 70015>>> Function_Return retVal 70016>>> End_Function 70017>>> 70017>>> Function ComHeaderMargin Returns Variant 70019>>> Handle hDispatchDriver 70019>>> Variant retVal 70019>>> Get phDispatchDriver to hDispatchDriver 70020>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 70021>>> Function_Return retVal 70022>>> End_Function 70023>>> 70023>>> Function ComButtonMargin Returns Variant 70025>>> Handle hDispatchDriver 70025>>> Variant retVal 70025>>> Get phDispatchDriver to hDispatchDriver 70026>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 70027>>> Function_Return retVal 70028>>> End_Function 70029>>> 70029>>> Function ComColorSet Returns Variant 70031>>> Handle hDispatchDriver 70031>>> Variant retVal 70031>>> Get phDispatchDriver to hDispatchDriver 70032>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 70033>>> Function_Return retVal 70034>>> End_Function 70035>>> 70035>>> Procedure ComSetIconSize Integer llcx Integer llcy 70037>>> Handle hDispatchDriver 70037>>> Get phDispatchDriver to hDispatchDriver 70038>>> Send PrepareParams to hDispatchDriver 2 70039>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 70040>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 70041>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 70042>>> End_Procedure 70043>>>End_Class 70044>>> 70044>>>Class cSigCjComTabPaintManager is a cComAutomationObject 70045>>> Import_Class_Protocol cSigCjComITabPaintManager 70046>>> 70046>>> Procedure Construct_Object 70048>>> Forward Send Construct_Object 70050>>> Set peAutoCreate to acNoAutoCreate 70051>>> End_Procedure 70052>>>End_Class 70053>>> 70053>>>Class cSigCjComITabControlItem is a Mixin 70054>>> 70054>>> Function ComCaption Returns String 70056>>> String retVal 70056>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 70057>>> Function_Return retVal 70058>>> End_Function 70059>>> 70059>>> Procedure Set ComCaption String value 70061>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 70062>>> End_Procedure 70063>>> 70063>>> Function ComTag Returns Variant 70065>>> Variant retVal 70065>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to retVal 70066>>> Function_Return retVal 70067>>> End_Function 70068>>> 70068>>> Procedure Set ComTag Variant value 70070>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to value 70071>>> End_Procedure 70072>>> 70072>>> Function ComSelected Returns Boolean 70074>>> Boolean retVal 70074>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 70075>>> Function_Return retVal 70076>>> End_Function 70077>>> 70077>>> Procedure Set ComSelected Boolean value 70079>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 70080>>> End_Procedure 70081>>> 70081>>> Function ComImage Returns Integer 70083>>> Integer retVal 70083>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 70084>>> Function_Return retVal 70085>>> End_Function 70086>>> 70086>>> Procedure Set ComImage Integer value 70088>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 70089>>> End_Procedure 70090>>> 70090>>> Function ComColor Returns OLE_COLOR 70092>>> OLE_COLOR retVal 70092>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 70093>>> Function_Return retVal 70094>>> End_Function 70095>>> 70095>>> Procedure Set ComColor OLE_COLOR value 70097>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 70098>>> End_Procedure 70099>>> 70099>>> Function ComVisible Returns Boolean 70101>>> Boolean retVal 70101>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 70102>>> Function_Return retVal 70103>>> End_Function 70104>>> 70104>>> Procedure Set ComVisible Boolean value 70106>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 70107>>> End_Procedure 70108>>> 70108>>> Function ComEnabled Returns Boolean 70110>>> Boolean retVal 70110>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 70111>>> Function_Return retVal 70112>>> End_Function 70113>>> 70113>>> Procedure Set ComEnabled Boolean value 70115>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 70116>>> End_Procedure 70117>>> 70117>>> Function ComToolTip Returns String 70119>>> String retVal 70119>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 70120>>> Function_Return retVal 70121>>> End_Function 70122>>> 70122>>> Procedure Set ComToolTip String value 70124>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 70125>>> End_Procedure 70126>>> 70126>>> Function ComClosable Returns Boolean 70128>>> Boolean retVal 70128>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 70129>>> Function_Return retVal 70130>>> End_Function 70131>>> 70131>>> Procedure Set ComClosable Boolean value 70133>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 70134>>> End_Procedure 70135>>> 70135>>> Function ComHandle Returns OLE_HANDLE 70137>>> OLE_HANDLE retVal 70137>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 70138>>> Function_Return retVal 70139>>> End_Function 70140>>> 70140>>> Procedure Set ComHandle OLE_HANDLE value 70142>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 70143>>> End_Procedure 70144>>> 70144>>> Function ComIndex Returns Integer 70146>>> Handle hDispatchDriver 70146>>> Integer retVal 70146>>> Get phDispatchDriver to hDispatchDriver 70147>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 70148>>> Function_Return retVal 70149>>> End_Function 70150>>> 70150>>> Procedure ComMove Integer llIndex 70152>>> Handle hDispatchDriver 70152>>> Get phDispatchDriver to hDispatchDriver 70153>>> Send PrepareParams to hDispatchDriver 1 70154>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70155>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 70156>>> End_Procedure 70157>>> 70157>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 70159>>> Handle hDispatchDriver 70159>>> Get phDispatchDriver to hDispatchDriver 70160>>> Send PrepareParams to hDispatchDriver 4 70161>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 70162>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 70163>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 70164>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 70165>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 70166>>> End_Procedure 70167>>> 70167>>> Procedure ComEnsureVisible 70169>>> Handle hDispatchDriver 70169>>> Get phDispatchDriver to hDispatchDriver 70170>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 70171>>> End_Procedure 70172>>>End_Class 70173>>> 70173>>>Class cSigCjComTabControlItem is a cComAutomationObject 70174>>> Import_Class_Protocol cSigCjComITabControlItem 70175>>> 70175>>> Procedure Construct_Object 70177>>> Forward Send Construct_Object 70179>>> Set peAutoCreate to acNoAutoCreate 70180>>> End_Procedure 70181>>>End_Class 70182>>> 70182>>>//============================================================================== 70182>>>//End of package - SigCjC_TabManager.pkg 70182>>>//============================================================================== 70182>>> 70182>Use SigCjC_TextAlign.pkg Including file: SigCjC_TextAlign.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_TextAlign.pkg) 70182>>>//============================================================================== 70182>>>// Project : SigCj - VDF Classes for Codejock 70182>>>// File : SigCjC_TextAlign.pkg 70182>>>// Description : Common Define / Class for Codejock controls 70182>>>// 70182>>>// Created by : Ian Smith 70182>>>// Revision : $Rev$ 70182>>>// $Date$ 70182>>>// $Author$ 70182>>>// 70182>>>// Requirements : Visual DataFlex 19.1 70182>>>// Codejock SuitePro - Version 20.3.0 70182>>>// 70182>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70182>>>// Visual DataFlex Special Interest Group UK. 70182>>>// http://www.vdfsig.co.uk 70182>>>// 70182>>>// This file is part of SigCj. 70182>>>// 70182>>>// SigCj is free software: you can redistribute it and/or modify 70182>>>// it under the terms of the GNU Lesser General Public License 70182>>>// as published by the Free Software Foundation, either version 70182>>>// 2.1 of the License, or (at your option) any later version. 70182>>>// 70182>>>// SigCj is distributed in the hope that it will be useful, but 70182>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70182>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70182>>>// GNU Lesser General Public License for more details. 70182>>>// 70182>>>// If you have the complete SigCj workspace then a copy of the 70182>>>// GNU Lesser General Public License is in the Docs folder. If 70182>>>// not, see . 70182>>>// 70182>>>//============================================================================== 70182>>>//CompilerWarnings Suspend 70182>>> 70182>>>Use FlexCom20.pkg 70182>>> 70182>>>Define OLEXTPTextAlignment for Integer 70182>>> Define OLExtpAlignmentLeft for 0 70182>>> Define OLExtpAlignmentCenter for 1 70182>>> Define OLExtpAlignmentRight for 2 70182>>> 70182>>>//============================================================================== 70182>>>//End of package - SigCjC_TextAlign.pkg 70182>>>//============================================================================== 70182>>> 70182>Use SigCjC_TextImageRelationStyle.pkg Including file: SigCjC_TextImageRelationStyle.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_TextImageRelationStyle.pkg) 70182>>>//============================================================================== 70182>>>// Project : SigCj - VDF Classes for Codejock 70182>>>// File : SigCjC_TextImageRelationStyle.pkg 70182>>>// Description : Common Define / Class for Codejock controls 70182>>>// 70182>>>// Created by : Ian Smith 70182>>>// Revision : $Rev$ 70182>>>// $Date$ 70182>>>// $Author$ 70182>>>// 70182>>>// Requirements : Visual DataFlex 19.1 70182>>>// Codejock SuitePro - Version 20.3.0 70182>>>// 70182>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70182>>>// Visual DataFlex Special Interest Group UK. 70182>>>// http://www.vdfsig.co.uk 70182>>>// 70182>>>// This file is part of SigCj. 70182>>>// 70182>>>// SigCj is free software: you can redistribute it and/or modify 70182>>>// it under the terms of the GNU Lesser General Public License 70182>>>// as published by the Free Software Foundation, either version 70182>>>// 2.1 of the License, or (at your option) any later version. 70182>>>// 70182>>>// SigCj is distributed in the hope that it will be useful, but 70182>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70182>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70182>>>// GNU Lesser General Public License for more details. 70182>>>// 70182>>>// If you have the complete SigCj workspace then a copy of the 70182>>>// GNU Lesser General Public License is in the Docs folder. If 70182>>>// not, see . 70182>>>// 70182>>>//============================================================================== 70182>>>//CompilerWarnings Suspend 70182>>> 70182>>>Use FlexCom20.pkg 70182>>> 70182>>>Define OLETextImageRelationStyle for Integer 70182>>> Define OLExtpOverlay for 0 70182>>> Define OLExtpImageAboveText for 1 70182>>> Define OLExtpTextAboveImage for 2 70182>>> Define OLExtpImageBeforeText for 3 70182>>> Define OLExtpTextBeforeImage for 4 70182>>> 70182>>>//============================================================================== 70182>>>//End of package - SigCjC_TextImageRelationStyle.pkg 70182>>>//============================================================================== 70182>>> 70182>Use SigCjC_ToolTip.pkg Including file: SigCjC_ToolTip.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjC_ToolTip.pkg) 70182>>>//============================================================================== 70182>>>// Project : SigCj - VDF Classes for Codejock 70182>>>// File : SigCjC_ToolTip.pkg 70182>>>// Description : Common Define / Class for Codejock controls 70182>>>// 70182>>>// Created by : Ian Smith 70182>>>// Revision : $Rev$ 70182>>>// $Date$ 70182>>>// $Author$ 70182>>>// 70182>>>// Requirements : Visual DataFlex 19.1 70182>>>// Codejock SuitePro - Version 20.3.0 70182>>>// 70182>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70182>>>// Visual DataFlex Special Interest Group UK. 70182>>>// http://www.vdfsig.co.uk 70182>>>// 70182>>>// This file is part of SigCj. 70182>>>// 70182>>>// SigCj is free software: you can redistribute it and/or modify 70182>>>// it under the terms of the GNU Lesser General Public License 70182>>>// as published by the Free Software Foundation, either version 70182>>>// 2.1 of the License, or (at your option) any later version. 70182>>>// 70182>>>// SigCj is distributed in the hope that it will be useful, but 70182>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70182>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70182>>>// GNU Lesser General Public License for more details. 70182>>>// 70182>>>// If you have the complete SigCj workspace then a copy of the 70182>>>// GNU Lesser General Public License is in the Docs folder. If 70182>>>// not, see . 70182>>>// 70182>>>//============================================================================== 70182>>>//CompilerWarnings Suspend 70182>>> 70182>>>Use FlexCom20.pkg 70182>>> 70182>>>Define OLEXTPToolTipStyle for Integer 70182>>> Define OLExtpToolTipStandard for 0 70182>>> Define OLExtpToolTipBalloon for 1 70182>>> Define OLExtpToolTipOffice for 2 70182>>> Define OLExtpToolTipRTF for 3 70182>>> Define OLExtpToolTipLuna for 4 70182>>> Define OLExtpToolTipResource for 5 70182>>> Define OLExtpToolTipHTML for 6 70182>>> Define OLExtpToolTipMarkup for 7 70182>>> Define OLExtpToolTipOffice2013 for 8 70182>>> Define OLExtpToolTipOffice2016 for 8 70182>>> 70182>>>Define OLEXTPToolTipIcon for Integer 70182>>> Define OLExtpToolTipIconNone for 0 70182>>> Define OLExtpToolTipIconInfo for 1 70182>>> Define OLExtpToolTipIconWarning for 2 70182>>> Define OLExtpToolTipIconError for 3 70182>>> 70182>>>Class cSigCjComIToolTipContext is a Mixin 70183>>> 70183>>> Function ComStyle Returns OLEXTPToolTipStyle 70185>>> OLEXTPToolTipStyle retVal 70185>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 70186>>> Function_Return retVal 70187>>> End_Function 70188>>> 70188>>> Procedure Set ComStyle OLEXTPToolTipStyle value 70190>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 70191>>> End_Procedure 70192>>> 70192>>> Function ComMaxTipWidth Returns Integer 70194>>> Integer retVal 70194>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 70195>>> Function_Return retVal 70196>>> End_Function 70197>>> 70197>>> Procedure Set ComMaxTipWidth Integer value 70199>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 70200>>> End_Procedure 70201>>> 70201>>> Function ComTipBkColor Returns OLE_COLOR 70203>>> OLE_COLOR retVal 70203>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 70204>>> Function_Return retVal 70205>>> End_Function 70206>>> 70206>>> Procedure Set ComTipBkColor OLE_COLOR value 70208>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 70209>>> End_Procedure 70210>>> 70210>>> Function ComTipTextColor Returns OLE_COLOR 70212>>> OLE_COLOR retVal 70212>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 70213>>> Function_Return retVal 70214>>> End_Function 70215>>> 70215>>> Procedure Set ComTipTextColor OLE_COLOR value 70217>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 70218>>> End_Procedure 70219>>> 70219>>> Function ComFont Returns Variant 70221>>> Variant retVal 70221>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 70222>>> Function_Return retVal 70223>>> End_Function 70224>>> 70224>>> Procedure Set ComFont Variant value 70226>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 70227>>> End_Procedure 70228>>> 70228>>> Function ComShowOfficeBorder Returns Boolean 70230>>> Boolean retVal 70230>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 70231>>> Function_Return retVal 70232>>> End_Function 70233>>> 70233>>> Procedure Set ComShowOfficeBorder Boolean value 70235>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 70236>>> End_Procedure 70237>>> 70237>>> Function ComShowShadow Returns Boolean 70239>>> Boolean retVal 70239>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 70240>>> Function_Return retVal 70241>>> End_Function 70242>>> 70242>>> Procedure Set ComShowShadow Boolean value 70244>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 70245>>> End_Procedure 70246>>> 70246>>> Function ComImageDPIScaling Returns Boolean 70248>>> Boolean retVal 70248>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 70249>>> Function_Return retVal 70250>>> End_Function 70251>>> 70251>>> Procedure Set ComImageDPIScaling Boolean value 70253>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 70254>>> End_Procedure 70255>>> 70255>>> Procedure ComShowTitleAndDescription Boolean llShowTitleAndDescription OLEXTPToolTipIcon llIconTitle 70257>>> Handle hDispatchDriver 70257>>> Get phDispatchDriver to hDispatchDriver 70258>>> Send PrepareParams to hDispatchDriver 2 70259>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowTitleAndDescription 70260>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconTitle 70261>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 70262>>> End_Procedure 70263>>> 70263>>> Function ComIsBalloonStyleSupported Returns Boolean 70265>>> Handle hDispatchDriver 70265>>> Boolean retVal 70265>>> Get phDispatchDriver to hDispatchDriver 70266>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_BOOL to retVal 70267>>> Function_Return retVal 70268>>> End_Function 70269>>> 70269>>> Procedure ComSetMargin Integer llLeft Integer llTop Integer llRight Integer llBottom 70271>>> Handle hDispatchDriver 70271>>> Get phDispatchDriver to hDispatchDriver 70272>>> Send PrepareParams to hDispatchDriver 4 70273>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 70274>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 70275>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 70276>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 70277>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 70278>>> End_Procedure 70279>>> 70279>>> Procedure ComShowImage Boolean llShowImage Integer llImageBase 70281>>> Handle hDispatchDriver 70281>>> Get phDispatchDriver to hDispatchDriver 70282>>> Send PrepareParams to hDispatchDriver 2 70283>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowImage 70284>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llImageBase 70285>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 70286>>> End_Procedure 70287>>> 70287>>> Procedure ComSetVectorIconSize Integer llcx Integer llcy 70289>>> Handle hDispatchDriver 70289>>> Get phDispatchDriver to hDispatchDriver 70290>>> Send PrepareParams to hDispatchDriver 2 70291>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 70292>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 70293>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 70294>>> End_Procedure 70295>>>End_Class 70296>>> 70296>>>Class cSigCjComToolTipContext is a cComAutomationObject 70297>>> Import_Class_Protocol cSigCjComIToolTipContext 70298>>> 70298>>> Procedure Construct_Object 70300>>> Forward Send Construct_Object 70302>>> Set peAutoCreate to acNoAutoCreate 70303>>> End_Procedure 70304>>>End_Class 70305>>> 70305>>>//============================================================================== 70305>>>//End of package - SigCjC_ToolTip.pkg 70305>>>//============================================================================== 70305>>> 70305>Use SigCjLicense.pkg Including file: SigCjLicense.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjLicense.pkg) 70305>>>//============================================================================== 70305>>>// Project : SigCj - VDF Classes for Codejock 70305>>>// File : SigCjLicense.pkg 70305>>>// Description : License file for Codejock controls 70305>>>// 70305>>>// Created by : Ian Smith 70305>>>// Revision : $Rev$ 70305>>>// $Date$ 70305>>>// $Author$ 70305>>>// 70305>>>// Requirements : Visual DataFlex 19.1 70305>>>// Codejock SuitePro - Version 20.3.0 70305>>>// 70305>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70305>>>// Visual DataFlex Special Interest Group UK. 70305>>>// http://www.vdfsig.co.uk 70305>>>// 70305>>>// This file is part of SigCj. 70305>>>// 70305>>>// SigCj is free software: you can redistribute it and/or modify 70305>>>// it under the terms of the GNU Lesser General Public License 70305>>>// as published by the Free Software Foundation, either version 70305>>>// 2.1 of the License, or (at your option) any later version. 70305>>>// 70305>>>// SigCj is distributed in the hope that it will be useful, but 70305>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70305>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70305>>>// GNU Lesser General Public License for more details. 70305>>>// 70305>>>// If you have the complete SigCj workspace then a copy of the 70305>>>// GNU Lesser General Public License is in the Docs folder. If 70305>>>// not, see . 70305>>>// 70305>>>//============================================================================== 70305>>>//CompilerWarnings Suspend 70305>>> 70305>>>Use SigCjLicense_v20.3.0.pkg Including file: SigCjLicense_v20.3.0.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjLicense_v20.3.0.pkg) 70305>>>>>//============================================================================== 70305>>>>>// Project : SigCj - VDF Classes for Codejock 70305>>>>>// File : SigCjLicense_v20.3.0.pkg 70305>>>>>// Description : License file for Codejock controls 70305>>>>>// 70305>>>>>// Created by : Ian Smith 70305>>>>>// Revision : $Rev$ 70305>>>>>// $Date$ 70305>>>>>// $Author$ 70305>>>>>// 70305>>>>>// Requirements : Visual DataFlex 19.1 70305>>>>>// Codejock SuitePro - Version 20.3.0 70305>>>>>// 70305>>>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70305>>>>>// Visual DataFlex Special Interest Group UK. 70305>>>>>// http://www.vdfsig.co.uk 70305>>>>>// 70305>>>>>// This file is part of SigCj. 70305>>>>>// 70305>>>>>// SigCj is free software: you can redistribute it and/or modify 70305>>>>>// it under the terms of the GNU Lesser General Public License 70305>>>>>// as published by the Free Software Foundation, either version 70305>>>>>// 2.1 of the License, or (at your option) any later version. 70305>>>>>// 70305>>>>>// SigCj is distributed in the hope that it will be useful, but 70305>>>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70305>>>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70305>>>>>// GNU Lesser General Public License for more details. 70305>>>>>// 70305>>>>>// If you have the complete SigCj workspace then a copy of the 70305>>>>>// GNU Lesser General Public License is in the Docs folder. If 70305>>>>>// not, see . 70305>>>>>// 70305>>>>>//============================================================================== 70305>>>>>//CompilerWarnings Suspend 70305>>>>> 70305>>>>>//============================================================================= 70305>>>>>//NOTE 70305>>>>>//==== 70305>>>>>//This license file will only work in VDF 14.1 or above 70305>>>>>// 70305>>>>>//============================================================================= 70305>>>>> 70305>>>>>Define SigCj_Codejock_Version for 200300 70305>>>>> 70305>>>>>Global_Variable String L_cSigCjKeyCrLF 70305>>>>>Move (Character(13) + Character(10)) to L_cSigCjKeyCrLF 70306>>>>> 70306>>>>>Define L_cSigCjKeyCalendar for ( "Calendar Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.Calendar.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: WAD-FOY-VBC-AED") 70306>>>>>Define L_cSigCjKeyChartControl for ( "Chart Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.Chart.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: CHA-RTY-EKD-EME") 70306>>>>>Define L_cSigCjKeyCommandBars for ( "CommandBars Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.CommandBars.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: QQS-PNF-OJV-VBX") 70306>>>>>Define L_cSigCjKeyControls for ( "Suite Controls Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.Controls.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: NSR-VTA-EXQ-TPT") 70306>>>>>Define L_cSigCjKeyDockingPane for ( "Docking Panes Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.DockingPane.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: UCY-KMS-CII-OCF") 70306>>>>>Define L_cSigCjKeyFlowGraph for ( "FlowGraph Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.FlowGraph.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: JKL-NMB-QPO-DGZ") 70306>>>>>Define L_cSigCjKeyMarkupLabel for ( "Markup Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.Markup.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: YU4-GH3-78G-BNP") 70306>>>>>Define L_cSigCjKeyPropertyGrid for ( "Property Grid Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.PropertyGrid.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: HVN-LFW-DIX-XRR") 70306>>>>>Define L_cSigCjKeyReportControl for ( "Report Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.ReportControl.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: HIF-MPA-DRR-OPF") 70306>>>>>Define L_cSigCjKeyShortcutBar for ( "ShortcutBar Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.ShortcutBar.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: REV-QAQ-QMJ-ETA") 70306>>>>>Define L_cSigCjKeySkinFramework for ("Skin Framework Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.SkinFramework.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: GGE-OLD-QQR-EJS") 70306>>>>>Define L_cSigCjKeySyntaxEdit for ( "Syntax Edit Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.SyntaxEdit.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: DPV-TGO-RWX-NGL") 70306>>>>>Define L_cSigCjKeyTaskPanel for ( "TaskPanel Control Copyright (c) 1998-2022 Codejock Software" + L_cSigCjKeyCrLF + "PRODUCT-ID: Codejock.TaskPanel.ActiveX.v20.3" + L_cSigCjKeyCrLF + "VALIDATE-CODE: DJN-TXA-SGX-EFY") 70306>>>>> 70306>>>>>Define L_cSigCjComBackstageButton for "{C0DE2030-ADD1-404B-9432-25BECBA0755F}" 70306>>>>>Define L_cSigCjComBackstageListBox for "{C0DE2030-52D8-4364-BFDC-C828980023B0}" 70306>>>>>Define L_cSigCjComBackstageSeparator for "{C0DE2030-C3CB-4192-B015-BFF56164ED07}" 70306>>>>>Define L_cSigCjComCalendarCaptionBar for "{C0DE2030-E602-42FE-941F-FF71A7F0853A}" 70306>>>>>Define L_cSigCjComCalendarControl for "{C0DE2030-0EF8-4AB4-AF68-4E7C7D4E53F9}" 70306>>>>>Define L_cSigCjComCalendarDialogs for "{C0DE2030-30E7-4833-91F5-6FC9A54281D4}" 70306>>>>>Define L_cSigCjComCalendarEventCategories for "{C0DE2030-F8A9-4BA6-9A90-A4F7AA2ED191}" 70306>>>>>Define L_cSigCjComCalendarEventCategory for "{C0DE2030-2F70-4F66-BAD7-22418073F35F}" 70306>>>>>Define L_cSigCjComCalendarGlobalSettings for "{C0DE2030-BECB-4A1B-88C0-2BCF8C0A9890}" 70306>>>>>Define L_cSigCjComCalendarResource for "{C0DE2030-3FA6-4067-93EA-6EC67A6466D3}" 70306>>>>>Define L_cSigCjComCalendarResources for "{C0DE2030-B13E-400B-93A8-C3461B03E520}" 70306>>>>>Define L_cSigCjComCalendarResourcesManager for "{C0DE2030-6091-4CE5-BB25-19F7BAB4F960}" 70306>>>>>Define L_cSigCjComCalendarThemeImageList for "{C0DE2030-DF5D-4434-9690-788FD471CF5C}" 70306>>>>>Define L_cSigCjComCalendarThemeOffice2007 for "{C0DE2030-53E6-4486-A9A6-274A2DB3B82D}" 70306>>>>>Define L_cSigCjComCalendarThemeRect for "{C0DE2030-B8F4-4204-AEA1-2A2594493656}" 70306>>>>>Define L_cSigCjComChart3dFunnelSeriesStyle for "{C0DE2030-2F6F-48C8-9EF7-AC079A75A3D8}" 70306>>>>>Define L_cSigCjComChart3dPieDiagram for "{C0DE2030-2484-4B5F-A0B7-53899B03BC72}" 70306>>>>>Define L_cSigCjComChart3dPieSeriesStyle for "{C0DE2030-E2C0-4A52-B078-1C72D4620253}" 70306>>>>>Define L_cSigCjComChart3dPyramidSeriesStyle for "{C0DE2030-F700-48EE-8206-E257A6162364}" 70306>>>>>Define L_cSigCjComChart3dRotation for "{C0DE2030-9BB1-463C-9242-1B5CA025B220}" 70306>>>>>Define L_cSigCjComChartAreaSeriesStyle for "{C0DE2030-52B5-4D9D-AFF1-AFBFCD08028E}" 70306>>>>>Define L_cSigCjComChartBarSeriesStyle for "{C0DE2030-3755-480A-9BCC-1964FF166987}" 70306>>>>>Define L_cSigCjComChartBubbleSeriesStyle for "{C0DE2030-9E12-4D12-BE71-A4201B6AD2AC}" 70306>>>>>Define L_cSigCjComChartCandleStickSeriesStyle for "{C0DE2030-0EB6-44F6-9272-97BB44DBF87B}" 70306>>>>>Define L_cSigCjComChartContent for "{C0DE2030-B617-4DD8-8F30-B5180DFCB6FD}" 70306>>>>>Define L_cSigCjComChartControl for "{C0DE2030-D95D-4B0E-93DD-AF0686F199FF}" 70306>>>>>Define L_cSigCjComChartControlGlobalSettings for "{C0DE2030-0821-467F-900D-38764B8ED446}" 70306>>>>>Define L_cSigCjComChartDiagram2D for "{C0DE2030-92B6-4671-9613-6B2A0FBF80A8}" 70306>>>>>Define L_cSigCjComChartFastLineSeriesStyle for "{C0DE2030-10F9-496A-8DF1-57BBD854775D}" 70306>>>>>Define L_cSigCjComChartFunnelDiagram for "{C0DE2030-99DC-44C4-A61E-E76FBEB8E364}" 70306>>>>>Define L_cSigCjComChartFunnelSeriesStyle for "{C0DE2030-0DF9-4BA3-8FE9-DC93FB6F5B7C}" 70306>>>>>Define L_cSigCjComChartGanttSeriesStyle for "{C0DE2030-A5DB-4099-AAB3-B7CDEC061B85}" 70306>>>>>Define L_cSigCjComChartHighLowSeriesStyle for "{C0DE2030-69D9-484B-B873-BD355BF69D49}" 70306>>>>>Define L_cSigCjComChartLineSeriesStyle for "{C0DE2030-2E26-4B6E-A34A-5164FC1D4DD3}" 70306>>>>>Define L_cSigCjComChartPieDiagram for "{C0DE2030-4470-4690-A86C-021689FC0D67}" 70306>>>>>Define L_cSigCjComChartPieSeriesStyle for "{C0DE2030-4245-4F15-BA71-A35FE9EABE7D}" 70306>>>>>Define L_cSigCjComChartPointSeriesStyle for "{C0DE2030-352D-495A-8AD2-6D31BA5A5CC4}" 70306>>>>>Define L_cSigCjComChartPyramidDiagram for "{C0DE2030-2B66-4CCB-BA70-002D508C422D}" 70306>>>>>Define L_cSigCjComChartPyramidSeriesStyle for "{C0DE2030-CD0B-44CF-A502-24E4F47F5A9B}" 70306>>>>>Define L_cSigCjComChartRadarAreaSeriesStyle for "{C0DE2030-8260-4257-BA00-112389068CB1}" 70306>>>>>Define L_cSigCjComChartRadarDiagram for "{C0DE2030-CE70-4F1A-9F16-0BFD8102CE31}" 70306>>>>>Define L_cSigCjComChartRadarLineSeriesStyle for "{C0DE2030-94DD-40C0-8BC9-180000F6BA38}" 70306>>>>>Define L_cSigCjComChartRadarPointSeriesStyle for "{C0DE2030-028C-4FCB-8BB8-61F14C1AF661}" 70306>>>>>Define L_cSigCjComChartRadarSplineAreaSeriesStyle for "{C0DE2030-E8DF-498D-8435-37D973F24E91}" 70306>>>>>Define L_cSigCjComChartRadarSplineSeriesStyle for "{C0DE2030-2964-4F18-93D9-0ED9A8D8DFC3}" 70306>>>>>Define L_cSigCjComChartRangeBarSeriesStyle for "{C0DE2030-18DB-493B-A12B-76FAE1985E43}" 70306>>>>>Define L_cSigCjComChartRangeSplineAreaSeriesStyle for "{C0DE2030-2757-4192-8788-21D31684F975}" 70306>>>>>Define L_cSigCjComChartScatterLineSeriesStyle for "{C0DE2030-C001-4184-A798-7435EB719971}" 70306>>>>>Define L_cSigCjComChartSeriesTrendline for "{C0DE2030-B03F-4E60-9FB6-1F076ED3F0B5}" 70306>>>>>Define L_cSigCjComChartSplineAreaSeriesStyle for "{C0DE2030-6A26-4A90-AEF1-680FF58EB2F5}" 70306>>>>>Define L_cSigCjComChartSplineSeriesStyle for "{C0DE2030-7918-41D5-B554-8F63C756571F}" 70306>>>>>Define L_cSigCjComChartStackedAreaSeriesStyle for "{C0DE2030-92B6-4671-9613-6B2A0FBF5432}" 70306>>>>>Define L_cSigCjComChartStackedBarSeriesStyle for "{C0DE2030-92B6-4671-9613-6B2A0FBF8789}" 70306>>>>>Define L_cSigCjComChartStackedSplineAreaSeriesStyle for "{C0DE2030-51E5-4AFC-AD69-5163B50EF99D}" 70306>>>>>Define L_cSigCjComChartStepAreaSeriesStyle for "{C0DE2030-301C-4B02-A784-57DA03F64BF4}" 70306>>>>>Define L_cSigCjComChartStepLineSeriesStyle for "{C0DE2030-0D59-47B7-854D-378003F17587}" 70306>>>>>Define L_cSigCjComCheckBox for "{C0DE2030-F43F-4510-9EE7-94845C6675DF}" 70306>>>>>Define L_cSigCjComColorPicker for "{C0DE2030-000D-4CB4-A924-D00A640A917D}" 70306>>>>>Define L_cSigCjComComboBox for "{C0DE2030-7279-4FEB-8673-6816B6C9FE24}" 70306>>>>>Define L_cSigCjComCommandBars for "{C0DE2030-1C4D-4DE8-BC4A-5240617D4930}" 70306>>>>>Define L_cSigCjComCommandBarsFrame for "{C0DE2030-148B-45F5-9679-3E0DBBC92C13}" 70306>>>>>Define L_cSigCjComCommandBarsGlobalSettings for "{C0DE2030-D18F-4F58-8647-38F1AD3314C3}" 70306>>>>>Define L_cSigCjComCommonDialog for "{C0DE2030-FE61-4788-BB33-C106E17462DD}" 70306>>>>>Define L_cSigCjComDatePicker for "{C0DE2030-5809-4D82-9289-9A31FBF71134}" 70306>>>>>Define L_cSigCjComDateTimePicker for "{C0DE2030-40D2-42F1-AAD8-2EE2CAB54C6E}" 70306>>>>>Define L_cSigCjComDockingPane for "{C0DE2030-D9CB-4B48-82FB-38A57D81F48A}" 70306>>>>>Define L_cSigCjComDockingPaneFrame for "{C0DE2030-1D63-41A5-852A-34FF6C9EA7A9}" 70306>>>>>Define L_cSigCjComDockingPaneGlobalSettings for "{C0DE2030-1C32-4FCF-AD92-0ABC8202DDD9}" 70306>>>>>Define L_cSigCjComFieldChooser for "{C0DE2030-4B8C-4830-B77F-4CDFCF11A5F4}" 70306>>>>>Define L_cSigCjComFlatEdit for "{C0DE2030-1080-4CA0-AE3C-FB017B98ADB2}" 70306>>>>>Define L_cSigCjComFlowGraph for "{C0DE2030-C12A-49A3-8D95-94C2AE4E8BA6}" 70306>>>>>Define L_cSigCjComFlowGraphGlobalSettings for "{C0DE2030-E2C0-443C-8599-82038743DFD6}" 70306>>>>>Define L_cSigCjComFormExtender for "{C0DE2030-9796-4F31-8ECF-208741CB4E49}" 70306>>>>>Define L_cSigCjComGroupBox for "{C0DE2030-85F1-47D9-A237-01BE9203BB36}" 70306>>>>>Define L_cSigCjComHexEdit for "{C0DE2030-B7EF-4125-A870-113F0518A583}" 70306>>>>>Define L_cSigCjComImageManager for "{C0DE2030-3949-47B3-B687-85E8DDA2AEDB}" 70306>>>>>Define L_cSigCjComLabel for "{C0DE2030-8422-4D30-85AC-FB0B655D400F}" 70306>>>>>Define L_cSigCjComListBox for "{C0DE2030-3417-4473-8683-60262B0C8485}" 70306>>>>>Define L_cSigCjComListView for "{C0DE2030-31D2-4B4A-85B8-14C2465ADA30}" 70306>>>>>Define L_cSigCjComMarkupGlobalSettings for "{C0DE2030-ECC9-46BD-8A7F-1F9D4C30762A}" 70306>>>>>Define L_cSigCjComMarkupLabel for "{C0DE2030-0E2F-473A-B720-BC79ABCC74FF}" 70306>>>>>Define L_cSigCjComMonthCalendar for "{C0DE2030-CFE9-4705-8260-22CAD3AA4554}" 70306>>>>>Define L_cSigCjComPopupControl for "{C0DE2030-3F65-453D-91A6-AACCAAD134BF}" 70306>>>>>Define L_cSigCjComPreview for "{C0DE2030-82E6-4D76-86DD-BDB0971C4327}" 70306>>>>>Define L_cSigCjComPrintPreview for "{C0DE2030-7F9D-4B69-95D0-249FC10AEF31}" 70306>>>>>Define L_cSigCjComProgressBar for "{C0DE2030-F3BE-4610-92E7-E7BF40156859}" 70306>>>>>Define L_cSigCjComPropertyGrid for "{C0DE2030-864C-460A-BF43-31C616C0CA12}" 70306>>>>>Define L_cSigCjComPropertyGridGlobalSettings for "{C0DE2030-FA65-4013-B673-CF3331EC7DFB}" 70306>>>>>Define L_cSigCjComPushButton for "{C0DE2030-589B-49D9-908F-E40E135F82C0}" 70306>>>>>Define L_cSigCjComPushButtonPropPage for "{C0DE2030-B8DD-4D4F-85D6-A7C155829B18}" 70306>>>>>Define L_cSigCjComRadioButton for "{C0DE2030-6CF3-4E62-84E0-3A294384BEFC}" 70306>>>>>Define L_cSigCjComReportControl for "{C0DE2030-E1B5-41B0-B19B-81AA676DB5D4}" 70306>>>>>Define L_cSigCjComReportControlGlobalSettings for "{C0DE2030-9015-4D9A-9FE2-D6921AACF412}" 70306>>>>>Define L_cSigCjComReportRecord for "{C0DE2030-17A6-427A-972A-53BAE2D968C7}" 70306>>>>>Define L_cSigCjComResizer for "{C0DE2030-9C06-4328-AD29-2603CF893882}" 70306>>>>>Define L_cSigCjComResizerControlsPropPage for "{C0DE2030-7A60-4B27-A594-D1E045BBA3D3}" 70306>>>>>Define L_cSigCjComResizerGeneralPropPage for "{C0DE2030-6A65-432B-83B0-17D03E48AFEF}" 70306>>>>>Define L_cSigCjComScrollBar for "{C0DE2030-53A3-4B3E-BFF4-44DFFBA03997}" 70306>>>>>Define L_cSigCjComShortcutBar for "{C0DE2030-EFB8-41DD-82CC-961B340DE49D}" 70306>>>>>Define L_cSigCjComShortcutBarGlobalSettings for "{C0DE2030-2460-41B0-89A3-E3642DF210DC}" 70306>>>>>Define L_cSigCjComShortcutCaption for "{C0DE2030-9140-450E-B51B-89EF63D2DD2E}" 70306>>>>>Define L_cSigCjComSkinFramework for "{C0DE2030-2217-42EE-B1B0-82C890431F17}" 70306>>>>>Define L_cSigCjComSkinFrameworkGlobalSettings for "{C0DE2030-F744-4373-B38D-29CE83EF0EE5}" 70306>>>>>Define L_cSigCjComSlider for "{C0DE2030-6549-4F7F-BF37-CCE38B157FFB}" 70306>>>>>Define L_cSigCjComSuiteControlsGlobalSettings for "{C0DE2030-FB64-432E-84AA-2F2902214402}" 70306>>>>>Define L_cSigCjComSyntaxEdit for "{C0DE2030-1557-497D-B522-62BC1329A5A7}" 70306>>>>>Define L_cSigCjComSyntaxEditFrame for "{C0DE2030-4E21-4EE0-AE53-0C2C364C51DD}" 70306>>>>>Define L_cSigCjComSyntaxEditGlobalSettings for "{C0DE2030-48B3-4DD2-A4C6-1FABA9AC0641}" 70306>>>>>Define L_cSigCjComTabControl for "{C0DE2030-C16F-427D-91D1-D90B7E3A341E}" 70306>>>>>Define L_cSigCjComTabControlPage for "{C0DE2030-2FB1-4365-BD0C-AEC78898E607}" 70306>>>>>Define L_cSigCjComTabControlPropPage for "{C0DE2030-C4B0-4042-9124-45306CDABACB}" 70306>>>>>Define L_cSigCjComTabMarginsPropPage for "{C0DE2030-607A-4DB1-9392-FC8FE2C8CE94}" 70306>>>>>Define L_cSigCjComTabPaintManagerPropPage for "{C0DE2030-5F3F-4975-9280-ACE1204412E4}" 70306>>>>>Define L_cSigCjComTagCloud for "{C0DE2030-9159-461C-B514-B69932020221}" 70306>>>>>Define L_cSigCjComTagCloudPropPage for "{C0DE2030-9842-4F93-AC54-693B54AE668E}" 70306>>>>>Define L_cSigCjComTagCloudStyle for "{C0DE2030-F99F-4413-B8A2-1E933F9FD715}" 70306>>>>>Define L_cSigCjComTagCloudsStyles for "{C0DE2030-5D54-417D-A6B5-9D2832EA1049}" 70306>>>>>Define L_cSigCjComTagCloudTag for "{C0DE2030-7AB1-4FC8-8642-48C6AB20FEEA}" 70306>>>>>Define L_cSigCjComTaskbarManager for "{C0DE2030-2A14-45F4-920A-C02C893A4C1C}" 70306>>>>>Define L_cSigCjComTaskDialog for "{C0DE2030-73AF-48E7-916F-F759FA2AA93A}" 70306>>>>>Define L_cSigCjComTaskPanel for "{C0DE2030-C84E-4C2E-BF15-8E5AB53CA1A8}" 70306>>>>>Define L_cSigCjComTaskPanelGlobalSettings for "{C0DE2030-2218-47C2-BC02-5D3F311467D7}" 70306>>>>>Define L_cSigCjComTrackControl for "{C0DE2030-51C1-4139-994D-C16DFB8F7D9E}" 70306>>>>>Define L_cSigCjComTrayIcon for "{C0DE2030-6CA4-494F-B1DF-0F5D257BFDBD}" 70306>>>>>Define L_cSigCjComTreeView for "{C0DE2030-F612-4B9F-A9F0-041221FE48B0}" 70306>>>>>Define L_cSigCjComUpDown for "{C0DE2030-0499-429C-8FAF-12AC08E801BE}" 70306>>>>>Define L_cSigCjComWebBrowser for "{C0DE2030-32A9-4CF3-BC6B-AF5D960124C2}" 70306>>>>> 70306>>>>>//============================================================================== 70306>>>>>//Codejock License Installed 70306>>>>>//-------------------------- 70306>>>>> 70306>>>>>Use cRegistry.pkg 70306>>>>> 70306>>>>>Function SigCj_CodejockLicenseInstalled Returns Boolean 70308>>>>> Boolean bInstalled 70308>>>>> Handle hoReqistry 70308>>>>> 70308>>>>> Get Create U_cRegistry to hoReqistry 70309>>>>> Set phRootKey of hoReqistry to HKEY_CURRENT_USER //Win7 + 70310>>>>> Get KeyExists of hoReqistry "SOFTWARE\Codejock Software\Xtreme SuitePro ActiveX v20.3.0" to bInstalled 70311>>>>> If (not(bInstalled)) Begin 70313>>>>> Get KeyExists of hoReqistry "SOFTWARE\Codejock Software\Xtreme SuitePro ActiveX v20.3.0 (30 Day Trial)" to bInstalled 70314>>>>> End 70314>>>>>> 70314>>>>> Send Destroy of hoReqistry 70315>>>>> 70315>>>>> Function_Return bInstalled 70316>>>>>End_Function 70317>>>>> 70317>>>>>//============================================================================== 70317>>>>>//End of package - SigCjLicense_v20.3.0.pkg 70317>>>>>//============================================================================== 70317>>>>> 70317>>> 70317>>>//============================================================================== 70317>>>//End of package - SigCjLicense.pkg 70317>>>//============================================================================== 70317>>> 70317>Use SigCjLicense_v20.3.0.pkg 70317>Use SigCjW_Calendar.pkg Including file: SigCjW_Calendar.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_Calendar.pkg) 70317>>>//============================================================================== 70317>>>// Project : SigCj - VDF Classes for Codejock 70317>>>// File : SigCjW_Calendar.pkg 70317>>>// From : Codejock.Calendar.v20.3.0.ocx 70317>>>// Description : DF COM Wrapper Class for Codejock controls 70317>>>// 70317>>>// Created by : Ian Smith 70317>>>// Revision : $Rev$ 70317>>>// $Date$ 70317>>>// $Author$ 70317>>>// 70317>>>// Requirements : Visual DataFlex 19.1 70317>>>// Codejock SuitePro - Version 20.3.0 70317>>>// 70317>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 70317>>>// Visual DataFlex Special Interest Group UK. 70317>>>// http://www.vdfsig.co.uk 70317>>>// 70317>>>// This file is part of SigCj. 70317>>>// 70317>>>// SigCj is free software: you can redistribute it and/or modify 70317>>>// it under the terms of the GNU Lesser General Public License 70317>>>// as published by the Free Software Foundation, either version 70317>>>// 2.1 of the License, or (at your option) any later version. 70317>>>// 70317>>>// SigCj is distributed in the hope that it will be useful, but 70317>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 70317>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 70317>>>// GNU Lesser General Public License for more details. 70317>>>// 70317>>>// If you have the complete SigCj workspace then a copy of the 70317>>>// GNU Lesser General Public License is in the Docs folder. If 70317>>>// not, see . 70317>>>// 70317>>>//============================================================================== 70317>>>//CompilerWarnings Suspend 70317>>> 70317>>>Use FlexCom20.pkg 70317>>> 70317>>>Use SigCjLicense.pkg 70317>>>Use SigCjC_AmbientProperty.pkg 70317>>>Use SigCjC_ColorManager.pkg 70317>>>Use SigCjC_ImageManager.pkg 70317>>>Use SigCjC_Print.pkg 70317>>>Use SigCjC_PropExchange.pkg 70317>>>Use SigCjC_ResourceImages.pkg 70317>>> 70317>>>//============================================================================= 70317>>>//Ian Smith - Add methods for 'Hidden' properties (search for //~~~ block) 70317>>>//============================================================================= 70317>>> 70317>>>Define OLECalendarEventBusyStatus for Integer 70317>>> Define OLExtpCalendarBusyStatusFree for 0 70317>>> Define OLExtpCalendarBusyStatusElsewhere for 1 70317>>> Define OLExtpCalendarBusyStatusTentative for 2 70317>>> Define OLExtpCalendarBusyStatusBusy for 3 70317>>> Define OLExtpCalendarBusyStatusOutOfOffice for 4 70317>>> 70317>>>Define OLECalendarEventImportance for Integer 70317>>> Define OLExtpCalendarImportanceLow for 0 70317>>> Define OLExtpCalendarImportanceNormal for 1 70317>>> Define OLExtpCalendarImportanceHigh for 2 70317>>> 70317>>>Define OLECalendarEventRecurrenceState for Integer 70317>>> Define OLExtpCalendarRecurrenceNotRecurring for 0 70317>>> Define OLExtpCalendarRecurrenceMaster for 1 70317>>> Define OLExtpCalendarRecurrenceOccurrence for 2 70317>>> Define OLExtpCalendarRecurrenceException for 3 70317>>> 70317>>>Define OLECalendarPatternEnd for Integer 70317>>> Define OLExtpCalendarPatternEndDate for 0 70317>>> Define OLExtpCalendarPatternEndAfterOccurrences for 1 70317>>> Define OLExtpCalendarPatternEndNoDate for 2 70317>>> 70317>>>Define OLECalendarWeekDay for Integer 70317>>> Define OLExtpCalendarDaySunday for 1 70317>>> Define OLExtpCalendarDayMonday for 2 70317>>> Define OLExtpCalendarDayTuesday for 4 70317>>> Define OLExtpCalendarDayWednesday for 8 70317>>> Define OLExtpCalendarDayThursday for 16 70317>>> Define OLExtpCalendarDayFriday for 32 70317>>> Define OLExtpCalendarDaySaturday for 64 70317>>> Define OLExtpCalendarDayAllWeek for 127 70317>>> Define OLExtpCalendarDaySaSu for 65 70317>>> Define OLExtpCalendarDayMo_Fr for 62 70317>>> 70317>>>Define OLECalendarRecurrenceType for Integer 70317>>> Define OLExtpCalendarRecurrenceUnknown for 0 70317>>> Define OLExtpCalendarRecurrenceDaily for 1 70317>>> Define OLExtpCalendarRecurrenceWeekly for 2 70317>>> Define OLExtpCalendarRecurrenceMonthly for 3 70317>>> Define OLExtpCalendarRecurrenceMonthNth for 4 70317>>> Define OLExtpCalendarRecurrenceYearly for 5 70317>>> Define OLExtpCalendarRecurrenceYearNth for 6 70317>>> 70317>>>Define OLECalendarDataProviderCacheMode for Integer 70317>>> Define OLExtpCalendarDPCacheModeOff for 0 70317>>> Define OLExtpCalendarDPCacheModeOnRepeat for 1 70317>>> Define OLExtpCalendarDPCacheModeOnClear for 2 70317>>> 70317>>>Define OLECalendarHitTestCode for Integer 70317>>> Define OLExtpCalendarHitTestUnknown for 0 70317>>> Define OLExtpCalendarHitTestDayArea for 1 70317>>> Define OLExtpCalendarHitTestDayHeader for 2 70317>>> Define OLExtpCalendarHitTestDayExpandButton for 4 70317>>> Define OLExtpCalendarHitTestGroupArea for 1 70317>>> Define OLExtpCalendarHitTestGroupHeader for 8 70317>>> Define OLExtpCalendarHitTestDay_Mask for 15 70317>>> Define OLExtpCalendarHitTestEventDragArea for 16 70317>>> Define OLExtpCalendarHitTestEventTextArea for 32 70317>>> Define OLExtpCalendarHitTestEventResizeVArea for 256 70317>>> Define OLExtpCalendarHitTestEventResizeHArea for 512 70317>>> Define OLExtpCalendarHitTestEventResizeArea_Mask for 768 70317>>> Define OLExtpCalendarHitTestEventResizeBegin for 1024 70317>>> Define OLExtpCalendarHitTestEventResizeEnd for 2048 70317>>> Define OLExtpCalendarHitTestEvent_Mask for 4080 70317>>> Define OLExtpCalendarHitTestDayViewTimeScale for 4096 70317>>> Define OLExtpCalendarHitTestDayViewCell for 8192 70317>>> Define OLExtpCalendarHitTestDayViewAllDayEvent for 16384 70317>>> Define OLExtpCalendarHitTestDayViewScrollUp for 65536 70317>>> Define OLExtpCalendarHitTestDayViewScrollDown for 131072 70317>>> Define OLExtpCalendarHitTestAllDayEventsScrollUp for 196608 70317>>> Define OLExtpCalendarHitTestAllDayEventsScrollDown for 262144 70317>>> Define OLExtpCalendarHitTestDayView_Mask for 1044480 70317>>> Define OLExtpCalendarHitTestPrevEventButton for 1048576 70317>>> Define OLExtpCalendarHitTestNextEventButton for 2097152 70317>>> Define OLExtpCalendarHitTestTimeLineScale for 4194304 70317>>> Define OLExtpCalendarHitTestAllDayExpandButton for 16388 70317>>> 70317>>>Define OLECalendarViewType for Integer 70317>>> Define OLExtpCalendarDayView for 0 70317>>> Define OLExtpCalendarWorkWeekView for 1 70317>>> Define OLExtpCalendarWeekView for 2 70317>>> Define OLExtpCalendarMonthView for 3 70317>>> Define OLExtpCalendarFullWeekView for 4 70317>>> Define OLExtpCalendarTimeLineView for 5 70317>>> 70317>>>Define OLECalendarTheme for Integer 70317>>> Define OLExtpCalendarThemeOffice2000 for 0 70317>>> Define OLExtpCalendarThemeOfficeXP for 1 70317>>> Define OLExtpCalendarThemeOffice2003 for 2 70317>>> Define OLExtpCalendarThemeOffice2013 for 3 70317>>> Define OLExtpCalendarThemeOffice2016 for 3 70317>>> Define OLExtpCalendarThemeResource for 4 70317>>> Define OLExtpCalendarThemeVisualStudio2015 for 5 70317>>> Define OLExtpCalendarThemeNativeWindows10 for 6 70317>>> Define OLExtpCalendarThemeOffice2007 for 4 70317>>> Define OLExtpCalendarThemeOffice2010 for 4 70317>>> 70317>>>Define OLECalendarCaptionBarThemeObject for Integer 70317>>> Define OLExtpCalendarCaptionBar_Unknown for 0 70317>>> Define OLExtpCalendarCaptionBar_ButtonViewDay for 1 70317>>> Define OLExtpCalendarCaptionBar_ButtonViewWeek for 2 70317>>> Define OLExtpCalendarCaptionBar_ButtonViewMonth for 4 70317>>> Define OLExtpCalendarCaptionBar_ShowWorkWeek for 16 70317>>> Define OLExtpCalendarCaptionBar_ShowFullWeek for 32 70317>>> Define OLExtpCalendarCaptionBar_ShowTimeline for 64 70317>>> Define OLExtpCalendarCaptionBar_ScrollPrevDate for 256 70317>>> Define OLExtpCalendarCaptionBar_ScrollNextDate for 512 70317>>> Define OLExtpCalendarCaptionBar_DateLabel for 1024 70317>>> Define OLExtpCalendarCaptionBar_ButtonExpand for 2048 70317>>> 70317>>>Define OLECalendarSelectionChanged for Integer 70317>>> Define OLExtpCalendarSelectionUnknown for 0 70317>>> Define OLExtpCalendarSelectionDays for 1 70317>>> Define OLExtpCalendarSelectionEvents for 2 70317>>> 70317>>>Define OLECalendarRemindersAction for Integer 70317>>> Define OLExtpCalendarRemindersMonitoringStarted for 1 70317>>> Define OLExtpCalendarRemindersMonitoringStopped for 2 70317>>> Define OLExtpCalendarRemindersFire for 3 70317>>> Define OLExtpCalendarReminderSnoozed for 4 70317>>> Define OLExtpCalendarReminderDismissed for 5 70317>>> Define OLExtpCalendarReminderDismissedAll for 6 70317>>> Define OLExtpCalendarReminderDimissed for 5 70317>>> Define OLExtpCalendarReminderDimissedAll for 6 70317>>> 70317>>>Define OLECalendarBeforeDrawThemeObject for Integer 70317>>> Define OLExtpCalendarBeforeDraw_DayViewTimeScale for 1 70317>>> Define OLExtpCalendarBeforeDraw_DayViewTimeScaleCaption for 2 70317>>> Define OLExtpCalendarBeforeDraw_DayViewTimeScaleCell for 4 70317>>> Define OLExtpCalendarBeforeDraw_DayViewDay for 16 70317>>> Define OLExtpCalendarBeforeDraw_DayViewDayGroup for 32 70317>>> Define OLExtpCalendarBeforeDraw_DayViewCell for 64 70317>>> Define OLExtpCalendarBeforeDraw_DayViewEvent for 128 70317>>> Define OLExtpCalendarBeforeDraw_AllDayViewEvent for 256 70317>>> Define OLExtpCalendarBeforeDraw_MonthViewDay for 4096 70317>>> Define OLExtpCalendarBeforeDraw_MonthViewEvent for 8192 70317>>> Define OLExtpCalendarBeforeDraw_MonthViewWeekDayHeader for 16384 70317>>> Define OLExtpCalendarBeforeDraw_MonthViewWeekHeader for 32768 70317>>> Define OLExtpCalendarBeforeDraw_WeekViewDay for 1048576 70317>>> Define OLExtpCalendarBeforeDraw_WeekViewEvent for 2097152 70317>>> 70317>>>Define OLECalendarEditOperation for Integer 70317>>> Define OLExtpCalendarEO_Unknown for 0 70317>>> Define OLExtpCalendarEO_DragCopy for 1 70317>>> Define OLExtpCalendarEO_DragMove for 2 70317>>> Define OLExtpCalendarEO_DragResizeBegin for 3 70317>>> Define OLExtpCalendarEO_DragResizeEnd for 4 70317>>> Define OLExtpCalendarEO_EditSubject_ByF2 for 5 70317>>> Define OLExtpCalendarEO_EditSubject_ByMouseClick for 6 70317>>> Define OLExtpCalendarEO_EditSubject_ByTab for 7 70317>>> Define OLExtpCalendarEO_EditSubject_AfterEventResize for 8 70317>>> Define OLExtpCalendarEO_Cut for 9 70317>>> Define OLExtpCalendarEO_Copy for 10 70317>>> Define OLExtpCalendarEO_Paste for 11 70317>>> Define OLExtpCalendarEO_DeleteSelectedEvents for 12 70317>>> Define OLExtpCalendarEO_DeleteEvent for 13 70317>>> Define OLExtpCalendarEO_InPlaceCreateEvent for 14 70317>>> 70317>>>Define OLEXTPCalendarUserAction for Integer 70317>>> Define OLExtpCalendarUserAction_OnExpandDay for -2147483648 70317>>> Define OLExtpCalendarUserAction_OnScrollDay for 1073741824 70317>>> Define OLExtpCalendarUserAction_OnScrollAllDayEvensUp for 805306368 70317>>> Define OLExtpCalendarUserAction_OnScrollAllDayEvensDown for 536870912 70317>>> 70317>>>Define OLEXTPCalendarExpandDayButton for Integer 70317>>> Define OLExtpCalendarExpandDayButton_MonthView for 1 70317>>> Define OLExtpCalendarExpandDayButton_WeekView for 2 70317>>> 70317>>>Define OLEXTPCalendarScrollDayButton for Integer 70317>>> Define OLExtpCalendarScrollDayButton_DayViewUp for 65536 70317>>> Define OLExtpCalendarScrollDayButton_DayViewDown for 131072 70317>>> 70317>>>Define OLECalendarResourcesManagerDataProviderFlags for Integer 70317>>> Define OLExtpCalendarDPFUnknown for 0 70317>>> Define OLExtpCalendarDPF_CreateIfNotExists for 1 70317>>> Define OLExtpCalendarDPF_SaveOnDestroy for 16 70317>>> Define OLExtpCalendarDPF_CloseOnDestroy for 32 70317>>> 70317>>>Define OLECalendarCurrentTimeMarkFlags for Integer 70317>>> Define OLExtpCalendarCurrentTimeMarkNone for 0 70317>>> Define OLExtpCalendarCurrentTimeMarkVisibleForToday for 1 70317>>> Define OLExtpCalendarCurrentTimeMarkVisibleAlways for 2 70317>>> Define OLExtpCalendarCurrentTimeMarkPrinted for 4 70317>>> 70317>>>Define OLECalendarEventIconIDs for Integer 70317>>> Define OLExtpCalendarEventIconIDReminder for -1 70317>>> Define OLExtpCalendarEventIconIDOccurrence for -2 70317>>> Define OLExtpCalendarEventIconIDException for -3 70317>>> Define OLExtpCalendarEventIconIDMeeting for -4 70317>>> Define OLExtpCalendarEventIconIDPrivate for -5 70317>>> 70317>>>Define OLEXTPCalendarGetItemText for Integer 70317>>> Define OLExtpCalendarItemText_EventSubject for 1 70317>>> Define OLExtpCalendarItemText_EventLocation for 2 70317>>> Define OLExtpCalendarItemText_DayViewDayHeader for 4 70317>>> Define OLExtpCalendarItemText_WeekViewDayHeader for 8 70317>>> Define OLExtpCalendarItemText_MonthViewDayHeader for 16 70317>>> Define OLExtpCalendarItemText_MonthViewWeekDayHeader for 32 70317>>> Define OLExtpCalendarItemText_EventToolTipText for 64 70317>>> Define OLExtpCalendarItemText_EventStartTimeText for 256 70317>>> Define OLExtpCalendarItemText_EventEndTimeText for 512 70317>>> Define OLExtpCalendarItemText_CaptionBarDayViewDateLabel for 768 70317>>> Define OLExtpCalendarItemText_CaptionBarWeekViewDateLabel for 1024 70317>>> Define OLExtpCalendarItemText_CaptionBarMonthViewDateLabel for 1280 70317>>> 70317>>>Define OLEXTPCalendarGetItemTextEx for Integer 70317>>> Define OLExtpCalendarItemText_EventBody for 65536 70317>>> Define OLExtpCalendarItemText_EventMarkupTemplate for 67108864 70317>>> Define OLExtpCalendarItemText_DayViewDayHeaderLeft for 131072 70317>>> Define OLExtpCalendarItemText_DayViewDayHeaderCenter for 262144 70317>>> Define OLExtpCalendarItemText_DayViewDayHeaderRight for 524288 70317>>> Define OLExtpCalendarItemText_WeekViewDayHeaderLeft for 1048576 70317>>> Define OLExtpCalendarItemText_WeekViewDayHeaderCenter for 2097152 70317>>> Define OLExtpCalendarItemText_WeekViewDayHeaderRight for 4194304 70317>>> Define OLExtpCalendarItemText_MonthViewDayHeaderLeft for 8388608 70317>>> Define OLExtpCalendarItemText_MonthViewDayHeaderCenter for 16777216 70317>>> Define OLExtpCalendarItemText_MonthViewDayHeaderRight for 33554432 70317>>> 70317>>>Define OLEXTPCalendarAdditionalOptions for Integer 70317>>> Define OLExtpCalendarOptMonthViewShowStartTimeAlways for 1 70317>>> Define OLExtpCalendarOptMonthViewShowEndTimeAlways for 2 70317>>> Define OLExtpCalendarOptWeekViewShowStartTimeAlways for 4 70317>>> Define OLExtpCalendarOptWeekViewShowEndTimeAlways for 8 70317>>> Define OLExtpCalendarOptDayViewNoWordBreak for 16 70317>>> Define OLExtpCalendarOptWorkWeekViewShowStartTimeAlways for 32 70317>>> Define OLExtpCalendarOptWorkWeekViewShowEndTimeAlways for 64 70317>>> Define OLExtpCalendarOptDayViewShowStartTimeAlways for 128 70317>>> Define OLExtpCalendarOptDayViewShowEndTimeAlways for 256 70317>>> 70317>>>Define OLEDatePickerBorderStyle for Integer 70317>>> Define OLExtpDatePickerBorderNone for 0 70317>>> Define OLExtpDatePickerBorder3D for 1 70317>>> Define OLExtpDatePickerBorderOffice for 2 70317>>> Define OLExtpDatePickerBorderStatic for 3 70317>>> 70317>>>Class cSigCjComICalendarEventCategories is a Mixin 70318>>> 70318>>> Function ComCount Returns Integer 70320>>> Handle hDispatchDriver 70320>>> Integer retVal 70320>>> Get phDispatchDriver to hDispatchDriver 70321>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 70322>>> Function_Return retVal 70323>>> End_Function 70324>>> 70324>>> Function ComItem Integer llIndex Returns Variant 70326>>> Handle hDispatchDriver 70326>>> Variant retVal 70326>>> Get phDispatchDriver to hDispatchDriver 70327>>> Send PrepareParams to hDispatchDriver 1 70328>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70329>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 70330>>> Function_Return retVal 70331>>> End_Function 70332>>> 70332>>> Procedure Set ComItem Integer llIndex Variant value 70334>>> Handle hDispatchDriver 70334>>> Get phDispatchDriver to hDispatchDriver 70335>>> Send PrepareParams to hDispatchDriver 2 70336>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70337>>> Set ComProperty of hDispatchDriver 0 OLE_VT_DISPATCH to value 70338>>> End_Procedure 70339>>> 70339>>> Procedure ComAdd Variant llEventCategory 70341>>> Handle hDispatchDriver 70341>>> Get phDispatchDriver to hDispatchDriver 70342>>> Send PrepareParams to hDispatchDriver 1 70343>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEventCategory 70344>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 70345>>> End_Procedure 70346>>> 70346>>> Procedure ComRemove Integer llIndex 70348>>> Handle hDispatchDriver 70348>>> Get phDispatchDriver to hDispatchDriver 70349>>> Send PrepareParams to hDispatchDriver 1 70350>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70351>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 70352>>> End_Procedure 70353>>> 70353>>> Procedure ComRemoveAll 70355>>> Handle hDispatchDriver 70355>>> Get phDispatchDriver to hDispatchDriver 70356>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 70357>>> End_Procedure 70358>>> 70358>>> Function ComFind Integer llLabelID Returns Variant 70360>>> Handle hDispatchDriver 70360>>> Variant retVal 70360>>> Get phDispatchDriver to hDispatchDriver 70361>>> Send PrepareParams to hDispatchDriver 1 70362>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLabelID 70363>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 70364>>> Function_Return retVal 70365>>> End_Function 70366>>> 70366>>> Procedure ComInitDefaultValues 70368>>> Handle hDispatchDriver 70368>>> Get phDispatchDriver to hDispatchDriver 70369>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 70370>>> End_Procedure 70371>>> 70371>>> Function Com_NewEnum Returns Variant 70373>>> Handle hDispatchDriver 70373>>> Variant retVal 70373>>> Get phDispatchDriver to hDispatchDriver 70374>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 70375>>> Function_Return retVal 70376>>> End_Function 70377>>>End_Class 70378>>> 70378>>>Class cSigCjComCalendarEventCategories is a cComAutomationObject 70379>>> Import_Class_Protocol cSigCjComICalendarEventCategories 70380>>> 70380>>> Procedure Construct_Object 70382>>> Forward Send Construct_Object 70384>>> Set psProgID to L_cSigCjComCalendarEventCategories 70385>>> Set peAutoCreate to acNoAutoCreate 70386>>> End_Procedure 70387>>>End_Class 70388>>> 70388>>>Class cSigCjComICalendarEventCategory is a Mixin 70389>>> 70389>>> Function ComName Returns String 70391>>> String retVal 70391>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 70392>>> Function_Return retVal 70393>>> End_Function 70394>>> 70394>>> Procedure Set ComName String value 70396>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 70397>>> End_Procedure 70398>>> 70398>>> Function ComId Returns Integer 70400>>> Integer retVal 70400>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 70401>>> Function_Return retVal 70402>>> End_Function 70403>>> 70403>>> Procedure Set ComId Integer value 70405>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 70406>>> End_Procedure 70407>>> 70407>>> Function ComBorderColor Returns OLE_COLOR 70409>>> OLE_COLOR retVal 70409>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 70410>>> Function_Return retVal 70411>>> End_Function 70412>>> 70412>>> Procedure Set ComBorderColor OLE_COLOR value 70414>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 70415>>> End_Procedure 70416>>> 70416>>> Function ComBackground Returns Variant 70418>>> Handle hDispatchDriver 70418>>> Variant retVal 70418>>> Get phDispatchDriver to hDispatchDriver 70419>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 70420>>> Function_Return retVal 70421>>> End_Function 70422>>>End_Class 70423>>> 70423>>>Class cSigCjComCalendarEventCategory is a cComAutomationObject 70424>>> Import_Class_Protocol cSigCjComICalendarEventCategory 70425>>> 70425>>> Procedure Construct_Object 70427>>> Forward Send Construct_Object 70429>>> Set psProgID to L_cSigCjComCalendarEventCategory 70430>>> Set peAutoCreate to acNoAutoCreate 70431>>> End_Procedure 70432>>>End_Class 70433>>> 70433>>>Class cSigCjComICalendarResources is a Mixin 70434>>> 70434>>> Function Com_NewEnum Returns Variant 70436>>> Handle hDispatchDriver 70436>>> Variant retVal 70436>>> Get phDispatchDriver to hDispatchDriver 70437>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 70438>>> Function_Return retVal 70439>>> End_Function 70440>>> 70440>>> Function ComCount Returns Integer 70442>>> Handle hDispatchDriver 70442>>> Integer retVal 70442>>> Get phDispatchDriver to hDispatchDriver 70443>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 70444>>> Function_Return retVal 70445>>> End_Function 70446>>> 70446>>> Function ComItem Integer llIndex Returns Variant 70448>>> Handle hDispatchDriver 70448>>> Variant retVal 70448>>> Get phDispatchDriver to hDispatchDriver 70449>>> Send PrepareParams to hDispatchDriver 1 70450>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70451>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 70452>>> Function_Return retVal 70453>>> End_Function 70454>>> 70454>>> Procedure ComAdd Variant llpResource 70456>>> Handle hDispatchDriver 70456>>> Get phDispatchDriver to hDispatchDriver 70457>>> Send PrepareParams to hDispatchDriver 1 70458>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpResource 70459>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 70460>>> End_Procedure 70461>>> 70461>>> Procedure ComRemove Integer llIndex 70463>>> Handle hDispatchDriver 70463>>> Get phDispatchDriver to hDispatchDriver 70464>>> Send PrepareParams to hDispatchDriver 1 70465>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 70466>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 70467>>> End_Procedure 70468>>> 70468>>> Procedure ComRemoveAll 70470>>> Handle hDispatchDriver 70470>>> Get phDispatchDriver to hDispatchDriver 70471>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 70472>>> End_Procedure 70473>>>End_Class 70474>>> 70474>>>Class cSigCjComCalendarResources is a cComAutomationObject 70475>>> Import_Class_Protocol cSigCjComICalendarResources 70476>>> 70476>>> Procedure Construct_Object 70478>>> Forward Send Construct_Object 70480>>> Set psProgID to L_cSigCjComCalendarResources 70481>>> Set peAutoCreate to acNoAutoCreate 70482>>> End_Procedure 70483>>>End_Class 70484>>> 70484>>>Class cSigCjComICalendarResource is a Mixin 70485>>> 70485>>> Function ComName Returns String 70487>>> String retVal 70487>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 70488>>> Function_Return retVal 70489>>> End_Function 70490>>> 70490>>> Procedure Set ComName String value 70492>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 70493>>> End_Procedure 70494>>> 70494>>> Function ComColor Returns OLE_COLOR 70496>>> OLE_COLOR retVal 70496>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 70497>>> Function_Return retVal 70498>>> End_Function 70499>>> 70499>>> Procedure Set ComColor OLE_COLOR value 70501>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 70502>>> End_Procedure 70503>>> 70503>>> Function ComDataProvider Returns Variant 70505>>> Handle hDispatchDriver 70505>>> Variant retVal 70505>>> Get phDispatchDriver to hDispatchDriver 70506>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 70507>>> Function_Return retVal 70508>>> End_Function 70509>>> 70509>>> Function ComScheduleIDs Returns Variant 70511>>> Handle hDispatchDriver 70511>>> Variant retVal 70511>>> Get phDispatchDriver to hDispatchDriver 70512>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 70513>>> Function_Return retVal 70514>>> End_Function 70515>>> 70515>>> Procedure ComSetDataProvider Variant llDataProvider Boolean llbCloseDataProviderWhenDestroy 70517>>> Handle hDispatchDriver 70517>>> Get phDispatchDriver to hDispatchDriver 70518>>> Send PrepareParams to hDispatchDriver 2 70519>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llDataProvider 70520>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbCloseDataProviderWhenDestroy 70521>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 70522>>> End_Procedure 70523>>> 70523>>> Procedure ComSetDataProvider2 String llConnectionString Boolean llbCloseDataProviderWhenDestroy 70525>>> Handle hDispatchDriver 70525>>> Get phDispatchDriver to hDispatchDriver 70526>>> Send PrepareParams to hDispatchDriver 2 70527>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 70528>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbCloseDataProviderWhenDestroy 70529>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 70530>>> End_Procedure 70531>>> 70531>>> Function ComExistsScheduleID Integer llScheduleID Boolean llbReturnTrueIfSchedulesSetEmpty Returns Boolean 70533>>> Handle hDispatchDriver 70533>>> Boolean retVal 70533>>> Get phDispatchDriver to hDispatchDriver 70534>>> Send PrepareParams to hDispatchDriver 2 70535>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScheduleID 70536>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbReturnTrueIfSchedulesSetEmpty 70537>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 70538>>> Function_Return retVal 70539>>> End_Function 70540>>> 70540>>> Function ComIsSchedulesSetEmpty Returns Boolean 70542>>> Handle hDispatchDriver 70542>>> Boolean retVal 70542>>> Get phDispatchDriver to hDispatchDriver 70543>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_BOOL to retVal 70544>>> Function_Return retVal 70545>>> End_Function 70546>>> 70546>>> Function ComRetrieveDayEvents DateTime llDay Returns Variant 70548>>> Handle hDispatchDriver 70548>>> Variant retVal 70548>>> Get phDispatchDriver to hDispatchDriver 70549>>> Send PrepareParams to hDispatchDriver 1 70550>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 70551>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 70552>>> Function_Return retVal 70553>>> End_Function 70554>>>End_Class 70555>>> 70555>>>Class cSigCjComCalendarResource is a cComAutomationObject 70556>>> Import_Class_Protocol cSigCjComICalendarResource 70557>>> 70557>>> Procedure Construct_Object 70559>>> Forward Send Construct_Object 70561>>> Set psProgID to L_cSigCjComCalendarResource 70562>>> Set peAutoCreate to acNoAutoCreate 70563>>> End_Procedure 70564>>>End_Class 70565>>> 70565>>>Class cSigCjComICalendarThemeOffice2007 is a Mixin 70566>>> 70566>>> Function ComBaseColor Returns OLE_COLOR 70568>>> OLE_COLOR retVal 70568>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 70569>>> Function_Return retVal 70570>>> End_Function 70571>>> 70571>>> Procedure Set ComBaseColor OLE_COLOR value 70573>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 70574>>> End_Procedure 70575>>> 70575>>> Function ComBaseFont Returns Variant 70577>>> Variant retVal 70577>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 70578>>> Function_Return retVal 70579>>> End_Function 70580>>> 70580>>> Procedure Set ComBaseFont Variant value 70582>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 70583>>> End_Procedure 70584>>> 70584>>> Function ComBaseFontBold Returns Variant 70586>>> Variant retVal 70586>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 70587>>> Function_Return retVal 70588>>> End_Function 70589>>> 70589>>> Procedure Set ComBaseFontBold Variant value 70591>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 70592>>> End_Procedure 70593>>> 70593>>> Function ComCustomIcons Returns Variant 70595>>> Variant retVal 70595>>> Get ComProperty of (phDispatchDriver(Self)) 150 OLE_VT_DISPATCH to retVal 70596>>> Function_Return retVal 70597>>> End_Function 70598>>> 70598>>> Procedure Set ComCustomIcons Variant value 70600>>> Set ComProperty of (phDispatchDriver(Self)) 150 OLE_VT_DISPATCH to value 70601>>> End_Procedure 70602>>> 70602>>> Function ComImageList Returns Variant 70604>>> Variant retVal 70604>>> Get ComProperty of (phDispatchDriver(Self)) 151 OLE_VT_DISPATCH to retVal 70605>>> Function_Return retVal 70606>>> End_Function 70607>>> 70607>>> Procedure Set ComImageList Variant value 70609>>> Set ComProperty of (phDispatchDriver(Self)) 151 OLE_VT_DISPATCH to value 70610>>> End_Procedure 70611>>> 70611>>> Function ComHeader Returns Variant 70613>>> Handle hDispatchDriver 70613>>> Variant retVal 70613>>> Get phDispatchDriver to hDispatchDriver 70614>>> Get InvokeComMethod of hDispatchDriver 50 OLE_VT_DISPATCH to retVal 70615>>> Function_Return retVal 70616>>> End_Function 70617>>> 70617>>> Function ComEvent Returns Variant 70619>>> Handle hDispatchDriver 70619>>> Variant retVal 70619>>> Get phDispatchDriver to hDispatchDriver 70620>>> Get InvokeComMethod of hDispatchDriver 51 OLE_VT_DISPATCH to retVal 70621>>> Function_Return retVal 70622>>> End_Function 70623>>> 70623>>> Function ComDayView Returns Variant 70625>>> Handle hDispatchDriver 70625>>> Variant retVal 70625>>> Get phDispatchDriver to hDispatchDriver 70626>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_DISPATCH to retVal 70627>>> Function_Return retVal 70628>>> End_Function 70629>>> 70629>>> Function ComMonthView Returns Variant 70631>>> Handle hDispatchDriver 70631>>> Variant retVal 70631>>> Get phDispatchDriver to hDispatchDriver 70632>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_DISPATCH to retVal 70633>>> Function_Return retVal 70634>>> End_Function 70635>>> 70635>>> Function ComWeekView Returns Variant 70637>>> Handle hDispatchDriver 70637>>> Variant retVal 70637>>> Get phDispatchDriver to hDispatchDriver 70638>>> Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal 70639>>> Function_Return retVal 70640>>> End_Function 70641>>> 70641>>> Function ComPrevNextEventButtons Returns Variant 70643>>> Handle hDispatchDriver 70643>>> Variant retVal 70643>>> Get phDispatchDriver to hDispatchDriver 70644>>> Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal 70645>>> Function_Return retVal 70646>>> End_Function 70647>>> 70647>>> Procedure ComRefreshMetrics 70649>>> Handle hDispatchDriver 70649>>> Get phDispatchDriver to hDispatchDriver 70650>>> Send InvokeComMethod to hDispatchDriver 100 OLE_VT_VOID 70651>>> End_Procedure 70652>>> 70652>>> Procedure ComSetCustomIcons Variant llImageList 70654>>> Handle hDispatchDriver 70654>>> Get phDispatchDriver to hDispatchDriver 70655>>> Send PrepareParams to hDispatchDriver 1 70656>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 70657>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 70658>>> End_Procedure 70659>>> 70659>>> Procedure ComDoPropExchange Variant llpPX 70661>>> Handle hDispatchDriver 70661>>> Get phDispatchDriver to hDispatchDriver 70662>>> Send PrepareParams to hDispatchDriver 1 70663>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 70664>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 70665>>> End_Procedure 70666>>>End_Class 70667>>> 70667>>>// Calendar visual theme Office 2007 object. 70667>>>Class cSigCjComCalendarThemeOffice2007 is a cComAutomationObject 70668>>> Import_Class_Protocol cSigCjComICalendarThemeOffice2007 70669>>> 70669>>> Procedure Construct_Object 70671>>> Forward Send Construct_Object 70673>>> Set psProgID to L_cSigCjComCalendarThemeOffice2007 70674>>> Set peAutoCreate to acNoAutoCreate 70675>>> End_Procedure 70676>>>End_Class 70677>>> 70677>>>Class cSigCjComICalendarThemeImageList is a Mixin 70678>>> 70678>>> Function ComAddBitmap OLE_HANDLE llHandle Integer llnID Returns Boolean 70680>>> Handle hDispatchDriver 70680>>> Boolean retVal 70680>>> Get phDispatchDriver to hDispatchDriver 70681>>> Send PrepareParams to hDispatchDriver 2 70682>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 70683>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 70684>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BOOL to retVal 70685>>> Function_Return retVal 70686>>> End_Function 70687>>> 70687>>> Function ComLoadBitmap String llPath Integer llnID Returns Boolean 70689>>> Handle hDispatchDriver 70689>>> Boolean retVal 70689>>> Get phDispatchDriver to hDispatchDriver 70690>>> Send PrepareParams to hDispatchDriver 2 70691>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 70692>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 70693>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 70694>>> Function_Return retVal 70695>>> End_Function 70696>>> 70696>>> Function ComRemove Integer llnID Returns Boolean 70698>>> Handle hDispatchDriver 70698>>> Boolean retVal 70698>>> Get phDispatchDriver to hDispatchDriver 70699>>> Send PrepareParams to hDispatchDriver 1 70700>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnID 70701>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 70702>>> Function_Return retVal 70703>>> End_Function 70704>>> 70704>>> Procedure ComRemoveAll 70706>>> Handle hDispatchDriver 70706>>> Get phDispatchDriver to hDispatchDriver 70707>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 70708>>> End_Procedure 70709>>>End_Class 70710>>> 70710>>>Class cSigCjComCalendarThemeImageList is a cComAutomationObject 70711>>> Import_Class_Protocol cSigCjComICalendarThemeImageList 70712>>> 70712>>> Procedure Construct_Object 70714>>> Forward Send Construct_Object 70716>>> Set psProgID to L_cSigCjComCalendarThemeImageList 70717>>> Set peAutoCreate to acNoAutoCreate 70718>>> End_Procedure 70719>>>End_Class 70720>>> 70720>>>Class cSigCjComICalendarThemeRect is a Mixin 70721>>> 70721>>> Function ComLeft Returns Integer 70723>>> Integer retVal 70723>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 70724>>> Function_Return retVal 70725>>> End_Function 70726>>> 70726>>> Procedure Set ComLeft Integer value 70728>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 70729>>> End_Procedure 70730>>> 70730>>> Function ComTop Returns Integer 70732>>> Integer retVal 70732>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 70733>>> Function_Return retVal 70734>>> End_Function 70735>>> 70735>>> Procedure Set ComTop Integer value 70737>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 70738>>> End_Procedure 70739>>> 70739>>> Function ComRight Returns Integer 70741>>> Integer retVal 70741>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 70742>>> Function_Return retVal 70743>>> End_Function 70744>>> 70744>>> Procedure Set ComRight Integer value 70746>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 70747>>> End_Procedure 70748>>> 70748>>> Function ComBottom Returns Integer 70750>>> Integer retVal 70750>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 70751>>> Function_Return retVal 70752>>> End_Function 70753>>> 70753>>> Procedure Set ComBottom Integer value 70755>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 70756>>> End_Procedure 70757>>>End_Class 70758>>> 70758>>>Class cSigCjComCalendarThemeRect is a cComAutomationObject 70759>>> Import_Class_Protocol cSigCjComICalendarThemeRect 70760>>> 70760>>> Procedure Construct_Object 70762>>> Forward Send Construct_Object 70764>>> Set psProgID to L_cSigCjComCalendarThemeRect 70765>>> Set peAutoCreate to acNoAutoCreate 70766>>> End_Procedure 70767>>>End_Class 70768>>> 70768>>>// Dispatch interface for CalendarControl Control 70768>>>Class cSigCjCom_DCalendarControl is a Mixin 70769>>> 70769>>> Function ComHWnd Returns OLE_HANDLE 70771>>> OLE_HANDLE retVal 70771>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 70772>>> Function_Return retVal 70773>>> End_Function 70774>>> 70774>>> Procedure Set ComHWnd OLE_HANDLE value 70776>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 70777>>> End_Procedure 70778>>> 70778>>> Function ComEnabled Returns Boolean 70780>>> Boolean retVal 70780>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 70781>>> Function_Return retVal 70782>>> End_Function 70783>>> 70783>>> Procedure Set ComEnabled Boolean value 70785>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 70786>>> End_Procedure 70787>>> 70787>>> Function ComViewType Returns OLECalendarViewType 70789>>> OLECalendarViewType retVal 70789>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 70790>>> Function_Return retVal 70791>>> End_Function 70792>>> 70792>>> Procedure Set ComViewType OLECalendarViewType value 70794>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 70795>>> End_Procedure 70796>>> 70796>>> // Indicates whether the control should draw right-to-left for RTL languages 70796>>> Function ComRightToLeft Returns Boolean 70798>>> Boolean retVal 70798>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to retVal 70799>>> Function_Return retVal 70800>>> End_Function 70801>>> 70801>>> // Indicates whether the control should draw right-to-left for RTL languages 70801>>> Procedure Set ComRightToLeft Boolean value 70803>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to value 70804>>> End_Procedure 70805>>> 70805>>> Function ComMarkupEnabled Returns Boolean 70807>>> Boolean retVal 70807>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to retVal 70808>>> Function_Return retVal 70809>>> End_Function 70810>>> 70810>>> Procedure Set ComMarkupEnabled Boolean value 70812>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to value 70813>>> End_Procedure 70814>>> 70814>>> Function ComShowCaptionBar Returns Boolean 70816>>> Boolean retVal 70816>>> Get ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BOOL to retVal 70817>>> Function_Return retVal 70818>>> End_Function 70819>>> 70819>>> Procedure Set ComShowCaptionBar Boolean value 70821>>> Set ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BOOL to value 70822>>> End_Procedure 70823>>> 70823>>> Function ComVisualTheme Returns OLECalendarTheme 70825>>> OLECalendarTheme retVal 70825>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to retVal 70826>>> Function_Return retVal 70827>>> End_Function 70828>>> 70828>>> Procedure Set ComVisualTheme OLECalendarTheme value 70830>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to value 70831>>> End_Procedure 70832>>> 70832>>> Function ComShowCaptionBarSwitchViewButtons Returns Boolean 70834>>> Boolean retVal 70834>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to retVal 70835>>> Function_Return retVal 70836>>> End_Function 70837>>> 70837>>> Procedure Set ComShowCaptionBarSwitchViewButtons Boolean value 70839>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to value 70840>>> End_Procedure 70841>>> 70841>>> Function ComShowCaptionBarScrollDateButtons Returns Boolean 70843>>> Boolean retVal 70843>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 70844>>> Function_Return retVal 70845>>> End_Function 70846>>> 70846>>> Procedure Set ComShowCaptionBarScrollDateButtons Boolean value 70848>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 70849>>> End_Procedure 70850>>> 70850>>> Function ComShowCaptionBarDateLabel Returns Boolean 70852>>> Boolean retVal 70852>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to retVal 70853>>> Function_Return retVal 70854>>> End_Function 70855>>> 70855>>> Procedure Set ComShowCaptionBarDateLabel Boolean value 70857>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to value 70858>>> End_Procedure 70859>>> 70859>>> Function ComShowCaptionBarExpandButton Returns Boolean 70861>>> Boolean retVal 70861>>> Get ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to retVal 70862>>> Function_Return retVal 70863>>> End_Function 70864>>> 70864>>> Procedure Set ComShowCaptionBarExpandButton Boolean value 70866>>> Set ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to value 70867>>> End_Procedure 70868>>> 70868>>> Function ComMonthViewHideTimes Returns Boolean 70870>>> Boolean retVal 70870>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 70871>>> Function_Return retVal 70872>>> End_Function 70873>>> 70873>>> Procedure Set ComMonthViewHideTimes Boolean value 70875>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 70876>>> End_Procedure 70877>>> 70877>>> Function ComShowTimelineButton Returns Boolean 70879>>> Boolean retVal 70879>>> Get ComProperty of (phDispatchDriver(Self)) 160 OLE_VT_BOOL to retVal 70880>>> Function_Return retVal 70881>>> End_Function 70882>>> 70882>>> Procedure Set ComShowTimelineButton Boolean value 70884>>> Set ComProperty of (phDispatchDriver(Self)) 160 OLE_VT_BOOL to value 70885>>> End_Procedure 70886>>> 70886>>> Function ComUseMultiColumnWeekMode Returns Boolean 70888>>> Boolean retVal 70888>>> Get ComProperty of (phDispatchDriver(Self)) 190 OLE_VT_BOOL to retVal 70889>>> Function_Return retVal 70890>>> End_Function 70891>>> 70891>>> Procedure Set ComUseMultiColumnWeekMode Boolean value 70893>>> Set ComProperty of (phDispatchDriver(Self)) 190 OLE_VT_BOOL to value 70894>>> End_Procedure 70895>>> 70895>>> Function ComHideAllDayEventsArea Returns Boolean 70897>>> Boolean retVal 70897>>> Get ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to retVal 70898>>> Function_Return retVal 70899>>> End_Function 70900>>> 70900>>> Procedure Set ComHideAllDayEventsArea Boolean value 70902>>> Set ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to value 70903>>> End_Procedure 70904>>> 70904>>> Function ComShowMultiColumnsButton Returns Boolean 70906>>> Boolean retVal 70906>>> Get ComProperty of (phDispatchDriver(Self)) 220 OLE_VT_BOOL to retVal 70907>>> Function_Return retVal 70908>>> End_Function 70909>>> 70909>>> Procedure Set ComShowMultiColumnsButton Boolean value 70911>>> Set ComProperty of (phDispatchDriver(Self)) 220 OLE_VT_BOOL to value 70912>>> End_Procedure 70913>>> 70913>>> Function ComHideCaptionBar Returns Boolean 70915>>> Boolean retVal 70915>>> Get ComProperty of (phDispatchDriver(Self)) 230 OLE_VT_BOOL to retVal 70916>>> Function_Return retVal 70917>>> End_Function 70918>>> 70918>>> Procedure Set ComHideCaptionBar Boolean value 70920>>> Set ComProperty of (phDispatchDriver(Self)) 230 OLE_VT_BOOL to value 70921>>> End_Procedure 70922>>> 70922>>> Function ComOneLineCaptionBar Returns Boolean 70924>>> Boolean retVal 70924>>> Get ComProperty of (phDispatchDriver(Self)) 240 OLE_VT_BOOL to retVal 70925>>> Function_Return retVal 70926>>> End_Function 70927>>> 70927>>> Procedure Set ComOneLineCaptionBar Boolean value 70929>>> Set ComProperty of (phDispatchDriver(Self)) 240 OLE_VT_BOOL to value 70930>>> End_Procedure 70931>>> 70931>>> Function ComExpandButtonChecked Returns Boolean 70933>>> Boolean retVal 70933>>> Get ComProperty of (phDispatchDriver(Self)) 245 OLE_VT_BOOL to retVal 70934>>> Function_Return retVal 70935>>> End_Function 70936>>> 70936>>> Procedure Set ComExpandButtonChecked Boolean value 70938>>> Set ComProperty of (phDispatchDriver(Self)) 245 OLE_VT_BOOL to value 70939>>> End_Procedure 70940>>> 70940>>> Function ComReadOnlyMode Returns Boolean 70942>>> Boolean retVal 70942>>> Get ComProperty of (phDispatchDriver(Self)) 260 OLE_VT_BOOL to retVal 70943>>> Function_Return retVal 70944>>> End_Function 70945>>> 70945>>> Procedure Set ComReadOnlyMode Boolean value 70947>>> Set ComProperty of (phDispatchDriver(Self)) 260 OLE_VT_BOOL to value 70948>>> End_Procedure 70949>>> 70949>>> Function ComDayHeaderFormat Returns String 70951>>> String retVal 70951>>> Get ComProperty of (phDispatchDriver(Self)) 270 OLE_VT_BSTR to retVal 70952>>> Function_Return retVal 70953>>> End_Function 70954>>> 70954>>> Procedure Set ComDayHeaderFormat String value 70956>>> Set ComProperty of (phDispatchDriver(Self)) 270 OLE_VT_BSTR to value 70957>>> End_Procedure 70958>>> 70958>>> Function ComFullDateMode Returns Boolean 70960>>> Boolean retVal 70960>>> Get ComProperty of (phDispatchDriver(Self)) 271 OLE_VT_BOOL to retVal 70961>>> Function_Return retVal 70962>>> End_Function 70963>>> 70963>>> Procedure Set ComFullDateMode Boolean value 70965>>> Set ComProperty of (phDispatchDriver(Self)) 271 OLE_VT_BOOL to value 70966>>> End_Procedure 70967>>> 70967>>> Function ComOwnerUser Returns String 70969>>> String retVal 70969>>> Get ComProperty of (phDispatchDriver(Self)) 272 OLE_VT_BSTR to retVal 70970>>> Function_Return retVal 70971>>> End_Function 70972>>> 70972>>> Procedure Set ComOwnerUser String value 70974>>> Set ComProperty of (phDispatchDriver(Self)) 272 OLE_VT_BSTR to value 70975>>> End_Procedure 70976>>> 70976>>> Function ComCustomFormat4Tooltip Returns String 70978>>> String retVal 70978>>> Get ComProperty of (phDispatchDriver(Self)) 273 OLE_VT_BSTR to retVal 70979>>> Function_Return retVal 70980>>> End_Function 70981>>> 70981>>> Procedure Set ComCustomFormat4Tooltip String value 70983>>> Set ComProperty of (phDispatchDriver(Self)) 273 OLE_VT_BSTR to value 70984>>> End_Procedure 70985>>> 70985>>> Function ComTooltipUnderMouse Returns Boolean 70987>>> Boolean retVal 70987>>> Get ComProperty of (phDispatchDriver(Self)) 274 OLE_VT_BOOL to retVal 70988>>> Function_Return retVal 70989>>> End_Function 70990>>> 70990>>> Procedure Set ComTooltipUnderMouse Boolean value 70992>>> Set ComProperty of (phDispatchDriver(Self)) 274 OLE_VT_BOOL to value 70993>>> End_Procedure 70994>>> 70994>>> Function ComCustomTitle Returns String 70996>>> String retVal 70996>>> Get ComProperty of (phDispatchDriver(Self)) 275 OLE_VT_BSTR to retVal 70997>>> Function_Return retVal 70998>>> End_Function 70999>>> 70999>>> Procedure Set ComCustomTitle String value 71001>>> Set ComProperty of (phDispatchDriver(Self)) 275 OLE_VT_BSTR to value 71002>>> End_Procedure 71003>>> 71003>>> Function ComShowTooltipForNotFocused Returns Boolean 71005>>> Boolean retVal 71005>>> Get ComProperty of (phDispatchDriver(Self)) 276 OLE_VT_BOOL to retVal 71006>>> Function_Return retVal 71007>>> End_Function 71008>>> 71008>>> Procedure Set ComShowTooltipForNotFocused Boolean value 71010>>> Set ComProperty of (phDispatchDriver(Self)) 276 OLE_VT_BOOL to value 71011>>> End_Procedure 71012>>> 71012>>> Function ComShowTooltipForAllDayEvents Returns Boolean 71014>>> Boolean retVal 71014>>> Get ComProperty of (phDispatchDriver(Self)) 277 OLE_VT_BOOL to retVal 71015>>> Function_Return retVal 71016>>> End_Function 71017>>> 71017>>> Procedure Set ComShowTooltipForAllDayEvents Boolean value 71019>>> Set ComProperty of (phDispatchDriver(Self)) 277 OLE_VT_BOOL to value 71020>>> End_Procedure 71021>>> 71021>>> Function ComSwitchToDayViewIfPickedSingleDay Returns Boolean 71023>>> Boolean retVal 71023>>> Get ComProperty of (phDispatchDriver(Self)) 278 OLE_VT_BOOL to retVal 71024>>> Function_Return retVal 71025>>> End_Function 71026>>> 71026>>> Procedure Set ComSwitchToDayViewIfPickedSingleDay Boolean value 71028>>> Set ComProperty of (phDispatchDriver(Self)) 278 OLE_VT_BOOL to value 71029>>> End_Procedure 71030>>> 71030>>> Function ComMultipleSchedulesMode Returns Boolean 71032>>> Boolean retVal 71032>>> Get ComProperty of (phDispatchDriver(Self)) 279 OLE_VT_BOOL to retVal 71033>>> Function_Return retVal 71034>>> End_Function 71035>>> 71035>>> Procedure Set ComMultipleSchedulesMode Boolean value 71037>>> Set ComProperty of (phDispatchDriver(Self)) 279 OLE_VT_BOOL to value 71038>>> End_Procedure 71039>>> 71039>>> Function ComColorScheduleMode Returns Boolean 71041>>> Boolean retVal 71041>>> Get ComProperty of (phDispatchDriver(Self)) 280 OLE_VT_BOOL to retVal 71042>>> Function_Return retVal 71043>>> End_Function 71044>>> 71044>>> Procedure Set ComColorScheduleMode Boolean value 71046>>> Set ComProperty of (phDispatchDriver(Self)) 280 OLE_VT_BOOL to value 71047>>> End_Procedure 71048>>> 71048>>> Function ComPromptToDeleteRecurrentEvent Returns Boolean 71050>>> Boolean retVal 71050>>> Get ComProperty of (phDispatchDriver(Self)) 281 OLE_VT_BOOL to retVal 71051>>> Function_Return retVal 71052>>> End_Function 71053>>> 71053>>> Procedure Set ComPromptToDeleteRecurrentEvent Boolean value 71055>>> Set ComProperty of (phDispatchDriver(Self)) 281 OLE_VT_BOOL to value 71056>>> End_Procedure 71057>>> 71057>>> Function ComDeleteOcurrenceEventIfNoPrompt Returns Boolean 71059>>> Boolean retVal 71059>>> Get ComProperty of (phDispatchDriver(Self)) 282 OLE_VT_BOOL to retVal 71060>>> Function_Return retVal 71061>>> End_Function 71062>>> 71062>>> Procedure Set ComDeleteOcurrenceEventIfNoPrompt Boolean value 71064>>> Set ComProperty of (phDispatchDriver(Self)) 282 OLE_VT_BOOL to value 71065>>> End_Procedure 71066>>> 71066>>> Function ComRemindersUpdatePeriod Returns DateTime 71068>>> DateTime retVal 71068>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_DATE to retVal 71069>>> Function_Return retVal 71070>>> End_Function 71071>>> 71071>>> Procedure Set ComRemindersUpdatePeriod DateTime value 71073>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_DATE to value 71074>>> End_Procedure 71075>>> 71075>>> Function ComReCreateReparented Returns Boolean 71077>>> Boolean retVal 71077>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 71078>>> Function_Return retVal 71079>>> End_Function 71080>>> 71080>>> Procedure Set ComReCreateReparented Boolean value 71082>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 71083>>> End_Procedure 71084>>> 71084>>> Procedure ComAboutBox 71086>>> Handle hDispatchDriver 71086>>> Get phDispatchDriver to hDispatchDriver 71087>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 71088>>> End_Procedure 71089>>> 71089>>> Function ComActiveView Returns Variant 71091>>> Handle hDispatchDriver 71091>>> Variant retVal 71091>>> Get phDispatchDriver to hDispatchDriver 71092>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 71093>>> Function_Return retVal 71094>>> End_Function 71095>>> 71095>>> Function ComDayView Returns Variant 71097>>> Handle hDispatchDriver 71097>>> Variant retVal 71097>>> Get phDispatchDriver to hDispatchDriver 71098>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 71099>>> Function_Return retVal 71100>>> End_Function 71101>>> 71101>>> Function ComWeekView Returns Variant 71103>>> Handle hDispatchDriver 71103>>> Variant retVal 71103>>> Get phDispatchDriver to hDispatchDriver 71104>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 71105>>> Function_Return retVal 71106>>> End_Function 71107>>> 71107>>> Function ComMonthView Returns Variant 71109>>> Handle hDispatchDriver 71109>>> Variant retVal 71109>>> Get phDispatchDriver to hDispatchDriver 71110>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 71111>>> Function_Return retVal 71112>>> End_Function 71113>>> 71113>>> Function ComTimeLineView Returns Variant 71115>>> Handle hDispatchDriver 71115>>> Variant retVal 71115>>> Get phDispatchDriver to hDispatchDriver 71116>>> Get InvokeComMethod of hDispatchDriver 224 OLE_VT_DISPATCH to retVal 71117>>> Function_Return retVal 71118>>> End_Function 71119>>> 71119>>> Function ComDataProvider Returns Variant 71121>>> Handle hDispatchDriver 71121>>> Variant retVal 71121>>> Get phDispatchDriver to hDispatchDriver 71122>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 71123>>> Function_Return retVal 71124>>> End_Function 71125>>> 71125>>> Procedure ComPopulate 71127>>> Handle hDispatchDriver 71127>>> Get phDispatchDriver to hDispatchDriver 71128>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 71129>>> End_Procedure 71130>>> 71130>>> Procedure ComSetDataProvider String llConnectionString 71132>>> Handle hDispatchDriver 71132>>> Get phDispatchDriver to hDispatchDriver 71133>>> Send PrepareParams to hDispatchDriver 1 71134>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 71135>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 71136>>> End_Procedure 71137>>> 71137>>> Procedure ComRedrawControl 71139>>> Handle hDispatchDriver 71139>>> Get phDispatchDriver to hDispatchDriver 71140>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 71141>>> End_Procedure 71142>>> 71142>>> Function ComOptions Returns Variant 71144>>> Handle hDispatchDriver 71144>>> Variant retVal 71144>>> Get phDispatchDriver to hDispatchDriver 71145>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 71146>>> Function_Return retVal 71147>>> End_Function 71148>>> 71148>>> Function ComIsToolTipVisible Returns Boolean 71150>>> Handle hDispatchDriver 71150>>> Boolean retVal 71150>>> Get phDispatchDriver to hDispatchDriver 71151>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 71152>>> Function_Return retVal 71153>>> End_Function 71154>>> 71154>>> Procedure ComHideToolTip 71156>>> Handle hDispatchDriver 71156>>> Get phDispatchDriver to hDispatchDriver 71157>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 71158>>> End_Procedure 71159>>> 71159>>> Procedure ComEnableToolTips Boolean llEnable 71161>>> Handle hDispatchDriver 71161>>> Get phDispatchDriver to hDispatchDriver 71162>>> Send PrepareParams to hDispatchDriver 1 71163>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 71164>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 71165>>> End_Procedure 71166>>> 71166>>> Function ComIsRemindersEnabled Returns Boolean 71168>>> Handle hDispatchDriver 71168>>> Boolean retVal 71168>>> Get phDispatchDriver to hDispatchDriver 71169>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_BOOL to retVal 71170>>> Function_Return retVal 71171>>> End_Function 71172>>> 71172>>> Procedure ComEnableReminders Boolean llEnable 71174>>> Handle hDispatchDriver 71174>>> Get phDispatchDriver to hDispatchDriver 71175>>> Send PrepareParams to hDispatchDriver 1 71176>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 71177>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 71178>>> End_Procedure 71179>>> 71179>>> Function ComReminders Returns Variant 71181>>> Handle hDispatchDriver 71181>>> Variant retVal 71181>>> Get phDispatchDriver to hDispatchDriver 71182>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 71183>>> Function_Return retVal 71184>>> End_Function 71185>>> 71185>>> Procedure ComPrintCalendar OLE_HANDLE lllHDC 71187>>> Handle hDispatchDriver 71187>>> Get phDispatchDriver to hDispatchDriver 71188>>> Send PrepareParams to hDispatchDriver 1 71189>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 71190>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 71191>>> End_Procedure 71192>>> 71192>>> Procedure ComPrintCalendar2 Boolean llShowPrintDialog 71194>>> Handle hDispatchDriver 71194>>> Get phDispatchDriver to hDispatchDriver 71195>>> Send PrepareParams to hDispatchDriver 1 71196>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 71197>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 71198>>> End_Procedure 71199>>> 71199>>> Procedure ComPrintPreview Boolean llShowPrintDialog 71201>>> Handle hDispatchDriver 71201>>> Get phDispatchDriver to hDispatchDriver 71202>>> Send PrepareParams to hDispatchDriver 1 71203>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 71204>>> Send InvokeComMethod to hDispatchDriver 28 OLE_VT_VOID 71205>>> End_Procedure 71206>>> 71206>>> // Print Preview Options. 71206>>> Function ComPrintPreviewOptions Returns Variant 71208>>> Handle hDispatchDriver 71208>>> Variant retVal 71208>>> Get phDispatchDriver to hDispatchDriver 71209>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 71210>>> Function_Return retVal 71211>>> End_Function 71212>>> 71212>>> Function ComShowPrintPageSetup Returns Boolean 71214>>> Handle hDispatchDriver 71214>>> Boolean retVal 71214>>> Get phDispatchDriver to hDispatchDriver 71215>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_BOOL to retVal 71216>>> Function_Return retVal 71217>>> End_Function 71218>>> 71218>>> Function ComPrintOptions Returns Variant 71220>>> Handle hDispatchDriver 71220>>> Variant retVal 71220>>> Get phDispatchDriver to hDispatchDriver 71221>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 71222>>> Function_Return retVal 71223>>> End_Function 71224>>> 71224>>> Function ComMultipleResources Returns Variant 71226>>> Handle hDispatchDriver 71226>>> Variant retVal 71226>>> Get phDispatchDriver to hDispatchDriver 71227>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 71228>>> Function_Return retVal 71229>>> End_Function 71230>>> 71230>>> Procedure ComSetMultipleResources Variant llMultipleResources 71232>>> Handle hDispatchDriver 71232>>> Get phDispatchDriver to hDispatchDriver 71233>>> Send PrepareParams to hDispatchDriver 1 71234>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 71235>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 71236>>> End_Procedure 71237>>> 71237>>> Procedure ComSetMultipleResourcesEx Variant llMultipleResources Variant llOptionsDataProvider 71239>>> Handle hDispatchDriver 71239>>> Get phDispatchDriver to hDispatchDriver 71240>>> Send PrepareParams to hDispatchDriver 2 71241>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 71242>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptionsDataProvider 71243>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 71244>>> End_Procedure 71245>>> 71245>>> // This property returns current visual theme object or Nothing / null. 71245>>> Function ComTheme Returns Variant 71247>>> Handle hDispatchDriver 71247>>> Variant retVal 71247>>> Get phDispatchDriver to hDispatchDriver 71248>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 71249>>> Function_Return retVal 71250>>> End_Function 71251>>> 71251>>> 71251>>> // This method is used to set (or reset) visual theme. 71251>>> // EXAMPLE 1: wndCalendar.SetTheme New CalendarThemeOffice2007 71251>>> // EXAMPLE 2: wndCalendar.SetTheme Nothing 71251>>> Procedure ComSetTheme Variant llTheme 71253>>> Handle hDispatchDriver 71253>>> Get phDispatchDriver to hDispatchDriver 71254>>> Send PrepareParams to hDispatchDriver 1 71255>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llTheme 71256>>> Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID 71257>>> End_Procedure 71258>>> 71258>>> Function ComAskItemTextFlags Returns Variant 71260>>> Handle hDispatchDriver 71260>>> Variant retVal 71260>>> Get phDispatchDriver to hDispatchDriver 71261>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 71262>>> Function_Return retVal 71263>>> End_Function 71264>>> 71264>>> Function ComBeforeDrawThemeObjectFlags Returns Variant 71266>>> Handle hDispatchDriver 71266>>> Variant retVal 71266>>> Get phDispatchDriver to hDispatchDriver 71267>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 71268>>> Function_Return retVal 71269>>> End_Function 71270>>> 71270>>> Procedure ComSetScrollBars OLE_HANDLE llhScrollBar OLE_HANDLE llvScrollBar 71272>>> Handle hDispatchDriver 71272>>> Get phDispatchDriver to hDispatchDriver 71273>>> Send PrepareParams to hDispatchDriver 2 71274>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhScrollBar 71275>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llvScrollBar 71276>>> Send InvokeComMethod to hDispatchDriver 140 OLE_VT_VOID 71277>>> End_Procedure 71278>>> 71278>>> Function ComCreatePrintView Returns Variant 71280>>> Handle hDispatchDriver 71280>>> Variant retVal 71280>>> Get phDispatchDriver to hDispatchDriver 71281>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 71282>>> Function_Return retVal 71283>>> End_Function 71284>>> 71284>>> Procedure ComSetLongDayHeaderFormat String lls 71286>>> Handle hDispatchDriver 71286>>> Get phDispatchDriver to hDispatchDriver 71287>>> Send PrepareParams to hDispatchDriver 1 71288>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR lls 71289>>> Send InvokeComMethod to hDispatchDriver 170 OLE_VT_VOID 71290>>> End_Procedure 71291>>> 71291>>> Procedure ComSelectEventByID Integer lldw 71293>>> Handle hDispatchDriver 71293>>> Get phDispatchDriver to hDispatchDriver 71294>>> Send PrepareParams to hDispatchDriver 1 71295>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldw 71296>>> Send InvokeComMethod to hDispatchDriver 180 OLE_VT_VOID 71297>>> End_Procedure 71298>>> 71298>>> Function ComGetDispatch Returns Variant 71300>>> Handle hDispatchDriver 71300>>> Variant retVal 71300>>> Get phDispatchDriver to hDispatchDriver 71301>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 71302>>> Function_Return retVal 71303>>> End_Function 71304>>> 71304>>> Procedure ComPrintPreviewExt Boolean llShowPrintDialog Integer llxLeft Integer llyTop Integer llxRight Integer llyBottom 71306>>> Handle hDispatchDriver 71306>>> Get phDispatchDriver to hDispatchDriver 71307>>> Send PrepareParams to hDispatchDriver 5 71308>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 71309>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxLeft 71310>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyTop 71311>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxRight 71312>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyBottom 71313>>> Send InvokeComMethod to hDispatchDriver 210 OLE_VT_VOID 71314>>> End_Procedure 71315>>> 71315>>> Procedure ComCaptionButtonTitle Integer lliNumber String llsTitle 71317>>> Handle hDispatchDriver 71317>>> Get phDispatchDriver to hDispatchDriver 71318>>> Send PrepareParams to hDispatchDriver 2 71319>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliNumber 71320>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llsTitle 71321>>> Send InvokeComMethod to hDispatchDriver 250 OLE_VT_VOID 71322>>> End_Procedure 71323>>> 71323>>> Procedure ComRefreshCaptionBar 71325>>> Handle hDispatchDriver 71325>>> Get phDispatchDriver to hDispatchDriver 71326>>> Send InvokeComMethod to hDispatchDriver 251 OLE_VT_VOID 71327>>> End_Procedure 71328>>> 71328>>> Procedure ComSelectViewEventByIdAndGroup Integer llGroup Integer lldw 71330>>> Handle hDispatchDriver 71330>>> Get phDispatchDriver to hDispatchDriver 71331>>> Send PrepareParams to hDispatchDriver 2 71332>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup 71333>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldw 71334>>> Send InvokeComMethod to hDispatchDriver 252 OLE_VT_VOID 71335>>> End_Procedure 71336>>> 71336>>> Procedure ComSetTodayDateOverride Integer llYear Integer llMonth Integer llDay 71338>>> Handle hDispatchDriver 71338>>> Get phDispatchDriver to hDispatchDriver 71339>>> Send PrepareParams to hDispatchDriver 3 71340>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llYear 71341>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMonth 71342>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDay 71343>>> Send InvokeComMethod to hDispatchDriver 305 OLE_VT_VOID 71344>>> End_Procedure 71345>>> 71345>>> Procedure ComResetTodayDateOverride 71347>>> Handle hDispatchDriver 71347>>> Get phDispatchDriver to hDispatchDriver 71348>>> Send InvokeComMethod to hDispatchDriver 306 OLE_VT_VOID 71349>>> End_Procedure 71350>>>End_Class 71351>>> 71351>>>// Event interface for CalendarControl Control 71351>>>Class cSigCjCom_DCalendarControlEvents is a Mixin 71352>>> 71352>>> Procedure OnComDblClick 71354>>> End_Procedure 71355>>> 71355>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 71357>>> End_Procedure 71358>>> 71358>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 71360>>> End_Procedure 71361>>> 71361>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 71363>>> End_Procedure 71364>>> 71364>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 71366>>> End_Procedure 71367>>> 71367>>> Procedure OnComViewChanged 71369>>> End_Procedure 71370>>> 71370>>> Procedure OnComContextMenu OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 71372>>> End_Procedure 71373>>> 71373>>> Procedure OnComTimeScaleChanged 71375>>> End_Procedure 71376>>> 71376>>> Procedure OnComOptionsChanged Integer llViewType 71378>>> End_Procedure 71379>>> 71379>>> Procedure OnComEventAddedEx Variant llpEvent 71381>>> End_Procedure 71382>>> 71382>>> Procedure OnComEventDeletedEx Variant llpEvent 71384>>> End_Procedure 71385>>> 71385>>> Procedure OnComEventChangedEx Variant llpEvent 71387>>> End_Procedure 71388>>> 71388>>> Procedure OnComIsEditOperationDisabled Variant llOpParams Boolean ByRef llbDisableOperation 71390>>> End_Procedure 71391>>> 71391>>> Procedure OnComBeforeEditOperation Variant llOpParams Boolean ByRef llbCancelOperation 71393>>> End_Procedure 71394>>> 71394>>> Procedure OnComSelectionChanged OLECalendarSelectionChanged llSelType 71396>>> End_Procedure 71397>>> 71397>>> // Send only when reminders enabled. 71397>>> Procedure OnComReminders OLECalendarRemindersAction llAction Variant llReminder 71399>>> End_Procedure 71400>>> 71400>>> Procedure OnComPrePopulate Variant llViewGroup Variant llEvents 71402>>> End_Procedure 71403>>> 71403>>> Procedure OnComBeforeDrawDayViewCell Variant llCellParams 71405>>> End_Procedure 71406>>> 71406>>> Procedure OnComBeforeDrawThemeObject OLECalendarBeforeDrawThemeObject lleObjType Variant llDrawParams 71408>>> End_Procedure 71409>>> 71409>>> Procedure OnComGetItemText Variant llItemParams 71411>>> End_Procedure 71412>>> 71412>>> Procedure OnComPrePopulateDay Variant llViewDay 71414>>> End_Procedure 71415>>> 71415>>> // Send only when custom data provider is used. 71415>>> Procedure OnComDoRetrieveDayEvents DateTime lldtDay Variant llEvents 71417>>> End_Procedure 71418>>> 71418>>> // Send only when custom data provider is used. 71418>>> Procedure OnComDoRemoveAllEvents 71420>>> End_Procedure 71421>>> 71421>>> // Send only when custom data provider is used. 71421>>> Procedure OnComDoReadEvent Integer llEventID Variant llpEvent 71423>>> End_Procedure 71424>>> 71424>>> // Send only when custom data provider is used. 71424>>> Procedure OnComDoReadRPattern Integer llPatternID Variant llpPattern 71426>>> End_Procedure 71427>>> 71427>>> // Send only when custom data provider is used. 71427>>> Procedure OnComDoCreateEvent Variant llpEvent Integer ByRef llNewEventID Boolean ByRef llbResult 71429>>> End_Procedure 71430>>> 71430>>> // Send only when custom data provider is used. 71430>>> Procedure OnComDoUpdateEvent Variant llpEvent Boolean ByRef llbResult 71432>>> End_Procedure 71433>>> 71433>>> // Send only when custom data provider is used. 71433>>> Procedure OnComDoDeleteEvent Variant llpEvent Boolean ByRef llbResult 71435>>> End_Procedure 71436>>> 71436>>> // Send only when custom data provider is used. 71436>>> Procedure OnComDoCreateRPattern Variant llpPattern Integer ByRef llNewPatternID Boolean ByRef llbResult 71438>>> End_Procedure 71439>>> 71439>>> // Send only when custom data provider is used. 71439>>> Procedure OnComDoUpdateRPattern Variant llpPattern Boolean ByRef llbResult 71441>>> End_Procedure 71442>>> 71442>>> // Send only when custom data provider is used. 71442>>> Procedure OnComDoDeleteRPattern Variant llpPattern Boolean ByRef llbResult 71444>>> End_Procedure 71445>>> 71445>>> // Send only when custom data provider is used. 71445>>> Procedure OnComDoGetUpcomingEvents DateTime lldtFrom Integer llPeriodMinutes Variant llpEvents 71447>>> End_Procedure 71448>>> 71448>>> // Send only when custom data provider is used. 71448>>> Procedure OnComDoGetAllEventsRaw Variant llEvents 71450>>> End_Procedure 71451>>> 71451>>> Procedure OnComExpandButtonClick 71453>>> End_Procedure 71454>>> 71454>>> Procedure OnComUserAction Variant llUserAction Boolean ByRef llbCancel 71456>>> End_Procedure 71457>>> 71457>>> Procedure OnComReCreated 71459>>> End_Procedure 71460>>> 71460>>> Procedure RegisterComEvents 71462>>> Send RegisterComEvent -601 msg_OnComDblClick 71463>>> Send RegisterComEvent -605 msg_OnComMouseDown 71464>>> Send RegisterComEvent -606 msg_OnComMouseMove 71465>>> Send RegisterComEvent -607 msg_OnComMouseUp 71466>>> Send RegisterComEvent -602 msg_OnComKeyDown 71467>>> Send RegisterComEvent 1 msg_OnComViewChanged 71468>>> Send RegisterComEvent 2 msg_OnComContextMenu 71469>>> Send RegisterComEvent 3 msg_OnComTimeScaleChanged 71470>>> Send RegisterComEvent 4 msg_OnComOptionsChanged 71471>>> Send RegisterComEvent 105 msg_OnComEventAddedEx 71472>>> Send RegisterComEvent 106 msg_OnComEventDeletedEx 71473>>> Send RegisterComEvent 107 msg_OnComEventChangedEx 71474>>> Send RegisterComEvent 11 msg_OnComIsEditOperationDisabled 71475>>> Send RegisterComEvent 12 msg_OnComBeforeEditOperation 71476>>> Send RegisterComEvent 13 msg_OnComSelectionChanged 71477>>> Send RegisterComEvent 14 msg_OnComReminders 71478>>> Send RegisterComEvent 15 msg_OnComPrePopulate 71479>>> Send RegisterComEvent 16 msg_OnComBeforeDrawDayViewCell 71480>>> Send RegisterComEvent 17 msg_OnComBeforeDrawThemeObject 71481>>> Send RegisterComEvent 18 msg_OnComGetItemText 71482>>> Send RegisterComEvent 19 msg_OnComPrePopulateDay 71483>>> Send RegisterComEvent 50 msg_OnComDoRetrieveDayEvents 71484>>> Send RegisterComEvent 51 msg_OnComDoRemoveAllEvents 71485>>> Send RegisterComEvent 52 msg_OnComDoReadEvent 71486>>> Send RegisterComEvent 53 msg_OnComDoReadRPattern 71487>>> Send RegisterComEvent 54 msg_OnComDoCreateEvent 71488>>> Send RegisterComEvent 55 msg_OnComDoUpdateEvent 71489>>> Send RegisterComEvent 56 msg_OnComDoDeleteEvent 71490>>> Send RegisterComEvent 57 msg_OnComDoCreateRPattern 71491>>> Send RegisterComEvent 58 msg_OnComDoUpdateRPattern 71492>>> Send RegisterComEvent 59 msg_OnComDoDeleteRPattern 71493>>> Send RegisterComEvent 60 msg_OnComDoGetUpcomingEvents 71494>>> Send RegisterComEvent 61 msg_OnComDoGetAllEventsRaw 71495>>> Send RegisterComEvent 62 msg_OnComExpandButtonClick 71496>>> Send RegisterComEvent 63 msg_OnComUserAction 71497>>> Send RegisterComEvent 10001000 msg_OnComReCreated 71498>>> End_Procedure 71499>>>End_Class 71500>>> 71500>>>// CalendarControl Control 71500>>>Class cSigCjComCalendarControl is a cComActiveXControl 71501>>> Import_Class_Protocol cSigCjCom_DCalendarControl 71502>>> Import_Class_Protocol cSigCjCom_DCalendarControlEvents 71503>>> 71503>>> Procedure Construct_Object 71505>>> Forward Send Construct_Object 71507>>> Set psProgID to L_cSigCjComCalendarControl 71508>>> Set psEventId to "{C0DE2030-C1C3-4645-B640-65121CD9DA4C}" 71509>>> Set psLicenseKey to L_cSigCjKeyCalendar 71510>>> Set peAutoCreate to acDeferredAutoCreate 71511>>> End_Procedure 71512>>>End_Class 71513>>> 71513>>>// Dispatch interface for CalendarCaptionBar Control 71513>>>Class cSigCjCom_DCalendarCaptionBar is a Mixin 71514>>> 71514>>> Function ComShowSwitchViewButtons Returns Boolean 71516>>> Boolean retVal 71516>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 71517>>> Function_Return retVal 71518>>> End_Function 71519>>> 71519>>> Procedure Set ComShowSwitchViewButtons Boolean value 71521>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 71522>>> End_Procedure 71523>>> 71523>>> Function ComShowScrollDateButtons Returns Boolean 71525>>> Boolean retVal 71525>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 71526>>> Function_Return retVal 71527>>> End_Function 71528>>> 71528>>> Procedure Set ComShowScrollDateButtons Boolean value 71530>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 71531>>> End_Procedure 71532>>> 71532>>> Function ComShowDateLabel Returns Boolean 71534>>> Boolean retVal 71534>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 71535>>> Function_Return retVal 71536>>> End_Function 71537>>> 71537>>> Procedure Set ComShowDateLabel Boolean value 71539>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 71540>>> End_Procedure 71541>>> 71541>>> Function ComShowExpandButton Returns Boolean 71543>>> Boolean retVal 71543>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 71544>>> Function_Return retVal 71545>>> End_Function 71546>>> 71546>>> Procedure Set ComShowExpandButton Boolean value 71548>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 71549>>> End_Procedure 71550>>> 71550>>> Function ComBackgroundColor Returns OLE_COLOR 71552>>> OLE_COLOR retVal 71552>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 71553>>> Function_Return retVal 71554>>> End_Function 71555>>> 71555>>> Procedure Set ComBackgroundColor OLE_COLOR value 71557>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 71558>>> End_Procedure 71559>>> 71559>>> Function ComBorderColor Returns OLE_COLOR 71561>>> OLE_COLOR retVal 71561>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 71562>>> Function_Return retVal 71563>>> End_Function 71564>>> 71564>>> Procedure Set ComBorderColor OLE_COLOR value 71566>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 71567>>> End_Procedure 71568>>> 71568>>> Function ComBorderWidthLeft Returns Integer 71570>>> Integer retVal 71570>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 71571>>> Function_Return retVal 71572>>> End_Function 71573>>> 71573>>> Procedure Set ComBorderWidthLeft Integer value 71575>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 71576>>> End_Procedure 71577>>> 71577>>> Function ComBorderWidthTop Returns Integer 71579>>> Integer retVal 71579>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 71580>>> Function_Return retVal 71581>>> End_Function 71582>>> 71582>>> Procedure Set ComBorderWidthTop Integer value 71584>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 71585>>> End_Procedure 71586>>> 71586>>> Function ComBorderWidthRight Returns Integer 71588>>> Integer retVal 71588>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 71589>>> Function_Return retVal 71590>>> End_Function 71591>>> 71591>>> Procedure Set ComBorderWidthRight Integer value 71593>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 71594>>> End_Procedure 71595>>> 71595>>> Function ComBorderWidthBottom Returns Integer 71597>>> Integer retVal 71597>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 71598>>> Function_Return retVal 71599>>> End_Function 71600>>> 71600>>> Procedure Set ComBorderWidthBottom Integer value 71602>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 71603>>> End_Procedure 71604>>> 71604>>> Function ComExpandButtonChecked Returns Boolean 71606>>> Boolean retVal 71606>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 71607>>> Function_Return retVal 71608>>> End_Function 71609>>> 71609>>> Procedure Set ComExpandButtonChecked Boolean value 71611>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 71612>>> End_Procedure 71613>>> 71613>>> Function ComShowTimelineButton Returns Boolean 71615>>> Boolean retVal 71615>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 71616>>> Function_Return retVal 71617>>> End_Function 71618>>> 71618>>> Procedure Set ComShowTimelineButton Boolean value 71620>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 71621>>> End_Procedure 71622>>> 71622>>> Function ComVisualTheme Returns OLECalendarTheme 71624>>> OLECalendarTheme retVal 71624>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 71625>>> Function_Return retVal 71626>>> End_Function 71627>>> 71627>>> Procedure Set ComVisualTheme OLECalendarTheme value 71629>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 71630>>> End_Procedure 71631>>> 71631>>> Function ComShowMultiColumnsButton Returns Boolean 71633>>> Boolean retVal 71633>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 71634>>> Function_Return retVal 71635>>> End_Function 71636>>> 71636>>> Procedure Set ComShowMultiColumnsButton Boolean value 71638>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 71639>>> End_Procedure 71640>>> 71640>>> Function ComOneLineCaptionBar Returns Boolean 71642>>> Boolean retVal 71642>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 71643>>> Function_Return retVal 71644>>> End_Function 71645>>> 71645>>> Procedure Set ComOneLineCaptionBar Boolean value 71647>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 71648>>> End_Procedure 71649>>> 71649>>> Function ComCalendar Returns Variant 71651>>> Variant retVal 71651>>> Get ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_DISPATCH to retVal 71652>>> Function_Return retVal 71653>>> End_Function 71654>>> 71654>>> Procedure Set ComCalendar Variant value 71656>>> Set ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_DISPATCH to value 71657>>> End_Procedure 71658>>> 71658>>> Function ComReCreateReparented Returns Boolean 71660>>> Boolean retVal 71660>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 71661>>> Function_Return retVal 71662>>> End_Function 71663>>> 71663>>> Procedure Set ComReCreateReparented Boolean value 71665>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 71666>>> End_Procedure 71667>>> 71667>>> Procedure ComAttachToCalendar Variant llCalendar 71669>>> Handle hDispatchDriver 71669>>> Get phDispatchDriver to hDispatchDriver 71670>>> Send PrepareParams to hDispatchDriver 1 71671>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCalendar 71672>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 71673>>> End_Procedure 71674>>> 71674>>> Procedure ComDetachFromCalendar 71676>>> Handle hDispatchDriver 71676>>> Get phDispatchDriver to hDispatchDriver 71677>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 71678>>> End_Procedure 71679>>> 71679>>> Function ComMinWidth Returns Integer 71681>>> Handle hDispatchDriver 71681>>> Integer retVal 71681>>> Get phDispatchDriver to hDispatchDriver 71682>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_I4 to retVal 71683>>> Function_Return retVal 71684>>> End_Function 71685>>> 71685>>> Function ComMinHeight Returns Integer 71687>>> Handle hDispatchDriver 71687>>> Integer retVal 71687>>> Get phDispatchDriver to hDispatchDriver 71688>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_I4 to retVal 71689>>> Function_Return retVal 71690>>> End_Function 71691>>> 71691>>> Procedure ComButtonTitle Integer lliNumber String llsTitle 71693>>> Handle hDispatchDriver 71693>>> Get phDispatchDriver to hDispatchDriver 71694>>> Send PrepareParams to hDispatchDriver 2 71695>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliNumber 71696>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llsTitle 71697>>> Send InvokeComMethod to hDispatchDriver 54 OLE_VT_VOID 71698>>> End_Procedure 71699>>> 71699>>> Procedure ComAboutBox 71701>>> Handle hDispatchDriver 71701>>> Get phDispatchDriver to hDispatchDriver 71702>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 71703>>> End_Procedure 71704>>>End_Class 71705>>> 71705>>>// Event interface for CalendarCaptionBar Control 71705>>>Class cSigCjCom_DCalendarCaptionBarEvents is a Mixin 71706>>> 71706>>> Procedure OnComExpandButtonClick 71708>>> End_Procedure 71709>>> 71709>>> Procedure OnComBeforeItemClick OLECalendarCaptionBarThemeObject llobjectID Boolean ByRef llbCancelOperation 71711>>> End_Procedure 71712>>> 71712>>> Procedure OnComReCreated 71714>>> End_Procedure 71715>>> 71715>>> Procedure RegisterComEvents 71717>>> Send RegisterComEvent 1 msg_OnComExpandButtonClick 71718>>> Send RegisterComEvent 2 msg_OnComBeforeItemClick 71719>>> Send RegisterComEvent 10001000 msg_OnComReCreated 71720>>> End_Procedure 71721>>>End_Class 71722>>> 71722>>>// CalendarCaptionBar Control 71722>>>Class cSigCjComCalendarCaptionBar is a cComActiveXControl 71723>>> Import_Class_Protocol cSigCjCom_DCalendarCaptionBar 71724>>> Import_Class_Protocol cSigCjCom_DCalendarCaptionBarEvents 71725>>> 71725>>> Procedure Construct_Object 71727>>> Forward Send Construct_Object 71729>>> Set psProgID to L_cSigCjComCalendarCaptionBar 71730>>> Set psEventId to "{C0DE2030-1617-41DB-BFFF-2F842AAF02DA}" 71731>>> Set psLicenseKey to L_cSigCjKeyCalendar 71732>>> Set peAutoCreate to acDeferredAutoCreate 71733>>> End_Procedure 71734>>>End_Class 71735>>> 71735>>>Class cSigCjComICalendarResourcesManager is a Mixin 71736>>> 71736>>> Function ComName Returns String 71738>>> String retVal 71738>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 71739>>> Function_Return retVal 71740>>> End_Function 71741>>> 71741>>> Procedure Set ComName String value 71743>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 71744>>> End_Procedure 71745>>> 71745>>> Function ComAddDataProvider String llConnectionString Integer lleDPFlags Returns Boolean 71747>>> Handle hDispatchDriver 71747>>> Boolean retVal 71747>>> Get phDispatchDriver to hDispatchDriver 71748>>> Send PrepareParams to hDispatchDriver 2 71749>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 71750>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lleDPFlags 71751>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 71752>>> Function_Return retVal 71753>>> End_Function 71754>>> 71754>>> Function ComSetDataProvider Integer llIndex String llConnectionString Integer lleDPFlags Returns Boolean 71756>>> Handle hDispatchDriver 71756>>> Boolean retVal 71756>>> Get phDispatchDriver to hDispatchDriver 71757>>> Send PrepareParams to hDispatchDriver 3 71758>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71759>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 71760>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lleDPFlags 71761>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 71762>>> Function_Return retVal 71763>>> End_Function 71764>>> 71764>>> Function ComDataProvidersCount Returns Integer 71766>>> Handle hDispatchDriver 71766>>> Integer retVal 71766>>> Get phDispatchDriver to hDispatchDriver 71767>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_I4 to retVal 71768>>> Function_Return retVal 71769>>> End_Function 71770>>> 71770>>> Function ComDataProvider Integer llIndex Returns Variant 71772>>> Handle hDispatchDriver 71772>>> Variant retVal 71772>>> Get phDispatchDriver to hDispatchDriver 71773>>> Send PrepareParams to hDispatchDriver 1 71774>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71775>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 71776>>> Function_Return retVal 71777>>> End_Function 71778>>> 71778>>> Procedure ComRemoveDataProvider Integer llIndex 71780>>> Handle hDispatchDriver 71780>>> Get phDispatchDriver to hDispatchDriver 71781>>> Send PrepareParams to hDispatchDriver 1 71782>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71783>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 71784>>> End_Procedure 71785>>> 71785>>> Function ComGetDataProvider String llConnectionString Returns Variant 71787>>> Handle hDispatchDriver 71787>>> Variant retVal 71787>>> Get phDispatchDriver to hDispatchDriver 71788>>> Send PrepareParams to hDispatchDriver 1 71789>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 71790>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 71791>>> Function_Return retVal 71792>>> End_Function 71793>>> 71793>>> Function ComGetDataProviderIndex String llConnectionString Returns Integer 71795>>> Handle hDispatchDriver 71795>>> Integer retVal 71795>>> Get phDispatchDriver to hDispatchDriver 71796>>> Send PrepareParams to hDispatchDriver 1 71797>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConnectionString 71798>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_I4 to retVal 71799>>> Function_Return retVal 71800>>> End_Function 71801>>> 71801>>> Function ComGetDataProviderConnStr Integer llIndex Returns String 71803>>> Handle hDispatchDriver 71803>>> String retVal 71803>>> Get phDispatchDriver to hDispatchDriver 71804>>> Send PrepareParams to hDispatchDriver 1 71805>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71806>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_BSTR to retVal 71807>>> Function_Return retVal 71808>>> End_Function 71809>>> 71809>>> Function ComAddResource String llName Boolean llEnabled Returns Boolean 71811>>> Handle hDispatchDriver 71811>>> Boolean retVal 71811>>> Get phDispatchDriver to hDispatchDriver 71812>>> Send PrepareParams to hDispatchDriver 2 71813>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 71814>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnabled 71815>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_BOOL to retVal 71816>>> Function_Return retVal 71817>>> End_Function 71818>>> 71818>>> Function ComResourcesCount Returns Integer 71820>>> Handle hDispatchDriver 71820>>> Integer retVal 71820>>> Get phDispatchDriver to hDispatchDriver 71821>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 71822>>> Function_Return retVal 71823>>> End_Function 71824>>> 71824>>> Function ComResource Integer llIndex Returns Variant 71826>>> Handle hDispatchDriver 71826>>> Variant retVal 71826>>> Get phDispatchDriver to hDispatchDriver 71827>>> Send PrepareParams to hDispatchDriver 1 71828>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71829>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 71830>>> Function_Return retVal 71831>>> End_Function 71832>>> 71832>>> Procedure ComRemoveResource Integer llIndex 71834>>> Handle hDispatchDriver 71834>>> Get phDispatchDriver to hDispatchDriver 71835>>> Send PrepareParams to hDispatchDriver 1 71836>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71837>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 71838>>> End_Procedure 71839>>> 71839>>> Procedure ComMoveResource Integer llIndex Integer llNewIndex 71841>>> Handle hDispatchDriver 71841>>> Get phDispatchDriver to hDispatchDriver 71842>>> Send PrepareParams to hDispatchDriver 2 71843>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 71844>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llNewIndex 71845>>> Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID 71846>>> End_Procedure 71847>>> 71847>>> Procedure ComDoExchangeCfg Variant llPX 71849>>> Handle hDispatchDriver 71849>>> Get phDispatchDriver to hDispatchDriver 71850>>> Send PrepareParams to hDispatchDriver 1 71851>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPX 71852>>> Send InvokeComMethod to hDispatchDriver 30 OLE_VT_VOID 71853>>> End_Procedure 71854>>> 71854>>> Function ComSaveCfg String llstrFileName Returns Boolean 71856>>> Handle hDispatchDriver 71856>>> Boolean retVal 71856>>> Get phDispatchDriver to hDispatchDriver 71857>>> Send PrepareParams to hDispatchDriver 1 71858>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrFileName 71859>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_BOOL to retVal 71860>>> Function_Return retVal 71861>>> End_Function 71862>>> 71862>>> Function ComLoadCfg String llstrFileName Returns Boolean 71864>>> Handle hDispatchDriver 71864>>> Boolean retVal 71864>>> Get phDispatchDriver to hDispatchDriver 71865>>> Send PrepareParams to hDispatchDriver 1 71866>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrFileName 71867>>> Get InvokeComMethod of hDispatchDriver 32 OLE_VT_BOOL to retVal 71868>>> Function_Return retVal 71869>>> End_Function 71870>>> 71870>>> Procedure ComApplyToCalendar Variant llpCalendar 71872>>> Handle hDispatchDriver 71872>>> Get phDispatchDriver to hDispatchDriver 71873>>> Send PrepareParams to hDispatchDriver 1 71874>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpCalendar 71875>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 71876>>> End_Procedure 71877>>> 71877>>> Procedure ComRemoveAll 71879>>> Handle hDispatchDriver 71879>>> Get phDispatchDriver to hDispatchDriver 71880>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 71881>>> End_Procedure 71882>>>End_Class 71883>>> 71883>>>Class cSigCjComCalendarResourcesManager is a cComAutomationObject 71884>>> Import_Class_Protocol cSigCjComICalendarResourcesManager 71885>>> 71885>>> Procedure Construct_Object 71887>>> Forward Send Construct_Object 71889>>> Set psProgID to L_cSigCjComCalendarResourcesManager 71890>>> Set peAutoCreate to acNoAutoCreate 71891>>> End_Procedure 71892>>>End_Class 71893>>> 71893>>>Class cSigCjComICalendarDialogs is a Mixin 71894>>> 71894>>> Function ComParentHWND Returns OLE_HANDLE 71896>>> OLE_HANDLE retVal 71896>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 71897>>> Function_Return retVal 71898>>> End_Function 71899>>> 71899>>> Procedure Set ComParentHWND OLE_HANDLE value 71901>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 71902>>> End_Procedure 71903>>> 71903>>> Function ComCalendar Returns Variant 71905>>> Variant retVal 71905>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 71906>>> Function_Return retVal 71907>>> End_Function 71908>>> 71908>>> Procedure Set ComCalendar Variant value 71910>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 71911>>> End_Procedure 71912>>> 71912>>> Function ComEditRecurrenceRemoveButtonDisabled Returns Boolean 71914>>> Boolean retVal 71914>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 71915>>> Function_Return retVal 71916>>> End_Function 71917>>> 71917>>> Procedure Set ComEditRecurrenceRemoveButtonDisabled Boolean value 71919>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 71920>>> End_Procedure 71921>>> 71921>>> Function ComRemindersWindowShowInTaskBar Returns Boolean 71923>>> Boolean retVal 71923>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 71924>>> Function_Return retVal 71925>>> End_Function 71926>>> 71926>>> Procedure Set ComRemindersWindowShowInTaskBar Boolean value 71928>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 71929>>> End_Procedure 71930>>> 71930>>> Function ComShowEditEvent Variant llEvent Returns Boolean 71932>>> Handle hDispatchDriver 71932>>> Boolean retVal 71932>>> Get phDispatchDriver to hDispatchDriver 71933>>> Send PrepareParams to hDispatchDriver 1 71934>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 71935>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 71936>>> Function_Return retVal 71937>>> End_Function 71938>>> 71938>>> Function ComShowNewEvent Returns Boolean 71940>>> Handle hDispatchDriver 71940>>> Boolean retVal 71940>>> Get phDispatchDriver to hDispatchDriver 71941>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 71942>>> Function_Return retVal 71943>>> End_Function 71944>>> 71944>>> Function ComShowNewEvent2 Variant llNewEvent Returns Boolean 71946>>> Handle hDispatchDriver 71946>>> Boolean retVal 71946>>> Get phDispatchDriver to hDispatchDriver 71947>>> Send PrepareParams to hDispatchDriver 1 71948>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNewEvent 71949>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_BOOL to retVal 71950>>> Function_Return retVal 71951>>> End_Function 71952>>> 71952>>> Function ComShowEditRecurrence Variant llMasterEvent Returns Boolean 71954>>> Handle hDispatchDriver 71954>>> Boolean retVal 71954>>> Get phDispatchDriver to hDispatchDriver 71955>>> Send PrepareParams to hDispatchDriver 1 71956>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMasterEvent 71957>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 71958>>> Function_Return retVal 71959>>> End_Function 71960>>> 71960>>> Function ComShowTimeScaleProperties Returns Boolean 71962>>> Handle hDispatchDriver 71962>>> Boolean retVal 71962>>> Get phDispatchDriver to hDispatchDriver 71963>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_BOOL to retVal 71964>>> Function_Return retVal 71965>>> End_Function 71966>>> 71966>>> Function ComCreateRemindersWindow Returns Boolean 71968>>> Handle hDispatchDriver 71968>>> Boolean retVal 71968>>> Get phDispatchDriver to hDispatchDriver 71969>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_BOOL to retVal 71970>>> Function_Return retVal 71971>>> End_Function 71972>>> 71972>>> Procedure ComShowRemindersWindow 71974>>> Handle hDispatchDriver 71974>>> Get phDispatchDriver to hDispatchDriver 71975>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 71976>>> End_Procedure 71977>>> 71977>>> Procedure ComCloseRemindersWindow 71979>>> Handle hDispatchDriver 71979>>> Get phDispatchDriver to hDispatchDriver 71980>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 71981>>> End_Procedure 71982>>>End_Class 71983>>> 71983>>>Class cSigCjComCalendarDialogs is a cComAutomationObject 71984>>> Import_Class_Protocol cSigCjComICalendarDialogs 71985>>> 71985>>> Procedure Construct_Object 71987>>> Forward Send Construct_Object 71989>>> Set psProgID to L_cSigCjComCalendarDialogs 71990>>> Set peAutoCreate to acNoAutoCreate 71991>>> End_Procedure 71992>>>End_Class 71993>>> 71993>>>Class cSigCjComIDatePickerDayMetrics is a Mixin 71994>>> 71994>>> Function ComForeColor Returns OLE_COLOR 71996>>> OLE_COLOR retVal 71996>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 71997>>> Function_Return retVal 71998>>> End_Function 71999>>> 71999>>> Procedure Set ComForeColor OLE_COLOR value 72001>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 72002>>> End_Procedure 72003>>> 72003>>> Function ComBackColor Returns OLE_COLOR 72005>>> OLE_COLOR retVal 72005>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 72006>>> Function_Return retVal 72007>>> End_Function 72008>>> 72008>>> Procedure Set ComBackColor OLE_COLOR value 72010>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 72011>>> End_Procedure 72012>>> 72012>>> Function ComFont Returns Variant 72014>>> Variant retVal 72014>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 72015>>> Function_Return retVal 72016>>> End_Function 72017>>> 72017>>> Procedure Set ComFont Variant value 72019>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 72020>>> End_Procedure 72021>>> 72021>>> Function ComPicture Returns Variant 72023>>> Variant retVal 72023>>> Get ComProperty of (phDispatchDriver(Self)) -523 OLE_VT_DISPATCH to retVal 72024>>> Function_Return retVal 72025>>> End_Function 72026>>> 72026>>> Procedure Set ComPicture Variant value 72028>>> Set ComProperty of (phDispatchDriver(Self)) -523 OLE_VT_DISPATCH to value 72029>>> End_Procedure 72030>>>End_Class 72031>>> 72031>>>Class cSigCjComDatePickerDayMetrics is a cComAutomationObject 72032>>> Import_Class_Protocol cSigCjComIDatePickerDayMetrics 72033>>> 72033>>> Procedure Construct_Object 72035>>> Forward Send Construct_Object 72037>>> Set peAutoCreate to acNoAutoCreate 72038>>> End_Procedure 72039>>>End_Class 72040>>> 72040>>>// Dispatch interface for DatePicker Control 72040>>>Class cSigCjCom_DDatePicker is a Mixin 72041>>> 72041>>> Function ComHWnd Returns OLE_HANDLE 72043>>> OLE_HANDLE retVal 72043>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 72044>>> Function_Return retVal 72045>>> End_Function 72046>>> 72046>>> Procedure Set ComHWnd OLE_HANDLE value 72048>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 72049>>> End_Procedure 72050>>> 72050>>> Function ComEnabled Returns Boolean 72052>>> Boolean retVal 72052>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 72053>>> Function_Return retVal 72054>>> End_Function 72055>>> 72055>>> Procedure Set ComEnabled Boolean value 72057>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 72058>>> End_Procedure 72059>>> 72059>>> Function ComAutoSizeRowCol Returns Boolean 72061>>> Boolean retVal 72061>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_BOOL to retVal 72062>>> Function_Return retVal 72063>>> End_Function 72064>>> 72064>>> Procedure Set ComAutoSizeRowCol Boolean value 72066>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_BOOL to value 72067>>> End_Procedure 72068>>> 72068>>> Function ComFirstDayOfWeek Returns Integer 72070>>> Integer retVal 72070>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 72071>>> Function_Return retVal 72072>>> End_Function 72073>>> 72073>>> Procedure Set ComFirstDayOfWeek Integer value 72075>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 72076>>> End_Procedure 72077>>> 72077>>> Function ComShowTodayButton Returns Boolean 72079>>> Boolean retVal 72079>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 72080>>> Function_Return retVal 72081>>> End_Function 72082>>> 72082>>> Procedure Set ComShowTodayButton Boolean value 72084>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 72085>>> End_Procedure 72086>>> 72086>>> Function ComShowNoneButton Returns Boolean 72088>>> Boolean retVal 72088>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 72089>>> Function_Return retVal 72090>>> End_Function 72091>>> 72091>>> Procedure Set ComShowNoneButton Boolean value 72093>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 72094>>> End_Procedure 72095>>> 72095>>> Function ComHighlightToday Returns Boolean 72097>>> Boolean retVal 72097>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 72098>>> Function_Return retVal 72099>>> End_Function 72100>>> 72100>>> Procedure Set ComHighlightToday Boolean value 72102>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 72103>>> End_Procedure 72104>>> 72104>>> Function ComShowWeekNumbers Returns Boolean 72106>>> Boolean retVal 72106>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 72107>>> Function_Return retVal 72108>>> End_Function 72109>>> 72109>>> Procedure Set ComShowWeekNumbers Boolean value 72111>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 72112>>> End_Procedure 72113>>> 72113>>> Function ComShowNonMonthDays Returns Boolean 72115>>> Boolean retVal 72115>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 72116>>> Function_Return retVal 72117>>> End_Function 72118>>> 72118>>> Procedure Set ComShowNonMonthDays Boolean value 72120>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 72121>>> End_Procedure 72122>>> 72122>>> Function ComBorderStyle Returns OLEDatePickerBorderStyle 72124>>> OLEDatePickerBorderStyle retVal 72124>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 72125>>> Function_Return retVal 72126>>> End_Function 72127>>> 72127>>> Procedure Set ComBorderStyle OLEDatePickerBorderStyle value 72129>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 72130>>> End_Procedure 72131>>> 72131>>> Function ComRowCount Returns Integer 72133>>> Integer retVal 72133>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 72134>>> Function_Return retVal 72135>>> End_Function 72136>>> 72136>>> Procedure Set ComRowCount Integer value 72138>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 72139>>> End_Procedure 72140>>> 72140>>> Function ComColumnCount Returns Integer 72142>>> Integer retVal 72142>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 72143>>> Function_Return retVal 72144>>> End_Function 72145>>> 72145>>> Procedure Set ComColumnCount Integer value 72147>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 72148>>> End_Procedure 72149>>> 72149>>> Function ComMaxSelectionCount Returns Integer 72151>>> Integer retVal 72151>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 72152>>> Function_Return retVal 72153>>> End_Function 72154>>> 72154>>> Procedure Set ComMaxSelectionCount Integer value 72156>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 72157>>> End_Procedure 72158>>> 72158>>> Function ComTextNoneButton Returns String 72160>>> String retVal 72160>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 72161>>> Function_Return retVal 72162>>> End_Function 72163>>> 72163>>> Procedure Set ComTextNoneButton String value 72165>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 72166>>> End_Procedure 72167>>> 72167>>> Function ComTextTodayButton Returns String 72169>>> String retVal 72169>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BSTR to retVal 72170>>> Function_Return retVal 72171>>> End_Function 72172>>> 72172>>> Procedure Set ComTextTodayButton String value 72174>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BSTR to value 72175>>> End_Procedure 72176>>> 72176>>> Function ComFirstWeekOfYearDays Returns Integer 72178>>> Integer retVal 72178>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 72179>>> Function_Return retVal 72180>>> End_Function 72181>>> 72181>>> Procedure Set ComFirstWeekOfYearDays Integer value 72183>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 72184>>> End_Procedure 72185>>> 72185>>> Function ComAskDayMetrics Returns Boolean 72187>>> Boolean retVal 72187>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 72188>>> Function_Return retVal 72189>>> End_Function 72190>>> 72190>>> Procedure Set ComAskDayMetrics Boolean value 72192>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 72193>>> End_Procedure 72194>>> 72194>>> // Indicates whether the control should draw right-to-left for RTL languages 72194>>> Function ComRightToLeft Returns Boolean 72196>>> Boolean retVal 72196>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 72197>>> Function_Return retVal 72198>>> End_Function 72199>>> 72199>>> // Indicates whether the control should draw right-to-left for RTL languages 72199>>> Procedure Set ComRightToLeft Boolean value 72201>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 72202>>> End_Procedure 72203>>> 72203>>> Function ComBoldDaysWithEvents Returns Boolean 72205>>> Boolean retVal 72205>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 72206>>> Function_Return retVal 72207>>> End_Function 72208>>> 72208>>> Procedure Set ComBoldDaysWithEvents Boolean value 72210>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 72211>>> End_Procedure 72212>>> 72212>>> Function ComBoldDaysOnIdle Returns Boolean 72214>>> Boolean retVal 72214>>> Get ComProperty of (phDispatchDriver(Self)) 281 OLE_VT_BOOL to retVal 72215>>> Function_Return retVal 72216>>> End_Function 72217>>> 72217>>> Procedure Set ComBoldDaysOnIdle Boolean value 72219>>> Set ComProperty of (phDispatchDriver(Self)) 281 OLE_VT_BOOL to value 72220>>> End_Procedure 72221>>> 72221>>> Function ComBoldDaysPerIdleStep Returns Integer 72223>>> Integer retVal 72223>>> Get ComProperty of (phDispatchDriver(Self)) 282 OLE_VT_I4 to retVal 72224>>> Function_Return retVal 72225>>> End_Function 72226>>> 72226>>> Procedure Set ComBoldDaysPerIdleStep Integer value 72228>>> Set ComProperty of (phDispatchDriver(Self)) 282 OLE_VT_I4 to value 72229>>> End_Procedure 72230>>> 72230>>> Function ComBoldDaysIdleStepTime_ms Returns Integer 72232>>> Integer retVal 72232>>> Get ComProperty of (phDispatchDriver(Self)) 283 OLE_VT_I4 to retVal 72233>>> Function_Return retVal 72234>>> End_Function 72235>>> 72235>>> Procedure Set ComBoldDaysIdleStepTime_ms Integer value 72237>>> Set ComProperty of (phDispatchDriver(Self)) 283 OLE_VT_I4 to value 72238>>> End_Procedure 72239>>> 72239>>> // Indicates whether the format of year_month should be got from system 72239>>> Function ComSysYearMonthFormat Returns Boolean 72241>>> Boolean retVal 72241>>> Get ComProperty of (phDispatchDriver(Self)) 284 OLE_VT_BOOL to retVal 72242>>> Function_Return retVal 72243>>> End_Function 72244>>> 72244>>> // Indicates whether the format of year_month should be got from system 72244>>> Procedure Set ComSysYearMonthFormat Boolean value 72246>>> Set ComProperty of (phDispatchDriver(Self)) 284 OLE_VT_BOOL to value 72247>>> End_Procedure 72248>>> 72248>>> Function ComMonthDelta Returns Integer 72250>>> Integer retVal 72250>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 72251>>> Function_Return retVal 72252>>> End_Function 72253>>> 72253>>> Procedure Set ComMonthDelta Integer value 72255>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 72256>>> End_Procedure 72257>>> 72257>>> Function ComMultiSelectionMode Returns Boolean 72259>>> Boolean retVal 72259>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to retVal 72260>>> Function_Return retVal 72261>>> End_Function 72262>>> 72262>>> Procedure Set ComMultiSelectionMode Boolean value 72264>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to value 72265>>> End_Procedure 72266>>> 72266>>> Function ComVisualTheme Returns OLECalendarTheme 72268>>> OLECalendarTheme retVal 72268>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to retVal 72269>>> Function_Return retVal 72270>>> End_Function 72271>>> 72271>>> Procedure Set ComVisualTheme OLECalendarTheme value 72273>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to value 72274>>> End_Procedure 72275>>> 72275>>> Function ComYearsTriangle Returns Boolean 72277>>> Boolean retVal 72277>>> Get ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BOOL to retVal 72278>>> Function_Return retVal 72279>>> End_Function 72280>>> 72280>>> Procedure Set ComYearsTriangle Boolean value 72282>>> Set ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BOOL to value 72283>>> End_Procedure 72284>>> 72284>>> Function ComAllowNoncontinuousSelection Returns Boolean 72286>>> Boolean retVal 72286>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to retVal 72287>>> Function_Return retVal 72288>>> End_Function 72289>>> 72289>>> Procedure Set ComAllowNoncontinuousSelection Boolean value 72291>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to value 72292>>> End_Procedure 72293>>> 72293>>> Function ComReCreateReparented Returns Boolean 72295>>> Boolean retVal 72295>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 72296>>> Function_Return retVal 72297>>> End_Function 72298>>> 72298>>> Procedure Set ComReCreateReparented Boolean value 72300>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 72301>>> End_Procedure 72302>>> 72302>>> Procedure ComEnsureVisible DateTime llDate 72304>>> Handle hDispatchDriver 72304>>> Get phDispatchDriver to hDispatchDriver 72305>>> Send PrepareParams to hDispatchDriver 1 72306>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDate 72307>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 72308>>> End_Procedure 72309>>> 72309>>> Procedure ComEnsureVisibleSelection 72311>>> Handle hDispatchDriver 72311>>> Get phDispatchDriver to hDispatchDriver 72312>>> Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID 72313>>> End_Procedure 72314>>> 72314>>> Procedure ComEnsureVisibleFocus 72316>>> Handle hDispatchDriver 72316>>> Get phDispatchDriver to hDispatchDriver 72317>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 72318>>> End_Procedure 72319>>> 72319>>> Procedure ComSetRange DateTime llMinRange DateTime llMaxRange 72321>>> Handle hDispatchDriver 72321>>> Get phDispatchDriver to hDispatchDriver 72322>>> Send PrepareParams to hDispatchDriver 2 72323>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llMinRange 72324>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llMaxRange 72325>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 72326>>> End_Procedure 72327>>> 72327>>> Procedure ComRedrawControl 72329>>> Handle hDispatchDriver 72329>>> Get phDispatchDriver to hDispatchDriver 72330>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 72331>>> End_Procedure 72332>>> 72332>>> Function ComSelection Returns Variant 72334>>> Handle hDispatchDriver 72334>>> Variant retVal 72334>>> Get phDispatchDriver to hDispatchDriver 72335>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 72336>>> Function_Return retVal 72337>>> End_Function 72338>>> 72338>>> Procedure ComGetMinReqRect Integer ByRef llWidth Integer ByRef llHeight Integer llRow Integer llColumn 72340>>> Handle hDispatchDriver 72340>>> Get phDispatchDriver to hDispatchDriver 72341>>> Send PrepareParams to hDispatchDriver 4 72342>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llWidth 72343>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llHeight 72344>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRow 72345>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumn 72346>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 72347>>> End_Procedure 72348>>> 72348>>> Procedure ComAttachToCalendar Variant llCalendar 72350>>> Handle hDispatchDriver 72350>>> Get phDispatchDriver to hDispatchDriver 72351>>> Send PrepareParams to hDispatchDriver 1 72352>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCalendar 72353>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 72354>>> End_Procedure 72355>>> 72355>>> Procedure ComDetachFromCalendar 72357>>> Handle hDispatchDriver 72357>>> Get phDispatchDriver to hDispatchDriver 72358>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 72359>>> End_Procedure 72360>>> 72360>>> Function ComShowModal Integer llnRows Integer llnCols Returns Boolean 72362>>> Handle hDispatchDriver 72362>>> Boolean retVal 72362>>> Get phDispatchDriver to hDispatchDriver 72363>>> Send PrepareParams to hDispatchDriver 2 72364>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRows 72365>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnCols 72366>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BOOL to retVal 72367>>> Function_Return retVal 72368>>> End_Function 72369>>> 72369>>> Function ComShowModalEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly OLE_XSIZE_PIXELS llnWidth OLE_YSIZE_PIXELS llnHeight OLE_HANDLE llhWndParent Returns Boolean 72371>>> Handle hDispatchDriver 72371>>> Boolean retVal 72371>>> Get phDispatchDriver to hDispatchDriver 72372>>> Send PrepareParams to hDispatchDriver 5 72373>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 72374>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 72375>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnWidth 72376>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnHeight 72377>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWndParent 72378>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_BOOL to retVal 72379>>> Function_Return retVal 72380>>> End_Function 72381>>> 72381>>> Function ComHitTest Returns DateTime 72383>>> Handle hDispatchDriver 72383>>> DateTime retVal 72383>>> Get phDispatchDriver to hDispatchDriver 72384>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DATE to retVal 72385>>> Function_Return retVal 72386>>> End_Function 72387>>> 72387>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns DateTime 72389>>> Handle hDispatchDriver 72389>>> DateTime retVal 72389>>> Get phDispatchDriver to hDispatchDriver 72390>>> Send PrepareParams to hDispatchDriver 2 72391>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 72392>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 72393>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DATE to retVal 72394>>> Function_Return retVal 72395>>> End_Function 72396>>> 72396>>> Procedure ComSelectRange DateTime llDateMin DateTime llDateMax 72398>>> Handle hDispatchDriver 72398>>> Get phDispatchDriver to hDispatchDriver 72399>>> Send PrepareParams to hDispatchDriver 2 72400>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDateMin 72401>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDateMax 72402>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 72403>>> End_Procedure 72404>>> 72404>>> Procedure ComSelect DateTime llSelDay 72406>>> Handle hDispatchDriver 72406>>> Get phDispatchDriver to hDispatchDriver 72407>>> Send PrepareParams to hDispatchDriver 1 72408>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llSelDay 72409>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 72410>>> End_Procedure 72411>>> 72411>>> Procedure ComDeselect DateTime llSelDay 72413>>> Handle hDispatchDriver 72413>>> Get phDispatchDriver to hDispatchDriver 72414>>> Send PrepareParams to hDispatchDriver 1 72415>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llSelDay 72416>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 72417>>> End_Procedure 72418>>> 72418>>> Procedure ComClearSelection 72420>>> Handle hDispatchDriver 72420>>> Get phDispatchDriver to hDispatchDriver 72421>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 72422>>> End_Procedure 72423>>> 72423>>> Function ComFirstVisibleDay Returns DateTime 72425>>> Handle hDispatchDriver 72425>>> DateTime retVal 72425>>> Get phDispatchDriver to hDispatchDriver 72426>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_DATE to retVal 72427>>> Function_Return retVal 72428>>> End_Function 72429>>> 72429>>> Function ComLastVisibleDay Returns DateTime 72431>>> Handle hDispatchDriver 72431>>> DateTime retVal 72431>>> Get phDispatchDriver to hDispatchDriver 72432>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DATE to retVal 72433>>> Function_Return retVal 72434>>> End_Function 72435>>> 72435>>> // This property returns current visual theme object or Nothing / null. 72435>>> Function ComPaintManager Returns Variant 72437>>> Handle hDispatchDriver 72437>>> Variant retVal 72437>>> Get phDispatchDriver to hDispatchDriver 72438>>> Get InvokeComMethod of hDispatchDriver 38 OLE_VT_DISPATCH to retVal 72439>>> Function_Return retVal 72440>>> End_Function 72441>>> 72441>>> Procedure ComDesiredVisibleAndFullRange DateTime llFirstVisibleDay DateTime llLastVisibleDay DateTime llFirstDay DateTime llLastDay 72443>>> Handle hDispatchDriver 72443>>> Get phDispatchDriver to hDispatchDriver 72444>>> Send PrepareParams to hDispatchDriver 4 72445>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llFirstVisibleDay 72446>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llLastVisibleDay 72447>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llFirstDay 72448>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llLastDay 72449>>> Send InvokeComMethod to hDispatchDriver 40 OLE_VT_VOID 72450>>> End_Procedure 72451>>> 72451>>> Procedure ComResyncCalendar 72453>>> Handle hDispatchDriver 72453>>> Get phDispatchDriver to hDispatchDriver 72454>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 72455>>> End_Procedure 72456>>> 72456>>> Procedure ComAboutBox 72458>>> Handle hDispatchDriver 72458>>> Get phDispatchDriver to hDispatchDriver 72459>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 72460>>> End_Procedure 72461>>> 72461>>> // This method is used to get the name of any day of week 72461>>> Function ComGetDayName Integer llnDay Returns String 72463>>> Handle hDispatchDriver 72463>>> String retVal 72463>>> Get phDispatchDriver to hDispatchDriver 72464>>> Send PrepareParams to hDispatchDriver 1 72465>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnDay 72466>>> Get InvokeComMethod of hDispatchDriver 42 OLE_VT_BSTR to retVal 72467>>> Function_Return retVal 72468>>> End_Function 72469>>> 72469>>> // This method is used to set the name of any day of week 72469>>> Procedure ComSetDayName Integer llnDay String llsDayName 72471>>> Handle hDispatchDriver 72471>>> Get phDispatchDriver to hDispatchDriver 72472>>> Send PrepareParams to hDispatchDriver 2 72473>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnDay 72474>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llsDayName 72475>>> Send InvokeComMethod to hDispatchDriver 43 OLE_VT_VOID 72476>>> End_Procedure 72477>>> 72477>>> // This method is used to get the name of any month 72477>>> Function ComGetMonthName Integer llnMonth Returns String 72479>>> Handle hDispatchDriver 72479>>> String retVal 72479>>> Get phDispatchDriver to hDispatchDriver 72480>>> Send PrepareParams to hDispatchDriver 1 72481>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnMonth 72482>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_BSTR to retVal 72483>>> Function_Return retVal 72484>>> End_Function 72485>>> 72485>>> // This method is used to set the name of any month 72485>>> Procedure ComSetMonthName Integer llnMonth String llsMonthName 72487>>> Handle hDispatchDriver 72487>>> Get phDispatchDriver to hDispatchDriver 72488>>> Send PrepareParams to hDispatchDriver 2 72489>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnMonth 72490>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llsMonthName 72491>>> Send InvokeComMethod to hDispatchDriver 45 OLE_VT_VOID 72492>>> End_Procedure 72493>>>End_Class 72494>>> 72494>>>// Event interface for DatePicker Control 72494>>>Class cSigCjCom_DDatePickerEvents is a Mixin 72495>>> 72495>>> Procedure OnComSelectionChanged 72497>>> End_Procedure 72498>>> 72498>>> Procedure OnComDayMetrics DateTime llDay Variant llMetrics 72500>>> End_Procedure 72501>>> 72501>>> Procedure OnComMonthChanged 72503>>> End_Procedure 72504>>> 72504>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 72506>>> End_Procedure 72507>>> 72507>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 72509>>> End_Procedure 72510>>> 72510>>> Procedure OnComReCreated 72512>>> End_Procedure 72513>>> 72513>>> Procedure RegisterComEvents 72515>>> Send RegisterComEvent 1 msg_OnComSelectionChanged 72516>>> Send RegisterComEvent 2 msg_OnComDayMetrics 72517>>> Send RegisterComEvent 3 msg_OnComMonthChanged 72518>>> Send RegisterComEvent -606 msg_OnComMouseMove 72519>>> Send RegisterComEvent -602 msg_OnComKeyDown 72520>>> Send RegisterComEvent 10001000 msg_OnComReCreated 72521>>> End_Procedure 72522>>>End_Class 72523>>> 72523>>>// DatePicker Control 72523>>>Class cSigCjComDatePicker is a cComActiveXControl 72524>>> Import_Class_Protocol cSigCjCom_DDatePicker 72525>>> Import_Class_Protocol cSigCjCom_DDatePickerEvents 72526>>> 72526>>> Procedure Construct_Object 72528>>> Forward Send Construct_Object 72530>>> Set psProgID to L_cSigCjComDatePicker 72531>>> Set psEventId to "{C0DE2030-896D-4B48-AB33-0DDE41815A1B}" 72532>>> Set psLicenseKey to L_cSigCjKeyCalendar 72533>>> Set peAutoCreate to acDeferredAutoCreate 72534>>> End_Procedure 72535>>>End_Class 72536>>> 72536>>>// Calendar Global Settings 72536>>>Class cSigCjComICalendarGlobalSettings is a Mixin 72537>>> 72537>>> Function ComResourceFile Returns String 72539>>> String retVal 72539>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 72540>>> Function_Return retVal 72541>>> End_Function 72542>>> 72542>>> Procedure Set ComResourceFile String value 72544>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 72545>>> End_Procedure 72546>>> 72546>>> Function ComLicense Returns String 72548>>> String retVal 72548>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 72549>>> Function_Return retVal 72550>>> End_Function 72551>>> 72551>>> Procedure Set ComLicense String value 72553>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 72554>>> End_Procedure 72555>>> 72555>>> Function ComTitle Returns String 72557>>> String retVal 72557>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 72558>>> Function_Return retVal 72559>>> End_Function 72560>>> 72560>>> Procedure Set ComTitle String value 72562>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 72563>>> End_Procedure 72564>>> 72564>>> Function ComReCreateReparentedControls Returns Boolean 72566>>> Boolean retVal 72566>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 72567>>> Function_Return retVal 72568>>> End_Function 72569>>> 72569>>> Procedure Set ComReCreateReparentedControls Boolean value 72571>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 72572>>> End_Procedure 72573>>> 72573>>> Function ComUseResourceFileLocale Returns Boolean 72575>>> Boolean retVal 72575>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 72576>>> Function_Return retVal 72577>>> End_Function 72578>>> 72578>>> Procedure Set ComUseResourceFileLocale Boolean value 72580>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 72581>>> End_Procedure 72582>>> 72582>>> Function ComColorManager Returns Variant 72584>>> Handle hDispatchDriver 72584>>> Variant retVal 72584>>> Get phDispatchDriver to hDispatchDriver 72585>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 72586>>> Function_Return retVal 72587>>> End_Function 72588>>> 72588>>> Function ComVersion Returns String 72590>>> Handle hDispatchDriver 72590>>> String retVal 72590>>> Get phDispatchDriver to hDispatchDriver 72591>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 72592>>> Function_Return retVal 72593>>> End_Function 72594>>> 72594>>> Function ComUnicode Returns Boolean 72596>>> Handle hDispatchDriver 72596>>> Boolean retVal 72596>>> Get phDispatchDriver to hDispatchDriver 72597>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 72598>>> Function_Return retVal 72599>>> End_Function 72600>>> 72600>>> Function ComOcxPath Returns String 72602>>> Handle hDispatchDriver 72602>>> String retVal 72602>>> Get phDispatchDriver to hDispatchDriver 72603>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 72604>>> Function_Return retVal 72605>>> End_Function 72606>>> 72606>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Returns Variant 72608>>> Handle hDispatchDriver 72608>>> Variant retVal 72608>>> Get phDispatchDriver to hDispatchDriver 72609>>> Send PrepareParams to hDispatchDriver 1 72610>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 72611>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 72612>>> Function_Return retVal 72613>>> End_Function 72614>>> 72614>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Variant llValue 72616>>> Handle hDispatchDriver 72616>>> Get phDispatchDriver to hDispatchDriver 72617>>> Send PrepareParams to hDispatchDriver 2 72618>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 72619>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 72620>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 72621>>> End_Procedure 72622>>> 72622>>> Function ComCreatePropExchange Returns Variant 72624>>> Handle hDispatchDriver 72624>>> Variant retVal 72624>>> Get phDispatchDriver to hDispatchDriver 72625>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 72626>>> Function_Return retVal 72627>>> End_Function 72628>>> 72628>>> Function ComResourceImages Returns Variant 72630>>> Handle hDispatchDriver 72630>>> Variant retVal 72630>>> Get phDispatchDriver to hDispatchDriver 72631>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 72632>>> Function_Return retVal 72633>>> End_Function 72634>>>End_Class 72635>>> 72635>>>// Calendar Global Settings 72635>>>Class cSigCjComCalendarGlobalSettings is a cComAutomationObject 72636>>> Import_Class_Protocol cSigCjComICalendarGlobalSettings 72637>>> 72637>>> Procedure Construct_Object 72639>>> Forward Send Construct_Object 72641>>> Set psProgID to L_cSigCjComCalendarGlobalSettings 72642>>> Set peAutoCreate to acNoAutoCreate 72643>>> End_Procedure 72644>>>End_Class 72645>>> 72645>>>Class cSigCjComCalendarViewGroup is a cComAutomationObject 72646>>> 72646>>> Function ComGroupIndex Returns Integer 72648>>> Handle hDispatchDriver 72648>>> Integer retVal 72648>>> Get phDispatchDriver to hDispatchDriver 72649>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 72650>>> Function_Return retVal 72651>>> End_Function 72652>>> 72652>>> Function ComViewDay Returns Variant 72654>>> Handle hDispatchDriver 72654>>> Variant retVal 72654>>> Get phDispatchDriver to hDispatchDriver 72655>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 72656>>> Function_Return retVal 72657>>> End_Function 72658>>> 72658>>> Function ComViewEvents Returns Variant 72660>>> Handle hDispatchDriver 72660>>> Variant retVal 72660>>> Get phDispatchDriver to hDispatchDriver 72661>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 72662>>> Function_Return retVal 72663>>> End_Function 72664>>> 72664>>> Function ComMultipleResources Returns Variant 72666>>> Handle hDispatchDriver 72666>>> Variant retVal 72666>>> Get phDispatchDriver to hDispatchDriver 72667>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 72668>>> Function_Return retVal 72669>>> End_Function 72670>>>End_Class 72671>>> 72671>>>Class cSigCjComCalendarViewDay is a cComAutomationObject 72672>>> 72672>>> Function ComDate Returns DateTime 72674>>> Handle hDispatchDriver 72674>>> DateTime retVal 72674>>> Get phDispatchDriver to hDispatchDriver 72675>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DATE to retVal 72676>>> Function_Return retVal 72677>>> End_Function 72678>>> 72678>>> Function ComView Returns Variant 72680>>> Handle hDispatchDriver 72680>>> Variant retVal 72680>>> Get phDispatchDriver to hDispatchDriver 72681>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 72682>>> Function_Return retVal 72683>>> End_Function 72684>>> 72684>>> Function ComViewGroups Returns Variant 72686>>> Handle hDispatchDriver 72686>>> Variant retVal 72686>>> Get phDispatchDriver to hDispatchDriver 72687>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 72688>>> Function_Return retVal 72689>>> End_Function 72690>>> 72690>>> Function ComMultipleResources Returns Variant 72692>>> Handle hDispatchDriver 72692>>> Variant retVal 72692>>> Get phDispatchDriver to hDispatchDriver 72693>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 72694>>> Function_Return retVal 72695>>> End_Function 72696>>> 72696>>> Procedure ComSetMultipleResources Variant llMultipleResources 72698>>> Handle hDispatchDriver 72698>>> Get phDispatchDriver to hDispatchDriver 72699>>> Send PrepareParams to hDispatchDriver 1 72700>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 72701>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 72702>>> End_Procedure 72703>>>End_Class 72704>>> 72704>>>Class cSigCjComCalendarView is a cComAutomationObject 72705>>> 72705>>> Function ComDayHeaderFormatLong Returns String 72707>>> String retVal 72707>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 72708>>> Function_Return retVal 72709>>> End_Function 72710>>> 72710>>> Procedure Set ComDayHeaderFormatLong String value 72712>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 72713>>> End_Procedure 72714>>> 72714>>> Function ComDayHeaderFormatMiddle Returns String 72716>>> String retVal 72716>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 72717>>> Function_Return retVal 72718>>> End_Function 72719>>> 72719>>> Procedure Set ComDayHeaderFormatMiddle String value 72721>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 72722>>> End_Procedure 72723>>> 72723>>> Function ComDayHeaderFormatShort Returns String 72725>>> String retVal 72725>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to retVal 72726>>> Function_Return retVal 72727>>> End_Function 72728>>> 72728>>> Procedure Set ComDayHeaderFormatShort String value 72730>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to value 72731>>> End_Procedure 72732>>> 72732>>> Function ComDayHeaderFormatShortest Returns String 72734>>> String retVal 72734>>> Get ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to retVal 72735>>> Function_Return retVal 72736>>> End_Function 72737>>> 72737>>> Procedure Set ComDayHeaderFormatShortest String value 72739>>> Set ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to value 72740>>> End_Procedure 72741>>> 72741>>> Procedure ComResetSelection 72743>>> Handle hDispatchDriver 72743>>> Get phDispatchDriver to hDispatchDriver 72744>>> Send InvokeComMethod to hDispatchDriver 98 OLE_VT_VOID 72745>>> End_Procedure 72746>>> 72746>>> Function ComHitTest Returns Variant 72748>>> Handle hDispatchDriver 72748>>> Variant retVal 72748>>> Get phDispatchDriver to hDispatchDriver 72749>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 72750>>> Function_Return retVal 72751>>> End_Function 72752>>> 72752>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 72754>>> Handle hDispatchDriver 72754>>> Variant retVal 72754>>> Get phDispatchDriver to hDispatchDriver 72755>>> Send PrepareParams to hDispatchDriver 2 72756>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 72757>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 72758>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 72759>>> Function_Return retVal 72760>>> End_Function 72761>>> 72761>>> Procedure ComShowDay DateTime llDay Boolean llSelect 72763>>> Handle hDispatchDriver 72763>>> Get phDispatchDriver to hDispatchDriver 72764>>> Send PrepareParams to hDispatchDriver 2 72765>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 72766>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 72767>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 72768>>> End_Procedure 72769>>> 72769>>> Function ComDays Integer llnIndex Returns Variant 72771>>> Handle hDispatchDriver 72771>>> Variant retVal 72771>>> Get phDispatchDriver to hDispatchDriver 72772>>> Send PrepareParams to hDispatchDriver 1 72773>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 72774>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 72775>>> Function_Return retVal 72776>>> End_Function 72777>>> 72777>>> Function ComDaysCount Returns Integer 72779>>> Handle hDispatchDriver 72779>>> Integer retVal 72779>>> Get phDispatchDriver to hDispatchDriver 72780>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 72781>>> Function_Return retVal 72782>>> End_Function 72783>>> 72783>>> Function ComGetSelectedEvents Returns Variant 72785>>> Handle hDispatchDriver 72785>>> Variant retVal 72785>>> Get phDispatchDriver to hDispatchDriver 72786>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 72787>>> Function_Return retVal 72788>>> End_Function 72789>>> 72789>>> Procedure ComSelectViewEvent Variant llViewEvent Boolean llSelect 72791>>> Handle hDispatchDriver 72791>>> Get phDispatchDriver to hDispatchDriver 72792>>> Send PrepareParams to hDispatchDriver 2 72793>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 72794>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 72795>>> Send InvokeComMethod to hDispatchDriver 111 OLE_VT_VOID 72796>>> End_Procedure 72797>>> 72797>>> Procedure ComUnselectAllEvents 72799>>> Handle hDispatchDriver 72799>>> Get phDispatchDriver to hDispatchDriver 72800>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 72801>>> End_Procedure 72802>>> 72802>>> Procedure ComEnableVScroll Boolean llbEnable 72804>>> Handle hDispatchDriver 72804>>> Get phDispatchDriver to hDispatchDriver 72805>>> Send PrepareParams to hDispatchDriver 1 72806>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 72807>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 72808>>> End_Procedure 72809>>> 72809>>> Procedure ComEnableHScroll Boolean llbEnable 72811>>> Handle hDispatchDriver 72811>>> Get phDispatchDriver to hDispatchDriver 72812>>> Send PrepareParams to hDispatchDriver 1 72813>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 72814>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 72815>>> End_Procedure 72816>>> 72816>>> Function ComCanCut Returns Boolean 72818>>> Handle hDispatchDriver 72818>>> Boolean retVal 72818>>> Get phDispatchDriver to hDispatchDriver 72819>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 72820>>> Function_Return retVal 72821>>> End_Function 72822>>> 72822>>> Function ComCanCopy Returns Boolean 72824>>> Handle hDispatchDriver 72824>>> Boolean retVal 72824>>> Get phDispatchDriver to hDispatchDriver 72825>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 72826>>> Function_Return retVal 72827>>> End_Function 72828>>> 72828>>> Function ComCanPaste Returns Boolean 72830>>> Handle hDispatchDriver 72830>>> Boolean retVal 72830>>> Get phDispatchDriver to hDispatchDriver 72831>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 72832>>> Function_Return retVal 72833>>> End_Function 72834>>> 72834>>> Function ComCanUndo Returns Boolean 72836>>> Handle hDispatchDriver 72836>>> Boolean retVal 72836>>> Get phDispatchDriver to hDispatchDriver 72837>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 72838>>> Function_Return retVal 72839>>> End_Function 72840>>> 72840>>> Function ComCanRedo Returns Boolean 72842>>> Handle hDispatchDriver 72842>>> Boolean retVal 72842>>> Get phDispatchDriver to hDispatchDriver 72843>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 72844>>> Function_Return retVal 72845>>> End_Function 72846>>> 72846>>> Procedure ComCut 72848>>> Handle hDispatchDriver 72848>>> Get phDispatchDriver to hDispatchDriver 72849>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 72850>>> End_Procedure 72851>>> 72851>>> Procedure ComCopy 72853>>> Handle hDispatchDriver 72853>>> Get phDispatchDriver to hDispatchDriver 72854>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 72855>>> End_Procedure 72856>>> 72856>>> Procedure ComPaste 72858>>> Handle hDispatchDriver 72858>>> Get phDispatchDriver to hDispatchDriver 72859>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 72860>>> End_Procedure 72861>>> 72861>>> Procedure ComUndo 72863>>> Handle hDispatchDriver 72863>>> Get phDispatchDriver to hDispatchDriver 72864>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 72865>>> End_Procedure 72866>>> 72866>>> Procedure ComRedo 72868>>> Handle hDispatchDriver 72868>>> Get phDispatchDriver to hDispatchDriver 72869>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 72870>>> End_Procedure 72871>>> 72871>>> Function ComMultipleResources Returns Variant 72873>>> Handle hDispatchDriver 72873>>> Variant retVal 72873>>> Get phDispatchDriver to hDispatchDriver 72874>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 72875>>> Function_Return retVal 72876>>> End_Function 72877>>> 72877>>> Procedure ComSetMultipleResources Variant llMultipleResources 72879>>> Handle hDispatchDriver 72879>>> Get phDispatchDriver to hDispatchDriver 72880>>> Send PrepareParams to hDispatchDriver 1 72881>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 72882>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 72883>>> End_Procedure 72884>>> 72884>>> Function ComSelection Returns Variant 72886>>> Handle hDispatchDriver 72886>>> Variant retVal 72886>>> Get phDispatchDriver to hDispatchDriver 72887>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_DISPATCH to retVal 72888>>> Function_Return retVal 72889>>> End_Function 72890>>> 72890>>> Function ComCanStartEdit Returns Boolean 72892>>> Handle hDispatchDriver 72892>>> Boolean retVal 72892>>> Get phDispatchDriver to hDispatchDriver 72893>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_BOOL to retVal 72894>>> Function_Return retVal 72895>>> End_Function 72896>>>End_Class 72897>>> 72897>>>Class cSigCjComCalendarHitTestInfo is a cComAutomationObject 72898>>> 72898>>> Function ComViewEvent Returns Variant 72900>>> Handle hDispatchDriver 72900>>> Variant retVal 72900>>> Get phDispatchDriver to hDispatchDriver 72901>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 72902>>> Function_Return retVal 72903>>> End_Function 72904>>> 72904>>> Function ComViewGroup Returns Variant 72906>>> Handle hDispatchDriver 72906>>> Variant retVal 72906>>> Get phDispatchDriver to hDispatchDriver 72907>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 72908>>> Function_Return retVal 72909>>> End_Function 72910>>> 72910>>> Function ComViewDay Returns Variant 72912>>> Handle hDispatchDriver 72912>>> Variant retVal 72912>>> Get phDispatchDriver to hDispatchDriver 72913>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 72914>>> Function_Return retVal 72915>>> End_Function 72916>>> 72916>>> Function ComHitCode Returns OLECalendarHitTestCode 72918>>> Handle hDispatchDriver 72918>>> OLECalendarHitTestCode retVal 72918>>> Get phDispatchDriver to hDispatchDriver 72919>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 72920>>> Function_Return retVal 72921>>> End_Function 72922>>> 72922>>> Function ComHitDateTime Returns DateTime 72924>>> Handle hDispatchDriver 72924>>> DateTime retVal 72924>>> Get phDispatchDriver to hDispatchDriver 72925>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DATE to retVal 72926>>> Function_Return retVal 72927>>> End_Function 72928>>> 72928>>> Function ComTimePartValid Returns Boolean 72930>>> Handle hDispatchDriver 72930>>> Boolean retVal 72930>>> Get phDispatchDriver to hDispatchDriver 72931>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BOOL to retVal 72932>>> Function_Return retVal 72933>>> End_Function 72934>>>End_Class 72935>>> 72935>>>Class cSigCjComCalendarViewEvent is a cComAutomationObject 72936>>> 72936>>> Function ComSelected Returns Boolean 72938>>> Boolean retVal 72938>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 72939>>> Function_Return retVal 72940>>> End_Function 72941>>> 72941>>> Procedure Set ComSelected Boolean value 72943>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 72944>>> End_Procedure 72945>>> 72945>>> Function ComIsVisible Returns Boolean 72947>>> Boolean retVal 72947>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 72948>>> Function_Return retVal 72949>>> End_Function 72950>>> 72950>>> Procedure Set ComIsVisible Boolean value 72952>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 72953>>> End_Procedure 72954>>> 72954>>> Function ComEvent Returns Variant 72956>>> Handle hDispatchDriver 72956>>> Variant retVal 72956>>> Get phDispatchDriver to hDispatchDriver 72957>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 72958>>> Function_Return retVal 72959>>> End_Function 72960>>> 72960>>> Function ComViewGroup Returns Variant 72962>>> Handle hDispatchDriver 72962>>> Variant retVal 72962>>> Get phDispatchDriver to hDispatchDriver 72963>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 72964>>> Function_Return retVal 72965>>> End_Function 72966>>>End_Class 72967>>> 72967>>>Class cSigCjComCalendarEvent is a cComAutomationObject 72968>>> 72968>>> Function ComSubject Returns String 72970>>> String retVal 72970>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 72971>>> Function_Return retVal 72972>>> End_Function 72973>>> 72973>>> Procedure Set ComSubject String value 72975>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 72976>>> End_Procedure 72977>>> 72977>>> Function ComLocation Returns String 72979>>> String retVal 72979>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 72980>>> Function_Return retVal 72981>>> End_Function 72982>>> 72982>>> Procedure Set ComLocation String value 72984>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 72985>>> End_Procedure 72986>>> 72986>>> Function ComBody Returns String 72988>>> String retVal 72988>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 72989>>> Function_Return retVal 72990>>> End_Function 72991>>> 72991>>> Procedure Set ComBody String value 72993>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 72994>>> End_Procedure 72995>>> 72995>>> Function ComMeetingFlag Returns Boolean 72997>>> Boolean retVal 72997>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 72998>>> Function_Return retVal 72999>>> End_Function 73000>>> 73000>>> Procedure Set ComMeetingFlag Boolean value 73002>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 73003>>> End_Procedure 73004>>> 73004>>> Function ComPrivateFlag Returns Boolean 73006>>> Boolean retVal 73006>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 73007>>> Function_Return retVal 73008>>> End_Function 73009>>> 73009>>> Procedure Set ComPrivateFlag Boolean value 73011>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 73012>>> End_Procedure 73013>>> 73013>>> Function ComLabel Returns Integer 73015>>> Integer retVal 73015>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 73016>>> Function_Return retVal 73017>>> End_Function 73018>>> 73018>>> Procedure Set ComLabel Integer value 73020>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 73021>>> End_Procedure 73022>>> 73022>>> Function ComBusyStatus Returns OLECalendarEventBusyStatus 73024>>> OLECalendarEventBusyStatus retVal 73024>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 73025>>> Function_Return retVal 73026>>> End_Function 73027>>> 73027>>> Procedure Set ComBusyStatus OLECalendarEventBusyStatus value 73029>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 73030>>> End_Procedure 73031>>> 73031>>> Function ComImportance Returns OLECalendarEventImportance 73033>>> OLECalendarEventImportance retVal 73033>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 73034>>> Function_Return retVal 73035>>> End_Function 73036>>> 73036>>> Procedure Set ComImportance OLECalendarEventImportance value 73038>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 73039>>> End_Procedure 73040>>> 73040>>> Function ComStartTime Returns DateTime 73042>>> DateTime retVal 73042>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_DATE to retVal 73043>>> Function_Return retVal 73044>>> End_Function 73045>>> 73045>>> Procedure Set ComStartTime DateTime value 73047>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_DATE to value 73048>>> End_Procedure 73049>>> 73049>>> Function ComEndTime Returns DateTime 73051>>> DateTime retVal 73051>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_DATE to retVal 73052>>> Function_Return retVal 73053>>> End_Function 73054>>> 73054>>> Procedure Set ComEndTime DateTime value 73056>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_DATE to value 73057>>> End_Procedure 73058>>> 73058>>> Function ComAllDayEvent Returns Boolean 73060>>> Boolean retVal 73060>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 73061>>> Function_Return retVal 73062>>> End_Function 73063>>> 73063>>> Procedure Set ComAllDayEvent Boolean value 73065>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 73066>>> End_Procedure 73067>>> 73067>>> Function ComReminder Returns Boolean 73069>>> Boolean retVal 73069>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 73070>>> Function_Return retVal 73071>>> End_Function 73072>>> 73072>>> Procedure Set ComReminder Boolean value 73074>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 73075>>> End_Procedure 73076>>> 73076>>> Function ComReminderMinutesBeforeStart Returns Integer 73078>>> Integer retVal 73078>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 73079>>> Function_Return retVal 73080>>> End_Function 73081>>> 73081>>> Procedure Set ComReminderMinutesBeforeStart Integer value 73083>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 73084>>> End_Procedure 73085>>> 73085>>> Function ComReminderSoundFile Returns String 73087>>> String retVal 73087>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to retVal 73088>>> Function_Return retVal 73089>>> End_Function 73090>>> 73090>>> Procedure Set ComReminderSoundFile String value 73092>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to value 73093>>> End_Procedure 73094>>> 73094>>> //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73094>>> //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73094>>> //Hidden properties... Needed to get exceptions to recurring events to work! 73094>>> // 73094>>> Function ComRExceptionStartTimeOrig Returns DateTime 73096>>> DateTime retVal 73096>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DATE to retVal 73097>>> Function_Return retVal 73098>>> End_Function 73099>>> 73099>>> Procedure Set ComRExceptionStartTimeOrig DateTime value 73101>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DATE to value 73102>>> End_Procedure 73103>>> 73103>>> Function ComRExceptionEndTimeOrig Returns DateTime 73105>>> DateTime retVal 73105>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_DATE to retVal 73106>>> Function_Return retVal 73107>>> End_Function 73108>>> 73108>>> Procedure Set ComRExceptionEndTimeOrig DateTime value 73110>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_DATE to value 73111>>> End_Procedure 73112>>> 73112>>> Function ComRExceptionDeleted Returns Boolean 73114>>> Boolean retVal 73114>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 73115>>> Function_Return retVal 73116>>> End_Function 73117>>> 73117>>> Procedure Set ComRExceptionDeleted Boolean value 73119>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 73120>>> End_Procedure 73121>>> 73121>>> //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73121>>> //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73121>>> 73121>>> Function ComScheduleID Returns Integer 73123>>> Integer retVal 73123>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 73124>>> Function_Return retVal 73125>>> End_Function 73126>>> 73126>>> Procedure Set ComScheduleID Integer value 73128>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 73129>>> End_Procedure 73130>>> 73130>>> Function ComEventVisible Returns Boolean 73132>>> Boolean retVal 73132>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 73133>>> Function_Return retVal 73134>>> End_Function 73135>>> 73135>>> Procedure Set ComEventVisible Boolean value 73137>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 73138>>> End_Procedure 73139>>> 73139>>> Function ComMultipleSchedules Returns String 73141>>> String retVal 73141>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BSTR to retVal 73142>>> Function_Return retVal 73143>>> End_Function 73144>>> 73144>>> Procedure Set ComMultipleSchedules String value 73146>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BSTR to value 73147>>> End_Procedure 73148>>> 73148>>> Function ComRecurrenceState Returns OLECalendarEventRecurrenceState 73150>>> Handle hDispatchDriver 73150>>> OLECalendarEventRecurrenceState retVal 73150>>> Get phDispatchDriver to hDispatchDriver 73151>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 73152>>> Function_Return retVal 73153>>> End_Function 73154>>> 73154>>> Function ComId Returns Integer 73156>>> Handle hDispatchDriver 73156>>> Integer retVal 73156>>> Get phDispatchDriver to hDispatchDriver 73157>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 73158>>> Function_Return retVal 73159>>> End_Function 73160>>> 73160>>> Function ComCreationTime Returns DateTime 73162>>> Handle hDispatchDriver 73162>>> DateTime retVal 73162>>> Get phDispatchDriver to hDispatchDriver 73163>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DATE to retVal 73164>>> Function_Return retVal 73165>>> End_Function 73166>>> 73166>>> Function ComLastModificationTime Returns DateTime 73168>>> Handle hDispatchDriver 73168>>> DateTime retVal 73168>>> Get phDispatchDriver to hDispatchDriver 73169>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DATE to retVal 73170>>> Function_Return retVal 73171>>> End_Function 73172>>> 73172>>> Function ComRecurrencePattern Returns Variant 73174>>> Handle hDispatchDriver 73174>>> Variant retVal 73174>>> Get phDispatchDriver to hDispatchDriver 73175>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 73176>>> Function_Return retVal 73177>>> End_Function 73178>>> 73178>>> Function ComCreateRecurrence Returns Variant 73180>>> Handle hDispatchDriver 73180>>> Variant retVal 73180>>> Get phDispatchDriver to hDispatchDriver 73181>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 73182>>> Function_Return retVal 73183>>> End_Function 73184>>> 73184>>> Procedure ComUpdateRecurrence Variant llpPattern 73186>>> Handle hDispatchDriver 73186>>> Get phDispatchDriver to hDispatchDriver 73187>>> Send PrepareParams to hDispatchDriver 1 73188>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPattern 73189>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 73190>>> End_Procedure 73191>>> 73191>>> Procedure ComRemoveRecurrence 73193>>> Handle hDispatchDriver 73193>>> Get phDispatchDriver to hDispatchDriver 73194>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 73195>>> End_Procedure 73196>>> 73196>>> Procedure ComMakeAsRException 73198>>> Handle hDispatchDriver 73198>>> Get phDispatchDriver to hDispatchDriver 73199>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 73200>>> End_Procedure 73201>>> 73201>>> Procedure ComSetRExceptionDeleted Boolean llbDeleted 73203>>> Handle hDispatchDriver 73203>>> Get phDispatchDriver to hDispatchDriver 73204>>> Send PrepareParams to hDispatchDriver 1 73205>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbDeleted 73206>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 73207>>> End_Procedure 73208>>> 73208>>> Function ComCloneEvent Returns Variant 73210>>> Handle hDispatchDriver 73210>>> Variant retVal 73210>>> Get phDispatchDriver to hDispatchDriver 73211>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 73212>>> Function_Return retVal 73213>>> End_Function 73214>>> 73214>>> Procedure ComUpdate Variant llEvent 73216>>> Handle hDispatchDriver 73216>>> Get phDispatchDriver to hDispatchDriver 73217>>> Send PrepareParams to hDispatchDriver 1 73218>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 73219>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 73220>>> End_Procedure 73221>>> 73221>>> Function ComCustomProperties Returns Variant 73223>>> Handle hDispatchDriver 73223>>> Variant retVal 73223>>> Get phDispatchDriver to hDispatchDriver 73224>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 73225>>> Function_Return retVal 73226>>> End_Function 73227>>> 73227>>> Function ComCustomIcons Returns Variant 73229>>> Handle hDispatchDriver 73229>>> Variant retVal 73229>>> Get phDispatchDriver to hDispatchDriver 73230>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 73231>>> Function_Return retVal 73232>>> End_Function 73233>>> 73233>>> Function ComDataProvider Returns Variant 73235>>> Handle hDispatchDriver 73235>>> Variant retVal 73235>>> Get phDispatchDriver to hDispatchDriver 73236>>> Get InvokeComMethod of hDispatchDriver 32 OLE_VT_DISPATCH to retVal 73237>>> Function_Return retVal 73238>>> End_Function 73239>>> 73239>>> Function ComCategories Returns Variant 73241>>> Handle hDispatchDriver 73241>>> Variant retVal 73241>>> Get phDispatchDriver to hDispatchDriver 73242>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal 73243>>> Function_Return retVal 73244>>> End_Function 73245>>>End_Class 73246>>> 73246>>>Class cSigCjComCalendarRecurrencePattern is a cComAutomationObject 73247>>> 73247>>> Function ComStartTime Returns DateTime 73249>>> DateTime retVal 73249>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DATE to retVal 73250>>> Function_Return retVal 73251>>> End_Function 73252>>> 73252>>> Procedure Set ComStartTime DateTime value 73254>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DATE to value 73255>>> End_Procedure 73256>>> 73256>>> Function ComDurationMinutes Returns Integer 73258>>> Integer retVal 73258>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 73259>>> Function_Return retVal 73260>>> End_Function 73261>>> 73261>>> Procedure Set ComDurationMinutes Integer value 73263>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 73264>>> End_Procedure 73265>>> 73265>>> Function ComStartDate Returns DateTime 73267>>> DateTime retVal 73267>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to retVal 73268>>> Function_Return retVal 73269>>> End_Function 73270>>> 73270>>> Procedure Set ComStartDate DateTime value 73272>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to value 73273>>> End_Procedure 73274>>> 73274>>> Function ComEndDate Returns DateTime 73276>>> DateTime retVal 73276>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to retVal 73277>>> Function_Return retVal 73278>>> End_Function 73279>>> 73279>>> Procedure Set ComEndDate DateTime value 73281>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to value 73282>>> End_Procedure 73283>>> 73283>>> Function ComEndAfterOccurrences Returns Integer 73285>>> Integer retVal 73285>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 73286>>> Function_Return retVal 73287>>> End_Function 73288>>> 73288>>> Procedure Set ComEndAfterOccurrences Integer value 73290>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 73291>>> End_Procedure 73292>>> 73292>>> Function ComEndMethod Returns OLECalendarPatternEnd 73294>>> OLECalendarPatternEnd retVal 73294>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 73295>>> Function_Return retVal 73296>>> End_Function 73297>>> 73297>>> Procedure Set ComEndMethod OLECalendarPatternEnd value 73299>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 73300>>> End_Procedure 73301>>> 73301>>> Function ComMasterEventId Returns Integer 73303>>> Integer retVal 73303>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 73304>>> Function_Return retVal 73305>>> End_Function 73306>>> 73306>>> Procedure Set ComMasterEventId Integer value 73308>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 73309>>> End_Procedure 73310>>> 73310>>> Function ComMasterEvent Returns Variant 73312>>> Handle hDispatchDriver 73312>>> Variant retVal 73312>>> Get phDispatchDriver to hDispatchDriver 73313>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 73314>>> Function_Return retVal 73315>>> End_Function 73316>>> 73316>>> Function ComOptions Returns Variant 73318>>> Handle hDispatchDriver 73318>>> Variant retVal 73318>>> Get phDispatchDriver to hDispatchDriver 73319>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 73320>>> Function_Return retVal 73321>>> End_Function 73322>>> 73322>>> Function ComExceptions Returns Variant 73324>>> Handle hDispatchDriver 73324>>> Variant retVal 73324>>> Get phDispatchDriver to hDispatchDriver 73325>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 73326>>> Function_Return retVal 73327>>> End_Function 73328>>> 73328>>> Procedure ComSetException Variant llExceptionEvent 73330>>> Handle hDispatchDriver 73330>>> Get phDispatchDriver to hDispatchDriver 73331>>> Send PrepareParams to hDispatchDriver 1 73332>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llExceptionEvent 73333>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 73334>>> End_Procedure 73335>>> 73335>>> Procedure ComRemoveException Variant llExceptionEvent 73337>>> Handle hDispatchDriver 73337>>> Get phDispatchDriver to hDispatchDriver 73338>>> Send PrepareParams to hDispatchDriver 1 73339>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llExceptionEvent 73340>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 73341>>> End_Procedure 73342>>> 73342>>> Procedure ComRemoveAllExceptions 73344>>> Handle hDispatchDriver 73344>>> Get phDispatchDriver to hDispatchDriver 73345>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 73346>>> End_Procedure 73347>>> 73347>>> Function ComCustomProperties Returns Variant 73349>>> Handle hDispatchDriver 73349>>> Variant retVal 73349>>> Get phDispatchDriver to hDispatchDriver 73350>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 73351>>> Function_Return retVal 73352>>> End_Function 73353>>> 73353>>> Function ComId Returns Integer 73355>>> Handle hDispatchDriver 73355>>> Integer retVal 73355>>> Get phDispatchDriver to hDispatchDriver 73356>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_I4 to retVal 73357>>> Function_Return retVal 73358>>> End_Function 73359>>>End_Class 73360>>> 73360>>>Class cSigCjComCalendarRecurrencePatternOptions is a cComAutomationObject 73361>>> 73361>>> Function ComDailyEveryWeekDayOnly Returns Boolean 73363>>> Boolean retVal 73363>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 73364>>> Function_Return retVal 73365>>> End_Function 73366>>> 73366>>> Procedure Set ComDailyEveryWeekDayOnly Boolean value 73368>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 73369>>> End_Procedure 73370>>> 73370>>> Function ComDailyIntervalDays Returns Integer 73372>>> Integer retVal 73372>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 73373>>> Function_Return retVal 73374>>> End_Function 73375>>> 73375>>> Procedure Set ComDailyIntervalDays Integer value 73377>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 73378>>> End_Procedure 73379>>> 73379>>> Function ComWeeklyIntervalWeeks Returns Integer 73381>>> Integer retVal 73381>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 73382>>> Function_Return retVal 73383>>> End_Function 73384>>> 73384>>> Procedure Set ComWeeklyIntervalWeeks Integer value 73386>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 73387>>> End_Procedure 73388>>> 73388>>> Function ComWeeklyDayOfWeekMask Returns OLECalendarWeekDay 73390>>> OLECalendarWeekDay retVal 73390>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 73391>>> Function_Return retVal 73392>>> End_Function 73393>>> 73393>>> Procedure Set ComWeeklyDayOfWeekMask OLECalendarWeekDay value 73395>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 73396>>> End_Procedure 73397>>> 73397>>> Function ComMonthlyIntervalMonths Returns Integer 73399>>> Integer retVal 73399>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 73400>>> Function_Return retVal 73401>>> End_Function 73402>>> 73402>>> Procedure Set ComMonthlyIntervalMonths Integer value 73404>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 73405>>> End_Procedure 73406>>> 73406>>> Function ComMonthlyDayOfMonth Returns Integer 73408>>> Integer retVal 73408>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 73409>>> Function_Return retVal 73410>>> End_Function 73411>>> 73411>>> Procedure Set ComMonthlyDayOfMonth Integer value 73413>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 73414>>> End_Procedure 73415>>> 73415>>> Function ComMonthNthIntervalMonths Returns Integer 73417>>> Integer retVal 73417>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 73418>>> Function_Return retVal 73419>>> End_Function 73420>>> 73420>>> Procedure Set ComMonthNthIntervalMonths Integer value 73422>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 73423>>> End_Procedure 73424>>> 73424>>> Function ComMonthNthWhichDay Returns Integer 73426>>> Integer retVal 73426>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 73427>>> Function_Return retVal 73428>>> End_Function 73429>>> 73429>>> Procedure Set ComMonthNthWhichDay Integer value 73431>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 73432>>> End_Procedure 73433>>> 73433>>> Function ComMonthNthWhichDayMask Returns OLECalendarWeekDay 73435>>> OLECalendarWeekDay retVal 73435>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 73436>>> Function_Return retVal 73437>>> End_Function 73438>>> 73438>>> Procedure Set ComMonthNthWhichDayMask OLECalendarWeekDay value 73440>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 73441>>> End_Procedure 73442>>> 73442>>> Function ComYearlyMonthOfYear Returns Integer 73444>>> Integer retVal 73444>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 73445>>> Function_Return retVal 73446>>> End_Function 73447>>> 73447>>> Procedure Set ComYearlyMonthOfYear Integer value 73449>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 73450>>> End_Procedure 73451>>> 73451>>> Function ComYearlyDayOfMonth Returns Integer 73453>>> Integer retVal 73453>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 73454>>> Function_Return retVal 73455>>> End_Function 73456>>> 73456>>> Procedure Set ComYearlyDayOfMonth Integer value 73458>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 73459>>> End_Procedure 73460>>> 73460>>> Function ComYearNthWhichDay Returns Integer 73462>>> Integer retVal 73462>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 73463>>> Function_Return retVal 73464>>> End_Function 73465>>> 73465>>> Procedure Set ComYearNthWhichDay Integer value 73467>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 73468>>> End_Procedure 73469>>> 73469>>> Function ComYearNthWhichDayMask Returns Integer 73471>>> Integer retVal 73471>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 73472>>> Function_Return retVal 73473>>> End_Function 73474>>> 73474>>> Procedure Set ComYearNthWhichDayMask Integer value 73476>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 73477>>> End_Procedure 73478>>> 73478>>> Function ComYearNthMonthOfYear Returns Integer 73480>>> Integer retVal 73480>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 73481>>> Function_Return retVal 73482>>> End_Function 73483>>> 73483>>> Procedure Set ComYearNthMonthOfYear Integer value 73485>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 73486>>> End_Procedure 73487>>> 73487>>> Function ComRecurrenceType Returns OLECalendarRecurrenceType 73489>>> OLECalendarRecurrenceType retVal 73489>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 73490>>> Function_Return retVal 73491>>> End_Function 73492>>> 73492>>> Procedure Set ComRecurrenceType OLECalendarRecurrenceType value 73494>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 73495>>> End_Procedure 73496>>> 73496>>> Function ComData1 Returns Integer 73498>>> Integer retVal 73498>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 73499>>> Function_Return retVal 73500>>> End_Function 73501>>> 73501>>> Procedure Set ComData1 Integer value 73503>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 73504>>> End_Procedure 73505>>> 73505>>> Function ComData2 Returns Integer 73507>>> Integer retVal 73507>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 73508>>> Function_Return retVal 73509>>> End_Function 73510>>> 73510>>> Procedure Set ComData2 Integer value 73512>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 73513>>> End_Procedure 73514>>> 73514>>> Function ComData3 Returns Integer 73516>>> Integer retVal 73516>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 73517>>> Function_Return retVal 73518>>> End_Function 73519>>> 73519>>> Procedure Set ComData3 Integer value 73521>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 73522>>> End_Procedure 73523>>> 73523>>> Function ComData4 Returns Integer 73525>>> Integer retVal 73525>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 73526>>> Function_Return retVal 73527>>> End_Function 73528>>> 73528>>> Procedure Set ComData4 Integer value 73530>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 73531>>> End_Procedure 73532>>>End_Class 73533>>> 73533>>>Class cSigCjComCalendarEvents is a cComAutomationObject 73534>>> 73534>>> Function Com_NewEnum Returns Variant 73536>>> Handle hDispatchDriver 73536>>> Variant retVal 73536>>> Get phDispatchDriver to hDispatchDriver 73537>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 73538>>> Function_Return retVal 73539>>> End_Function 73540>>> 73540>>> Function ComEvent Integer llnIndex Returns Variant 73542>>> Handle hDispatchDriver 73542>>> Variant retVal 73542>>> Get phDispatchDriver to hDispatchDriver 73543>>> Send PrepareParams to hDispatchDriver 1 73544>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 73545>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 73546>>> Function_Return retVal 73547>>> End_Function 73548>>> 73548>>> Function ComCount Returns Integer 73550>>> Handle hDispatchDriver 73550>>> Integer retVal 73550>>> Get phDispatchDriver to hDispatchDriver 73551>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 73552>>> Function_Return retVal 73553>>> End_Function 73554>>> 73554>>> Procedure ComAdd Variant llEvent 73556>>> Handle hDispatchDriver 73556>>> Get phDispatchDriver to hDispatchDriver 73557>>> Send PrepareParams to hDispatchDriver 1 73558>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 73559>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 73560>>> End_Procedure 73561>>> 73561>>> Procedure ComRemove Integer llnIndex 73563>>> Handle hDispatchDriver 73563>>> Get phDispatchDriver to hDispatchDriver 73564>>> Send PrepareParams to hDispatchDriver 1 73565>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 73566>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 73567>>> End_Procedure 73568>>>End_Class 73569>>> 73569>>>Class cSigCjComCalendarCustomProperties is a cComAutomationObject 73570>>> 73570>>> Function ComProperty String llstrName Returns Variant 73572>>> Handle hDispatchDriver 73572>>> Variant retVal 73572>>> Get phDispatchDriver to hDispatchDriver 73573>>> Send PrepareParams to hDispatchDriver 1 73574>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrName 73575>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_VARIANT to retVal 73576>>> Function_Return retVal 73577>>> End_Function 73578>>> 73578>>> Procedure Set ComProperty String llstrName Variant value 73580>>> Handle hDispatchDriver 73580>>> Get phDispatchDriver to hDispatchDriver 73581>>> Send PrepareParams to hDispatchDriver 2 73582>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrName 73583>>> Set ComProperty of hDispatchDriver 0 OLE_VT_VARIANT to value 73584>>> End_Procedure 73585>>> 73585>>> Function ComCount Returns Integer 73587>>> Handle hDispatchDriver 73587>>> Integer retVal 73587>>> Get phDispatchDriver to hDispatchDriver 73588>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 73589>>> Function_Return retVal 73590>>> End_Function 73591>>> 73591>>> Procedure ComRemove String llstrName 73593>>> Handle hDispatchDriver 73593>>> Get phDispatchDriver to hDispatchDriver 73594>>> Send PrepareParams to hDispatchDriver 1 73595>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrName 73596>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 73597>>> End_Procedure 73598>>> 73598>>> Procedure ComRemoveAll 73600>>> Handle hDispatchDriver 73600>>> Get phDispatchDriver to hDispatchDriver 73601>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 73602>>> End_Procedure 73603>>> 73603>>> Procedure ComLoadFromString String llstrData 73605>>> Handle hDispatchDriver 73605>>> Get phDispatchDriver to hDispatchDriver 73606>>> Send PrepareParams to hDispatchDriver 1 73607>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrData 73608>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 73609>>> End_Procedure 73610>>> 73610>>> Function ComSaveToString Returns String 73612>>> Handle hDispatchDriver 73612>>> String retVal 73612>>> Get phDispatchDriver to hDispatchDriver 73613>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BSTR to retVal 73614>>> Function_Return retVal 73615>>> End_Function 73616>>> 73616>>> // Enum all properties names. 73616>>> Function Com_NewEnum Returns Variant 73618>>> Handle hDispatchDriver 73618>>> Variant retVal 73618>>> Get phDispatchDriver to hDispatchDriver 73619>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 73620>>> Function_Return retVal 73621>>> End_Function 73622>>>End_Class 73623>>> 73623>>>Class cSigCjComCalendarIconIDs is a cComAutomationObject 73624>>> 73624>>> Function ComCount Returns Integer 73626>>> Handle hDispatchDriver 73626>>> Integer retVal 73626>>> Get phDispatchDriver to hDispatchDriver 73627>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 73628>>> Function_Return retVal 73629>>> End_Function 73630>>> 73630>>> Function ComItem Integer llIndex Returns Integer 73632>>> Handle hDispatchDriver 73632>>> Integer retVal 73632>>> Get phDispatchDriver to hDispatchDriver 73633>>> Send PrepareParams to hDispatchDriver 1 73634>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 73635>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_I4 to retVal 73636>>> Function_Return retVal 73637>>> End_Function 73638>>> 73638>>> Procedure Set ComItem Integer llIndex Integer value 73640>>> Handle hDispatchDriver 73640>>> Get phDispatchDriver to hDispatchDriver 73641>>> Send PrepareParams to hDispatchDriver 2 73642>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 73643>>> Set ComProperty of hDispatchDriver 0 OLE_VT_I4 to value 73644>>> End_Procedure 73645>>> 73645>>> Procedure ComAdd Integer lliconID 73647>>> Handle hDispatchDriver 73647>>> Get phDispatchDriver to hDispatchDriver 73648>>> Send PrepareParams to hDispatchDriver 1 73649>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliconID 73650>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 73651>>> End_Procedure 73652>>> 73652>>> Procedure ComAddIfNeed Integer lliconID 73654>>> Handle hDispatchDriver 73654>>> Get phDispatchDriver to hDispatchDriver 73655>>> Send PrepareParams to hDispatchDriver 1 73656>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliconID 73657>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 73658>>> End_Procedure 73659>>> 73659>>> Procedure ComRemoveID Integer lliconID 73661>>> Handle hDispatchDriver 73661>>> Get phDispatchDriver to hDispatchDriver 73662>>> Send PrepareParams to hDispatchDriver 1 73663>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliconID 73664>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 73665>>> End_Procedure 73666>>> 73666>>> Procedure ComRemove Integer llIndex 73668>>> Handle hDispatchDriver 73668>>> Get phDispatchDriver to hDispatchDriver 73669>>> Send PrepareParams to hDispatchDriver 1 73670>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 73671>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 73672>>> End_Procedure 73673>>> 73673>>> Procedure ComRemoveAll 73675>>> Handle hDispatchDriver 73675>>> Get phDispatchDriver to hDispatchDriver 73676>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 73677>>> End_Procedure 73678>>> 73678>>> Function ComFind Integer lliconID Returns Integer 73680>>> Handle hDispatchDriver 73680>>> Integer retVal 73680>>> Get phDispatchDriver to hDispatchDriver 73681>>> Send PrepareParams to hDispatchDriver 1 73682>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lliconID 73683>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 73684>>> Function_Return retVal 73685>>> End_Function 73686>>> 73686>>> Procedure ComLoadFromString String llstrData 73688>>> Handle hDispatchDriver 73688>>> Get phDispatchDriver to hDispatchDriver 73689>>> Send PrepareParams to hDispatchDriver 1 73690>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrData 73691>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 73692>>> End_Procedure 73693>>> 73693>>> Function ComSaveToString Returns String 73695>>> Handle hDispatchDriver 73695>>> String retVal 73695>>> Get phDispatchDriver to hDispatchDriver 73696>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_BSTR to retVal 73697>>> Function_Return retVal 73698>>> End_Function 73699>>>End_Class 73700>>> 73700>>>Class cSigCjComCalendarDataProvider is a cComAutomationObject 73701>>> 73701>>> Function ComCacheMode Returns OLECalendarDataProviderCacheMode 73703>>> OLECalendarDataProviderCacheMode retVal 73703>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 73704>>> Function_Return retVal 73705>>> End_Function 73706>>> 73706>>> Procedure Set ComCacheMode OLECalendarDataProviderCacheMode value 73708>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 73709>>> End_Procedure 73710>>> 73710>>> Function ComConnectionString Returns String 73712>>> String retVal 73712>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to retVal 73713>>> Function_Return retVal 73714>>> End_Function 73715>>> 73715>>> Procedure Set ComConnectionString String value 73717>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to value 73718>>> End_Procedure 73719>>> 73719>>> Function ComOwnershipMode Returns Boolean 73721>>> Boolean retVal 73721>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 73722>>> Function_Return retVal 73723>>> End_Function 73724>>> 73724>>> Procedure Set ComOwnershipMode Boolean value 73726>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 73727>>> End_Procedure 73728>>> 73728>>> Function ComOpen Returns Boolean 73730>>> Handle hDispatchDriver 73730>>> Boolean retVal 73730>>> Get phDispatchDriver to hDispatchDriver 73731>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BOOL to retVal 73732>>> Function_Return retVal 73733>>> End_Function 73734>>> 73734>>> Function ComCreate Returns Boolean 73736>>> Handle hDispatchDriver 73736>>> Boolean retVal 73736>>> Get phDispatchDriver to hDispatchDriver 73737>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_BOOL to retVal 73738>>> Function_Return retVal 73739>>> End_Function 73740>>> 73740>>> Procedure ComClose 73742>>> Handle hDispatchDriver 73742>>> Get phDispatchDriver to hDispatchDriver 73743>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 73744>>> End_Procedure 73745>>> 73745>>> Procedure ComSave 73747>>> Handle hDispatchDriver 73747>>> Get phDispatchDriver to hDispatchDriver 73748>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 73749>>> End_Procedure 73750>>> 73750>>> Function ComCreateEvent Returns Variant 73752>>> Handle hDispatchDriver 73752>>> Variant retVal 73752>>> Get phDispatchDriver to hDispatchDriver 73753>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 73754>>> Function_Return retVal 73755>>> End_Function 73756>>> 73756>>> Function ComCreateEventEx Integer llEventID Returns Variant 73758>>> Handle hDispatchDriver 73758>>> Variant retVal 73758>>> Get phDispatchDriver to hDispatchDriver 73759>>> Send PrepareParams to hDispatchDriver 1 73760>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEventID 73761>>> Get InvokeComMethod of hDispatchDriver 51 OLE_VT_DISPATCH to retVal 73762>>> Function_Return retVal 73763>>> End_Function 73764>>> 73764>>> Function ComCreateRecurrencePattern Integer llPatternID Returns Variant 73766>>> Handle hDispatchDriver 73766>>> Variant retVal 73766>>> Get phDispatchDriver to hDispatchDriver 73767>>> Send PrepareParams to hDispatchDriver 1 73768>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPatternID 73769>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_DISPATCH to retVal 73770>>> Function_Return retVal 73771>>> End_Function 73772>>> 73772>>> Procedure ComChangeEvent Variant llEvent 73774>>> Handle hDispatchDriver 73774>>> Get phDispatchDriver to hDispatchDriver 73775>>> Send PrepareParams to hDispatchDriver 1 73776>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 73777>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 73778>>> End_Procedure 73779>>> 73779>>> Procedure ComAddEvent Variant llEvent 73781>>> Handle hDispatchDriver 73781>>> Get phDispatchDriver to hDispatchDriver 73782>>> Send PrepareParams to hDispatchDriver 1 73783>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 73784>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 73785>>> End_Procedure 73786>>> 73786>>> Procedure ComDeleteEvent Variant llEvent 73788>>> Handle hDispatchDriver 73788>>> Get phDispatchDriver to hDispatchDriver 73789>>> Send PrepareParams to hDispatchDriver 1 73790>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 73791>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 73792>>> End_Procedure 73793>>> 73793>>> Procedure ComRemoveAllEvents 73795>>> Handle hDispatchDriver 73795>>> Get phDispatchDriver to hDispatchDriver 73796>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 73797>>> End_Procedure 73798>>> 73798>>> Function ComRetrieveDayEvents DateTime lldt Returns Variant 73800>>> Handle hDispatchDriver 73800>>> Variant retVal 73800>>> Get phDispatchDriver to hDispatchDriver 73801>>> Send PrepareParams to hDispatchDriver 1 73802>>> Send DefineParam to hDispatchDriver OLE_VT_DATE lldt 73803>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 73804>>> Function_Return retVal 73805>>> End_Function 73806>>> 73806>>> Function ComGetEvent Integer llEventID Returns Variant 73808>>> Handle hDispatchDriver 73808>>> Variant retVal 73808>>> Get phDispatchDriver to hDispatchDriver 73809>>> Send PrepareParams to hDispatchDriver 1 73810>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEventID 73811>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 73812>>> Function_Return retVal 73813>>> End_Function 73814>>> 73814>>> Function ComGetRecurrencePattern Integer llPatternID Returns Variant 73816>>> Handle hDispatchDriver 73816>>> Variant retVal 73816>>> Get phDispatchDriver to hDispatchDriver 73817>>> Send PrepareParams to hDispatchDriver 1 73818>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPatternID 73819>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 73820>>> Function_Return retVal 73821>>> End_Function 73822>>> 73822>>> Function ComLabelList Returns Variant 73824>>> Handle hDispatchDriver 73824>>> Variant retVal 73824>>> Get phDispatchDriver to hDispatchDriver 73825>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 73826>>> Function_Return retVal 73827>>> End_Function 73828>>> 73828>>> Procedure ComClearCache 73830>>> Handle hDispatchDriver 73830>>> Get phDispatchDriver to hDispatchDriver 73831>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 73832>>> End_Procedure 73833>>> 73833>>> Function ComGetAllEventsRaw Returns Variant 73835>>> Handle hDispatchDriver 73835>>> Variant retVal 73835>>> Get phDispatchDriver to hDispatchDriver 73836>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 73837>>> Function_Return retVal 73838>>> End_Function 73839>>> 73839>>> Function ComDataSource Returns String 73841>>> Handle hDispatchDriver 73841>>> String retVal 73841>>> Get phDispatchDriver to hDispatchDriver 73842>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_BSTR to retVal 73843>>> Function_Return retVal 73844>>> End_Function 73845>>> 73845>>> Function ComSchedules Returns Variant 73847>>> Handle hDispatchDriver 73847>>> Variant retVal 73847>>> Get phDispatchDriver to hDispatchDriver 73848>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 73849>>> Function_Return retVal 73850>>> End_Function 73851>>> 73851>>> Function ComIsOpen Returns Boolean 73853>>> Handle hDispatchDriver 73853>>> Boolean retVal 73853>>> Get phDispatchDriver to hDispatchDriver 73854>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_BOOL to retVal 73855>>> Function_Return retVal 73856>>> End_Function 73857>>> 73857>>> Function ComEventCategories Returns Variant 73859>>> Handle hDispatchDriver 73859>>> Variant retVal 73859>>> Get phDispatchDriver to hDispatchDriver 73860>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 73861>>> Function_Return retVal 73862>>> End_Function 73863>>>End_Class 73864>>> 73864>>>Class cSigCjComCalendarEventLabels is a cComAutomationObject 73865>>> 73865>>> Function ComCount Returns Integer 73867>>> Handle hDispatchDriver 73867>>> Integer retVal 73867>>> Get phDispatchDriver to hDispatchDriver 73868>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 73869>>> Function_Return retVal 73870>>> End_Function 73871>>> 73871>>> Function ComItem Integer llIndex Returns Variant 73873>>> Handle hDispatchDriver 73873>>> Variant retVal 73873>>> Get phDispatchDriver to hDispatchDriver 73874>>> Send PrepareParams to hDispatchDriver 1 73875>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 73876>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 73877>>> Function_Return retVal 73878>>> End_Function 73879>>> 73879>>> Function Com_NewEnum Returns Variant 73881>>> Handle hDispatchDriver 73881>>> Variant retVal 73881>>> Get phDispatchDriver to hDispatchDriver 73882>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 73883>>> Function_Return retVal 73884>>> End_Function 73885>>> 73885>>> Function ComFind Integer llLabelID Returns Variant 73887>>> Handle hDispatchDriver 73887>>> Variant retVal 73887>>> Get phDispatchDriver to hDispatchDriver 73888>>> Send PrepareParams to hDispatchDriver 1 73889>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLabelID 73890>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 73891>>> Function_Return retVal 73892>>> End_Function 73893>>> 73893>>> Procedure ComAddLabel Integer llLabelID OLE_COLOR llColor String llName 73895>>> Handle hDispatchDriver 73895>>> Get phDispatchDriver to hDispatchDriver 73896>>> Send PrepareParams to hDispatchDriver 3 73897>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLabelID 73898>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 73899>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 73900>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 73901>>> End_Procedure 73902>>> 73902>>> Procedure ComRemoveAll 73904>>> Handle hDispatchDriver 73904>>> Get phDispatchDriver to hDispatchDriver 73905>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 73906>>> End_Procedure 73907>>> 73907>>> Procedure ComInitDefaultValues 73909>>> Handle hDispatchDriver 73909>>> Get phDispatchDriver to hDispatchDriver 73910>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 73911>>> End_Procedure 73912>>>End_Class 73913>>> 73913>>>Class cSigCjComCalendarEventLabel is a cComAutomationObject 73914>>> 73914>>> Function ComLabelID Returns Integer 73916>>> Integer retVal 73916>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 73917>>> Function_Return retVal 73918>>> End_Function 73919>>> 73919>>> Procedure Set ComLabelID Integer value 73921>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 73922>>> End_Procedure 73923>>> 73923>>> Function ComColor Returns OLE_COLOR 73925>>> OLE_COLOR retVal 73925>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 73926>>> Function_Return retVal 73927>>> End_Function 73928>>> 73928>>> Procedure Set ComColor OLE_COLOR value 73930>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 73931>>> End_Procedure 73932>>> 73932>>> Function ComName Returns String 73934>>> String retVal 73934>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 73935>>> Function_Return retVal 73936>>> End_Function 73937>>> 73937>>> Procedure Set ComName String value 73939>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 73940>>> End_Procedure 73941>>>End_Class 73942>>> 73942>>>Class cSigCjComCalendarSchedules is a cComAutomationObject 73943>>> 73943>>> Function Com_NewEnum Returns Variant 73945>>> Handle hDispatchDriver 73945>>> Variant retVal 73945>>> Get phDispatchDriver to hDispatchDriver 73946>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 73947>>> Function_Return retVal 73948>>> End_Function 73949>>> 73949>>> Function ComCount Returns Integer 73951>>> Handle hDispatchDriver 73951>>> Integer retVal 73951>>> Get phDispatchDriver to hDispatchDriver 73952>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 73953>>> Function_Return retVal 73954>>> End_Function 73955>>> 73955>>> Function ComItem Integer llIndex Returns Variant 73957>>> Handle hDispatchDriver 73957>>> Variant retVal 73957>>> Get phDispatchDriver to hDispatchDriver 73958>>> Send PrepareParams to hDispatchDriver 1 73959>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 73960>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 73961>>> Function_Return retVal 73962>>> End_Function 73963>>> 73963>>> Function ComAddNewSchedule String llScheduleName Returns Boolean 73965>>> Handle hDispatchDriver 73965>>> Boolean retVal 73965>>> Get phDispatchDriver to hDispatchDriver 73966>>> Send PrepareParams to hDispatchDriver 1 73967>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llScheduleName 73968>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 73969>>> Function_Return retVal 73970>>> End_Function 73971>>> 73971>>> Function ComRemoveSchedule Integer llScheduleID Returns Boolean 73973>>> Handle hDispatchDriver 73973>>> Boolean retVal 73973>>> Get phDispatchDriver to hDispatchDriver 73974>>> Send PrepareParams to hDispatchDriver 1 73975>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScheduleID 73976>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 73977>>> Function_Return retVal 73978>>> End_Function 73979>>> 73979>>> Function ComGetScheduleName Integer llScheduleID Returns String 73981>>> Handle hDispatchDriver 73981>>> String retVal 73981>>> Get phDispatchDriver to hDispatchDriver 73982>>> Send PrepareParams to hDispatchDriver 1 73983>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScheduleID 73984>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_BSTR to retVal 73985>>> Function_Return retVal 73986>>> End_Function 73987>>> 73987>>> Procedure ComSetScheduleName Integer llScheduleID String llNewName 73989>>> Handle hDispatchDriver 73989>>> Get phDispatchDriver to hDispatchDriver 73990>>> Send PrepareParams to hDispatchDriver 2 73991>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScheduleID 73992>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llNewName 73993>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 73994>>> End_Procedure 73995>>>End_Class 73996>>> 73996>>>Class cSigCjComCalendarSchedule is a cComAutomationObject 73997>>> 73997>>> Function ComId Returns Integer 73999>>> Integer retVal 73999>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74000>>> Function_Return retVal 74001>>> End_Function 74002>>> 74002>>> Procedure Set ComId Integer value 74004>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74005>>> End_Procedure 74006>>> 74006>>> Function ComName Returns String 74008>>> String retVal 74008>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 74009>>> Function_Return retVal 74010>>> End_Function 74011>>> 74011>>> Procedure Set ComName String value 74013>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 74014>>> End_Procedure 74015>>> 74015>>> Function ComCustomProperties Returns Variant 74017>>> Handle hDispatchDriver 74017>>> Variant retVal 74017>>> Get phDispatchDriver to hDispatchDriver 74018>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74019>>> Function_Return retVal 74020>>> End_Function 74021>>>End_Class 74022>>> 74022>>>Class cSigCjComCalendarThemeColorGradient is a cComAutomationObject 74023>>> 74023>>> Function ComColorLight Returns OLE_COLOR 74025>>> OLE_COLOR retVal 74025>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74026>>> Function_Return retVal 74027>>> End_Function 74028>>> 74028>>> Procedure Set ComColorLight OLE_COLOR value 74030>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74031>>> End_Procedure 74032>>> 74032>>> Function ComColorDark Returns OLE_COLOR 74034>>> OLE_COLOR retVal 74034>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74035>>> Function_Return retVal 74036>>> End_Function 74037>>> 74037>>> Procedure Set ComColorDark OLE_COLOR value 74039>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74040>>> End_Procedure 74041>>> 74041>>> Function ComGradientFactor Returns Float 74043>>> Float retVal 74043>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R4 to retVal 74044>>> Function_Return retVal 74045>>> End_Function 74046>>> 74046>>> Procedure Set ComGradientFactor Float value 74048>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R4 to value 74049>>> End_Procedure 74050>>> 74050>>> Procedure ComSetSolidColor OLE_COLOR llclrColor 74052>>> Handle hDispatchDriver 74052>>> Get phDispatchDriver to hDispatchDriver 74053>>> Send PrepareParams to hDispatchDriver 1 74054>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrColor 74055>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 74056>>> End_Procedure 74057>>>End_Class 74058>>> 74058>>>Class cSigCjComCalendarEventCategoryIDs is a cComAutomationObject 74059>>> 74059>>> Function ComCount Returns Integer 74061>>> Handle hDispatchDriver 74061>>> Integer retVal 74061>>> Get phDispatchDriver to hDispatchDriver 74062>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 74063>>> Function_Return retVal 74064>>> End_Function 74065>>> 74065>>> Function ComItem Integer llIndex Returns Integer 74067>>> Handle hDispatchDriver 74067>>> Integer retVal 74067>>> Get phDispatchDriver to hDispatchDriver 74068>>> Send PrepareParams to hDispatchDriver 1 74069>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 74070>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_I4 to retVal 74071>>> Function_Return retVal 74072>>> End_Function 74073>>> 74073>>> Procedure Set ComItem Integer llIndex Integer value 74075>>> Handle hDispatchDriver 74075>>> Get phDispatchDriver to hDispatchDriver 74076>>> Send PrepareParams to hDispatchDriver 2 74077>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 74078>>> Set ComProperty of hDispatchDriver 0 OLE_VT_I4 to value 74079>>> End_Procedure 74080>>> 74080>>> Procedure ComAdd Integer llcategoryID 74082>>> Handle hDispatchDriver 74082>>> Get phDispatchDriver to hDispatchDriver 74083>>> Send PrepareParams to hDispatchDriver 1 74084>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcategoryID 74085>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 74086>>> End_Procedure 74087>>> 74087>>> Procedure ComAddIfNeed Integer llcategoryID 74089>>> Handle hDispatchDriver 74089>>> Get phDispatchDriver to hDispatchDriver 74090>>> Send PrepareParams to hDispatchDriver 1 74091>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcategoryID 74092>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 74093>>> End_Procedure 74094>>> 74094>>> Procedure ComRemoveID Integer llcategoryID 74096>>> Handle hDispatchDriver 74096>>> Get phDispatchDriver to hDispatchDriver 74097>>> Send PrepareParams to hDispatchDriver 1 74098>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcategoryID 74099>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 74100>>> End_Procedure 74101>>> 74101>>> Procedure ComRemove Integer llcategoryID 74103>>> Handle hDispatchDriver 74103>>> Get phDispatchDriver to hDispatchDriver 74104>>> Send PrepareParams to hDispatchDriver 1 74105>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcategoryID 74106>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 74107>>> End_Procedure 74108>>> 74108>>> Procedure ComRemoveAll 74110>>> Handle hDispatchDriver 74110>>> Get phDispatchDriver to hDispatchDriver 74111>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 74112>>> End_Procedure 74113>>> 74113>>> Function ComFind Integer llcategoryID Returns Integer 74115>>> Handle hDispatchDriver 74115>>> Integer retVal 74115>>> Get phDispatchDriver to hDispatchDriver 74116>>> Send PrepareParams to hDispatchDriver 1 74117>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcategoryID 74118>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 74119>>> Function_Return retVal 74120>>> End_Function 74121>>> 74121>>> Procedure ComLoadFromString String llstrData 74123>>> Handle hDispatchDriver 74123>>> Get phDispatchDriver to hDispatchDriver 74124>>> Send PrepareParams to hDispatchDriver 1 74125>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrData 74126>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 74127>>> End_Procedure 74128>>> 74128>>> Function ComSaveToString Returns String 74130>>> Handle hDispatchDriver 74130>>> String retVal 74130>>> Get phDispatchDriver to hDispatchDriver 74131>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_BSTR to retVal 74132>>> Function_Return retVal 74133>>> End_Function 74134>>>End_Class 74135>>> 74135>>>Class cSigCjComCalendarSystemTime is a cComAutomationObject 74136>>> 74136>>> Function ComWYear Returns Short 74138>>> Short retVal 74138>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I2 to retVal 74139>>> Function_Return retVal 74140>>> End_Function 74141>>> 74141>>> Procedure Set ComWYear Short value 74143>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I2 to value 74144>>> End_Procedure 74145>>> 74145>>> Function ComWMonth Returns Short 74147>>> Short retVal 74147>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I2 to retVal 74148>>> Function_Return retVal 74149>>> End_Function 74150>>> 74150>>> Procedure Set ComWMonth Short value 74152>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I2 to value 74153>>> End_Procedure 74154>>> 74154>>> Function ComWDayOfWeek Returns Short 74156>>> Short retVal 74156>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I2 to retVal 74157>>> Function_Return retVal 74158>>> End_Function 74159>>> 74159>>> Procedure Set ComWDayOfWeek Short value 74161>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I2 to value 74162>>> End_Procedure 74163>>> 74163>>> Function ComWDay Returns Short 74165>>> Short retVal 74165>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I2 to retVal 74166>>> Function_Return retVal 74167>>> End_Function 74168>>> 74168>>> Procedure Set ComWDay Short value 74170>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I2 to value 74171>>> End_Procedure 74172>>> 74172>>> Function ComWHour Returns Short 74174>>> Short retVal 74174>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I2 to retVal 74175>>> Function_Return retVal 74176>>> End_Function 74177>>> 74177>>> Procedure Set ComWHour Short value 74179>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I2 to value 74180>>> End_Procedure 74181>>> 74181>>> Function ComWMinute Returns Short 74183>>> Short retVal 74183>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I2 to retVal 74184>>> Function_Return retVal 74185>>> End_Function 74186>>> 74186>>> Procedure Set ComWMinute Short value 74188>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I2 to value 74189>>> End_Procedure 74190>>> 74190>>> Function ComWSecond Returns Short 74192>>> Short retVal 74192>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I2 to retVal 74193>>> Function_Return retVal 74194>>> End_Function 74195>>> 74195>>> Procedure Set ComWSecond Short value 74197>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I2 to value 74198>>> End_Procedure 74199>>> 74199>>> Function ComWMilliseconds Returns Short 74201>>> Short retVal 74201>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I2 to retVal 74202>>> Function_Return retVal 74203>>> End_Function 74204>>> 74204>>> Procedure Set ComWMilliseconds Short value 74206>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I2 to value 74207>>> End_Procedure 74208>>>End_Class 74209>>> 74209>>>Class cSigCjComCalendarViewEvents is a cComAutomationObject 74210>>> 74210>>> Function Com_NewEnum Returns Variant 74212>>> Handle hDispatchDriver 74212>>> Variant retVal 74212>>> Get phDispatchDriver to hDispatchDriver 74213>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 74214>>> Function_Return retVal 74215>>> End_Function 74216>>> 74216>>> Function ComViewEvent Integer llnIndex Returns Variant 74218>>> Handle hDispatchDriver 74218>>> Variant retVal 74218>>> Get phDispatchDriver to hDispatchDriver 74219>>> Send PrepareParams to hDispatchDriver 1 74220>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 74221>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 74222>>> Function_Return retVal 74223>>> End_Function 74224>>> 74224>>> Function ComCount Returns Integer 74226>>> Handle hDispatchDriver 74226>>> Integer retVal 74226>>> Get phDispatchDriver to hDispatchDriver 74227>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 74228>>> Function_Return retVal 74229>>> End_Function 74230>>>End_Class 74231>>> 74231>>>Class cSigCjComCalendarScheduleIDs is a cComAutomationObject 74232>>> 74232>>> Function Com_NewEnum Returns Variant 74234>>> Handle hDispatchDriver 74234>>> Variant retVal 74234>>> Get phDispatchDriver to hDispatchDriver 74235>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 74236>>> Function_Return retVal 74237>>> End_Function 74238>>> 74238>>> Function ComCount Returns Integer 74240>>> Handle hDispatchDriver 74240>>> Integer retVal 74240>>> Get phDispatchDriver to hDispatchDriver 74241>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 74242>>> Function_Return retVal 74243>>> End_Function 74244>>> 74244>>> Function ComItem Integer llIndex Returns Integer 74246>>> Handle hDispatchDriver 74246>>> Integer retVal 74246>>> Get phDispatchDriver to hDispatchDriver 74247>>> Send PrepareParams to hDispatchDriver 1 74248>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 74249>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_I4 to retVal 74250>>> Function_Return retVal 74251>>> End_Function 74252>>> 74252>>> Procedure ComAdd Integer llScheduleID 74254>>> Handle hDispatchDriver 74254>>> Get phDispatchDriver to hDispatchDriver 74255>>> Send PrepareParams to hDispatchDriver 1 74256>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScheduleID 74257>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 74258>>> End_Procedure 74259>>> 74259>>> Procedure ComRemove Integer llIndex 74261>>> Handle hDispatchDriver 74261>>> Get phDispatchDriver to hDispatchDriver 74262>>> Send PrepareParams to hDispatchDriver 1 74263>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 74264>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 74265>>> End_Procedure 74266>>> 74266>>> Procedure ComRemoveAll 74268>>> Handle hDispatchDriver 74268>>> Get phDispatchDriver to hDispatchDriver 74269>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 74270>>> End_Procedure 74271>>>End_Class 74272>>> 74272>>>Class cSigCjComCalendarViewSelection is a cComAutomationObject 74273>>> 74273>>> Function ComBegin Returns DateTime 74275>>> DateTime retVal 74275>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DATE to retVal 74276>>> Function_Return retVal 74277>>> End_Function 74278>>> 74278>>> Procedure Set ComBegin DateTime value 74280>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DATE to value 74281>>> End_Procedure 74282>>> 74282>>> Function ComEnd Returns DateTime 74284>>> DateTime retVal 74284>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DATE to retVal 74285>>> Function_Return retVal 74286>>> End_Function 74287>>> 74287>>> Procedure Set ComEnd DateTime value 74289>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DATE to value 74290>>> End_Procedure 74291>>> 74291>>> Function ComAllDay Returns Boolean 74293>>> Boolean retVal 74293>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 74294>>> Function_Return retVal 74295>>> End_Function 74296>>> 74296>>> Procedure Set ComAllDay Boolean value 74298>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 74299>>> End_Procedure 74300>>> 74300>>> Function ComGroupIndex Returns Integer 74302>>> Integer retVal 74302>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 74303>>> Function_Return retVal 74304>>> End_Function 74305>>> 74305>>> Procedure Set ComGroupIndex Integer value 74307>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 74308>>> End_Procedure 74309>>> 74309>>> Function ComIsValid Returns Boolean 74311>>> Handle hDispatchDriver 74311>>> Boolean retVal 74311>>> Get phDispatchDriver to hDispatchDriver 74312>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 74313>>> Function_Return retVal 74314>>> End_Function 74315>>>End_Class 74316>>> 74316>>>Class cSigCjComCalendarViewGroups is a cComAutomationObject 74317>>> 74317>>> Function Com_NewEnum Returns Variant 74319>>> Handle hDispatchDriver 74319>>> Variant retVal 74319>>> Get phDispatchDriver to hDispatchDriver 74320>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 74321>>> Function_Return retVal 74322>>> End_Function 74323>>> 74323>>> Function ComItem Integer llnIndex Returns Variant 74325>>> Handle hDispatchDriver 74325>>> Variant retVal 74325>>> Get phDispatchDriver to hDispatchDriver 74326>>> Send PrepareParams to hDispatchDriver 1 74327>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 74328>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 74329>>> Function_Return retVal 74330>>> End_Function 74331>>> 74331>>> Function ComCount Returns Integer 74333>>> Handle hDispatchDriver 74333>>> Integer retVal 74333>>> Get phDispatchDriver to hDispatchDriver 74334>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 74335>>> Function_Return retVal 74336>>> End_Function 74337>>>End_Class 74338>>> 74338>>>Class cSigCjComCalendarFlagsSet is a cComAutomationObject 74339>>> 74339>>> Function ComFlags Returns Integer 74341>>> Integer retVal 74341>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 74342>>> Function_Return retVal 74343>>> End_Function 74344>>> 74344>>> Procedure Set ComFlags Integer value 74346>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 74347>>> End_Procedure 74348>>> 74348>>> Function ComIsFlagSet Integer llnFlag Returns Boolean 74350>>> Handle hDispatchDriver 74350>>> Boolean retVal 74350>>> Get phDispatchDriver to hDispatchDriver 74351>>> Send PrepareParams to hDispatchDriver 1 74352>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnFlag 74353>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal 74354>>> Function_Return retVal 74355>>> End_Function 74356>>> 74356>>> Procedure ComSetFlag Integer llnFlag 74358>>> Handle hDispatchDriver 74358>>> Get phDispatchDriver to hDispatchDriver 74359>>> Send PrepareParams to hDispatchDriver 1 74360>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnFlag 74361>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 74362>>> End_Procedure 74363>>> 74363>>> Procedure ComResetFlag Integer llnFlag 74365>>> Handle hDispatchDriver 74365>>> Get phDispatchDriver to hDispatchDriver 74366>>> Send PrepareParams to hDispatchDriver 1 74367>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnFlag 74368>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 74369>>> End_Procedure 74370>>>End_Class 74371>>> 74371>>>Class cSigCjComCalendarThemeDayViewCellParams is a cComAutomationObject 74372>>> 74372>>> Function ComViewGroup Returns Variant 74374>>> Handle hDispatchDriver 74374>>> Variant retVal 74374>>> Get phDispatchDriver to hDispatchDriver 74375>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74376>>> Function_Return retVal 74377>>> End_Function 74378>>> 74378>>> Function ComIndex Returns Integer 74380>>> Handle hDispatchDriver 74380>>> Integer retVal 74380>>> Get phDispatchDriver to hDispatchDriver 74381>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 74382>>> Function_Return retVal 74383>>> End_Function 74384>>> 74384>>> Function ComBeginTime Returns DateTime 74386>>> Handle hDispatchDriver 74386>>> DateTime retVal 74386>>> Get phDispatchDriver to hDispatchDriver 74387>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DATE to retVal 74388>>> Function_Return retVal 74389>>> End_Function 74390>>> 74390>>> Function ComSelected Returns Boolean 74392>>> Handle hDispatchDriver 74392>>> Boolean retVal 74392>>> Get phDispatchDriver to hDispatchDriver 74393>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 74394>>> Function_Return retVal 74395>>> End_Function 74396>>> 74396>>> Function ComWorkCell Returns Boolean 74398>>> Handle hDispatchDriver 74398>>> Boolean retVal 74398>>> Get phDispatchDriver to hDispatchDriver 74399>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_BOOL to retVal 74400>>> Function_Return retVal 74401>>> End_Function 74402>>>End_Class 74403>>> 74403>>>Class cSigCjComCalendarThemeDayViewTimeScaleCellParams is a cComAutomationObject 74404>>> 74404>>> Function ComTimeScale Returns Integer 74406>>> Handle hDispatchDriver 74406>>> Integer retVal 74406>>> Get phDispatchDriver to hDispatchDriver 74407>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 74408>>> Function_Return retVal 74409>>> End_Function 74410>>> 74410>>> Function ComIndex Returns Integer 74412>>> Handle hDispatchDriver 74412>>> Integer retVal 74412>>> Get phDispatchDriver to hDispatchDriver 74413>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 74414>>> Function_Return retVal 74415>>> End_Function 74416>>> 74416>>> Function ComBeginTime Returns DateTime 74418>>> Handle hDispatchDriver 74418>>> DateTime retVal 74418>>> Get phDispatchDriver to hDispatchDriver 74419>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DATE to retVal 74420>>> Function_Return retVal 74421>>> End_Function 74422>>> 74422>>> Function ComMinutes Returns Integer 74424>>> Handle hDispatchDriver 74424>>> Integer retVal 74424>>> Get phDispatchDriver to hDispatchDriver 74425>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_I4 to retVal 74426>>> Function_Return retVal 74427>>> End_Function 74428>>>End_Class 74429>>> 74429>>>Class cSigCjComCalendarThemeFontColor is a cComAutomationObject 74430>>> 74430>>> Function ComFont Returns Variant 74432>>> Variant retVal 74432>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 74433>>> Function_Return retVal 74434>>> End_Function 74435>>> 74435>>> Procedure Set ComFont Variant value 74437>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 74438>>> End_Procedure 74439>>> 74439>>> Function ComColor Returns OLE_COLOR 74441>>> OLE_COLOR retVal 74441>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74442>>> Function_Return retVal 74443>>> End_Function 74444>>> 74444>>> Procedure Set ComColor OLE_COLOR value 74446>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74447>>> End_Procedure 74448>>>End_Class 74449>>> 74449>>>Class cSigCjComCalendarThemeFormulaMulDivC is a cComAutomationObject 74450>>> 74450>>> Function ComMultiplier Returns Integer 74452>>> Integer retVal 74452>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74453>>> Function_Return retVal 74454>>> End_Function 74455>>> 74455>>> Procedure Set ComMultiplier Integer value 74457>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74458>>> End_Procedure 74459>>> 74459>>> Function ComDivisor Returns Integer 74461>>> Integer retVal 74461>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74462>>> Function_Return retVal 74463>>> End_Function 74464>>> 74464>>> Procedure Set ComDivisor Integer value 74466>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74467>>> End_Procedure 74468>>> 74468>>> Function ComConstant Returns Integer 74470>>> Integer retVal 74470>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 74471>>> Function_Return retVal 74472>>> End_Function 74473>>> 74473>>> Procedure Set ComConstant Integer value 74475>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 74476>>> End_Procedure 74477>>>End_Class 74478>>> 74478>>>Class cSigCjComCalendarThemeHeaderBackground is a cComAutomationObject 74479>>> 74479>>> Function ComBitmapID Returns Integer 74481>>> Integer retVal 74481>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74482>>> Function_Return retVal 74483>>> End_Function 74484>>> 74484>>> Procedure Set ComBitmapID Integer value 74486>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74487>>> End_Procedure 74488>>> 74488>>> Function ComBitmapBorders Returns Variant 74490>>> Variant retVal 74490>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 74491>>> Function_Return retVal 74492>>> End_Function 74493>>> 74493>>> Procedure Set ComBitmapBorders Variant value 74495>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 74496>>> End_Procedure 74497>>>End_Class 74498>>> 74498>>>Class cSigCjComCalendarThemeHeaderText is a cComAutomationObject 74499>>> 74499>>> Function ComNormal Returns Variant 74501>>> Handle hDispatchDriver 74501>>> Variant retVal 74501>>> Get phDispatchDriver to hDispatchDriver 74502>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 74503>>> Function_Return retVal 74504>>> End_Function 74505>>> 74505>>> Function ComSelected Returns Variant 74507>>> Handle hDispatchDriver 74507>>> Variant retVal 74507>>> Get phDispatchDriver to hDispatchDriver 74508>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 74509>>> Function_Return retVal 74510>>> End_Function 74511>>> 74511>>> Function ComToday Returns Variant 74513>>> Handle hDispatchDriver 74513>>> Variant retVal 74513>>> Get phDispatchDriver to hDispatchDriver 74514>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 74515>>> Function_Return retVal 74516>>> End_Function 74517>>> 74517>>> Function ComTodaySelected Returns Variant 74519>>> Handle hDispatchDriver 74519>>> Variant retVal 74519>>> Get phDispatchDriver to hDispatchDriver 74520>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 74521>>> Function_Return retVal 74522>>> End_Function 74523>>>End_Class 74524>>> 74524>>>Class cSigCjComCalendarThemeDayViewTimeScale is a cComAutomationObject 74525>>> 74525>>> Function ComBackgroundColor Returns OLE_COLOR 74527>>> OLE_COLOR retVal 74527>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74528>>> Function_Return retVal 74529>>> End_Function 74530>>> 74530>>> Procedure Set ComBackgroundColor OLE_COLOR value 74532>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74533>>> End_Procedure 74534>>> 74534>>> Function ComLineColor Returns OLE_COLOR 74536>>> OLE_COLOR retVal 74536>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74537>>> Function_Return retVal 74538>>> End_Function 74539>>> 74539>>> Procedure Set ComLineColor OLE_COLOR value 74541>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74542>>> End_Procedure 74543>>> 74543>>> Function ComNowLineColor Returns OLE_COLOR 74545>>> OLE_COLOR retVal 74545>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 74546>>> Function_Return retVal 74547>>> End_Function 74548>>> 74548>>> Procedure Set ComNowLineColor OLE_COLOR value 74550>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 74551>>> End_Procedure 74552>>> 74552>>> Function ComShowMinutes Returns Boolean 74554>>> Boolean retVal 74554>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 74555>>> Function_Return retVal 74556>>> End_Function 74557>>> 74557>>> Procedure Set ComShowMinutes Boolean value 74559>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 74560>>> End_Procedure 74561>>> 74561>>> Function ComNowLineBackground Returns Variant 74563>>> Handle hDispatchDriver 74563>>> Variant retVal 74563>>> Get phDispatchDriver to hDispatchDriver 74564>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74565>>> Function_Return retVal 74566>>> End_Function 74567>>> 74567>>> Function ComCaption Returns Variant 74569>>> Handle hDispatchDriver 74569>>> Variant retVal 74569>>> Get phDispatchDriver to hDispatchDriver 74570>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 74571>>> Function_Return retVal 74572>>> End_Function 74573>>> 74573>>> Function ComAmPmText Returns Variant 74575>>> Handle hDispatchDriver 74575>>> Variant retVal 74575>>> Get phDispatchDriver to hDispatchDriver 74576>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 74577>>> Function_Return retVal 74578>>> End_Function 74579>>> 74579>>> Function ComTimeTextSmall Returns Variant 74581>>> Handle hDispatchDriver 74581>>> Variant retVal 74581>>> Get phDispatchDriver to hDispatchDriver 74582>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 74583>>> Function_Return retVal 74584>>> End_Function 74585>>> 74585>>> Function ComTimeTextBigBase Returns Variant 74587>>> Handle hDispatchDriver 74587>>> Variant retVal 74587>>> Get phDispatchDriver to hDispatchDriver 74588>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 74589>>> Function_Return retVal 74590>>> End_Function 74591>>> 74591>>> Function ComHeightFormula Returns Variant 74593>>> Handle hDispatchDriver 74593>>> Variant retVal 74593>>> Get phDispatchDriver to hDispatchDriver 74594>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 74595>>> Function_Return retVal 74596>>> End_Function 74597>>>End_Class 74598>>> 74598>>>Class cSigCjComCalendarThemeDayViewAllDayEvents is a cComAutomationObject 74599>>> 74599>>> Function ComBackgroundColor Returns OLE_COLOR 74601>>> OLE_COLOR retVal 74601>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74602>>> Function_Return retVal 74603>>> End_Function 74604>>> 74604>>> Procedure Set ComBackgroundColor OLE_COLOR value 74606>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74607>>> End_Procedure 74608>>> 74608>>> Function ComSelectedBackgroundColor Returns OLE_COLOR 74610>>> OLE_COLOR retVal 74610>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74611>>> Function_Return retVal 74612>>> End_Function 74613>>> 74613>>> Procedure Set ComSelectedBackgroundColor OLE_COLOR value 74615>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74616>>> End_Procedure 74617>>> 74617>>> Function ComBottomBorderColor Returns OLE_COLOR 74619>>> OLE_COLOR retVal 74619>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 74620>>> Function_Return retVal 74621>>> End_Function 74622>>> 74622>>> Procedure Set ComBottomBorderColor OLE_COLOR value 74624>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 74625>>> End_Procedure 74626>>>End_Class 74627>>> 74627>>>Class cSigCjComCalendarThemeDayViewCell is a cComAutomationObject 74628>>> 74628>>> Function ComHatchBrushColorDyn Returns OLE_COLOR 74630>>> OLE_COLOR retVal 74630>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74631>>> Function_Return retVal 74632>>> End_Function 74633>>> 74633>>> Procedure Set ComHatchBrushColorDyn OLE_COLOR value 74635>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74636>>> End_Procedure 74637>>> 74637>>> Function ComWorkCell Returns Variant 74639>>> Handle hDispatchDriver 74639>>> Variant retVal 74639>>> Get phDispatchDriver to hDispatchDriver 74640>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74641>>> Function_Return retVal 74642>>> End_Function 74643>>> 74643>>> Function ComNonWorkCell Returns Variant 74645>>> Handle hDispatchDriver 74645>>> Variant retVal 74645>>> Get phDispatchDriver to hDispatchDriver 74646>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 74647>>> Function_Return retVal 74648>>> End_Function 74649>>>End_Class 74650>>> 74650>>>Class cSigCjComCalendarThemeDayViewCellColors is a cComAutomationObject 74651>>> 74651>>> Function ComBackgroundColor Returns OLE_COLOR 74653>>> OLE_COLOR retVal 74653>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74654>>> Function_Return retVal 74655>>> End_Function 74656>>> 74656>>> Procedure Set ComBackgroundColor OLE_COLOR value 74658>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74659>>> End_Procedure 74660>>> 74660>>> Function ComBorderBottomInHourColor Returns OLE_COLOR 74662>>> OLE_COLOR retVal 74662>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74663>>> Function_Return retVal 74664>>> End_Function 74665>>> 74665>>> Procedure Set ComBorderBottomInHourColor OLE_COLOR value 74667>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 74668>>> End_Procedure 74669>>> 74669>>> Function ComBorderBottomHourColor Returns OLE_COLOR 74671>>> OLE_COLOR retVal 74671>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 74672>>> Function_Return retVal 74673>>> End_Function 74674>>> 74674>>> Procedure Set ComBorderBottomHourColor OLE_COLOR value 74676>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 74677>>> End_Procedure 74678>>> 74678>>> Function ComSelectedColor Returns OLE_COLOR 74680>>> OLE_COLOR retVal 74680>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 74681>>> Function_Return retVal 74682>>> End_Function 74683>>> 74683>>> Procedure Set ComSelectedColor OLE_COLOR value 74685>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 74686>>> End_Procedure 74687>>>End_Class 74688>>> 74688>>>Class cSigCjComCalendarThemeOffice2007Header is a cComAutomationObject 74689>>> 74689>>> Function ComBaseColor Returns OLE_COLOR 74691>>> OLE_COLOR retVal 74691>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 74692>>> Function_Return retVal 74693>>> End_Function 74694>>> 74694>>> Procedure Set ComBaseColor OLE_COLOR value 74696>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 74697>>> End_Procedure 74698>>> 74698>>> Function ComTodayBaseColor Returns OLE_COLOR 74700>>> OLE_COLOR retVal 74700>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 74701>>> Function_Return retVal 74702>>> End_Function 74703>>> 74703>>> Procedure Set ComTodayBaseColor OLE_COLOR value 74705>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 74706>>> End_Procedure 74707>>> 74707>>> Function ComTextLeftRight Returns Variant 74709>>> Handle hDispatchDriver 74709>>> Variant retVal 74709>>> Get phDispatchDriver to hDispatchDriver 74710>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 74711>>> Function_Return retVal 74712>>> End_Function 74713>>> 74713>>> Function ComTextCenter Returns Variant 74715>>> Handle hDispatchDriver 74715>>> Variant retVal 74715>>> Get phDispatchDriver to hDispatchDriver 74716>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 74717>>> Function_Return retVal 74718>>> End_Function 74719>>> 74719>>> Function ComHeightFormula Returns Variant 74721>>> Handle hDispatchDriver 74721>>> Variant retVal 74721>>> Get phDispatchDriver to hDispatchDriver 74722>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 74723>>> Function_Return retVal 74724>>> End_Function 74725>>> 74725>>> Function ComBackgroundNormal Returns Variant 74727>>> Handle hDispatchDriver 74727>>> Variant retVal 74727>>> Get phDispatchDriver to hDispatchDriver 74728>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 74729>>> Function_Return retVal 74730>>> End_Function 74731>>> 74731>>> Function ComBackgroundSelected Returns Variant 74733>>> Handle hDispatchDriver 74733>>> Variant retVal 74733>>> Get phDispatchDriver to hDispatchDriver 74734>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 74735>>> Function_Return retVal 74736>>> End_Function 74737>>> 74737>>> Function ComBackgroundToday Returns Variant 74739>>> Handle hDispatchDriver 74739>>> Variant retVal 74739>>> Get phDispatchDriver to hDispatchDriver 74740>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 74741>>> Function_Return retVal 74742>>> End_Function 74743>>> 74743>>> Function ComBackgroundTodaySelected Returns Variant 74745>>> Handle hDispatchDriver 74745>>> Variant retVal 74745>>> Get phDispatchDriver to hDispatchDriver 74746>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 74747>>> Function_Return retVal 74748>>> End_Function 74749>>>End_Class 74750>>> 74750>>>Class cSigCjComCalendarThemeOffice2007Event is a cComAutomationObject 74751>>> 74751>>> Function ComGripperBorderColor Returns OLE_COLOR 74753>>> OLE_COLOR retVal 74753>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 74754>>> Function_Return retVal 74755>>> End_Function 74756>>> 74756>>> Procedure Set ComGripperBorderColor OLE_COLOR value 74758>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 74759>>> End_Procedure 74760>>> 74760>>> Function ComGripperBackgroundColor Returns OLE_COLOR 74762>>> OLE_COLOR retVal 74762>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 74763>>> Function_Return retVal 74764>>> End_Function 74765>>> 74765>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 74767>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 74768>>> End_Procedure 74769>>> 74769>>> Function ComNormal Returns Variant 74771>>> Handle hDispatchDriver 74771>>> Variant retVal 74771>>> Get phDispatchDriver to hDispatchDriver 74772>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 74773>>> Function_Return retVal 74774>>> End_Function 74775>>> 74775>>> Function ComSelected Returns Variant 74777>>> Handle hDispatchDriver 74777>>> Variant retVal 74777>>> Get phDispatchDriver to hDispatchDriver 74778>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 74779>>> Function_Return retVal 74780>>> End_Function 74781>>>End_Class 74782>>> 74782>>>Class cSigCjComCalendarThemeOffice2007EventFontsColors is a cComAutomationObject 74783>>> 74783>>> Function ComBorderColor Returns OLE_COLOR 74785>>> OLE_COLOR retVal 74785>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74786>>> Function_Return retVal 74787>>> End_Function 74788>>> 74788>>> Procedure Set ComBorderColor OLE_COLOR value 74790>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74791>>> End_Procedure 74792>>> 74792>>> Function ComBackground Returns Variant 74794>>> Handle hDispatchDriver 74794>>> Variant retVal 74794>>> Get phDispatchDriver to hDispatchDriver 74795>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74796>>> Function_Return retVal 74797>>> End_Function 74798>>> 74798>>> Function ComSubject Returns Variant 74800>>> Handle hDispatchDriver 74800>>> Variant retVal 74800>>> Get phDispatchDriver to hDispatchDriver 74801>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 74802>>> Function_Return retVal 74803>>> End_Function 74804>>> 74804>>> Function ComLocation Returns Variant 74806>>> Handle hDispatchDriver 74806>>> Variant retVal 74806>>> Get phDispatchDriver to hDispatchDriver 74807>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 74808>>> Function_Return retVal 74809>>> End_Function 74810>>> 74810>>> Function ComBody Returns Variant 74812>>> Handle hDispatchDriver 74812>>> Variant retVal 74812>>> Get phDispatchDriver to hDispatchDriver 74813>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 74814>>> Function_Return retVal 74815>>> End_Function 74816>>> 74816>>> Function ComStartEnd Returns Variant 74818>>> Handle hDispatchDriver 74818>>> Variant retVal 74818>>> Get phDispatchDriver to hDispatchDriver 74819>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 74820>>> Function_Return retVal 74821>>> End_Function 74822>>>End_Class 74823>>> 74823>>>Class cSigCjComCalendarThemeEventIconsToDraw is a cComAutomationObject 74824>>> 74824>>> Function ComShowReminder Returns Boolean 74826>>> Boolean retVal 74826>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 74827>>> Function_Return retVal 74828>>> End_Function 74829>>> 74829>>> Procedure Set ComShowReminder Boolean value 74831>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 74832>>> End_Procedure 74833>>> 74833>>> Function ComShowOccurrence Returns Boolean 74835>>> Boolean retVal 74835>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 74836>>> Function_Return retVal 74837>>> End_Function 74838>>> 74838>>> Procedure Set ComShowOccurrence Boolean value 74840>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 74841>>> End_Procedure 74842>>> 74842>>> Function ComShowException Returns Boolean 74844>>> Boolean retVal 74844>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 74845>>> Function_Return retVal 74846>>> End_Function 74847>>> 74847>>> Procedure Set ComShowException Boolean value 74849>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 74850>>> End_Procedure 74851>>> 74851>>> Function ComShowMeeting Returns Boolean 74853>>> Boolean retVal 74853>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 74854>>> Function_Return retVal 74855>>> End_Function 74856>>> 74856>>> Procedure Set ComShowMeeting Boolean value 74858>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 74859>>> End_Procedure 74860>>> 74860>>> Function ComShowPrivate Returns Boolean 74862>>> Boolean retVal 74862>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 74863>>> Function_Return retVal 74864>>> End_Function 74865>>> 74865>>> Procedure Set ComShowPrivate Boolean value 74867>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 74868>>> End_Procedure 74869>>>End_Class 74870>>> 74870>>>Class cSigCjComCalendarThemeOffice2007PrevNextEventButtons is a cComAutomationObject 74871>>> 74871>>> Function ComHide Returns Boolean 74873>>> Boolean retVal 74873>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 74874>>> Function_Return retVal 74875>>> End_Function 74876>>> 74876>>> Procedure Set ComHide Boolean value 74878>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 74879>>> End_Procedure 74880>>> 74880>>> Function ComUseActiveViewResources Returns Boolean 74882>>> Boolean retVal 74882>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 74883>>> Function_Return retVal 74884>>> End_Function 74885>>> 74885>>> Procedure Set ComUseActiveViewResources Boolean value 74887>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 74888>>> End_Procedure 74889>>> 74889>>> Function ComIdleStepTime_ms Returns Integer 74891>>> Integer retVal 74891>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 74892>>> Function_Return retVal 74893>>> End_Function 74894>>> 74894>>> Procedure Set ComIdleStepTime_ms Integer value 74896>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 74897>>> End_Procedure 74898>>> 74898>>> Function ComRefreshDaysPerIdleStep Returns Integer 74900>>> Integer retVal 74900>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 74901>>> Function_Return retVal 74902>>> End_Function 74903>>> 74903>>> Procedure Set ComRefreshDaysPerIdleStep Integer value 74905>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 74906>>> End_Procedure 74907>>> 74907>>> Procedure ComSetCacheSize Integer llnDays 74909>>> Handle hDispatchDriver 74909>>> Get phDispatchDriver to hDispatchDriver 74910>>> Send PrepareParams to hDispatchDriver 1 74911>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnDays 74912>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 74913>>> End_Procedure 74914>>>End_Class 74915>>> 74915>>>Class cSigCjComCalendarThemeOffice2007DayView is a cComAutomationObject 74916>>> 74916>>> Function ComHeader Returns Variant 74918>>> Handle hDispatchDriver 74918>>> Variant retVal 74918>>> Get phDispatchDriver to hDispatchDriver 74919>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 74920>>> Function_Return retVal 74921>>> End_Function 74922>>> 74922>>> Function ComEvent Returns Variant 74924>>> Handle hDispatchDriver 74924>>> Variant retVal 74924>>> Get phDispatchDriver to hDispatchDriver 74925>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 74926>>> Function_Return retVal 74927>>> End_Function 74928>>> 74928>>> Function ComTimeScale Returns Variant 74930>>> Handle hDispatchDriver 74930>>> Variant retVal 74930>>> Get phDispatchDriver to hDispatchDriver 74931>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 74932>>> Function_Return retVal 74933>>> End_Function 74934>>> 74934>>> Function ComDay Returns Variant 74936>>> Handle hDispatchDriver 74936>>> Variant retVal 74936>>> Get phDispatchDriver to hDispatchDriver 74937>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 74938>>> Function_Return retVal 74939>>> End_Function 74940>>>End_Class 74941>>> 74941>>>Class cSigCjComCalendarThemeOffice2007DayViewEvent is a cComAutomationObject 74942>>> 74942>>> Function ComGripperBorderColor Returns OLE_COLOR 74944>>> OLE_COLOR retVal 74944>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 74945>>> Function_Return retVal 74946>>> End_Function 74947>>> 74947>>> Procedure Set ComGripperBorderColor OLE_COLOR value 74949>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 74950>>> End_Procedure 74951>>> 74951>>> Function ComGripperBackgroundColor Returns OLE_COLOR 74953>>> OLE_COLOR retVal 74953>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 74954>>> Function_Return retVal 74955>>> End_Function 74956>>> 74956>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 74958>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 74959>>> End_Procedure 74960>>> 74960>>> Function ComNormal Returns Variant 74962>>> Handle hDispatchDriver 74962>>> Variant retVal 74962>>> Get phDispatchDriver to hDispatchDriver 74963>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 74964>>> Function_Return retVal 74965>>> End_Function 74966>>> 74966>>> Function ComSelected Returns Variant 74968>>> Handle hDispatchDriver 74968>>> Variant retVal 74968>>> Get phDispatchDriver to hDispatchDriver 74969>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 74970>>> Function_Return retVal 74971>>> End_Function 74972>>> 74972>>> Function ComHeightFormula Returns Variant 74974>>> Handle hDispatchDriver 74974>>> Variant retVal 74974>>> Get phDispatchDriver to hDispatchDriver 74975>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 74976>>> Function_Return retVal 74977>>> End_Function 74978>>> 74978>>> Function ComEventIconsToDraw Returns Variant 74980>>> Handle hDispatchDriver 74980>>> Variant retVal 74980>>> Get phDispatchDriver to hDispatchDriver 74981>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 74982>>> Function_Return retVal 74983>>> End_Function 74984>>>End_Class 74985>>> 74985>>>Class cSigCjComCalendarThemeOffice2007DayViewDay is a cComAutomationObject 74986>>> 74986>>> Function ComBorderColor Returns OLE_COLOR 74988>>> OLE_COLOR retVal 74988>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 74989>>> Function_Return retVal 74990>>> End_Function 74991>>> 74991>>> Procedure Set ComBorderColor OLE_COLOR value 74993>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 74994>>> End_Procedure 74995>>> 74995>>> Function ComTodayBorderColor Returns OLE_COLOR 74997>>> OLE_COLOR retVal 74997>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 74998>>> Function_Return retVal 74999>>> End_Function 75000>>> 75000>>> Procedure Set ComTodayBorderColor OLE_COLOR value 75002>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 75003>>> End_Procedure 75004>>> 75004>>> Function ComUseOffice2003HeaderFormat Returns Boolean 75006>>> Boolean retVal 75006>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 75007>>> Function_Return retVal 75008>>> End_Function 75009>>> 75009>>> Procedure Set ComUseOffice2003HeaderFormat Boolean value 75011>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 75012>>> End_Procedure 75013>>> 75013>>> Function ComHeader Returns Variant 75015>>> Handle hDispatchDriver 75015>>> Variant retVal 75015>>> Get phDispatchDriver to hDispatchDriver 75016>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75017>>> Function_Return retVal 75018>>> End_Function 75019>>> 75019>>> Function ComGroup Returns Variant 75021>>> Handle hDispatchDriver 75021>>> Variant retVal 75021>>> Get phDispatchDriver to hDispatchDriver 75022>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75023>>> Function_Return retVal 75024>>> End_Function 75025>>>End_Class 75026>>> 75026>>>Class cSigCjComCalendarThemeOffice2007DayViewDayGroup is a cComAutomationObject 75027>>> 75027>>> Function ComBorderLeftColor Returns OLE_COLOR 75029>>> OLE_COLOR retVal 75029>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 75030>>> Function_Return retVal 75031>>> End_Function 75032>>> 75032>>> Procedure Set ComBorderLeftColor OLE_COLOR value 75034>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 75035>>> End_Procedure 75036>>> 75036>>> Function ComHeader Returns Variant 75038>>> Handle hDispatchDriver 75038>>> Variant retVal 75038>>> Get phDispatchDriver to hDispatchDriver 75039>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75040>>> Function_Return retVal 75041>>> End_Function 75042>>> 75042>>> Function ComAllDayEvents Returns Variant 75044>>> Handle hDispatchDriver 75044>>> Variant retVal 75044>>> Get phDispatchDriver to hDispatchDriver 75045>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75046>>> Function_Return retVal 75047>>> End_Function 75048>>> 75048>>> Function ComCell Returns Variant 75050>>> Handle hDispatchDriver 75050>>> Variant retVal 75050>>> Get phDispatchDriver to hDispatchDriver 75051>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 75052>>> Function_Return retVal 75053>>> End_Function 75054>>> 75054>>> Function ComMultiDayEvent Returns Variant 75056>>> Handle hDispatchDriver 75056>>> Variant retVal 75056>>> Get phDispatchDriver to hDispatchDriver 75057>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 75058>>> Function_Return retVal 75059>>> End_Function 75060>>> 75060>>> Function ComSingleDayEvent Returns Variant 75062>>> Handle hDispatchDriver 75062>>> Variant retVal 75062>>> Get phDispatchDriver to hDispatchDriver 75063>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 75064>>> Function_Return retVal 75065>>> End_Function 75066>>>End_Class 75067>>> 75067>>>Class cSigCjComCalendarThemeOffice2007DayViewEventMultiDay is a cComAutomationObject 75068>>> 75068>>> Function ComDateFormatFrom Returns String 75070>>> String retVal 75070>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 75071>>> Function_Return retVal 75072>>> End_Function 75073>>> 75073>>> Procedure Set ComDateFormatFrom String value 75075>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 75076>>> End_Procedure 75077>>> 75077>>> Function ComDateFormatTo Returns String 75079>>> String retVal 75079>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 75080>>> Function_Return retVal 75081>>> End_Function 75082>>> 75082>>> Procedure Set ComDateFormatTo String value 75084>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 75085>>> End_Procedure 75086>>> 75086>>> Function ComShowFromToArrowTextAlways Returns Boolean 75088>>> Boolean retVal 75088>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 75089>>> Function_Return retVal 75090>>> End_Function 75091>>> 75091>>> Procedure Set ComShowFromToArrowTextAlways Boolean value 75093>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 75094>>> End_Procedure 75095>>> 75095>>> Function ComGripperBorderColor Returns OLE_COLOR 75097>>> OLE_COLOR retVal 75097>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75098>>> Function_Return retVal 75099>>> End_Function 75100>>> 75100>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75102>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75103>>> End_Procedure 75104>>> 75104>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75106>>> OLE_COLOR retVal 75106>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75107>>> Function_Return retVal 75108>>> End_Function 75109>>> 75109>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75111>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75112>>> End_Procedure 75113>>> 75113>>> Function ComNormal Returns Variant 75115>>> Handle hDispatchDriver 75115>>> Variant retVal 75115>>> Get phDispatchDriver to hDispatchDriver 75116>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75117>>> Function_Return retVal 75118>>> End_Function 75119>>> 75119>>> Function ComSelected Returns Variant 75121>>> Handle hDispatchDriver 75121>>> Variant retVal 75121>>> Get phDispatchDriver to hDispatchDriver 75122>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75123>>> Function_Return retVal 75124>>> End_Function 75125>>> 75125>>> Function ComHeightFormula Returns Variant 75127>>> Handle hDispatchDriver 75127>>> Variant retVal 75127>>> Get phDispatchDriver to hDispatchDriver 75128>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75129>>> Function_Return retVal 75130>>> End_Function 75131>>> 75131>>> Function ComEventIconsToDraw Returns Variant 75133>>> Handle hDispatchDriver 75133>>> Variant retVal 75133>>> Get phDispatchDriver to hDispatchDriver 75134>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75135>>> Function_Return retVal 75136>>> End_Function 75137>>>End_Class 75138>>> 75138>>>Class cSigCjComCalendarThemeOffice2007DayViewEventSingleDay is a cComAutomationObject 75139>>> 75139>>> Function ComGripperBorderColor Returns OLE_COLOR 75141>>> OLE_COLOR retVal 75141>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75142>>> Function_Return retVal 75143>>> End_Function 75144>>> 75144>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75146>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75147>>> End_Procedure 75148>>> 75148>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75150>>> OLE_COLOR retVal 75150>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75151>>> Function_Return retVal 75152>>> End_Function 75153>>> 75153>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75155>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75156>>> End_Procedure 75157>>> 75157>>> Function ComNormal Returns Variant 75159>>> Handle hDispatchDriver 75159>>> Variant retVal 75159>>> Get phDispatchDriver to hDispatchDriver 75160>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75161>>> Function_Return retVal 75162>>> End_Function 75163>>> 75163>>> Function ComSelected Returns Variant 75165>>> Handle hDispatchDriver 75165>>> Variant retVal 75165>>> Get phDispatchDriver to hDispatchDriver 75166>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75167>>> Function_Return retVal 75168>>> End_Function 75169>>> 75169>>> Function ComHeightFormula Returns Variant 75171>>> Handle hDispatchDriver 75171>>> Variant retVal 75171>>> Get phDispatchDriver to hDispatchDriver 75172>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75173>>> Function_Return retVal 75174>>> End_Function 75175>>> 75175>>> Function ComEventIconsToDraw Returns Variant 75177>>> Handle hDispatchDriver 75177>>> Variant retVal 75177>>> Get phDispatchDriver to hDispatchDriver 75178>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75179>>> Function_Return retVal 75180>>> End_Function 75181>>>End_Class 75182>>> 75182>>>Class cSigCjComCalendarThemeOffice2007MonthView is a cComAutomationObject 75183>>> 75183>>> Function ComHeader Returns Variant 75185>>> Handle hDispatchDriver 75185>>> Variant retVal 75185>>> Get phDispatchDriver to hDispatchDriver 75186>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75187>>> Function_Return retVal 75188>>> End_Function 75189>>> 75189>>> Function ComEvent Returns Variant 75191>>> Handle hDispatchDriver 75191>>> Variant retVal 75191>>> Get phDispatchDriver to hDispatchDriver 75192>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75193>>> Function_Return retVal 75194>>> End_Function 75195>>> 75195>>> Function ComWeekDayHeader Returns Variant 75197>>> Handle hDispatchDriver 75197>>> Variant retVal 75197>>> Get phDispatchDriver to hDispatchDriver 75198>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 75199>>> Function_Return retVal 75200>>> End_Function 75201>>> 75201>>> Function ComWeekHeader Returns Variant 75203>>> Handle hDispatchDriver 75203>>> Variant retVal 75203>>> Get phDispatchDriver to hDispatchDriver 75204>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 75205>>> Function_Return retVal 75206>>> End_Function 75207>>> 75207>>> Function ComDay Returns Variant 75209>>> Handle hDispatchDriver 75209>>> Variant retVal 75209>>> Get phDispatchDriver to hDispatchDriver 75210>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 75211>>> Function_Return retVal 75212>>> End_Function 75213>>>End_Class 75214>>> 75214>>>Class cSigCjComCalendarThemeOffice2007MonthViewEvent is a cComAutomationObject 75215>>> 75215>>> Function ComGripperBorderColor Returns OLE_COLOR 75217>>> OLE_COLOR retVal 75217>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75218>>> Function_Return retVal 75219>>> End_Function 75220>>> 75220>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75222>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75223>>> End_Procedure 75224>>> 75224>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75226>>> OLE_COLOR retVal 75226>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75227>>> Function_Return retVal 75228>>> End_Function 75229>>> 75229>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75231>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75232>>> End_Procedure 75233>>> 75233>>> Function ComNormal Returns Variant 75235>>> Handle hDispatchDriver 75235>>> Variant retVal 75235>>> Get phDispatchDriver to hDispatchDriver 75236>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75237>>> Function_Return retVal 75238>>> End_Function 75239>>> 75239>>> Function ComSelected Returns Variant 75241>>> Handle hDispatchDriver 75241>>> Variant retVal 75241>>> Get phDispatchDriver to hDispatchDriver 75242>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75243>>> Function_Return retVal 75244>>> End_Function 75245>>> 75245>>> Function ComHeightFormula Returns Variant 75247>>> Handle hDispatchDriver 75247>>> Variant retVal 75247>>> Get phDispatchDriver to hDispatchDriver 75248>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75249>>> Function_Return retVal 75250>>> End_Function 75251>>> 75251>>> Function ComEventIconsToDraw Returns Variant 75253>>> Handle hDispatchDriver 75253>>> Variant retVal 75253>>> Get phDispatchDriver to hDispatchDriver 75254>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75255>>> Function_Return retVal 75256>>> End_Function 75257>>>End_Class 75258>>> 75258>>>Class cSigCjComCalendarThemeOffice2007MonthViewWeekHeader is a cComAutomationObject 75259>>> 75259>>> Function ComBaseColor Returns OLE_COLOR 75261>>> OLE_COLOR retVal 75261>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 75262>>> Function_Return retVal 75263>>> End_Function 75264>>> 75264>>> Procedure Set ComBaseColor OLE_COLOR value 75266>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 75267>>> End_Procedure 75268>>> 75268>>> Function ComFreeSpaceBackgroundColor Returns OLE_COLOR 75270>>> OLE_COLOR retVal 75270>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 75271>>> Function_Return retVal 75272>>> End_Function 75273>>> 75273>>> Procedure Set ComFreeSpaceBackgroundColor OLE_COLOR value 75275>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 75276>>> End_Procedure 75277>>> 75277>>> Function ComTextCenter Returns Variant 75279>>> Handle hDispatchDriver 75279>>> Variant retVal 75279>>> Get phDispatchDriver to hDispatchDriver 75280>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 75281>>> Function_Return retVal 75282>>> End_Function 75283>>> 75283>>> Function ComBackgroundNormal Returns Variant 75285>>> Handle hDispatchDriver 75285>>> Variant retVal 75285>>> Get phDispatchDriver to hDispatchDriver 75286>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 75287>>> Function_Return retVal 75288>>> End_Function 75289>>> 75289>>> Function ComWidthFormula Returns Variant 75291>>> Handle hDispatchDriver 75291>>> Variant retVal 75291>>> Get phDispatchDriver to hDispatchDriver 75292>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 75293>>> Function_Return retVal 75294>>> End_Function 75295>>>End_Class 75296>>> 75296>>>Class cSigCjComCalendarThemeOffice2007MonthViewDay is a cComAutomationObject 75297>>> 75297>>> Function ComBorderColor Returns OLE_COLOR 75299>>> OLE_COLOR retVal 75299>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 75300>>> Function_Return retVal 75301>>> End_Function 75302>>> 75302>>> Procedure Set ComBorderColor OLE_COLOR value 75304>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 75305>>> End_Procedure 75306>>> 75306>>> Function ComTodayBorderColor Returns OLE_COLOR 75308>>> OLE_COLOR retVal 75308>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 75309>>> Function_Return retVal 75310>>> End_Function 75311>>> 75311>>> Procedure Set ComTodayBorderColor OLE_COLOR value 75313>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 75314>>> End_Procedure 75315>>> 75315>>> Function ComBackgroundLightColor Returns OLE_COLOR 75317>>> OLE_COLOR retVal 75317>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 75318>>> Function_Return retVal 75319>>> End_Function 75320>>> 75320>>> Procedure Set ComBackgroundLightColor OLE_COLOR value 75322>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 75323>>> End_Procedure 75324>>> 75324>>> Function ComBackgroundDarkColor Returns OLE_COLOR 75326>>> OLE_COLOR retVal 75326>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 75327>>> Function_Return retVal 75328>>> End_Function 75329>>> 75329>>> Procedure Set ComBackgroundDarkColor OLE_COLOR value 75331>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 75332>>> End_Procedure 75333>>> 75333>>> Function ComBackgroundSelectedColor Returns OLE_COLOR 75335>>> OLE_COLOR retVal 75335>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 75336>>> Function_Return retVal 75337>>> End_Function 75338>>> 75338>>> Procedure Set ComBackgroundSelectedColor OLE_COLOR value 75340>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 75341>>> End_Procedure 75342>>> 75342>>> Function ComHeader Returns Variant 75344>>> Handle hDispatchDriver 75344>>> Variant retVal 75344>>> Get phDispatchDriver to hDispatchDriver 75345>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75346>>> Function_Return retVal 75347>>> End_Function 75348>>> 75348>>> Function ComMultiDayEvent Returns Variant 75350>>> Handle hDispatchDriver 75350>>> Variant retVal 75350>>> Get phDispatchDriver to hDispatchDriver 75351>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75352>>> Function_Return retVal 75353>>> End_Function 75354>>> 75354>>> Function ComSingleDayEvent Returns Variant 75356>>> Handle hDispatchDriver 75356>>> Variant retVal 75356>>> Get phDispatchDriver to hDispatchDriver 75357>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 75358>>> Function_Return retVal 75359>>> End_Function 75360>>>End_Class 75361>>> 75361>>>Class cSigCjComCalendarThemeOffice2007MonthViewEventMultiDay is a cComAutomationObject 75362>>> 75362>>> Function ComGripperBorderColor Returns OLE_COLOR 75364>>> OLE_COLOR retVal 75364>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75365>>> Function_Return retVal 75366>>> End_Function 75367>>> 75367>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75369>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75370>>> End_Procedure 75371>>> 75371>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75373>>> OLE_COLOR retVal 75373>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75374>>> Function_Return retVal 75375>>> End_Function 75376>>> 75376>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75378>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75379>>> End_Procedure 75380>>> 75380>>> Function ComNormal Returns Variant 75382>>> Handle hDispatchDriver 75382>>> Variant retVal 75382>>> Get phDispatchDriver to hDispatchDriver 75383>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75384>>> Function_Return retVal 75385>>> End_Function 75386>>> 75386>>> Function ComSelected Returns Variant 75388>>> Handle hDispatchDriver 75388>>> Variant retVal 75388>>> Get phDispatchDriver to hDispatchDriver 75389>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75390>>> Function_Return retVal 75391>>> End_Function 75392>>> 75392>>> Function ComHeightFormula Returns Variant 75394>>> Handle hDispatchDriver 75394>>> Variant retVal 75394>>> Get phDispatchDriver to hDispatchDriver 75395>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75396>>> Function_Return retVal 75397>>> End_Function 75398>>> 75398>>> Function ComEventIconsToDraw Returns Variant 75400>>> Handle hDispatchDriver 75400>>> Variant retVal 75400>>> Get phDispatchDriver to hDispatchDriver 75401>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75402>>> Function_Return retVal 75403>>> End_Function 75404>>>End_Class 75405>>> 75405>>>Class cSigCjComCalendarThemeOffice2007MonthViewEventSingleDay is a cComAutomationObject 75406>>> 75406>>> Function ComNormal Returns Variant 75408>>> Handle hDispatchDriver 75408>>> Variant retVal 75408>>> Get phDispatchDriver to hDispatchDriver 75409>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75410>>> Function_Return retVal 75411>>> End_Function 75412>>> 75412>>> Function ComSelected Returns Variant 75414>>> Handle hDispatchDriver 75414>>> Variant retVal 75414>>> Get phDispatchDriver to hDispatchDriver 75415>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75416>>> Function_Return retVal 75417>>> End_Function 75418>>> 75418>>> Function ComHeightFormula Returns Variant 75420>>> Handle hDispatchDriver 75420>>> Variant retVal 75420>>> Get phDispatchDriver to hDispatchDriver 75421>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75422>>> Function_Return retVal 75423>>> End_Function 75424>>> 75424>>> Function ComEventIconsToDraw Returns Variant 75426>>> Handle hDispatchDriver 75426>>> Variant retVal 75426>>> Get phDispatchDriver to hDispatchDriver 75427>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75428>>> Function_Return retVal 75429>>> End_Function 75430>>>End_Class 75431>>> 75431>>>Class cSigCjComCalendarThemeOffice2007WeekView is a cComAutomationObject 75432>>> 75432>>> Function ComEvent Returns Variant 75434>>> Handle hDispatchDriver 75434>>> Variant retVal 75434>>> Get phDispatchDriver to hDispatchDriver 75435>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75436>>> Function_Return retVal 75437>>> End_Function 75438>>> 75438>>> Function ComDay Returns Variant 75440>>> Handle hDispatchDriver 75440>>> Variant retVal 75440>>> Get phDispatchDriver to hDispatchDriver 75441>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75442>>> Function_Return retVal 75443>>> End_Function 75444>>>End_Class 75445>>> 75445>>>Class cSigCjComCalendarThemeOffice2007WeekViewEvent is a cComAutomationObject 75446>>> 75446>>> Function ComGripperBorderColor Returns OLE_COLOR 75448>>> OLE_COLOR retVal 75448>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75449>>> Function_Return retVal 75450>>> End_Function 75451>>> 75451>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75453>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75454>>> End_Procedure 75455>>> 75455>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75457>>> OLE_COLOR retVal 75457>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75458>>> Function_Return retVal 75459>>> End_Function 75460>>> 75460>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75462>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75463>>> End_Procedure 75464>>> 75464>>> Function ComNormal Returns Variant 75466>>> Handle hDispatchDriver 75466>>> Variant retVal 75466>>> Get phDispatchDriver to hDispatchDriver 75467>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75468>>> Function_Return retVal 75469>>> End_Function 75470>>> 75470>>> Function ComSelected Returns Variant 75472>>> Handle hDispatchDriver 75472>>> Variant retVal 75472>>> Get phDispatchDriver to hDispatchDriver 75473>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75474>>> Function_Return retVal 75475>>> End_Function 75476>>> 75476>>> Function ComHeightFormula Returns Variant 75478>>> Handle hDispatchDriver 75478>>> Variant retVal 75478>>> Get phDispatchDriver to hDispatchDriver 75479>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75480>>> Function_Return retVal 75481>>> End_Function 75482>>> 75482>>> Function ComEventIconsToDraw Returns Variant 75484>>> Handle hDispatchDriver 75484>>> Variant retVal 75484>>> Get phDispatchDriver to hDispatchDriver 75485>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75486>>> Function_Return retVal 75487>>> End_Function 75488>>>End_Class 75489>>> 75489>>>Class cSigCjComCalendarThemeOffice2007WeekViewDay is a cComAutomationObject 75490>>> 75490>>> Function ComBorderColor Returns OLE_COLOR 75492>>> OLE_COLOR retVal 75492>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 75493>>> Function_Return retVal 75494>>> End_Function 75495>>> 75495>>> Procedure Set ComBorderColor OLE_COLOR value 75497>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 75498>>> End_Procedure 75499>>> 75499>>> Function ComTodayBorderColor Returns OLE_COLOR 75501>>> OLE_COLOR retVal 75501>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 75502>>> Function_Return retVal 75503>>> End_Function 75504>>> 75504>>> Procedure Set ComTodayBorderColor OLE_COLOR value 75506>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 75507>>> End_Procedure 75508>>> 75508>>> Function ComBackgroundLightColor Returns OLE_COLOR 75510>>> OLE_COLOR retVal 75510>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 75511>>> Function_Return retVal 75512>>> End_Function 75513>>> 75513>>> Procedure Set ComBackgroundLightColor OLE_COLOR value 75515>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 75516>>> End_Procedure 75517>>> 75517>>> Function ComBackgroundDarkColor Returns OLE_COLOR 75519>>> OLE_COLOR retVal 75519>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 75520>>> Function_Return retVal 75521>>> End_Function 75522>>> 75522>>> Procedure Set ComBackgroundDarkColor OLE_COLOR value 75524>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 75525>>> End_Procedure 75526>>> 75526>>> Function ComBackgroundSelectedColor Returns OLE_COLOR 75528>>> OLE_COLOR retVal 75528>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 75529>>> Function_Return retVal 75530>>> End_Function 75531>>> 75531>>> Procedure Set ComBackgroundSelectedColor OLE_COLOR value 75533>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 75534>>> End_Procedure 75535>>> 75535>>> Function ComUseOffice2003HeaderFormat Returns Boolean 75537>>> Boolean retVal 75537>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 75538>>> Function_Return retVal 75539>>> End_Function 75540>>> 75540>>> Procedure Set ComUseOffice2003HeaderFormat Boolean value 75542>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 75543>>> End_Procedure 75544>>> 75544>>> Function ComHeader Returns Variant 75546>>> Handle hDispatchDriver 75546>>> Variant retVal 75546>>> Get phDispatchDriver to hDispatchDriver 75547>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 75548>>> Function_Return retVal 75549>>> End_Function 75550>>> 75550>>> Function ComMultiDayEvent Returns Variant 75552>>> Handle hDispatchDriver 75552>>> Variant retVal 75552>>> Get phDispatchDriver to hDispatchDriver 75553>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 75554>>> Function_Return retVal 75555>>> End_Function 75556>>> 75556>>> Function ComSingleDayEvent Returns Variant 75558>>> Handle hDispatchDriver 75558>>> Variant retVal 75558>>> Get phDispatchDriver to hDispatchDriver 75559>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 75560>>> Function_Return retVal 75561>>> End_Function 75562>>>End_Class 75563>>> 75563>>>Class cSigCjComCalendarThemeOffice2007WeekViewEventMultiDay is a cComAutomationObject 75564>>> 75564>>> Function ComGripperBorderColor Returns OLE_COLOR 75566>>> OLE_COLOR retVal 75566>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 75567>>> Function_Return retVal 75568>>> End_Function 75569>>> 75569>>> Procedure Set ComGripperBorderColor OLE_COLOR value 75571>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 75572>>> End_Procedure 75573>>> 75573>>> Function ComGripperBackgroundColor Returns OLE_COLOR 75575>>> OLE_COLOR retVal 75575>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 75576>>> Function_Return retVal 75577>>> End_Function 75578>>> 75578>>> Procedure Set ComGripperBackgroundColor OLE_COLOR value 75580>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 75581>>> End_Procedure 75582>>> 75582>>> Function ComNormal Returns Variant 75584>>> Handle hDispatchDriver 75584>>> Variant retVal 75584>>> Get phDispatchDriver to hDispatchDriver 75585>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75586>>> Function_Return retVal 75587>>> End_Function 75588>>> 75588>>> Function ComSelected Returns Variant 75590>>> Handle hDispatchDriver 75590>>> Variant retVal 75590>>> Get phDispatchDriver to hDispatchDriver 75591>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75592>>> Function_Return retVal 75593>>> End_Function 75594>>> 75594>>> Function ComHeightFormula Returns Variant 75596>>> Handle hDispatchDriver 75596>>> Variant retVal 75596>>> Get phDispatchDriver to hDispatchDriver 75597>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75598>>> Function_Return retVal 75599>>> End_Function 75600>>> 75600>>> Function ComEventIconsToDraw Returns Variant 75602>>> Handle hDispatchDriver 75602>>> Variant retVal 75602>>> Get phDispatchDriver to hDispatchDriver 75603>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75604>>> Function_Return retVal 75605>>> End_Function 75606>>>End_Class 75607>>> 75607>>>Class cSigCjComCalendarThemeOffice2007WeekViewEventSingleDay is a cComAutomationObject 75608>>> 75608>>> Function ComNormal Returns Variant 75610>>> Handle hDispatchDriver 75610>>> Variant retVal 75610>>> Get phDispatchDriver to hDispatchDriver 75611>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75612>>> Function_Return retVal 75613>>> End_Function 75614>>> 75614>>> Function ComSelected Returns Variant 75616>>> Handle hDispatchDriver 75616>>> Variant retVal 75616>>> Get phDispatchDriver to hDispatchDriver 75617>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 75618>>> Function_Return retVal 75619>>> End_Function 75620>>> 75620>>> Function ComHeightFormula Returns Variant 75622>>> Handle hDispatchDriver 75622>>> Variant retVal 75622>>> Get phDispatchDriver to hDispatchDriver 75623>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 75624>>> Function_Return retVal 75625>>> End_Function 75626>>> 75626>>> Function ComEventIconsToDraw Returns Variant 75628>>> Handle hDispatchDriver 75628>>> Variant retVal 75628>>> Get phDispatchDriver to hDispatchDriver 75629>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_DISPATCH to retVal 75630>>> Function_Return retVal 75631>>> End_Function 75632>>>End_Class 75633>>> 75633>>>Class cSigCjComCalendarDayView is a cComAutomationObject 75634>>> 75634>>> Function ComTimeScale Returns Integer 75636>>> Integer retVal 75636>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 75637>>> Function_Return retVal 75638>>> End_Function 75639>>> 75639>>> Procedure Set ComTimeScale Integer value 75641>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 75642>>> End_Procedure 75643>>> 75643>>> // 0 means disabled; -1 use some default width for multiresources only; -N use for multiresources only (internally converted to +N); +N used always (in single and multi resources mode). 75643>>> Function ComMinColumnWidth Returns Integer 75645>>> Integer retVal 75645>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 75646>>> Function_Return retVal 75647>>> End_Function 75648>>> 75648>>> // 0 means disabled; -1 use some default width for multiresources only; -N use for multiresources only (internally converted to +N); +N used always (in single and multi resources mode). 75648>>> Procedure Set ComMinColumnWidth Integer value 75650>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 75651>>> End_Procedure 75652>>> 75652>>> Function ComTimeScaleMinTime Returns DateTime 75654>>> DateTime retVal 75654>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_DATE to retVal 75655>>> Function_Return retVal 75656>>> End_Function 75657>>> 75657>>> Procedure Set ComTimeScaleMinTime DateTime value 75659>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_DATE to value 75660>>> End_Procedure 75661>>> 75661>>> Function ComTimeScaleMaxTime Returns DateTime 75663>>> DateTime retVal 75663>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DATE to retVal 75664>>> Function_Return retVal 75665>>> End_Function 75666>>> 75666>>> Procedure Set ComTimeScaleMaxTime DateTime value 75668>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DATE to value 75669>>> End_Procedure 75670>>> 75670>>> Function ComDayHeaderPeriod Returns Integer 75672>>> Integer retVal 75672>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 75673>>> Function_Return retVal 75674>>> End_Function 75675>>> 75675>>> Procedure Set ComDayHeaderPeriod Integer value 75677>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 75678>>> End_Procedure 75679>>> 75679>>> Function ComDraftMode Returns Boolean 75681>>> Boolean retVal 75681>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 75682>>> Function_Return retVal 75683>>> End_Function 75684>>> 75684>>> Procedure Set ComDraftMode Boolean value 75686>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 75687>>> End_Procedure 75688>>> 75688>>> Function ComRepeatHeaderMode Returns Boolean 75690>>> Boolean retVal 75690>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 75691>>> Function_Return retVal 75692>>> End_Function 75693>>> 75693>>> Procedure Set ComRepeatHeaderMode Boolean value 75695>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 75696>>> End_Procedure 75697>>> 75697>>> Function ComDF_Mode Returns Boolean 75699>>> Boolean retVal 75699>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 75700>>> Function_Return retVal 75701>>> End_Function 75702>>> 75702>>> Procedure Set ComDF_Mode Boolean value 75704>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 75705>>> End_Procedure 75706>>> 75706>>> Function ComEcoAllDayMode Returns Boolean 75708>>> Boolean retVal 75708>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 75709>>> Function_Return retVal 75710>>> End_Function 75711>>> 75711>>> Procedure Set ComEcoAllDayMode Boolean value 75713>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 75714>>> End_Procedure 75715>>> 75715>>> Function ComPreventAutoDropAllDayMode Returns Boolean 75717>>> Boolean retVal 75717>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 75718>>> Function_Return retVal 75719>>> End_Function 75720>>> 75720>>> Procedure Set ComPreventAutoDropAllDayMode Boolean value 75722>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 75723>>> End_Procedure 75724>>> 75724>>> Function ComDayViewPrintInterval Returns Integer 75726>>> Integer retVal 75726>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 75727>>> Function_Return retVal 75728>>> End_Function 75729>>> 75729>>> Procedure Set ComDayViewPrintInterval Integer value 75731>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 75732>>> End_Procedure 75733>>> 75733>>> Function ComPrintFullScale Returns Boolean 75735>>> Boolean retVal 75735>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 75736>>> Function_Return retVal 75737>>> End_Function 75738>>> 75738>>> Procedure Set ComPrintFullScale Boolean value 75740>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 75741>>> End_Procedure 75742>>> 75742>>> Function ComPreventDragAllDayEventInDayView Returns Boolean 75744>>> Boolean retVal 75744>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 75745>>> Function_Return retVal 75746>>> End_Function 75747>>> 75747>>> Procedure Set ComPreventDragAllDayEventInDayView Boolean value 75749>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 75750>>> End_Procedure 75751>>> 75751>>> Function ComShowLinks Returns Boolean 75753>>> Boolean retVal 75753>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 75754>>> Function_Return retVal 75755>>> End_Function 75756>>> 75756>>> Procedure Set ComShowLinks Boolean value 75758>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 75759>>> End_Procedure 75760>>> 75760>>> Function ComHideLinkContainer Returns Boolean 75762>>> Boolean retVal 75762>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 75763>>> Function_Return retVal 75764>>> End_Function 75765>>> 75765>>> Procedure Set ComHideLinkContainer Boolean value 75767>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 75768>>> End_Procedure 75769>>> 75769>>> Function ComShowAllDayEventsOnly Returns Boolean 75771>>> Boolean retVal 75771>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal 75772>>> Function_Return retVal 75773>>> End_Function 75774>>> 75774>>> Procedure Set ComShowAllDayEventsOnly Boolean value 75776>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value 75777>>> End_Procedure 75778>>> 75778>>> Function ComDayHeaderFormatLong Returns String 75780>>> String retVal 75780>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 75781>>> Function_Return retVal 75782>>> End_Function 75783>>> 75783>>> Procedure Set ComDayHeaderFormatLong String value 75785>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 75786>>> End_Procedure 75787>>> 75787>>> Function ComDayHeaderFormatMiddle Returns String 75789>>> String retVal 75789>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 75790>>> Function_Return retVal 75791>>> End_Function 75792>>> 75792>>> Procedure Set ComDayHeaderFormatMiddle String value 75794>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 75795>>> End_Procedure 75796>>> 75796>>> Function ComDayHeaderFormatShort Returns String 75798>>> String retVal 75798>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to retVal 75799>>> Function_Return retVal 75800>>> End_Function 75801>>> 75801>>> Procedure Set ComDayHeaderFormatShort String value 75803>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to value 75804>>> End_Procedure 75805>>> 75805>>> Function ComDayHeaderFormatShortest Returns String 75807>>> String retVal 75807>>> Get ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to retVal 75808>>> Function_Return retVal 75809>>> End_Function 75810>>> 75810>>> Procedure Set ComDayHeaderFormatShortest String value 75812>>> Set ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to value 75813>>> End_Procedure 75814>>> 75814>>> Procedure ComShowDays DateTime llDayBegin DateTime llDayEnd 75816>>> Handle hDispatchDriver 75816>>> Get phDispatchDriver to hDispatchDriver 75817>>> Send PrepareParams to hDispatchDriver 2 75818>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDayBegin 75819>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDayEnd 75820>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 75821>>> End_Procedure 75822>>> 75822>>> Procedure ComAddDay DateTime llDay 75824>>> Handle hDispatchDriver 75824>>> Get phDispatchDriver to hDispatchDriver 75825>>> Send PrepareParams to hDispatchDriver 1 75826>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 75827>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 75828>>> End_Procedure 75829>>> 75829>>> Function ComGetCellNumber DateTime llDayTime Returns Integer 75831>>> Handle hDispatchDriver 75831>>> Integer retVal 75831>>> Get phDispatchDriver to hDispatchDriver 75832>>> Send PrepareParams to hDispatchDriver 1 75833>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDayTime 75834>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 75835>>> Function_Return retVal 75836>>> End_Function 75837>>> 75837>>> Procedure ComScrollV Integer llCellIndex 75839>>> Handle hDispatchDriver 75839>>> Get phDispatchDriver to hDispatchDriver 75840>>> Send PrepareParams to hDispatchDriver 1 75841>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCellIndex 75842>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 75843>>> End_Procedure 75844>>> 75844>>> Procedure ComScrollToWorkDayBegin 75846>>> Handle hDispatchDriver 75846>>> Get phDispatchDriver to hDispatchDriver 75847>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 75848>>> End_Procedure 75849>>> 75849>>> Function ComEnsureVisible Variant llViewEvent Returns Boolean 75851>>> Handle hDispatchDriver 75851>>> Boolean retVal 75851>>> Get phDispatchDriver to hDispatchDriver 75852>>> Send PrepareParams to hDispatchDriver 1 75853>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 75854>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 75855>>> Function_Return retVal 75856>>> End_Function 75857>>> 75857>>> Function ComEnsureVisibleGroup Variant llViewGroup Returns Boolean 75859>>> Handle hDispatchDriver 75859>>> Boolean retVal 75859>>> Get phDispatchDriver to hDispatchDriver 75860>>> Send PrepareParams to hDispatchDriver 1 75861>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewGroup 75862>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_BOOL to retVal 75863>>> Function_Return retVal 75864>>> End_Function 75865>>> 75865>>> Procedure ComScrollToColumn Integer llColumnIndex 75867>>> Handle hDispatchDriver 75867>>> Get phDispatchDriver to hDispatchDriver 75868>>> Send PrepareParams to hDispatchDriver 1 75869>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 75870>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 75871>>> End_Procedure 75872>>> 75872>>> Procedure ComResetSelection 75874>>> Handle hDispatchDriver 75874>>> Get phDispatchDriver to hDispatchDriver 75875>>> Send InvokeComMethod to hDispatchDriver 98 OLE_VT_VOID 75876>>> End_Procedure 75877>>> 75877>>> Function ComHitTest Returns Variant 75879>>> Handle hDispatchDriver 75879>>> Variant retVal 75879>>> Get phDispatchDriver to hDispatchDriver 75880>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 75881>>> Function_Return retVal 75882>>> End_Function 75883>>> 75883>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 75885>>> Handle hDispatchDriver 75885>>> Variant retVal 75885>>> Get phDispatchDriver to hDispatchDriver 75886>>> Send PrepareParams to hDispatchDriver 2 75887>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 75888>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 75889>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 75890>>> Function_Return retVal 75891>>> End_Function 75892>>> 75892>>> Procedure ComShowDay DateTime llDay Boolean llSelect 75894>>> Handle hDispatchDriver 75894>>> Get phDispatchDriver to hDispatchDriver 75895>>> Send PrepareParams to hDispatchDriver 2 75896>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 75897>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 75898>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 75899>>> End_Procedure 75900>>> 75900>>> Function ComDays Integer llnIndex Returns Variant 75902>>> Handle hDispatchDriver 75902>>> Variant retVal 75902>>> Get phDispatchDriver to hDispatchDriver 75903>>> Send PrepareParams to hDispatchDriver 1 75904>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 75905>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 75906>>> Function_Return retVal 75907>>> End_Function 75908>>> 75908>>> Function ComDaysCount Returns Integer 75910>>> Handle hDispatchDriver 75910>>> Integer retVal 75910>>> Get phDispatchDriver to hDispatchDriver 75911>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 75912>>> Function_Return retVal 75913>>> End_Function 75914>>> 75914>>> Function ComGetSelectedEvents Returns Variant 75916>>> Handle hDispatchDriver 75916>>> Variant retVal 75916>>> Get phDispatchDriver to hDispatchDriver 75917>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 75918>>> Function_Return retVal 75919>>> End_Function 75920>>> 75920>>> Procedure ComSelectViewEvent Variant llViewEvent Boolean llSelect 75922>>> Handle hDispatchDriver 75922>>> Get phDispatchDriver to hDispatchDriver 75923>>> Send PrepareParams to hDispatchDriver 2 75924>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 75925>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 75926>>> Send InvokeComMethod to hDispatchDriver 111 OLE_VT_VOID 75927>>> End_Procedure 75928>>> 75928>>> Procedure ComUnselectAllEvents 75930>>> Handle hDispatchDriver 75930>>> Get phDispatchDriver to hDispatchDriver 75931>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 75932>>> End_Procedure 75933>>> 75933>>> Procedure ComEnableVScroll Boolean llbEnable 75935>>> Handle hDispatchDriver 75935>>> Get phDispatchDriver to hDispatchDriver 75936>>> Send PrepareParams to hDispatchDriver 1 75937>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 75938>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 75939>>> End_Procedure 75940>>> 75940>>> Procedure ComEnableHScroll Boolean llbEnable 75942>>> Handle hDispatchDriver 75942>>> Get phDispatchDriver to hDispatchDriver 75943>>> Send PrepareParams to hDispatchDriver 1 75944>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 75945>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 75946>>> End_Procedure 75947>>> 75947>>> Function ComCanCut Returns Boolean 75949>>> Handle hDispatchDriver 75949>>> Boolean retVal 75949>>> Get phDispatchDriver to hDispatchDriver 75950>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 75951>>> Function_Return retVal 75952>>> End_Function 75953>>> 75953>>> Function ComCanCopy Returns Boolean 75955>>> Handle hDispatchDriver 75955>>> Boolean retVal 75955>>> Get phDispatchDriver to hDispatchDriver 75956>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 75957>>> Function_Return retVal 75958>>> End_Function 75959>>> 75959>>> Function ComCanPaste Returns Boolean 75961>>> Handle hDispatchDriver 75961>>> Boolean retVal 75961>>> Get phDispatchDriver to hDispatchDriver 75962>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 75963>>> Function_Return retVal 75964>>> End_Function 75965>>> 75965>>> Function ComCanUndo Returns Boolean 75967>>> Handle hDispatchDriver 75967>>> Boolean retVal 75967>>> Get phDispatchDriver to hDispatchDriver 75968>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 75969>>> Function_Return retVal 75970>>> End_Function 75971>>> 75971>>> Function ComCanRedo Returns Boolean 75973>>> Handle hDispatchDriver 75973>>> Boolean retVal 75973>>> Get phDispatchDriver to hDispatchDriver 75974>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 75975>>> Function_Return retVal 75976>>> End_Function 75977>>> 75977>>> Procedure ComCut 75979>>> Handle hDispatchDriver 75979>>> Get phDispatchDriver to hDispatchDriver 75980>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 75981>>> End_Procedure 75982>>> 75982>>> Procedure ComCopy 75984>>> Handle hDispatchDriver 75984>>> Get phDispatchDriver to hDispatchDriver 75985>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 75986>>> End_Procedure 75987>>> 75987>>> Procedure ComPaste 75989>>> Handle hDispatchDriver 75989>>> Get phDispatchDriver to hDispatchDriver 75990>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 75991>>> End_Procedure 75992>>> 75992>>> Procedure ComUndo 75994>>> Handle hDispatchDriver 75994>>> Get phDispatchDriver to hDispatchDriver 75995>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 75996>>> End_Procedure 75997>>> 75997>>> Procedure ComRedo 75999>>> Handle hDispatchDriver 75999>>> Get phDispatchDriver to hDispatchDriver 76000>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 76001>>> End_Procedure 76002>>> 76002>>> Function ComMultipleResources Returns Variant 76004>>> Handle hDispatchDriver 76004>>> Variant retVal 76004>>> Get phDispatchDriver to hDispatchDriver 76005>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 76006>>> Function_Return retVal 76007>>> End_Function 76008>>> 76008>>> Procedure ComSetMultipleResources Variant llMultipleResources 76010>>> Handle hDispatchDriver 76010>>> Get phDispatchDriver to hDispatchDriver 76011>>> Send PrepareParams to hDispatchDriver 1 76012>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 76013>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 76014>>> End_Procedure 76015>>> 76015>>> Function ComSelection Returns Variant 76017>>> Handle hDispatchDriver 76017>>> Variant retVal 76017>>> Get phDispatchDriver to hDispatchDriver 76018>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_DISPATCH to retVal 76019>>> Function_Return retVal 76020>>> End_Function 76021>>> 76021>>> Function ComCanStartEdit Returns Boolean 76023>>> Handle hDispatchDriver 76023>>> Boolean retVal 76023>>> Get phDispatchDriver to hDispatchDriver 76024>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_BOOL to retVal 76025>>> Function_Return retVal 76026>>> End_Function 76027>>>End_Class 76028>>> 76028>>>Class cSigCjComCalendarWeekView is a cComAutomationObject 76029>>> 76029>>> Function ComDayHeaderFormatLong Returns String 76031>>> String retVal 76031>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 76032>>> Function_Return retVal 76033>>> End_Function 76034>>> 76034>>> Procedure Set ComDayHeaderFormatLong String value 76036>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 76037>>> End_Procedure 76038>>> 76038>>> Function ComDayHeaderFormatMiddle Returns String 76040>>> String retVal 76040>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 76041>>> Function_Return retVal 76042>>> End_Function 76043>>> 76043>>> Procedure Set ComDayHeaderFormatMiddle String value 76045>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 76046>>> End_Procedure 76047>>> 76047>>> Function ComDayHeaderFormatShort Returns String 76049>>> String retVal 76049>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to retVal 76050>>> Function_Return retVal 76051>>> End_Function 76052>>> 76052>>> Procedure Set ComDayHeaderFormatShort String value 76054>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to value 76055>>> End_Procedure 76056>>> 76056>>> Function ComDayHeaderFormatShortest Returns String 76058>>> String retVal 76058>>> Get ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to retVal 76059>>> Function_Return retVal 76060>>> End_Function 76061>>> 76061>>> Procedure Set ComDayHeaderFormatShortest String value 76063>>> Set ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to value 76064>>> End_Procedure 76065>>> 76065>>> Procedure ComResetSelection 76067>>> Handle hDispatchDriver 76067>>> Get phDispatchDriver to hDispatchDriver 76068>>> Send InvokeComMethod to hDispatchDriver 98 OLE_VT_VOID 76069>>> End_Procedure 76070>>> 76070>>> Function ComHitTest Returns Variant 76072>>> Handle hDispatchDriver 76072>>> Variant retVal 76072>>> Get phDispatchDriver to hDispatchDriver 76073>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 76074>>> Function_Return retVal 76075>>> End_Function 76076>>> 76076>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 76078>>> Handle hDispatchDriver 76078>>> Variant retVal 76078>>> Get phDispatchDriver to hDispatchDriver 76079>>> Send PrepareParams to hDispatchDriver 2 76080>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 76081>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 76082>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 76083>>> Function_Return retVal 76084>>> End_Function 76085>>> 76085>>> Procedure ComShowDay DateTime llDay Boolean llSelect 76087>>> Handle hDispatchDriver 76087>>> Get phDispatchDriver to hDispatchDriver 76088>>> Send PrepareParams to hDispatchDriver 2 76089>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 76090>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76091>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 76092>>> End_Procedure 76093>>> 76093>>> Function ComDays Integer llnIndex Returns Variant 76095>>> Handle hDispatchDriver 76095>>> Variant retVal 76095>>> Get phDispatchDriver to hDispatchDriver 76096>>> Send PrepareParams to hDispatchDriver 1 76097>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 76098>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 76099>>> Function_Return retVal 76100>>> End_Function 76101>>> 76101>>> Function ComDaysCount Returns Integer 76103>>> Handle hDispatchDriver 76103>>> Integer retVal 76103>>> Get phDispatchDriver to hDispatchDriver 76104>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 76105>>> Function_Return retVal 76106>>> End_Function 76107>>> 76107>>> Function ComGetSelectedEvents Returns Variant 76109>>> Handle hDispatchDriver 76109>>> Variant retVal 76109>>> Get phDispatchDriver to hDispatchDriver 76110>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 76111>>> Function_Return retVal 76112>>> End_Function 76113>>> 76113>>> Procedure ComSelectViewEvent Variant llViewEvent Boolean llSelect 76115>>> Handle hDispatchDriver 76115>>> Get phDispatchDriver to hDispatchDriver 76116>>> Send PrepareParams to hDispatchDriver 2 76117>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 76118>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76119>>> Send InvokeComMethod to hDispatchDriver 111 OLE_VT_VOID 76120>>> End_Procedure 76121>>> 76121>>> Procedure ComUnselectAllEvents 76123>>> Handle hDispatchDriver 76123>>> Get phDispatchDriver to hDispatchDriver 76124>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 76125>>> End_Procedure 76126>>> 76126>>> Procedure ComEnableVScroll Boolean llbEnable 76128>>> Handle hDispatchDriver 76128>>> Get phDispatchDriver to hDispatchDriver 76129>>> Send PrepareParams to hDispatchDriver 1 76130>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76131>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 76132>>> End_Procedure 76133>>> 76133>>> Procedure ComEnableHScroll Boolean llbEnable 76135>>> Handle hDispatchDriver 76135>>> Get phDispatchDriver to hDispatchDriver 76136>>> Send PrepareParams to hDispatchDriver 1 76137>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76138>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 76139>>> End_Procedure 76140>>> 76140>>> Function ComCanCut Returns Boolean 76142>>> Handle hDispatchDriver 76142>>> Boolean retVal 76142>>> Get phDispatchDriver to hDispatchDriver 76143>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 76144>>> Function_Return retVal 76145>>> End_Function 76146>>> 76146>>> Function ComCanCopy Returns Boolean 76148>>> Handle hDispatchDriver 76148>>> Boolean retVal 76148>>> Get phDispatchDriver to hDispatchDriver 76149>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 76150>>> Function_Return retVal 76151>>> End_Function 76152>>> 76152>>> Function ComCanPaste Returns Boolean 76154>>> Handle hDispatchDriver 76154>>> Boolean retVal 76154>>> Get phDispatchDriver to hDispatchDriver 76155>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 76156>>> Function_Return retVal 76157>>> End_Function 76158>>> 76158>>> Function ComCanUndo Returns Boolean 76160>>> Handle hDispatchDriver 76160>>> Boolean retVal 76160>>> Get phDispatchDriver to hDispatchDriver 76161>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 76162>>> Function_Return retVal 76163>>> End_Function 76164>>> 76164>>> Function ComCanRedo Returns Boolean 76166>>> Handle hDispatchDriver 76166>>> Boolean retVal 76166>>> Get phDispatchDriver to hDispatchDriver 76167>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 76168>>> Function_Return retVal 76169>>> End_Function 76170>>> 76170>>> Procedure ComCut 76172>>> Handle hDispatchDriver 76172>>> Get phDispatchDriver to hDispatchDriver 76173>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 76174>>> End_Procedure 76175>>> 76175>>> Procedure ComCopy 76177>>> Handle hDispatchDriver 76177>>> Get phDispatchDriver to hDispatchDriver 76178>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 76179>>> End_Procedure 76180>>> 76180>>> Procedure ComPaste 76182>>> Handle hDispatchDriver 76182>>> Get phDispatchDriver to hDispatchDriver 76183>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 76184>>> End_Procedure 76185>>> 76185>>> Procedure ComUndo 76187>>> Handle hDispatchDriver 76187>>> Get phDispatchDriver to hDispatchDriver 76188>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 76189>>> End_Procedure 76190>>> 76190>>> Procedure ComRedo 76192>>> Handle hDispatchDriver 76192>>> Get phDispatchDriver to hDispatchDriver 76193>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 76194>>> End_Procedure 76195>>> 76195>>> Function ComMultipleResources Returns Variant 76197>>> Handle hDispatchDriver 76197>>> Variant retVal 76197>>> Get phDispatchDriver to hDispatchDriver 76198>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 76199>>> Function_Return retVal 76200>>> End_Function 76201>>> 76201>>> Procedure ComSetMultipleResources Variant llMultipleResources 76203>>> Handle hDispatchDriver 76203>>> Get phDispatchDriver to hDispatchDriver 76204>>> Send PrepareParams to hDispatchDriver 1 76205>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 76206>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 76207>>> End_Procedure 76208>>> 76208>>> Function ComSelection Returns Variant 76210>>> Handle hDispatchDriver 76210>>> Variant retVal 76210>>> Get phDispatchDriver to hDispatchDriver 76211>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_DISPATCH to retVal 76212>>> Function_Return retVal 76213>>> End_Function 76214>>> 76214>>> Function ComCanStartEdit Returns Boolean 76216>>> Handle hDispatchDriver 76216>>> Boolean retVal 76216>>> Get phDispatchDriver to hDispatchDriver 76217>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_BOOL to retVal 76218>>> Function_Return retVal 76219>>> End_Function 76220>>>End_Class 76221>>> 76221>>>Class cSigCjComCalendarMonthView is a cComAutomationObject 76222>>> 76222>>> Function ComWeeksCount Returns Integer 76224>>> Integer retVal 76224>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 76225>>> Function_Return retVal 76226>>> End_Function 76227>>> 76227>>> Procedure Set ComWeeksCount Integer value 76229>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 76230>>> End_Procedure 76231>>> 76231>>> Function ComDraftMode Returns Boolean 76233>>> Boolean retVal 76233>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 76234>>> Function_Return retVal 76235>>> End_Function 76236>>> 76236>>> Procedure Set ComDraftMode Boolean value 76238>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 76239>>> End_Procedure 76240>>> 76240>>> Function ComDayHeaderFormatLong Returns String 76242>>> String retVal 76242>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 76243>>> Function_Return retVal 76244>>> End_Function 76245>>> 76245>>> Procedure Set ComDayHeaderFormatLong String value 76247>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 76248>>> End_Procedure 76249>>> 76249>>> Function ComDayHeaderFormatMiddle Returns String 76251>>> String retVal 76251>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 76252>>> Function_Return retVal 76253>>> End_Function 76254>>> 76254>>> Procedure Set ComDayHeaderFormatMiddle String value 76256>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 76257>>> End_Procedure 76258>>> 76258>>> Function ComDayHeaderFormatShort Returns String 76260>>> String retVal 76260>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to retVal 76261>>> Function_Return retVal 76262>>> End_Function 76263>>> 76263>>> Procedure Set ComDayHeaderFormatShort String value 76265>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to value 76266>>> End_Procedure 76267>>> 76267>>> Function ComDayHeaderFormatShortest Returns String 76269>>> String retVal 76269>>> Get ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to retVal 76270>>> Function_Return retVal 76271>>> End_Function 76272>>> 76272>>> Procedure Set ComDayHeaderFormatShortest String value 76274>>> Set ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to value 76275>>> End_Procedure 76276>>> 76276>>> Procedure ComResetSelection 76278>>> Handle hDispatchDriver 76278>>> Get phDispatchDriver to hDispatchDriver 76279>>> Send InvokeComMethod to hDispatchDriver 98 OLE_VT_VOID 76280>>> End_Procedure 76281>>> 76281>>> Function ComHitTest Returns Variant 76283>>> Handle hDispatchDriver 76283>>> Variant retVal 76283>>> Get phDispatchDriver to hDispatchDriver 76284>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 76285>>> Function_Return retVal 76286>>> End_Function 76287>>> 76287>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 76289>>> Handle hDispatchDriver 76289>>> Variant retVal 76289>>> Get phDispatchDriver to hDispatchDriver 76290>>> Send PrepareParams to hDispatchDriver 2 76291>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 76292>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 76293>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 76294>>> Function_Return retVal 76295>>> End_Function 76296>>> 76296>>> Procedure ComShowDay DateTime llDay Boolean llSelect 76298>>> Handle hDispatchDriver 76298>>> Get phDispatchDriver to hDispatchDriver 76299>>> Send PrepareParams to hDispatchDriver 2 76300>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 76301>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76302>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 76303>>> End_Procedure 76304>>> 76304>>> Function ComDays Integer llnIndex Returns Variant 76306>>> Handle hDispatchDriver 76306>>> Variant retVal 76306>>> Get phDispatchDriver to hDispatchDriver 76307>>> Send PrepareParams to hDispatchDriver 1 76308>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 76309>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 76310>>> Function_Return retVal 76311>>> End_Function 76312>>> 76312>>> Function ComDaysCount Returns Integer 76314>>> Handle hDispatchDriver 76314>>> Integer retVal 76314>>> Get phDispatchDriver to hDispatchDriver 76315>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 76316>>> Function_Return retVal 76317>>> End_Function 76318>>> 76318>>> Function ComGetSelectedEvents Returns Variant 76320>>> Handle hDispatchDriver 76320>>> Variant retVal 76320>>> Get phDispatchDriver to hDispatchDriver 76321>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 76322>>> Function_Return retVal 76323>>> End_Function 76324>>> 76324>>> Procedure ComSelectViewEvent Variant llViewEvent Boolean llSelect 76326>>> Handle hDispatchDriver 76326>>> Get phDispatchDriver to hDispatchDriver 76327>>> Send PrepareParams to hDispatchDriver 2 76328>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 76329>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76330>>> Send InvokeComMethod to hDispatchDriver 111 OLE_VT_VOID 76331>>> End_Procedure 76332>>> 76332>>> Procedure ComUnselectAllEvents 76334>>> Handle hDispatchDriver 76334>>> Get phDispatchDriver to hDispatchDriver 76335>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 76336>>> End_Procedure 76337>>> 76337>>> Procedure ComEnableVScroll Boolean llbEnable 76339>>> Handle hDispatchDriver 76339>>> Get phDispatchDriver to hDispatchDriver 76340>>> Send PrepareParams to hDispatchDriver 1 76341>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76342>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 76343>>> End_Procedure 76344>>> 76344>>> Procedure ComEnableHScroll Boolean llbEnable 76346>>> Handle hDispatchDriver 76346>>> Get phDispatchDriver to hDispatchDriver 76347>>> Send PrepareParams to hDispatchDriver 1 76348>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76349>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 76350>>> End_Procedure 76351>>> 76351>>> Function ComCanCut Returns Boolean 76353>>> Handle hDispatchDriver 76353>>> Boolean retVal 76353>>> Get phDispatchDriver to hDispatchDriver 76354>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 76355>>> Function_Return retVal 76356>>> End_Function 76357>>> 76357>>> Function ComCanCopy Returns Boolean 76359>>> Handle hDispatchDriver 76359>>> Boolean retVal 76359>>> Get phDispatchDriver to hDispatchDriver 76360>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 76361>>> Function_Return retVal 76362>>> End_Function 76363>>> 76363>>> Function ComCanPaste Returns Boolean 76365>>> Handle hDispatchDriver 76365>>> Boolean retVal 76365>>> Get phDispatchDriver to hDispatchDriver 76366>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 76367>>> Function_Return retVal 76368>>> End_Function 76369>>> 76369>>> Function ComCanUndo Returns Boolean 76371>>> Handle hDispatchDriver 76371>>> Boolean retVal 76371>>> Get phDispatchDriver to hDispatchDriver 76372>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 76373>>> Function_Return retVal 76374>>> End_Function 76375>>> 76375>>> Function ComCanRedo Returns Boolean 76377>>> Handle hDispatchDriver 76377>>> Boolean retVal 76377>>> Get phDispatchDriver to hDispatchDriver 76378>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 76379>>> Function_Return retVal 76380>>> End_Function 76381>>> 76381>>> Procedure ComCut 76383>>> Handle hDispatchDriver 76383>>> Get phDispatchDriver to hDispatchDriver 76384>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 76385>>> End_Procedure 76386>>> 76386>>> Procedure ComCopy 76388>>> Handle hDispatchDriver 76388>>> Get phDispatchDriver to hDispatchDriver 76389>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 76390>>> End_Procedure 76391>>> 76391>>> Procedure ComPaste 76393>>> Handle hDispatchDriver 76393>>> Get phDispatchDriver to hDispatchDriver 76394>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 76395>>> End_Procedure 76396>>> 76396>>> Procedure ComUndo 76398>>> Handle hDispatchDriver 76398>>> Get phDispatchDriver to hDispatchDriver 76399>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 76400>>> End_Procedure 76401>>> 76401>>> Procedure ComRedo 76403>>> Handle hDispatchDriver 76403>>> Get phDispatchDriver to hDispatchDriver 76404>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 76405>>> End_Procedure 76406>>> 76406>>> Function ComMultipleResources Returns Variant 76408>>> Handle hDispatchDriver 76408>>> Variant retVal 76408>>> Get phDispatchDriver to hDispatchDriver 76409>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 76410>>> Function_Return retVal 76411>>> End_Function 76412>>> 76412>>> Procedure ComSetMultipleResources Variant llMultipleResources 76414>>> Handle hDispatchDriver 76414>>> Get phDispatchDriver to hDispatchDriver 76415>>> Send PrepareParams to hDispatchDriver 1 76416>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 76417>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 76418>>> End_Procedure 76419>>> 76419>>> Function ComSelection Returns Variant 76421>>> Handle hDispatchDriver 76421>>> Variant retVal 76421>>> Get phDispatchDriver to hDispatchDriver 76422>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_DISPATCH to retVal 76423>>> Function_Return retVal 76424>>> End_Function 76425>>> 76425>>> Function ComCanStartEdit Returns Boolean 76427>>> Handle hDispatchDriver 76427>>> Boolean retVal 76427>>> Get phDispatchDriver to hDispatchDriver 76428>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_BOOL to retVal 76429>>> Function_Return retVal 76430>>> End_Function 76431>>>End_Class 76432>>> 76432>>>Class cSigCjComCalendarTimeLineView is a cComAutomationObject 76433>>> 76433>>> Function ComDayHeaderFormatLong Returns String 76435>>> String retVal 76435>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 76436>>> Function_Return retVal 76437>>> End_Function 76438>>> 76438>>> Procedure Set ComDayHeaderFormatLong String value 76440>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 76441>>> End_Procedure 76442>>> 76442>>> Function ComDayHeaderFormatMiddle Returns String 76444>>> String retVal 76444>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 76445>>> Function_Return retVal 76446>>> End_Function 76447>>> 76447>>> Procedure Set ComDayHeaderFormatMiddle String value 76449>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 76450>>> End_Procedure 76451>>> 76451>>> Function ComDayHeaderFormatShort Returns String 76453>>> String retVal 76453>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to retVal 76454>>> Function_Return retVal 76455>>> End_Function 76456>>> 76456>>> Procedure Set ComDayHeaderFormatShort String value 76458>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BSTR to value 76459>>> End_Procedure 76460>>> 76460>>> Function ComDayHeaderFormatShortest Returns String 76462>>> String retVal 76462>>> Get ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to retVal 76463>>> Function_Return retVal 76464>>> End_Function 76465>>> 76465>>> Procedure Set ComDayHeaderFormatShortest String value 76467>>> Set ComProperty of (phDispatchDriver(Self)) 65 OLE_VT_BSTR to value 76468>>> End_Procedure 76469>>> 76469>>> Function ComMaxPixelsForEvent Returns Integer 76471>>> Integer retVal 76471>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 76472>>> Function_Return retVal 76473>>> End_Function 76474>>> 76474>>> Procedure Set ComMaxPixelsForEvent Integer value 76476>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 76477>>> End_Procedure 76478>>> 76478>>> Function ComMaxPixelsForEvent_ScaleDay Returns Integer 76480>>> Integer retVal 76480>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 76481>>> Function_Return retVal 76482>>> End_Function 76483>>> 76483>>> Procedure Set ComMaxPixelsForEvent_ScaleDay Integer value 76485>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 76486>>> End_Procedure 76487>>> 76487>>> Function ComMaxPixelsForEvent_ScaleWeek Returns Integer 76489>>> Integer retVal 76489>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 76490>>> Function_Return retVal 76491>>> End_Function 76492>>> 76492>>> Procedure Set ComMaxPixelsForEvent_ScaleWeek Integer value 76494>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 76495>>> End_Procedure 76496>>> 76496>>> Function ComSeparateGroup Returns Boolean 76498>>> Boolean retVal 76498>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 76499>>> Function_Return retVal 76500>>> End_Function 76501>>> 76501>>> Procedure Set ComSeparateGroup Boolean value 76503>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 76504>>> End_Procedure 76505>>> 76505>>> Function ComEventBarColor Returns OLE_COLOR 76507>>> OLE_COLOR retVal 76507>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 76508>>> Function_Return retVal 76509>>> End_Function 76510>>> 76510>>> Procedure Set ComEventBarColor OLE_COLOR value 76512>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 76513>>> End_Procedure 76514>>> 76514>>> Function ComEventBarLineColor Returns OLE_COLOR 76516>>> OLE_COLOR retVal 76516>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 76517>>> Function_Return retVal 76518>>> End_Function 76519>>> 76519>>> Procedure Set ComEventBarLineColor OLE_COLOR value 76521>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 76522>>> End_Procedure 76523>>> 76523>>> Function ComScaleBackgroundColor Returns OLE_COLOR 76525>>> OLE_COLOR retVal 76525>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 76526>>> Function_Return retVal 76527>>> End_Function 76528>>> 76528>>> Procedure Set ComScaleBackgroundColor OLE_COLOR value 76530>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 76531>>> End_Procedure 76532>>> 76532>>> Function ComScaleBorderColor Returns OLE_COLOR 76534>>> OLE_COLOR retVal 76534>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 76535>>> Function_Return retVal 76536>>> End_Function 76537>>> 76537>>> Procedure Set ComScaleBorderColor OLE_COLOR value 76539>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 76540>>> End_Procedure 76541>>> 76541>>> Function ComScaleHighlightColor Returns OLE_COLOR 76543>>> OLE_COLOR retVal 76543>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 76544>>> Function_Return retVal 76545>>> End_Function 76546>>> 76546>>> Procedure Set ComScaleHighlightColor OLE_COLOR value 76548>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 76549>>> End_Procedure 76550>>> 76550>>> Function ComScaleTextColor Returns OLE_COLOR 76552>>> OLE_COLOR retVal 76552>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 76553>>> Function_Return retVal 76554>>> End_Function 76555>>> 76555>>> Procedure Set ComScaleTextColor OLE_COLOR value 76557>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 76558>>> End_Procedure 76559>>> 76559>>> Function ComSelectedBackgroundColor Returns OLE_COLOR 76561>>> OLE_COLOR retVal 76561>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 76562>>> Function_Return retVal 76563>>> End_Function 76564>>> 76564>>> Procedure Set ComSelectedBackgroundColor OLE_COLOR value 76566>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 76567>>> End_Procedure 76568>>> 76568>>> Function ComSelectedTextColor Returns OLE_COLOR 76570>>> OLE_COLOR retVal 76570>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 76571>>> Function_Return retVal 76572>>> End_Function 76573>>> 76573>>> Procedure Set ComSelectedTextColor OLE_COLOR value 76575>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 76576>>> End_Procedure 76577>>> 76577>>> Function ComBackgroundColor Returns OLE_COLOR 76579>>> OLE_COLOR retVal 76579>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 76580>>> Function_Return retVal 76581>>> End_Function 76582>>> 76582>>> Procedure Set ComBackgroundColor OLE_COLOR value 76584>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 76585>>> End_Procedure 76586>>> 76586>>> Function ComTextColor Returns OLE_COLOR 76588>>> OLE_COLOR retVal 76588>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 76589>>> Function_Return retVal 76590>>> End_Function 76591>>> 76591>>> Procedure Set ComTextColor OLE_COLOR value 76593>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 76594>>> End_Procedure 76595>>> 76595>>> Function ComTimeScaleMinTime Returns DateTime 76597>>> DateTime retVal 76597>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_DATE to retVal 76598>>> Function_Return retVal 76599>>> End_Function 76600>>> 76600>>> Procedure Set ComTimeScaleMinTime DateTime value 76602>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_DATE to value 76603>>> End_Procedure 76604>>> 76604>>> Function ComTimeScaleMaxTime Returns DateTime 76606>>> DateTime retVal 76606>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_DATE to retVal 76607>>> Function_Return retVal 76608>>> End_Function 76609>>> 76609>>> Procedure Set ComTimeScaleMaxTime DateTime value 76611>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_DATE to value 76612>>> End_Procedure 76613>>> 76613>>> Function ComTimeScaleID Returns Integer 76615>>> Integer retVal 76615>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 76616>>> Function_Return retVal 76617>>> End_Function 76618>>> 76618>>> Procedure Set ComTimeScaleID Integer value 76620>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 76621>>> End_Procedure 76622>>> 76622>>> Procedure ComResetSelection 76624>>> Handle hDispatchDriver 76624>>> Get phDispatchDriver to hDispatchDriver 76625>>> Send InvokeComMethod to hDispatchDriver 98 OLE_VT_VOID 76626>>> End_Procedure 76627>>> 76627>>> Function ComHitTest Returns Variant 76629>>> Handle hDispatchDriver 76629>>> Variant retVal 76629>>> Get phDispatchDriver to hDispatchDriver 76630>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 76631>>> Function_Return retVal 76632>>> End_Function 76633>>> 76633>>> Function ComHitTestEx OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 76635>>> Handle hDispatchDriver 76635>>> Variant retVal 76635>>> Get phDispatchDriver to hDispatchDriver 76636>>> Send PrepareParams to hDispatchDriver 2 76637>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 76638>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 76639>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 76640>>> Function_Return retVal 76641>>> End_Function 76642>>> 76642>>> Procedure ComShowDay DateTime llDay Boolean llSelect 76644>>> Handle hDispatchDriver 76644>>> Get phDispatchDriver to hDispatchDriver 76645>>> Send PrepareParams to hDispatchDriver 2 76646>>> Send DefineParam to hDispatchDriver OLE_VT_DATE llDay 76647>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76648>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 76649>>> End_Procedure 76650>>> 76650>>> Function ComDays Integer llnIndex Returns Variant 76652>>> Handle hDispatchDriver 76652>>> Variant retVal 76652>>> Get phDispatchDriver to hDispatchDriver 76653>>> Send PrepareParams to hDispatchDriver 1 76654>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 76655>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 76656>>> Function_Return retVal 76657>>> End_Function 76658>>> 76658>>> Function ComDaysCount Returns Integer 76660>>> Handle hDispatchDriver 76660>>> Integer retVal 76660>>> Get phDispatchDriver to hDispatchDriver 76661>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 76662>>> Function_Return retVal 76663>>> End_Function 76664>>> 76664>>> Function ComGetSelectedEvents Returns Variant 76666>>> Handle hDispatchDriver 76666>>> Variant retVal 76666>>> Get phDispatchDriver to hDispatchDriver 76667>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 76668>>> Function_Return retVal 76669>>> End_Function 76670>>> 76670>>> Procedure ComSelectViewEvent Variant llViewEvent Boolean llSelect 76672>>> Handle hDispatchDriver 76672>>> Get phDispatchDriver to hDispatchDriver 76673>>> Send PrepareParams to hDispatchDriver 2 76674>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llViewEvent 76675>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelect 76676>>> Send InvokeComMethod to hDispatchDriver 111 OLE_VT_VOID 76677>>> End_Procedure 76678>>> 76678>>> Procedure ComUnselectAllEvents 76680>>> Handle hDispatchDriver 76680>>> Get phDispatchDriver to hDispatchDriver 76681>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 76682>>> End_Procedure 76683>>> 76683>>> Procedure ComEnableVScroll Boolean llbEnable 76685>>> Handle hDispatchDriver 76685>>> Get phDispatchDriver to hDispatchDriver 76686>>> Send PrepareParams to hDispatchDriver 1 76687>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76688>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 76689>>> End_Procedure 76690>>> 76690>>> Procedure ComEnableHScroll Boolean llbEnable 76692>>> Handle hDispatchDriver 76692>>> Get phDispatchDriver to hDispatchDriver 76693>>> Send PrepareParams to hDispatchDriver 1 76694>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbEnable 76695>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 76696>>> End_Procedure 76697>>> 76697>>> Function ComCanCut Returns Boolean 76699>>> Handle hDispatchDriver 76699>>> Boolean retVal 76699>>> Get phDispatchDriver to hDispatchDriver 76700>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 76701>>> Function_Return retVal 76702>>> End_Function 76703>>> 76703>>> Function ComCanCopy Returns Boolean 76705>>> Handle hDispatchDriver 76705>>> Boolean retVal 76705>>> Get phDispatchDriver to hDispatchDriver 76706>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 76707>>> Function_Return retVal 76708>>> End_Function 76709>>> 76709>>> Function ComCanPaste Returns Boolean 76711>>> Handle hDispatchDriver 76711>>> Boolean retVal 76711>>> Get phDispatchDriver to hDispatchDriver 76712>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 76713>>> Function_Return retVal 76714>>> End_Function 76715>>> 76715>>> Function ComCanUndo Returns Boolean 76717>>> Handle hDispatchDriver 76717>>> Boolean retVal 76717>>> Get phDispatchDriver to hDispatchDriver 76718>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 76719>>> Function_Return retVal 76720>>> End_Function 76721>>> 76721>>> Function ComCanRedo Returns Boolean 76723>>> Handle hDispatchDriver 76723>>> Boolean retVal 76723>>> Get phDispatchDriver to hDispatchDriver 76724>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 76725>>> Function_Return retVal 76726>>> End_Function 76727>>> 76727>>> Procedure ComCut 76729>>> Handle hDispatchDriver 76729>>> Get phDispatchDriver to hDispatchDriver 76730>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 76731>>> End_Procedure 76732>>> 76732>>> Procedure ComCopy 76734>>> Handle hDispatchDriver 76734>>> Get phDispatchDriver to hDispatchDriver 76735>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 76736>>> End_Procedure 76737>>> 76737>>> Procedure ComPaste 76739>>> Handle hDispatchDriver 76739>>> Get phDispatchDriver to hDispatchDriver 76740>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 76741>>> End_Procedure 76742>>> 76742>>> Procedure ComUndo 76744>>> Handle hDispatchDriver 76744>>> Get phDispatchDriver to hDispatchDriver 76745>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 76746>>> End_Procedure 76747>>> 76747>>> Procedure ComRedo 76749>>> Handle hDispatchDriver 76749>>> Get phDispatchDriver to hDispatchDriver 76750>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 76751>>> End_Procedure 76752>>> 76752>>> Function ComMultipleResources Returns Variant 76754>>> Handle hDispatchDriver 76754>>> Variant retVal 76754>>> Get phDispatchDriver to hDispatchDriver 76755>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 76756>>> Function_Return retVal 76757>>> End_Function 76758>>> 76758>>> Procedure ComSetMultipleResources Variant llMultipleResources 76760>>> Handle hDispatchDriver 76760>>> Get phDispatchDriver to hDispatchDriver 76761>>> Send PrepareParams to hDispatchDriver 1 76762>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llMultipleResources 76763>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 76764>>> End_Procedure 76765>>> 76765>>> Function ComSelection Returns Variant 76767>>> Handle hDispatchDriver 76767>>> Variant retVal 76767>>> Get phDispatchDriver to hDispatchDriver 76768>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_DISPATCH to retVal 76769>>> Function_Return retVal 76770>>> End_Function 76771>>> 76771>>> Function ComCanStartEdit Returns Boolean 76773>>> Handle hDispatchDriver 76773>>> Boolean retVal 76773>>> Get phDispatchDriver to hDispatchDriver 76774>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_BOOL to retVal 76775>>> Function_Return retVal 76776>>> End_Function 76777>>>End_Class 76778>>> 76778>>>Class cSigCjComCalendarOptions is a cComAutomationObject 76779>>> 76779>>> Function ComWorkWeekMask Returns OLECalendarWeekDay 76781>>> OLECalendarWeekDay retVal 76781>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 76782>>> Function_Return retVal 76783>>> End_Function 76784>>> 76784>>> Procedure Set ComWorkWeekMask OLECalendarWeekDay value 76786>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 76787>>> End_Procedure 76788>>> 76788>>> Function ComFirstDayOfTheWeek Returns Integer 76790>>> Integer retVal 76790>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 76791>>> Function_Return retVal 76792>>> End_Function 76793>>> 76793>>> Procedure Set ComFirstDayOfTheWeek Integer value 76795>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 76796>>> End_Procedure 76797>>> 76797>>> Function ComWorkDayStartTime Returns DateTime 76799>>> DateTime retVal 76799>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to retVal 76800>>> Function_Return retVal 76801>>> End_Function 76802>>> 76802>>> Procedure Set ComWorkDayStartTime DateTime value 76804>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to value 76805>>> End_Procedure 76806>>> 76806>>> Function ComWorkDayEndTime Returns DateTime 76808>>> DateTime retVal 76808>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to retVal 76809>>> Function_Return retVal 76810>>> End_Function 76811>>> 76811>>> Procedure Set ComWorkDayEndTime DateTime value 76813>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to value 76814>>> End_Procedure 76815>>> 76815>>> Function ComDayViewAutoResetBusyFlag Returns Boolean 76817>>> Boolean retVal 76817>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 76818>>> Function_Return retVal 76819>>> End_Function 76820>>> 76820>>> Procedure Set ComDayViewAutoResetBusyFlag Boolean value 76822>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 76823>>> End_Procedure 76824>>> 76824>>> Function ComDayViewScaleLabel Returns String 76826>>> String retVal 76826>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 76827>>> Function_Return retVal 76828>>> End_Function 76829>>> 76829>>> Procedure Set ComDayViewScaleLabel String value 76831>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 76832>>> End_Procedure 76833>>> 76833>>> Function ComDayViewAdditionalScaleLabel Returns String 76835>>> String retVal 76835>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 76836>>> Function_Return retVal 76837>>> End_Function 76838>>> 76838>>> Procedure Set ComDayViewAdditionalScaleLabel String value 76840>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 76841>>> End_Procedure 76842>>> 76842>>> Function ComDayViewAdditionalScaleLeftVisible Returns Boolean 76844>>> Boolean retVal 76844>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 76845>>> Function_Return retVal 76846>>> End_Function 76847>>> 76847>>> Procedure Set ComDayViewAdditionalScaleLeftVisible Boolean value 76849>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 76850>>> End_Procedure 76851>>> 76851>>> Function ComDayViewAdditionalScaleRightVisible Returns Boolean 76853>>> Boolean retVal 76853>>> Get ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to retVal 76854>>> Function_Return retVal 76855>>> End_Function 76856>>> 76856>>> Procedure Set ComDayViewAdditionalScaleRightVisible Boolean value 76858>>> Set ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to value 76859>>> End_Procedure 76860>>> 76860>>> Function ComDayViewCurrentTimeMarkVisible Returns Integer 76862>>> Integer retVal 76862>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 76863>>> Function_Return retVal 76864>>> End_Function 76865>>> 76865>>> Procedure Set ComDayViewCurrentTimeMarkVisible Integer value 76867>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 76868>>> End_Procedure 76869>>> 76869>>> Function ComDayViewTimeScaleShowMinutes Returns Boolean 76871>>> Boolean retVal 76871>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 76872>>> Function_Return retVal 76873>>> End_Function 76874>>> 76874>>> Procedure Set ComDayViewTimeScaleShowMinutes Boolean value 76876>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 76877>>> End_Procedure 76878>>> 76878>>> Function ComMonthViewCompressWeekendDays Returns Boolean 76880>>> Boolean retVal 76880>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 76881>>> Function_Return retVal 76882>>> End_Function 76883>>> 76883>>> Procedure Set ComMonthViewCompressWeekendDays Boolean value 76885>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 76886>>> End_Procedure 76887>>> 76887>>> Function ComMonthViewShowEndDate Returns Boolean 76889>>> Boolean retVal 76889>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 76890>>> Function_Return retVal 76891>>> End_Function 76892>>> 76892>>> Procedure Set ComMonthViewShowEndDate Boolean value 76894>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 76895>>> End_Procedure 76896>>> 76896>>> Function ComMonthViewShowTimeAsClocks Returns Boolean 76898>>> Boolean retVal 76898>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 76899>>> Function_Return retVal 76900>>> End_Function 76901>>> 76901>>> Procedure Set ComMonthViewShowTimeAsClocks Boolean value 76903>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 76904>>> End_Procedure 76905>>> 76905>>> Function ComWeekViewShowEndDate Returns Boolean 76907>>> Boolean retVal 76907>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 76908>>> Function_Return retVal 76909>>> End_Function 76910>>> 76910>>> Procedure Set ComWeekViewShowEndDate Boolean value 76912>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 76913>>> End_Procedure 76914>>> 76914>>> Function ComWeekViewShowTimeAsClocks Returns Boolean 76916>>> Boolean retVal 76916>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 76917>>> Function_Return retVal 76918>>> End_Function 76919>>> 76919>>> Procedure Set ComWeekViewShowTimeAsClocks Boolean value 76921>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 76922>>> End_Procedure 76923>>> 76923>>> Function ComEnableInPlaceEditEventSubject_ByF2 Returns Boolean 76925>>> Boolean retVal 76925>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 76926>>> Function_Return retVal 76927>>> End_Function 76928>>> 76928>>> Procedure Set ComEnableInPlaceEditEventSubject_ByF2 Boolean value 76930>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 76931>>> End_Procedure 76932>>> 76932>>> Function ComEnableInPlaceEditEventSubject_ByMouseClick Returns Boolean 76934>>> Boolean retVal 76934>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 76935>>> Function_Return retVal 76936>>> End_Function 76937>>> 76937>>> Procedure Set ComEnableInPlaceEditEventSubject_ByMouseClick Boolean value 76939>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 76940>>> End_Procedure 76941>>> 76941>>> Function ComEnableInPlaceEditEventSubject_ByTab Returns Boolean 76943>>> Boolean retVal 76943>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 76944>>> Function_Return retVal 76945>>> End_Function 76946>>> 76946>>> Procedure Set ComEnableInPlaceEditEventSubject_ByTab Boolean value 76948>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 76949>>> End_Procedure 76950>>> 76950>>> Function ComEnableInPlaceEditEventSubject_AfterEventResize Returns Boolean 76952>>> Boolean retVal 76952>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 76953>>> Function_Return retVal 76954>>> End_Function 76955>>> 76955>>> Procedure Set ComEnableInPlaceEditEventSubject_AfterEventResize Boolean value 76957>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 76958>>> End_Procedure 76959>>> 76959>>> Function ComEnableInPlaceCreateEvent Returns Boolean 76961>>> Boolean retVal 76961>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 76962>>> Function_Return retVal 76963>>> End_Function 76964>>> 76964>>> Procedure Set ComEnableInPlaceCreateEvent Boolean value 76966>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 76967>>> End_Procedure 76968>>> 76968>>> Function ComUseOutlookFontGlyphs Returns Boolean 76970>>> Boolean retVal 76970>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 76971>>> Function_Return retVal 76972>>> End_Function 76973>>> 76973>>> Procedure Set ComUseOutlookFontGlyphs Boolean value 76975>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 76976>>> End_Procedure 76977>>> 76977>>> Function ComTooltipAddNewText Returns String 76979>>> String retVal 76979>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BSTR to retVal 76980>>> Function_Return retVal 76981>>> End_Function 76982>>> 76982>>> Procedure Set ComTooltipAddNewText String value 76984>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BSTR to value 76985>>> End_Procedure 76986>>> 76986>>> Function ComEnableAddNewTooltip Returns Boolean 76988>>> Boolean retVal 76988>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 76989>>> Function_Return retVal 76990>>> End_Function 76991>>> 76991>>> Procedure Set ComEnableAddNewTooltip Boolean value 76993>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 76994>>> End_Procedure 76995>>> 76995>>> Function ComEnablePrevNextEventButtons Returns Boolean 76997>>> Boolean retVal 76997>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 76998>>> Function_Return retVal 76999>>> End_Function 77000>>> 77000>>> Procedure Set ComEnablePrevNextEventButtons Boolean value 77002>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 77003>>> End_Procedure 77004>>> 77004>>> Function ComEnableTimelineButton Returns Boolean 77006>>> Boolean retVal 77006>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 77007>>> Function_Return retVal 77008>>> End_Function 77009>>> 77009>>> Procedure Set ComEnableTimelineButton Boolean value 77011>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 77012>>> End_Procedure 77013>>> 77013>>> // This is flag for TimeLine mode only - if true - swtich to TimeLine mode also hide Caption bar, if False - keep it on screen 77013>>> Function ComHideCaptionBar Returns Boolean 77015>>> Boolean retVal 77015>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 77016>>> Function_Return retVal 77017>>> End_Function 77018>>> 77018>>> // This is flag for TimeLine mode only - if true - swtich to TimeLine mode also hide Caption bar, if False - keep it on screen 77018>>> Procedure Set ComHideCaptionBar Boolean value 77020>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 77021>>> End_Procedure 77022>>> 77022>>> Function ComShowAllDayExpandButton Returns Boolean 77024>>> Boolean retVal 77024>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 77025>>> Function_Return retVal 77026>>> End_Function 77027>>> 77027>>> Procedure Set ComShowAllDayExpandButton Boolean value 77029>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 77030>>> End_Procedure 77031>>> 77031>>> Function ComHatchAllDayViewEventsBackground Returns Boolean 77033>>> Boolean retVal 77033>>> Get ComProperty of (phDispatchDriver(Self)) 130 OLE_VT_BOOL to retVal 77034>>> Function_Return retVal 77035>>> End_Function 77036>>> 77036>>> Procedure Set ComHatchAllDayViewEventsBackground Boolean value 77038>>> Set ComProperty of (phDispatchDriver(Self)) 130 OLE_VT_BOOL to value 77039>>> End_Procedure 77040>>> 77040>>> Function ComShowCategoryIcons Returns Boolean 77042>>> Boolean retVal 77042>>> Get ComProperty of (phDispatchDriver(Self)) 135 OLE_VT_BOOL to retVal 77043>>> Function_Return retVal 77044>>> End_Function 77045>>> 77045>>> Procedure Set ComShowCategoryIcons Boolean value 77047>>> Set ComProperty of (phDispatchDriver(Self)) 135 OLE_VT_BOOL to value 77048>>> End_Procedure 77049>>> 77049>>> Function ComDayViewScaleLeftVisible Returns Boolean 77051>>> Boolean retVal 77051>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to retVal 77052>>> Function_Return retVal 77053>>> End_Function 77054>>> 77054>>> Procedure Set ComDayViewScaleLeftVisible Boolean value 77056>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to value 77057>>> End_Procedure 77058>>> 77058>>> Function ComDayViewScaleRightVisible Returns Boolean 77060>>> Boolean retVal 77060>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 77061>>> Function_Return retVal 77062>>> End_Function 77063>>> 77063>>> Procedure Set ComDayViewScaleRightVisible Boolean value 77065>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 77066>>> End_Procedure 77067>>> 77067>>> Function ComDayViewDrawNowLineOverAppoinment Returns Boolean 77069>>> Boolean retVal 77069>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to retVal 77070>>> Function_Return retVal 77071>>> End_Function 77072>>> 77072>>> Procedure Set ComDayViewDrawNowLineOverAppoinment Boolean value 77074>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to value 77075>>> End_Procedure 77076>>> 77076>>> Function ComGetCurrentTimeZone Returns Variant 77078>>> Handle hDispatchDriver 77078>>> Variant retVal 77078>>> Get phDispatchDriver to hDispatchDriver 77079>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 77080>>> Function_Return retVal 77081>>> End_Function 77082>>> 77082>>> Function ComGetAdditionalScaleTimeZone Returns Variant 77084>>> Handle hDispatchDriver 77084>>> Variant retVal 77084>>> Get phDispatchDriver to hDispatchDriver 77085>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 77086>>> Function_Return retVal 77087>>> End_Function 77088>>> 77088>>> Procedure ComSetAdditionalScaleTimeZone Variant llpTZInfo 77090>>> Handle hDispatchDriver 77090>>> Get phDispatchDriver to hDispatchDriver 77091>>> Send PrepareParams to hDispatchDriver 1 77092>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpTZInfo 77093>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 77094>>> End_Procedure 77095>>> 77095>>> Function ComEnumAllTimeZones Returns Variant 77097>>> Handle hDispatchDriver 77097>>> Variant retVal 77097>>> Get phDispatchDriver to hDispatchDriver 77098>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 77099>>> Function_Return retVal 77100>>> End_Function 77101>>> 77101>>> Function ComAdditionalOptionsFlags Returns Variant 77103>>> Handle hDispatchDriver 77103>>> Variant retVal 77103>>> Get phDispatchDriver to hDispatchDriver 77104>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 77105>>> Function_Return retVal 77106>>> End_Function 77107>>>End_Class 77108>>> 77108>>>Class cSigCjComCalendarTimeZone is a cComAutomationObject 77109>>> 77109>>> Function ComBias Returns Integer 77111>>> Integer retVal 77111>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 77112>>> Function_Return retVal 77113>>> End_Function 77114>>> 77114>>> Procedure Set ComBias Integer value 77116>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 77117>>> End_Procedure 77118>>> 77118>>> Function ComStandardName Returns String 77120>>> String retVal 77120>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 77121>>> Function_Return retVal 77122>>> End_Function 77123>>> 77123>>> Procedure Set ComStandardName String value 77125>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 77126>>> End_Procedure 77127>>> 77127>>> Function ComStandardDate Returns Variant 77129>>> Variant retVal 77129>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 77130>>> Function_Return retVal 77131>>> End_Function 77132>>> 77132>>> Procedure Set ComStandardDate Variant value 77134>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 77135>>> End_Procedure 77136>>> 77136>>> Function ComStandardBias Returns Integer 77138>>> Integer retVal 77138>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 77139>>> Function_Return retVal 77140>>> End_Function 77141>>> 77141>>> Procedure Set ComStandardBias Integer value 77143>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 77144>>> End_Procedure 77145>>> 77145>>> Function ComDaylightName Returns String 77147>>> String retVal 77147>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 77148>>> Function_Return retVal 77149>>> End_Function 77150>>> 77150>>> Procedure Set ComDaylightName String value 77152>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 77153>>> End_Procedure 77154>>> 77154>>> Function ComDaylightDate Returns Variant 77156>>> Variant retVal 77156>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 77157>>> Function_Return retVal 77158>>> End_Function 77159>>> 77159>>> Procedure Set ComDaylightDate Variant value 77161>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 77162>>> End_Procedure 77163>>> 77163>>> Function ComDaylightBias Returns Integer 77165>>> Integer retVal 77165>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 77166>>> Function_Return retVal 77167>>> End_Function 77168>>> 77168>>> Procedure Set ComDaylightBias Integer value 77170>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 77171>>> End_Procedure 77172>>> 77172>>> Function ComDisplayString Returns String 77174>>> Handle hDispatchDriver 77174>>> String retVal 77174>>> Get phDispatchDriver to hDispatchDriver 77175>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_BSTR to retVal 77176>>> Function_Return retVal 77177>>> End_Function 77178>>> 77178>>> Function ComIsEqual Variant llpTZI2 Returns Boolean 77180>>> Handle hDispatchDriver 77180>>> Boolean retVal 77180>>> Get phDispatchDriver to hDispatchDriver 77181>>> Send PrepareParams to hDispatchDriver 1 77182>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpTZI2 77183>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_BOOL to retVal 77184>>> Function_Return retVal 77185>>> End_Function 77186>>>End_Class 77187>>> 77187>>>Class cSigCjComCalendarTimeZones is a cComAutomationObject 77188>>> 77188>>> Function Com_NewEnum Returns Variant 77190>>> Handle hDispatchDriver 77190>>> Variant retVal 77190>>> Get phDispatchDriver to hDispatchDriver 77191>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 77192>>> Function_Return retVal 77193>>> End_Function 77194>>> 77194>>> Function ComCount Returns Integer 77196>>> Handle hDispatchDriver 77196>>> Integer retVal 77196>>> Get phDispatchDriver to hDispatchDriver 77197>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 77198>>> Function_Return retVal 77199>>> End_Function 77200>>> 77200>>> Function ComItem Integer llnIndex Returns Variant 77202>>> Handle hDispatchDriver 77202>>> Variant retVal 77202>>> Get phDispatchDriver to hDispatchDriver 77203>>> Send PrepareParams to hDispatchDriver 1 77204>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 77205>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 77206>>> Function_Return retVal 77207>>> End_Function 77208>>>End_Class 77209>>> 77209>>>Class cSigCjComCalendarReminders is a cComAutomationObject 77210>>> 77210>>> Function Com_NewEnum Returns Variant 77212>>> Handle hDispatchDriver 77212>>> Variant retVal 77212>>> Get phDispatchDriver to hDispatchDriver 77213>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_DISPATCH to retVal 77214>>> Function_Return retVal 77215>>> End_Function 77216>>> 77216>>> Function ComCount Returns Integer 77218>>> Handle hDispatchDriver 77218>>> Integer retVal 77218>>> Get phDispatchDriver to hDispatchDriver 77219>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_I4 to retVal 77220>>> Function_Return retVal 77221>>> End_Function 77222>>> 77222>>> Function ComItem Integer llnIndex Returns Variant 77224>>> Handle hDispatchDriver 77224>>> Variant retVal 77224>>> Get phDispatchDriver to hDispatchDriver 77225>>> Send PrepareParams to hDispatchDriver 1 77226>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 77227>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 77228>>> Function_Return retVal 77229>>> End_Function 77230>>> 77230>>> Procedure ComDismissAll 77232>>> Handle hDispatchDriver 77232>>> Get phDispatchDriver to hDispatchDriver 77233>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 77234>>> End_Procedure 77235>>>End_Class 77236>>> 77236>>>Class cSigCjComCalendarReminder is a cComAutomationObject 77237>>> 77237>>> Function ComEvent Returns Variant 77239>>> Handle hDispatchDriver 77239>>> Variant retVal 77239>>> Get phDispatchDriver to hDispatchDriver 77240>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 77241>>> Function_Return retVal 77242>>> End_Function 77243>>> 77243>>> Function ComNextReminderTime Returns DateTime 77245>>> Handle hDispatchDriver 77245>>> DateTime retVal 77245>>> Get phDispatchDriver to hDispatchDriver 77246>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DATE to retVal 77247>>> Function_Return retVal 77248>>> End_Function 77249>>> 77249>>> Function ComMinutesBeforeStart Returns Integer 77251>>> Handle hDispatchDriver 77251>>> Integer retVal 77251>>> Get phDispatchDriver to hDispatchDriver 77252>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 77253>>> Function_Return retVal 77254>>> End_Function 77255>>> 77255>>> Function ComSnooze Integer llMinutesBeforeStart Returns Boolean 77257>>> Handle hDispatchDriver 77257>>> Boolean retVal 77257>>> Get phDispatchDriver to hDispatchDriver 77258>>> Send PrepareParams to hDispatchDriver 1 77259>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMinutesBeforeStart 77260>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_BOOL to retVal 77261>>> Function_Return retVal 77262>>> End_Function 77263>>> 77263>>> Function ComDismiss Returns Boolean 77265>>> Handle hDispatchDriver 77265>>> Boolean retVal 77265>>> Get phDispatchDriver to hDispatchDriver 77266>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_BOOL to retVal 77267>>> Function_Return retVal 77268>>> End_Function 77269>>>End_Class 77270>>> 77270>>>Class cSigCjComCalendarPrintOptions is a cComAutomationObject 77271>>> 77271>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77271>>> Function ComMarginLeft Returns Integer 77273>>> Integer retVal 77273>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 77274>>> Function_Return retVal 77275>>> End_Function 77276>>> 77276>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77276>>> Procedure Set ComMarginLeft Integer value 77278>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 77279>>> End_Procedure 77280>>> 77280>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77280>>> Function ComMarginRight Returns Integer 77282>>> Integer retVal 77282>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 77283>>> Function_Return retVal 77284>>> End_Function 77285>>> 77285>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77285>>> Procedure Set ComMarginRight Integer value 77287>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 77288>>> End_Procedure 77289>>> 77289>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77289>>> Function ComMarginTop Returns Integer 77291>>> Integer retVal 77291>>> Get ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to retVal 77292>>> Function_Return retVal 77293>>> End_Function 77294>>> 77294>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77294>>> Procedure Set ComMarginTop Integer value 77296>>> Set ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to value 77297>>> End_Procedure 77298>>> 77298>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77298>>> Function ComMarginBottom Returns Integer 77300>>> Integer retVal 77300>>> Get ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to retVal 77301>>> Function_Return retVal 77302>>> End_Function 77303>>> 77303>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 77303>>> Procedure Set ComMarginBottom Integer value 77305>>> Set ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to value 77306>>> End_Procedure 77307>>> 77307>>> Function ComBlackWhitePrinting Returns Boolean 77309>>> Boolean retVal 77309>>> Get ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to retVal 77310>>> Function_Return retVal 77311>>> End_Function 77312>>> 77312>>> Procedure Set ComBlackWhitePrinting Boolean value 77314>>> Set ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to value 77315>>> End_Procedure 77316>>> 77316>>> // The darknest gray color. Value from 255 to 0. 77316>>> Function ComBlackWhiteContrast Returns Integer 77318>>> Integer retVal 77318>>> Get ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to retVal 77319>>> Function_Return retVal 77320>>> End_Function 77321>>> 77321>>> // The darknest gray color. Value from 255 to 0. 77321>>> Procedure Set ComBlackWhiteContrast Integer value 77323>>> Set ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to value 77324>>> End_Procedure 77325>>> 77325>>> Function ComLandscape Returns Boolean 77327>>> Boolean retVal 77327>>> Get ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to retVal 77328>>> Function_Return retVal 77329>>> End_Function 77330>>> 77330>>> Procedure Set ComLandscape Boolean value 77332>>> Set ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to value 77333>>> End_Procedure 77334>>> 77334>>> Function ComPrintFrom Returns DateTime 77336>>> DateTime retVal 77336>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DATE to retVal 77337>>> Function_Return retVal 77338>>> End_Function 77339>>> 77339>>> Procedure Set ComPrintFrom DateTime value 77341>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DATE to value 77342>>> End_Procedure 77343>>> 77343>>> Function ComPrintTo Returns DateTime 77345>>> DateTime retVal 77345>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DATE to retVal 77346>>> Function_Return retVal 77347>>> End_Function 77348>>> 77348>>> Procedure Set ComPrintTo DateTime value 77350>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DATE to value 77351>>> End_Procedure 77352>>> 77352>>> Function ComPrintFromToExactly Returns Boolean 77354>>> Boolean retVal 77354>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 77355>>> Function_Return retVal 77356>>> End_Function 77357>>> 77357>>> Procedure Set ComPrintFromToExactly Boolean value 77359>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 77360>>> End_Procedure 77361>>> 77361>>> Function ComThreeSmallCal Returns Boolean 77363>>> Boolean retVal 77363>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 77364>>> Function_Return retVal 77365>>> End_Function 77366>>> 77366>>> Procedure Set ComThreeSmallCal Boolean value 77368>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 77369>>> End_Procedure 77370>>> 77370>>> Function ComMonthViewPrintBeginDate Returns DateTime 77372>>> DateTime retVal 77372>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_DATE to retVal 77373>>> Function_Return retVal 77374>>> End_Function 77375>>> 77375>>> Procedure Set ComMonthViewPrintBeginDate DateTime value 77377>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_DATE to value 77378>>> End_Procedure 77379>>> 77379>>> Function ComMonthViewPrintEndDate Returns DateTime 77381>>> DateTime retVal 77381>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DATE to retVal 77382>>> Function_Return retVal 77383>>> End_Function 77384>>> 77384>>> Procedure Set ComMonthViewPrintEndDate DateTime value 77386>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DATE to value 77387>>> End_Procedure 77388>>> 77388>>> Function ComPrintDateHeader Returns Boolean 77390>>> Boolean retVal 77390>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 77391>>> Function_Return retVal 77392>>> End_Function 77393>>> 77393>>> Procedure Set ComPrintDateHeader Boolean value 77395>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 77396>>> End_Procedure 77397>>> 77397>>> Function ComDateHeaderFont Returns Variant 77399>>> Variant retVal 77399>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DISPATCH to retVal 77400>>> Function_Return retVal 77401>>> End_Function 77402>>> 77402>>> Procedure Set ComDateHeaderFont Variant value 77404>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DISPATCH to value 77405>>> End_Procedure 77406>>> 77406>>> Function ComDateHeaderWeekDayFont Returns Variant 77408>>> Variant retVal 77408>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to retVal 77409>>> Function_Return retVal 77410>>> End_Function 77411>>> 77411>>> Procedure Set ComDateHeaderWeekDayFont Variant value 77413>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to value 77414>>> End_Procedure 77415>>> 77415>>> Function ComDateHeaderCalendarFont Returns Variant 77417>>> Variant retVal 77417>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_DISPATCH to retVal 77418>>> Function_Return retVal 77419>>> End_Function 77420>>> 77420>>> Procedure Set ComDateHeaderCalendarFont Variant value 77422>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_DISPATCH to value 77423>>> End_Procedure 77424>>> 77424>>> // This property is True when measurement system of Margins properties is Metrics and False if measurement system is U.S. Measurement system defined in the system regional settings. 77424>>> Function ComMarginsMeasureMetrics Returns Boolean 77426>>> Handle hDispatchDriver 77426>>> Boolean retVal 77426>>> Get phDispatchDriver to hDispatchDriver 77427>>> Get InvokeComMethod of hDispatchDriver 250 OLE_VT_BOOL to retVal 77428>>> Function_Return retVal 77429>>> End_Function 77430>>> 77430>>> // Page Header settings 77430>>> Function ComHeader Returns Variant 77432>>> Handle hDispatchDriver 77432>>> Variant retVal 77432>>> Get phDispatchDriver to hDispatchDriver 77433>>> Get InvokeComMethod of hDispatchDriver 251 OLE_VT_DISPATCH to retVal 77434>>> Function_Return retVal 77435>>> End_Function 77436>>> 77436>>> // Page Footer settings 77436>>> Function ComFooter Returns Variant 77438>>> Handle hDispatchDriver 77438>>> Variant retVal 77438>>> Get phDispatchDriver to hDispatchDriver 77439>>> Get InvokeComMethod of hDispatchDriver 252 OLE_VT_DISPATCH to retVal 77440>>> Function_Return retVal 77441>>> End_Function 77442>>> 77442>>> // Provide information about current printer which is a system default or selected by user in ShowPrintPageSetup method call. 77442>>> Function ComPrinterInfo Returns Variant 77444>>> Handle hDispatchDriver 77444>>> Variant retVal 77444>>> Get phDispatchDriver to hDispatchDriver 77445>>> Get InvokeComMethod of hDispatchDriver 253 OLE_VT_DISPATCH to retVal 77446>>> Function_Return retVal 77447>>> End_Function 77448>>>End_Class 77449>>> 77449>>>Class cSigCjComCalendarEditOperationParameters is a cComAutomationObject 77450>>> 77450>>> // Editing operation. 77450>>> Function ComOperation Returns OLECalendarEditOperation 77452>>> Handle hDispatchDriver 77452>>> OLECalendarEditOperation retVal 77452>>> Get phDispatchDriver to hDispatchDriver 77453>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 77454>>> Function_Return retVal 77455>>> End_Function 77456>>> 77456>>> // For some operations may be Nothing (or NULL). 77456>>> Function ComEventViews Returns Variant 77458>>> Handle hDispatchDriver 77458>>> Variant retVal 77458>>> Get phDispatchDriver to hDispatchDriver 77459>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 77460>>> Function_Return retVal 77461>>> End_Function 77462>>> 77462>>> // Paste operation data. Valid only when member Operation = xtpCalendarEO_Paste. 77462>>> Function ComEventToPaste Returns Variant 77464>>> Handle hDispatchDriver 77464>>> Variant retVal 77464>>> Get phDispatchDriver to hDispatchDriver 77465>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 77466>>> Function_Return retVal 77467>>> End_Function 77468>>> 77468>>> // Paste operation data. Valid only when member Operation = xtpCalendarEO_Paste. 77468>>> Function ComPasteWillChangeExistingEvent Returns Boolean 77470>>> Handle hDispatchDriver 77470>>> Boolean retVal 77470>>> Get phDispatchDriver to hDispatchDriver 77471>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_BOOL to retVal 77472>>> Function_Return retVal 77473>>> End_Function 77474>>> 77474>>> // In-place create Event operation data. Valid only when member Operation = xtpCalendarEO_InPlaceCreateEvent. 77474>>> Function ComInitialSubject Returns String 77476>>> Handle hDispatchDriver 77476>>> String retVal 77476>>> Get phDispatchDriver to hDispatchDriver 77477>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_BSTR to retVal 77478>>> Function_Return retVal 77479>>> End_Function 77480>>> 77480>>> // Dragging operations data. Valid only for BeforeEditOperation event and member Operation = xtpCalendarEO_DragXXX. 77480>>> Function ComDraggingEvent Returns Variant 77482>>> Handle hDispatchDriver 77482>>> Variant retVal 77482>>> Get phDispatchDriver to hDispatchDriver 77483>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 77484>>> Function_Return retVal 77485>>> End_Function 77486>>> 77486>>> // Dragging operations data. Valid only for BeforeEditOperation event and member Operation = xtpCalendarEO_DragXXX. 77486>>> Function ComDraggingEventNew Returns Variant 77488>>> Handle hDispatchDriver 77488>>> Variant retVal 77488>>> Get phDispatchDriver to hDispatchDriver 77489>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 77490>>> Function_Return retVal 77491>>> End_Function 77492>>> 77492>>> // Dragging operations data. Valid only for BeforeEditOperation event and member Operation = xtpCalendarEO_DragXXX. 77492>>> Function ComDraggingEventOriginal Returns Variant 77494>>> Handle hDispatchDriver 77494>>> Variant retVal 77494>>> Get phDispatchDriver to hDispatchDriver 77495>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 77496>>> Function_Return retVal 77497>>> End_Function 77498>>>End_Class 77499>>> 77499>>>Class cSigCjComCalendarDayViewCellParams is a cComAutomationObject 77500>>> 77500>>> Function ComBackgroundColor Returns OLE_COLOR 77502>>> OLE_COLOR retVal 77502>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 77503>>> Function_Return retVal 77504>>> End_Function 77505>>> 77505>>> Procedure Set ComBackgroundColor OLE_COLOR value 77507>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 77508>>> End_Procedure 77509>>> 77509>>> Function ComViewGroup Returns Variant 77511>>> Handle hDispatchDriver 77511>>> Variant retVal 77511>>> Get phDispatchDriver to hDispatchDriver 77512>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 77513>>> Function_Return retVal 77514>>> End_Function 77515>>> 77515>>> Function ComIndex Returns Integer 77517>>> Handle hDispatchDriver 77517>>> Integer retVal 77517>>> Get phDispatchDriver to hDispatchDriver 77518>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 77519>>> Function_Return retVal 77520>>> End_Function 77521>>> 77521>>> Function ComBeginTime Returns DateTime 77523>>> Handle hDispatchDriver 77523>>> DateTime retVal 77523>>> Get phDispatchDriver to hDispatchDriver 77524>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DATE to retVal 77525>>> Function_Return retVal 77526>>> End_Function 77527>>> 77527>>> Function ComSelected Returns Boolean 77529>>> Handle hDispatchDriver 77529>>> Boolean retVal 77529>>> Get phDispatchDriver to hDispatchDriver 77530>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 77531>>> Function_Return retVal 77532>>> End_Function 77533>>>End_Class 77534>>> 77534>>>Class cSigCjComCalendarGetItemTextParams is a cComAutomationObject 77535>>> 77535>>> Function ComText Returns String 77537>>> String retVal 77537>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 77538>>> Function_Return retVal 77539>>> End_Function 77540>>> 77540>>> Procedure Set ComText String value 77542>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 77543>>> End_Procedure 77544>>> 77544>>> Function ComItem Returns Integer 77546>>> Handle hDispatchDriver 77546>>> Integer retVal 77546>>> Get phDispatchDriver to hDispatchDriver 77547>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 77548>>> Function_Return retVal 77549>>> End_Function 77550>>> 77550>>> Function ComViewEvent Returns Variant 77552>>> Handle hDispatchDriver 77552>>> Variant retVal 77552>>> Get phDispatchDriver to hDispatchDriver 77553>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 77554>>> Function_Return retVal 77555>>> End_Function 77556>>> 77556>>> Function ComViewDay Returns Variant 77558>>> Handle hDispatchDriver 77558>>> Variant retVal 77558>>> Get phDispatchDriver to hDispatchDriver 77559>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 77560>>> Function_Return retVal 77561>>> End_Function 77562>>> 77562>>> Function ComWeekDay Returns Integer 77564>>> Handle hDispatchDriver 77564>>> Integer retVal 77564>>> Get phDispatchDriver to hDispatchDriver 77565>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 77566>>> Function_Return retVal 77567>>> End_Function 77568>>> 77568>>> Function ComWeekNum Returns Integer 77570>>> Handle hDispatchDriver 77570>>> Integer retVal 77570>>> Get phDispatchDriver to hDispatchDriver 77571>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_I4 to retVal 77572>>> Function_Return retVal 77573>>> End_Function 77574>>>End_Class 77575>>> 77575>>>Class cSigCjComCalendarUserAction is a cComAutomationObject 77576>>> 77576>>> Function ComAction Returns OLEXTPCalendarUserAction 77578>>> OLEXTPCalendarUserAction retVal 77578>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 77579>>> Function_Return retVal 77580>>> End_Function 77581>>> 77581>>> Procedure Set ComAction OLEXTPCalendarUserAction value 77583>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 77584>>> End_Procedure 77585>>> 77585>>> Function ComExpandDayButton Returns OLEXTPCalendarExpandDayButton 77587>>> OLEXTPCalendarExpandDayButton retVal 77587>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 77588>>> Function_Return retVal 77589>>> End_Function 77590>>> 77590>>> Procedure Set ComExpandDayButton OLEXTPCalendarExpandDayButton value 77592>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 77593>>> End_Procedure 77594>>> 77594>>> Function ComViewDay Returns Variant 77596>>> Variant retVal 77596>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 77597>>> Function_Return retVal 77598>>> End_Function 77599>>> 77599>>> Procedure Set ComViewDay Variant value 77601>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 77602>>> End_Procedure 77603>>> 77603>>> Function ComScrollDayButton Returns OLEXTPCalendarScrollDayButton 77605>>> OLEXTPCalendarScrollDayButton retVal 77605>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 77606>>> Function_Return retVal 77607>>> End_Function 77608>>> 77608>>> Procedure Set ComScrollDayButton OLEXTPCalendarScrollDayButton value 77610>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 77611>>> End_Procedure 77612>>> 77612>>> Function ComViewGroup Returns Variant 77614>>> Variant retVal 77614>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 77615>>> Function_Return retVal 77616>>> End_Function 77617>>> 77617>>> Procedure Set ComViewGroup Variant value 77619>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 77620>>> End_Procedure 77621>>>End_Class 77622>>> 77622>>>Class cSigCjComCalendarResourceDescription is a cComAutomationObject 77623>>> 77623>>> Function ComEnabled Returns Boolean 77625>>> Boolean retVal 77625>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 77626>>> Function_Return retVal 77627>>> End_Function 77628>>> 77628>>> Procedure Set ComEnabled Boolean value 77630>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 77631>>> End_Procedure 77632>>> 77632>>> Function ComGenerateName Returns Boolean 77634>>> Boolean retVal 77634>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 77635>>> Function_Return retVal 77636>>> End_Function 77637>>> 77637>>> Procedure Set ComGenerateName Boolean value 77639>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 77640>>> End_Procedure 77641>>> 77641>>> Function ComResource Returns Variant 77643>>> Variant retVal 77643>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 77644>>> Function_Return retVal 77645>>> End_Function 77646>>> 77646>>> Procedure Set ComResource Variant value 77648>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 77649>>> End_Procedure 77650>>>End_Class 77651>>> 77651>>>Class cSigCjComDatePickerSelectionBlock is a cComAutomationObject 77652>>> 77652>>> Function ComDateBegin Returns DateTime 77654>>> Handle hDispatchDriver 77654>>> DateTime retVal 77654>>> Get phDispatchDriver to hDispatchDriver 77655>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DATE to retVal 77656>>> Function_Return retVal 77657>>> End_Function 77658>>> 77658>>> Function ComDateEnd Returns DateTime 77660>>> Handle hDispatchDriver 77660>>> DateTime retVal 77660>>> Get phDispatchDriver to hDispatchDriver 77661>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DATE to retVal 77662>>> Function_Return retVal 77663>>> End_Function 77664>>>End_Class 77665>>> 77665>>>Class cSigCjComDatePickerSelection is a cComAutomationObject 77666>>> 77666>>> Function ComAllowNoncontinuousSelection Returns Boolean 77668>>> Boolean retVal 77668>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 77669>>> Function_Return retVal 77670>>> End_Function 77671>>> 77671>>> Procedure Set ComAllowNoncontinuousSelection Boolean value 77673>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 77674>>> End_Procedure 77675>>> 77675>>> Function ComBlocks Integer llnIndex Returns Variant 77677>>> Handle hDispatchDriver 77677>>> Variant retVal 77677>>> Get phDispatchDriver to hDispatchDriver 77678>>> Send PrepareParams to hDispatchDriver 1 77679>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 77680>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 77681>>> Function_Return retVal 77682>>> End_Function 77683>>> 77683>>> Function ComBlocksCount Returns Integer 77685>>> Handle hDispatchDriver 77685>>> Integer retVal 77685>>> Get phDispatchDriver to hDispatchDriver 77686>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_I4 to retVal 77687>>> Function_Return retVal 77688>>> End_Function 77689>>>End_Class 77690>>> 77690>>>Class cSigCjComDatePickerPaintManager is a cComAutomationObject 77691>>> 77691>>> Function ComControlBackColor Returns OLE_COLOR 77693>>> OLE_COLOR retVal 77693>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 77694>>> Function_Return retVal 77695>>> End_Function 77696>>> 77696>>> Procedure Set ComControlBackColor OLE_COLOR value 77698>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 77699>>> End_Procedure 77700>>> 77700>>> Function ComHighlightTodayColor Returns OLE_COLOR 77702>>> OLE_COLOR retVal 77702>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 77703>>> Function_Return retVal 77704>>> End_Function 77705>>> 77705>>> Procedure Set ComHighlightTodayColor OLE_COLOR value 77707>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 77708>>> End_Procedure 77709>>> 77709>>> Function ComSelectedDayBackColor Returns OLE_COLOR 77711>>> OLE_COLOR retVal 77711>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 77712>>> Function_Return retVal 77713>>> End_Function 77714>>> 77714>>> Procedure Set ComSelectedDayBackColor OLE_COLOR value 77716>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 77717>>> End_Procedure 77718>>> 77718>>> Function ComMonthHeaderBackColor Returns OLE_COLOR 77720>>> OLE_COLOR retVal 77720>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 77721>>> Function_Return retVal 77722>>> End_Function 77723>>> 77723>>> Procedure Set ComMonthHeaderBackColor OLE_COLOR value 77725>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 77726>>> End_Procedure 77727>>> 77727>>> Function ComMonthHeaderTextColor Returns OLE_COLOR 77729>>> OLE_COLOR retVal 77729>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 77730>>> Function_Return retVal 77731>>> End_Function 77732>>> 77732>>> Procedure Set ComMonthHeaderTextColor OLE_COLOR value 77734>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 77735>>> End_Procedure 77736>>> 77736>>> Function ComSelectedDayTextColor Returns OLE_COLOR 77738>>> OLE_COLOR retVal 77738>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 77739>>> Function_Return retVal 77740>>> End_Function 77741>>> 77741>>> Procedure Set ComSelectedDayTextColor OLE_COLOR value 77743>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 77744>>> End_Procedure 77745>>> 77745>>> Function ComMonthBorderColor Returns OLE_COLOR 77747>>> OLE_COLOR retVal 77747>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 77748>>> Function_Return retVal 77749>>> End_Function 77750>>> 77750>>> Procedure Set ComMonthBorderColor OLE_COLOR value 77752>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 77753>>> End_Procedure 77754>>> 77754>>> Function ComMonthHeaderButtonColor Returns OLE_COLOR 77756>>> OLE_COLOR retVal 77756>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 77757>>> Function_Return retVal 77758>>> End_Function 77759>>> 77759>>> Procedure Set ComMonthHeaderButtonColor OLE_COLOR value 77761>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 77762>>> End_Procedure 77763>>> 77763>>> Function ComDayBackColor Returns OLE_COLOR 77765>>> OLE_COLOR retVal 77765>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 77766>>> Function_Return retVal 77767>>> End_Function 77768>>> 77768>>> Procedure Set ComDayBackColor OLE_COLOR value 77770>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 77771>>> End_Procedure 77772>>> 77772>>> Function ComDayTextColor Returns OLE_COLOR 77774>>> OLE_COLOR retVal 77774>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 77775>>> Function_Return retVal 77776>>> End_Function 77777>>> 77777>>> Procedure Set ComDayTextColor OLE_COLOR value 77779>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 77780>>> End_Procedure 77781>>> 77781>>> Function ComNonMonthDayBackColor Returns OLE_COLOR 77783>>> OLE_COLOR retVal 77783>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 77784>>> Function_Return retVal 77785>>> End_Function 77786>>> 77786>>> Procedure Set ComNonMonthDayBackColor OLE_COLOR value 77788>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 77789>>> End_Procedure 77790>>> 77790>>> Function ComNonMonthDayTextColor Returns OLE_COLOR 77792>>> OLE_COLOR retVal 77792>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 77793>>> Function_Return retVal 77794>>> End_Function 77795>>> 77795>>> Procedure Set ComNonMonthDayTextColor OLE_COLOR value 77797>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 77798>>> End_Procedure 77799>>> 77799>>> Function ComDaysOfWeekBackColor Returns OLE_COLOR 77801>>> OLE_COLOR retVal 77801>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 77802>>> Function_Return retVal 77803>>> End_Function 77804>>> 77804>>> Procedure Set ComDaysOfWeekBackColor OLE_COLOR value 77806>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 77807>>> End_Procedure 77808>>> 77808>>> Function ComDaysOfWeekTextColor Returns OLE_COLOR 77810>>> OLE_COLOR retVal 77810>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 77811>>> Function_Return retVal 77812>>> End_Function 77813>>> 77813>>> Procedure Set ComDaysOfWeekTextColor OLE_COLOR value 77815>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 77816>>> End_Procedure 77817>>> 77817>>> Function ComWeekNumbersBackColor Returns OLE_COLOR 77819>>> OLE_COLOR retVal 77819>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 77820>>> Function_Return retVal 77821>>> End_Function 77822>>> 77822>>> Procedure Set ComWeekNumbersBackColor OLE_COLOR value 77824>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 77825>>> End_Procedure 77826>>> 77826>>> Function ComWeekNumbersTextColor Returns OLE_COLOR 77828>>> OLE_COLOR retVal 77828>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 77829>>> Function_Return retVal 77830>>> End_Function 77831>>> 77831>>> Procedure Set ComWeekNumbersTextColor OLE_COLOR value 77833>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 77834>>> End_Procedure 77835>>> 77835>>> Function ComButtonTextColor Returns OLE_COLOR 77837>>> OLE_COLOR retVal 77837>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 77838>>> Function_Return retVal 77839>>> End_Function 77840>>> 77840>>> Procedure Set ComButtonTextColor OLE_COLOR value 77842>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 77843>>> End_Procedure 77844>>> 77844>>> Function ComButtonFaceColor Returns OLE_COLOR 77846>>> OLE_COLOR retVal 77846>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 77847>>> Function_Return retVal 77848>>> End_Function 77849>>> 77849>>> Procedure Set ComButtonFaceColor OLE_COLOR value 77851>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 77852>>> End_Procedure 77853>>> 77853>>> Function ComListControlBackColor Returns OLE_COLOR 77855>>> OLE_COLOR retVal 77855>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 77856>>> Function_Return retVal 77857>>> End_Function 77858>>> 77858>>> Procedure Set ComListControlBackColor OLE_COLOR value 77860>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 77861>>> End_Procedure 77862>>> 77862>>> Function ComListControlTextColor Returns OLE_COLOR 77864>>> OLE_COLOR retVal 77864>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 77865>>> Function_Return retVal 77866>>> End_Function 77867>>> 77867>>> Procedure Set ComListControlTextColor OLE_COLOR value 77869>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 77870>>> End_Procedure 77871>>>End_Class 77872>>> 77872>>>//============================================================================== 77872>>>//End of package - SigCjW_Calendar.pkg 77872>>>//============================================================================== 77872>>> 77872>Use SigCjW_ChartControl.pkg Including file: SigCjW_ChartControl.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_ChartControl.pkg) 77872>>>//============================================================================== 77872>>>// Project : SigCj - VDF Classes for Codejock 77872>>>// File : SigCjW_ChartControl.pkg 77872>>>// From : Codejock.ChartControl.v20.3.0.ocx 77872>>>// Description : DF COM Wrapper Class for Codejock controls 77872>>>// 77872>>>// Created by : Ian Smith 77872>>>// Revision : $Rev$ 77872>>>// $Date$ 77872>>>// $Author$ 77872>>>// 77872>>>// Requirements : Visual DataFlex 19.1 77872>>>// Codejock SuitePro - Version 20.3.0 77872>>>// 77872>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 77872>>>// Visual DataFlex Special Interest Group UK. 77872>>>// http://www.vdfsig.co.uk 77872>>>// 77872>>>// This file is part of SigCj. 77872>>>// 77872>>>// SigCj is free software: you can redistribute it and/or modify 77872>>>// it under the terms of the GNU Lesser General Public License 77872>>>// as published by the Free Software Foundation, either version 77872>>>// 2.1 of the License, or (at your option) any later version. 77872>>>// 77872>>>// SigCj is distributed in the hope that it will be useful, but 77872>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 77872>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 77872>>>// GNU Lesser General Public License for more details. 77872>>>// 77872>>>// If you have the complete SigCj workspace then a copy of the 77872>>>// GNU Lesser General Public License is in the Docs folder. If 77872>>>// not, see . 77872>>>// 77872>>>//============================================================================== 77872>>>//CompilerWarnings Suspend 77872>>> 77872>>>Use FlexCom20.pkg 77872>>> 77872>>>Use SigCjLicense.pkg 77872>>>Use SigCjC_AmbientProperty.pkg 77872>>>Use SigCjC_PropExchange.pkg 77872>>>Use SigCjC_ToolTip.pkg 77872>>> 77872>>>// Chart Scale Type 77872>>>Define OLEChartScaleType for Integer 77872>>> Define OLExtpChartScaleQualitative for 0 77872>>> Define OLExtpChartScaleNumerical for 1 77872>>> Define OLExtpChartScaleDateTime for 2 77872>>> Define OLExtpChartScaleTime for 3 77872>>> 77872>>>// Chart StringAlignment 77872>>>Define OLEChartStringAlignment for Integer 77872>>> Define OLExtpChartAlignNear for 0 77872>>> Define OLExtpChartAlignCenter for 1 77872>>> Define OLExtpChartAlignFar for 2 77872>>> 77872>>>// Chart Dash Style 77872>>>Define OLEChartDashStyle for Integer 77872>>> Define OLExtpChartDashStyleEmpty for 0 77872>>> Define OLExtpChartDashStyleSolid for 1 77872>>> Define OLExtpChartDashStyleDash for 2 77872>>> Define OLExtpChartDashStyleDot for 3 77872>>> Define OLExtpChartDashStyleDashDot for 4 77872>>> Define OLExtpChartDashStyleDashDotDot for 5 77872>>> Define OLExtpChartDashStyleCustom for 6 77872>>> 77872>>>// Chart Fill Mode 77872>>>Define OLEChartFillMode for Integer 77872>>> Define OLExtpChartFillEmpty for 0 77872>>> Define OLExtpChartFillSolid for 1 77872>>> Define OLExtpChartFillGradient for 2 77872>>> Define OLExtpChartFillHatch for 3 77872>>> 77872>>>// Chart Gradient Angle 77872>>>Define OLEChartGradientAngle for Integer 77872>>> Define OLExtpChartGradientAngle0 for 0 77872>>> Define OLExtpChartGradientAngle45 for 45 77872>>> Define OLExtpChartGradientAngle90 for 90 77872>>> Define OLExtpChartGradientAngle135 for 135 77872>>> Define OLExtpChartGradientAngle180 for 180 77872>>> Define OLExtpChartGradientAngle225 for 225 77872>>> Define OLExtpChartGradientAngle270 for 270 77872>>> Define OLExtpChartGradientAngle315 for 315 77872>>> 77872>>>// Chart Gradient Angle 77872>>>Define OLEChartLinearGradientMode for Integer 77872>>> Define OLExtpChartLinearGradientModeHorizontal for 0 77872>>> Define OLExtpChartLinearGradientModeVertical for 1 77872>>> Define OLExtpChartLinearGradientModeForwardDiagonal for 2 77872>>> Define OLExtpChartLinearGradientModeBackwardDiagonal for 3 77872>>> Define OLExtpChartLinearGradientModeCenterHorizontal for 4 77872>>> Define OLExtpChartLinearGradientModeCenterVertical for 5 77872>>> 77872>>>// Chart Hatch Style 77872>>>Define OLEChartHatchStyle for Integer 77872>>> Define OLExtpChartHatchStyleHorizontal for 0 77872>>> Define OLExtpChartHatchStyleVertical for 1 77872>>> Define OLExtpChartHatchStyleForwardDiagonal for 2 77872>>> Define OLExtpChartHatchStyleBackwardDiagonal for 3 77872>>> Define OLExtpChartHatchStyleCross for 4 77872>>> Define OLExtpChartHatchStyleDiagonalCross for 5 77872>>> Define OLExtpChartHatchStyle05Percent for 6 77872>>> Define OLExtpChartHatchStyle10Percent for 7 77872>>> Define OLExtpChartHatchStyle20Percent for 8 77872>>> Define OLExtpChartHatchStyle25Percent for 9 77872>>> Define OLExtpChartHatchStyle30Percent for 10 77872>>> Define OLExtpChartHatchStyle40Percent for 11 77872>>> Define OLExtpChartHatchStyle50Percent for 12 77872>>> Define OLExtpChartHatchStyle60Percent for 13 77872>>> Define OLExtpChartHatchStyle70Percent for 14 77872>>> Define OLExtpChartHatchStyle75Percent for 15 77872>>> Define OLExtpChartHatchStyle80Percent for 16 77872>>> Define OLExtpChartHatchStyle90Percent for 17 77872>>> Define OLExtpChartHatchStyleLightDownwardDiagonal for 18 77872>>> Define OLExtpChartHatchStyleLightUpwardDiagonal for 19 77872>>> Define OLExtpChartHatchStyleDarkDownwardDiagonal for 20 77872>>> Define OLExtpChartHatchStyleDarkUpwardDiagonal for 21 77872>>> Define OLExtpChartHatchStyleWideDownwardDiagonal for 22 77872>>> Define OLExtpChartHatchStyleWideUpwardDiagonal for 23 77872>>> Define OLExtpChartHatchStyleLightVertical for 24 77872>>> Define OLExtpChartHatchStyleLightHorizontal for 25 77872>>> Define OLExtpChartHatchStyleNarrowVertical for 26 77872>>> Define OLExtpChartHatchStyleNarrowHorizontal for 27 77872>>> Define OLExtpChartHatchStyleDarkVertical for 28 77872>>> Define OLExtpChartHatchStyleDarkHorizontal for 29 77872>>> Define OLExtpChartHatchStyleDashedDownwardDiagonal for 30 77872>>> Define OLExtpChartHatchStyleDashedUpwardDiagonal for 31 77872>>> Define OLExtpChartHatchStyleDashedHorizontal for 32 77872>>> Define OLExtpChartHatchStyleDashedVertical for 33 77872>>> Define OLExtpChartHatchStyleSmallConfetti for 34 77872>>> Define OLExtpChartHatchStyleLargeConfetti for 35 77872>>> Define OLExtpChartHatchStyleZigZag for 36 77872>>> Define OLExtpChartHatchStyleWave for 37 77872>>> Define OLExtpChartHatchStyleDiagonalBrick for 38 77872>>> Define OLExtpChartHatchStyleHorizontalBrick for 39 77872>>> Define OLExtpChartHatchStyleWeave for 40 77872>>> Define OLExtpChartHatchStylePlaid for 41 77872>>> Define OLExtpChartHatchStyleDivot for 42 77872>>> Define OLExtpChartHatchStyleDottedGrid for 43 77872>>> Define OLExtpChartHatchStyleDottedDiamond for 44 77872>>> Define OLExtpChartHatchStyleShingle for 45 77872>>> Define OLExtpChartHatchStyleTrellis for 46 77872>>> Define OLExtpChartHatchStyleSphere for 47 77872>>> Define OLExtpChartHatchStyleSmallGrid for 48 77872>>> Define OLExtpChartHatchStyleSmallCheckerBoard for 49 77872>>> Define OLExtpChartHatchStyleLargeCheckerBoard for 50 77872>>> Define OLExtpChartHatchStyleOutlinedDiamond for 51 77872>>> Define OLExtpChartHatchStyleSolidDiamond for 52 77872>>> 77872>>>// Chart Hatch Style 77872>>>Define OLEChartNearTextPosition for Integer 77872>>> Define OLExtpChartTextNearLeft for 0 77872>>> Define OLExtpChartTextNearRight for 1 77872>>> Define OLExtpChartTextNearTop for 2 77872>>> Define OLExtpChartTextNearBottom for 3 77872>>> 77872>>>// Chart Error Bar Type 77872>>>Define OLEChartErrorBarType for Integer 77872>>> Define OLExtpChartErrorBarTypeNone for 0 77872>>> Define OLExtpChartErrorBarTypeFixedValue for 1 77872>>> Define OLExtpChartErrorBarTypePercentage for 2 77872>>> Define OLExtpChartErrorBarTypeStandardDeviation for 3 77872>>> Define OLExtpChartErrorBarTypeStandardError for 4 77872>>> Define OLExtpChartErrorBarTypeCustom for 5 77872>>> 77872>>>// Chart Error Bar Direction 77872>>>Define OLEChartErrorBarDirection for Integer 77872>>> Define OLExtpChartErrorBarDirectionNone for 0 77872>>> Define OLExtpChartErrorBarDirectionPlus for 1 77872>>> Define OLExtpChartErrorBarDirectionMinus for 2 77872>>> Define OLExtpChartErrorBarDirectionBoth for 3 77872>>> 77872>>>// Chart Error Bar End Style 77872>>>Define OLEChartErrorBarEndStyle for Integer 77872>>> Define OLExtpChartErrorBarEndStyleNoCap for 0 77872>>> Define OLExtpChartErrorBarEndStyleCap for 1 77872>>> 77872>>>// Chart Error Bar Type 77872>>>Define OLEChartErrorBarPosition for Integer 77872>>> Define OLExtpChartErrorBarPositionNone for 0 77872>>> Define OLExtpChartErrorBarPositionTop for 1 77872>>> Define OLExtpChartErrorBarPositionCenter for 2 77872>>> 77872>>>// Chart Docking 77872>>>Define OLEChartDocking for Integer 77872>>> Define OLExtpChartDockTop for 0 77872>>> Define OLExtpChartDockBottom for 1 77872>>> Define OLExtpChartDockLeft for 2 77872>>> Define OLExtpChartDockRight for 3 77872>>> 77872>>>// Chart Axis Alignment 77872>>>Define OLEChartAxisAlignment for Integer 77872>>> Define OLExtpChartAxisNear for 0 77872>>> Define OLExtpChartAxisFar for 1 77872>>> 77872>>>// Chart Legend Alignment 77872>>>Define OLEChartLegendAlignment for Integer 77872>>> Define OLExtpChartLegendNearOutside for 0 77872>>> Define OLExtpChartLegendNear for 1 77872>>> Define OLExtpChartLegendCenter for 2 77872>>> Define OLExtpChartLegendFar for 3 77872>>> Define OLExtpChartLegendFarOutside for 4 77872>>> 77872>>>// Chart Legend Direction 77872>>>Define OLEChartLegendDirection for Integer 77872>>> Define OLExtpChartLegendTopToBottom for 0 77872>>> Define OLExtpChartLegendLeftToRight for 1 77872>>> 77872>>>// Chart MarkerType 77872>>>Define OLEChartMarkerType for Integer 77872>>> Define OLExtpChartMarkerCircle for 0 77872>>> Define OLExtpChartMarkerSquare for 1 77872>>> Define OLExtpChartMarkerDiamond for 2 77872>>> Define OLExtpChartMarkerTriangle for 3 77872>>> Define OLExtpChartMarkerPentagon for 4 77872>>> Define OLExtpChartMarkerHexagon for 5 77872>>> Define OLExtpChartMarkerStar for 6 77872>>> 77872>>>// Chart Pie Label Position 77872>>>Define OLEChartPieLabelPosition for Integer 77872>>> Define OLExtpChartPieLabelOutiside for 0 77872>>> Define OLExtpChartPieLabelInside for 1 77872>>> Define OLExtpChartPieLabelRadial for 2 77872>>> Define OLExtpChartPieLabelTwoColumns for 3 77872>>> 77872>>>// Chart Funnel Label Position 77872>>>Define OLEChartFunnelLabelPosition for Integer 77872>>> Define OLExtpChartFunnelLabelLeft for 0 77872>>> Define OLExtpChartFunnelLabelRight for 1 77872>>> Define OLExtpChartFunnelLabelCenter for 2 77872>>> 77872>>>// Chart Pyramid Label Position 77872>>>Define OLEChartPyramidLabelPosition for Integer 77872>>> Define OLExtpChartPyramidLabelLeft for 0 77872>>> Define OLExtpChartPyramidLabelRight for 1 77872>>> Define OLExtpChartPyramidLabelCenter for 2 77872>>> 77872>>>// Chart Bar Label Position 77872>>>Define OLEChartBarLabelPosition for Integer 77872>>> Define OLExtpChartBarLabelTop for 0 77872>>> Define OLExtpChartBarLabelCenter for 1 77872>>> 77872>>>// Chart Range Bar Label Position 77872>>>Define OLEChartRangeBarLabelPosition for Integer 77872>>> Define OLExtpChartRangeBarLabelOutside for 0 77872>>> Define OLExtpChartRangeBarLabelInside for 1 77872>>> 77872>>>// Chart Range Bar Label Type 77872>>>Define OLEChartRangeBarLabelType for Integer 77872>>> Define OLExtpChartRangeBarOneLabel for 0 77872>>> Define OLExtpChartRangeBarTwoLabels for 1 77872>>> Define OLExtpChartRangeBarMinValueLabel for 2 77872>>> Define OLExtpChartRangeBarMaxValueLabel for 3 77872>>> 77872>>>// Chart Panel Direction 77872>>>Define OLEChartPanelDirection for Integer 77872>>> Define OLExtpChartPanelVertical for 0 77872>>> Define OLExtpChartPanelHorizontal for 1 77872>>> 77872>>>// Chart Radar Diagram Style 77872>>>Define OLEChartRadarDiagramStyle for Integer 77872>>> Define OLExtpChartRadarDiagramCircle for 0 77872>>> Define OLExtpChartRadarDiagramPolygon for 1 77872>>> 77872>>>// Chart Number Format 77872>>>Define OLEChartNumberFormatCategory for Integer 77872>>> Define OLExtpChartGeneral for 0 77872>>> Define OLExtpChartNumber for 1 77872>>> Define OLExtpChartCurrency for 2 77872>>> Define OLExtpChartPercentage for 3 77872>>> Define OLExtpChartScientific for 4 77872>>> 77872>>>// Chart DateTime Format 77872>>>Define OLEChartDateTimeFormatCategory for Integer 77872>>> Define OLExtpChartDateTimeGeneral for 0 77872>>> Define OLExtpChartDateTimeLongDate for 1 77872>>> Define OLExtpChartDateTimeShortDate for 2 77872>>> Define OLExtpChartDateTimeLongTime for 3 77872>>> Define OLExtpChartDateTimeShortTime for 4 77872>>> Define OLExtpChartDateTimeMonthAndDay for 5 77872>>> Define OLExtpChartDateTimeMonthAndYear for 6 77872>>> Define OLExtpChartDateTimeCustom for 7 77872>>> 77872>>>// Chart Scale Unit 77872>>>Define OLEChartAxisDateTimeScaleUnit for Integer 77872>>> Define OLExtpChartScaleMinute for 0 77872>>> Define OLExtpChartScaleHour for 1 77872>>> Define OLExtpChartScaleDay for 2 77872>>> Define OLExtpChartScaleMonth for 3 77872>>> Define OLExtpChartScaleYear for 4 77872>>> 77872>>>// Chart Series Trendline type 77872>>>Define OLEChartSeriesTrendlineType for Integer 77872>>> Define OLExtpChartSeriesTrendlineTypeNone for 0 77872>>> Define OLExtpChartSeriesTrendlineTypeLinear for 1 77872>>> Define OLExtpChartSeriesTrendlineTypeMovingAverageSimple for 2 77872>>> 77872>>>Class cSigCjCom_DChart3dRotation is a Mixin 77873>>> 77873>>> Function ComYaw Returns Real 77875>>> Real retVal 77875>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_R8 to retVal 77876>>> Function_Return retVal 77877>>> End_Function 77878>>> 77878>>> Procedure Set ComYaw Real value 77880>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_R8 to value 77881>>> End_Procedure 77882>>> 77882>>> Function ComPitch Returns Real 77884>>> Real retVal 77884>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to retVal 77885>>> Function_Return retVal 77886>>> End_Function 77887>>> 77887>>> Procedure Set ComPitch Real value 77889>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to value 77890>>> End_Procedure 77891>>> 77891>>> Function ComRoll Returns Real 77893>>> Real retVal 77893>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to retVal 77894>>> Function_Return retVal 77895>>> End_Function 77896>>> 77896>>> Procedure Set ComRoll Real value 77898>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to value 77899>>> End_Procedure 77900>>>End_Class 77901>>> 77901>>>// Chart3dRotation 77901>>>Class cSigCjComChart3dRotation is a cComAutomationObject 77902>>> Import_Class_Protocol cSigCjCom_DChart3dRotation 77903>>> 77903>>> Procedure Construct_Object 77905>>> Forward Send Construct_Object 77907>>> Set psProgID to L_cSigCjComChart3dRotation 77908>>> Set peAutoCreate to acNoAutoCreate 77909>>> End_Procedure 77910>>>End_Class 77911>>> 77911>>>Class cSigCjCom_DChartDiagram2D is a Mixin 77912>>> 77912>>> Function ComRotated Returns Boolean 77914>>> Boolean retVal 77914>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 77915>>> Function_Return retVal 77916>>> End_Function 77917>>> 77917>>> Procedure Set ComRotated Boolean value 77919>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 77920>>> End_Procedure 77921>>> 77921>>> Function ComBackgroundColor Returns OLE_COLOR 77923>>> OLE_COLOR retVal 77923>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 77924>>> Function_Return retVal 77925>>> End_Function 77926>>> 77926>>> Procedure Set ComBackgroundColor OLE_COLOR value 77928>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 77929>>> End_Procedure 77930>>> 77930>>> Function ComBackgroundColor2 Returns OLE_COLOR 77932>>> OLE_COLOR retVal 77932>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 77933>>> Function_Return retVal 77934>>> End_Function 77935>>> 77935>>> Procedure Set ComBackgroundColor2 OLE_COLOR value 77937>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 77938>>> End_Procedure 77939>>> 77939>>> Function ComBorderColor Returns OLE_COLOR 77941>>> OLE_COLOR retVal 77941>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 77942>>> Function_Return retVal 77943>>> End_Function 77944>>> 77944>>> Procedure Set ComBorderColor OLE_COLOR value 77946>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 77947>>> End_Procedure 77948>>> 77948>>> Function ComAxisCountX Returns Integer 77950>>> Integer retVal 77950>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 77951>>> Function_Return retVal 77952>>> End_Function 77953>>> 77953>>> Procedure Set ComAxisCountX Integer value 77955>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 77956>>> End_Procedure 77957>>> 77957>>> Function ComAxisCountY Returns Integer 77959>>> Integer retVal 77959>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 77960>>> Function_Return retVal 77961>>> End_Function 77962>>> 77962>>> Procedure Set ComAxisCountY Integer value 77964>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 77965>>> End_Procedure 77966>>> 77966>>> Function ComAllowZoom Returns Boolean 77968>>> Boolean retVal 77968>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 77969>>> Function_Return retVal 77970>>> End_Function 77971>>> 77971>>> Procedure Set ComAllowZoom Boolean value 77973>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 77974>>> End_Procedure 77975>>> 77975>>> Function ComAllowScroll Returns Boolean 77977>>> Boolean retVal 77977>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 77978>>> Function_Return retVal 77979>>> End_Function 77980>>> 77980>>> Procedure Set ComAllowScroll Boolean value 77982>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 77983>>> End_Procedure 77984>>> 77984>>> Function ComAxisX Returns Variant 77986>>> Handle hDispatchDriver 77986>>> Variant retVal 77986>>> Get phDispatchDriver to hDispatchDriver 77987>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 77988>>> Function_Return retVal 77989>>> End_Function 77990>>> 77990>>> Function ComAxisY Returns Variant 77992>>> Handle hDispatchDriver 77992>>> Variant retVal 77992>>> Get phDispatchDriver to hDispatchDriver 77993>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 77994>>> Function_Return retVal 77995>>> End_Function 77996>>> 77996>>> Function ComSecondaryAxisX Returns Variant 77998>>> Handle hDispatchDriver 77998>>> Variant retVal 77998>>> Get phDispatchDriver to hDispatchDriver 77999>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 78000>>> Function_Return retVal 78001>>> End_Function 78002>>> 78002>>> Function ComSecondaryAxisY Returns Variant 78004>>> Handle hDispatchDriver 78004>>> Variant retVal 78004>>> Get phDispatchDriver to hDispatchDriver 78005>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78006>>> Function_Return retVal 78007>>> End_Function 78008>>> 78008>>> Function ComAxisXByIndex Integer llnAxisIndex Returns Variant 78010>>> Handle hDispatchDriver 78010>>> Variant retVal 78010>>> Get phDispatchDriver to hDispatchDriver 78011>>> Send PrepareParams to hDispatchDriver 1 78012>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnAxisIndex 78013>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 78014>>> Function_Return retVal 78015>>> End_Function 78016>>> 78016>>> Function ComAxisYByIndex Integer llnAxisIndex Returns Variant 78018>>> Handle hDispatchDriver 78018>>> Variant retVal 78018>>> Get phDispatchDriver to hDispatchDriver 78019>>> Send PrepareParams to hDispatchDriver 1 78020>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnAxisIndex 78021>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 78022>>> Function_Return retVal 78023>>> End_Function 78024>>> 78024>>> Function ComBackgroundFillStyle Returns Variant 78026>>> Handle hDispatchDriver 78026>>> Variant retVal 78026>>> Get phDispatchDriver to hDispatchDriver 78027>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 78028>>> Function_Return retVal 78029>>> End_Function 78030>>> 78030>>> Function ComTitles Returns Variant 78032>>> Handle hDispatchDriver 78032>>> Variant retVal 78032>>> Get phDispatchDriver to hDispatchDriver 78033>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 78034>>> Function_Return retVal 78035>>> End_Function 78036>>>End_Class 78037>>> 78037>>>// ChartDiagram2D 78037>>>Class cSigCjComChartDiagram2D is a cComAutomationObject 78038>>> Import_Class_Protocol cSigCjCom_DChartDiagram2D 78039>>> 78039>>> Procedure Construct_Object 78041>>> Forward Send Construct_Object 78043>>> Set psProgID to L_cSigCjComChartDiagram2D 78044>>> Set peAutoCreate to acNoAutoCreate 78045>>> End_Procedure 78046>>>End_Class 78047>>> 78047>>>Class cSigCjCom_DChartRadarDiagram is a Mixin 78048>>> 78048>>> Function ComBackgroundColor Returns OLE_COLOR 78050>>> OLE_COLOR retVal 78050>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 78051>>> Function_Return retVal 78052>>> End_Function 78053>>> 78053>>> Procedure Set ComBackgroundColor OLE_COLOR value 78055>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 78056>>> End_Procedure 78057>>> 78057>>> Function ComBackgroundColor2 Returns OLE_COLOR 78059>>> OLE_COLOR retVal 78059>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 78060>>> Function_Return retVal 78061>>> End_Function 78062>>> 78062>>> Procedure Set ComBackgroundColor2 OLE_COLOR value 78064>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 78065>>> End_Procedure 78066>>> 78066>>> Function ComBorderColor Returns OLE_COLOR 78068>>> OLE_COLOR retVal 78068>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 78069>>> Function_Return retVal 78070>>> End_Function 78071>>> 78071>>> Procedure Set ComBorderColor OLE_COLOR value 78073>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 78074>>> End_Procedure 78075>>> 78075>>> Function ComStartAngle Returns Integer 78077>>> Integer retVal 78077>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 78078>>> Function_Return retVal 78079>>> End_Function 78080>>> 78080>>> Procedure Set ComStartAngle Integer value 78082>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 78083>>> End_Procedure 78084>>> 78084>>> Function ComStyle Returns OLEChartRadarDiagramStyle 78086>>> OLEChartRadarDiagramStyle retVal 78086>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 78087>>> Function_Return retVal 78088>>> End_Function 78089>>> 78089>>> Procedure Set ComStyle OLEChartRadarDiagramStyle value 78091>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 78092>>> End_Procedure 78093>>> 78093>>> Function ComAxisX Returns Variant 78095>>> Handle hDispatchDriver 78095>>> Variant retVal 78095>>> Get phDispatchDriver to hDispatchDriver 78096>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78097>>> Function_Return retVal 78098>>> End_Function 78099>>> 78099>>> Function ComAxisY Returns Variant 78101>>> Handle hDispatchDriver 78101>>> Variant retVal 78101>>> Get phDispatchDriver to hDispatchDriver 78102>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 78103>>> Function_Return retVal 78104>>> End_Function 78105>>> 78105>>> Function ComBackgroundFillStyle Returns Variant 78107>>> Handle hDispatchDriver 78107>>> Variant retVal 78107>>> Get phDispatchDriver to hDispatchDriver 78108>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 78109>>> Function_Return retVal 78110>>> End_Function 78111>>> 78111>>> Function ComTitles Returns Variant 78113>>> Handle hDispatchDriver 78113>>> Variant retVal 78113>>> Get phDispatchDriver to hDispatchDriver 78114>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 78115>>> Function_Return retVal 78116>>> End_Function 78117>>>End_Class 78118>>> 78118>>>// ChartRadarDiagram 78118>>>Class cSigCjComChartRadarDiagram is a cComAutomationObject 78119>>> Import_Class_Protocol cSigCjCom_DChartRadarDiagram 78120>>> 78120>>> Procedure Construct_Object 78122>>> Forward Send Construct_Object 78124>>> Set psProgID to L_cSigCjComChartRadarDiagram 78125>>> Set peAutoCreate to acNoAutoCreate 78126>>> End_Procedure 78127>>>End_Class 78128>>> 78128>>>Class cSigCjCom_DChartFunnelDiagram is a Mixin 78129>>> 78129>>> Function ComTitles Returns Variant 78131>>> Handle hDispatchDriver 78131>>> Variant retVal 78131>>> Get phDispatchDriver to hDispatchDriver 78132>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 78133>>> Function_Return retVal 78134>>> End_Function 78135>>>End_Class 78136>>> 78136>>>// ChartFunnelDiagram 78136>>>Class cSigCjComChartFunnelDiagram is a cComAutomationObject 78137>>> Import_Class_Protocol cSigCjCom_DChartFunnelDiagram 78138>>> 78138>>> Procedure Construct_Object 78140>>> Forward Send Construct_Object 78142>>> Set psProgID to L_cSigCjComChartFunnelDiagram 78143>>> Set peAutoCreate to acNoAutoCreate 78144>>> End_Procedure 78145>>>End_Class 78146>>> 78146>>>// ChartFunnelDiagram 78146>>>Class cSigCjComChartPyramidDiagram is a cComAutomationObject 78147>>> Import_Class_Protocol cSigCjCom_DChartFunnelDiagram 78148>>> 78148>>> Procedure Construct_Object 78150>>> Forward Send Construct_Object 78152>>> Set psProgID to L_cSigCjComChartPyramidDiagram 78153>>> Set peAutoCreate to acNoAutoCreate 78154>>> End_Procedure 78155>>>End_Class 78156>>> 78156>>>Class cSigCjCom_DChartPieDiagram is a Mixin 78157>>> 78157>>> Function ComTitles Returns Variant 78159>>> Handle hDispatchDriver 78159>>> Variant retVal 78159>>> Get phDispatchDriver to hDispatchDriver 78160>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 78161>>> Function_Return retVal 78162>>> End_Function 78163>>>End_Class 78164>>> 78164>>>// ChartPieDiagram 78164>>>Class cSigCjComChartPieDiagram is a cComAutomationObject 78165>>> Import_Class_Protocol cSigCjCom_DChartPieDiagram 78166>>> 78166>>> Procedure Construct_Object 78168>>> Forward Send Construct_Object 78170>>> Set psProgID to L_cSigCjComChartPieDiagram 78171>>> Set peAutoCreate to acNoAutoCreate 78172>>> End_Procedure 78173>>>End_Class 78174>>> 78174>>>// Chart3dPieDiagram 78174>>>Class cSigCjComChart3dPieDiagram is a cComAutomationObject 78175>>> Import_Class_Protocol cSigCjCom_DChartPieDiagram 78176>>> 78176>>> Procedure Construct_Object 78178>>> Forward Send Construct_Object 78180>>> Set psProgID to L_cSigCjComChart3dPieDiagram 78181>>> Set peAutoCreate to acNoAutoCreate 78182>>> End_Procedure 78183>>>End_Class 78184>>> 78184>>>Class cSigCjCom_DChartPointSeriesStyle is a Mixin 78185>>> 78185>>> Function ComColorEach Returns Boolean 78187>>> Boolean retVal 78187>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78188>>> Function_Return retVal 78189>>> End_Function 78190>>> 78190>>> Procedure Set ComColorEach Boolean value 78192>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78193>>> End_Procedure 78194>>> 78194>>> Function ComColor Returns OLE_COLOR 78196>>> OLE_COLOR retVal 78196>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78197>>> Function_Return retVal 78198>>> End_Function 78199>>> 78199>>> Procedure Set ComColor OLE_COLOR value 78201>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78202>>> End_Procedure 78203>>> 78203>>> Function ComTransparency Returns Integer 78205>>> Integer retVal 78205>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78206>>> Function_Return retVal 78207>>> End_Function 78208>>> 78208>>> Procedure Set ComTransparency Integer value 78210>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78211>>> End_Procedure 78212>>> 78212>>> Function ComSmoothEdges Returns Boolean 78214>>> Boolean retVal 78214>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78215>>> Function_Return retVal 78216>>> End_Function 78217>>> 78217>>> Procedure Set ComSmoothEdges Boolean value 78219>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78220>>> End_Procedure 78221>>> 78221>>> Function ComSecondaryAxisX Returns Boolean 78223>>> Boolean retVal 78223>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 78224>>> Function_Return retVal 78225>>> End_Function 78226>>> 78226>>> Procedure Set ComSecondaryAxisX Boolean value 78228>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 78229>>> End_Procedure 78230>>> 78230>>> Function ComSecondaryAxisY Returns Boolean 78232>>> Boolean retVal 78232>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 78233>>> Function_Return retVal 78234>>> End_Function 78235>>> 78235>>> Procedure Set ComSecondaryAxisY Boolean value 78237>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 78238>>> End_Procedure 78239>>> 78239>>> Function ComAxisIndexX Returns Integer 78241>>> Integer retVal 78241>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 78242>>> Function_Return retVal 78243>>> End_Function 78244>>> 78244>>> Procedure Set ComAxisIndexX Integer value 78246>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 78247>>> End_Procedure 78248>>> 78248>>> Function ComAxisIndexY Returns Integer 78250>>> Integer retVal 78250>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 78251>>> Function_Return retVal 78252>>> End_Function 78253>>> 78253>>> Procedure Set ComAxisIndexY Integer value 78255>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 78256>>> End_Procedure 78257>>> 78257>>> Function ComErrorBar Returns Variant 78259>>> Handle hDispatchDriver 78259>>> Variant retVal 78259>>> Get phDispatchDriver to hDispatchDriver 78260>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78261>>> Function_Return retVal 78262>>> End_Function 78263>>> 78263>>> Function ComGetRotation Returns Variant 78265>>> Handle hDispatchDriver 78265>>> Variant retVal 78265>>> Get phDispatchDriver to hDispatchDriver 78266>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78267>>> Function_Return retVal 78268>>> End_Function 78269>>> 78269>>> Procedure ComSetRotation Variant llpRotation 78271>>> Handle hDispatchDriver 78271>>> Get phDispatchDriver to hDispatchDriver 78272>>> Send PrepareParams to hDispatchDriver 1 78273>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78274>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78275>>> End_Procedure 78276>>> 78276>>> Function ComLabel Returns Variant 78278>>> Handle hDispatchDriver 78278>>> Variant retVal 78278>>> Get phDispatchDriver to hDispatchDriver 78279>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78280>>> Function_Return retVal 78281>>> End_Function 78282>>> 78282>>> Function ComMarker Returns Variant 78284>>> Handle hDispatchDriver 78284>>> Variant retVal 78284>>> Get phDispatchDriver to hDispatchDriver 78285>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78286>>> Function_Return retVal 78287>>> End_Function 78288>>>End_Class 78289>>> 78289>>>// ChartPointSeriesStyle 78289>>>Class cSigCjComChartPointSeriesStyle is a cComAutomationObject 78290>>> Import_Class_Protocol cSigCjCom_DChartPointSeriesStyle 78291>>> 78291>>> Procedure Construct_Object 78293>>> Forward Send Construct_Object 78295>>> Set psProgID to L_cSigCjComChartPointSeriesStyle 78296>>> Set peAutoCreate to acNoAutoCreate 78297>>> End_Procedure 78298>>>End_Class 78299>>> 78299>>>Class cSigCjCom_DChartRadarPointSeriesStyle is a Mixin 78300>>> 78300>>> Function ComColorEach Returns Boolean 78302>>> Boolean retVal 78302>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78303>>> Function_Return retVal 78304>>> End_Function 78305>>> 78305>>> Procedure Set ComColorEach Boolean value 78307>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78308>>> End_Procedure 78309>>> 78309>>> Function ComColor Returns OLE_COLOR 78311>>> OLE_COLOR retVal 78311>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78312>>> Function_Return retVal 78313>>> End_Function 78314>>> 78314>>> Procedure Set ComColor OLE_COLOR value 78316>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78317>>> End_Procedure 78318>>> 78318>>> Function ComTransparency Returns Integer 78320>>> Integer retVal 78320>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78321>>> Function_Return retVal 78322>>> End_Function 78323>>> 78323>>> Procedure Set ComTransparency Integer value 78325>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78326>>> End_Procedure 78327>>> 78327>>> Function ComSmoothEdges Returns Boolean 78329>>> Boolean retVal 78329>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78330>>> Function_Return retVal 78331>>> End_Function 78332>>> 78332>>> Procedure Set ComSmoothEdges Boolean value 78334>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78335>>> End_Procedure 78336>>> 78336>>> Function ComErrorBar Returns Variant 78338>>> Handle hDispatchDriver 78338>>> Variant retVal 78338>>> Get phDispatchDriver to hDispatchDriver 78339>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78340>>> Function_Return retVal 78341>>> End_Function 78342>>> 78342>>> Function ComGetRotation Returns Variant 78344>>> Handle hDispatchDriver 78344>>> Variant retVal 78344>>> Get phDispatchDriver to hDispatchDriver 78345>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78346>>> Function_Return retVal 78347>>> End_Function 78348>>> 78348>>> Procedure ComSetRotation Variant llpRotation 78350>>> Handle hDispatchDriver 78350>>> Get phDispatchDriver to hDispatchDriver 78351>>> Send PrepareParams to hDispatchDriver 1 78352>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78353>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78354>>> End_Procedure 78355>>> 78355>>> Function ComLabel Returns Variant 78357>>> Handle hDispatchDriver 78357>>> Variant retVal 78357>>> Get phDispatchDriver to hDispatchDriver 78358>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78359>>> Function_Return retVal 78360>>> End_Function 78361>>> 78361>>> Function ComMarker Returns Variant 78363>>> Handle hDispatchDriver 78363>>> Variant retVal 78363>>> Get phDispatchDriver to hDispatchDriver 78364>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78365>>> Function_Return retVal 78366>>> End_Function 78367>>>End_Class 78368>>> 78368>>>// ChartRadarPointSeriesStyle 78368>>>Class cSigCjComChartRadarPointSeriesStyle is a cComAutomationObject 78369>>> Import_Class_Protocol cSigCjCom_DChartRadarPointSeriesStyle 78370>>> 78370>>> Procedure Construct_Object 78372>>> Forward Send Construct_Object 78374>>> Set psProgID to L_cSigCjComChartRadarPointSeriesStyle 78375>>> Set peAutoCreate to acNoAutoCreate 78376>>> End_Procedure 78377>>>End_Class 78378>>> 78378>>>Class cSigCjCom_DChartRadarLineSeriesStyle is a Mixin 78379>>> 78379>>> Function ComColorEach Returns Boolean 78381>>> Boolean retVal 78381>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78382>>> Function_Return retVal 78383>>> End_Function 78384>>> 78384>>> Procedure Set ComColorEach Boolean value 78386>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78387>>> End_Procedure 78388>>> 78388>>> Function ComColor Returns OLE_COLOR 78390>>> OLE_COLOR retVal 78390>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78391>>> Function_Return retVal 78392>>> End_Function 78393>>> 78393>>> Procedure Set ComColor OLE_COLOR value 78395>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78396>>> End_Procedure 78397>>> 78397>>> Function ComTransparency Returns Integer 78399>>> Integer retVal 78399>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78400>>> Function_Return retVal 78401>>> End_Function 78402>>> 78402>>> Procedure Set ComTransparency Integer value 78404>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78405>>> End_Procedure 78406>>> 78406>>> Function ComSmoothEdges Returns Boolean 78408>>> Boolean retVal 78408>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78409>>> Function_Return retVal 78410>>> End_Function 78411>>> 78411>>> Procedure Set ComSmoothEdges Boolean value 78413>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78414>>> End_Procedure 78415>>> 78415>>> Function ComErrorBar Returns Variant 78417>>> Handle hDispatchDriver 78417>>> Variant retVal 78417>>> Get phDispatchDriver to hDispatchDriver 78418>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78419>>> Function_Return retVal 78420>>> End_Function 78421>>> 78421>>> Function ComGetRotation Returns Variant 78423>>> Handle hDispatchDriver 78423>>> Variant retVal 78423>>> Get phDispatchDriver to hDispatchDriver 78424>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78425>>> Function_Return retVal 78426>>> End_Function 78427>>> 78427>>> Procedure ComSetRotation Variant llpRotation 78429>>> Handle hDispatchDriver 78429>>> Get phDispatchDriver to hDispatchDriver 78430>>> Send PrepareParams to hDispatchDriver 1 78431>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78432>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78433>>> End_Procedure 78434>>> 78434>>> Function ComLabel Returns Variant 78436>>> Handle hDispatchDriver 78436>>> Variant retVal 78436>>> Get phDispatchDriver to hDispatchDriver 78437>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78438>>> Function_Return retVal 78439>>> End_Function 78440>>> 78440>>> Function ComMarker Returns Variant 78442>>> Handle hDispatchDriver 78442>>> Variant retVal 78442>>> Get phDispatchDriver to hDispatchDriver 78443>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78444>>> Function_Return retVal 78445>>> End_Function 78446>>> 78446>>> Function ComLineStyle Returns Variant 78448>>> Handle hDispatchDriver 78448>>> Variant retVal 78448>>> Get phDispatchDriver to hDispatchDriver 78449>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 78450>>> Function_Return retVal 78451>>> End_Function 78452>>>End_Class 78453>>> 78453>>>// ChartRadarLineSeriesStyle 78453>>>Class cSigCjComChartRadarLineSeriesStyle is a cComAutomationObject 78454>>> Import_Class_Protocol cSigCjCom_DChartRadarLineSeriesStyle 78455>>> 78455>>> Procedure Construct_Object 78457>>> Forward Send Construct_Object 78459>>> Set psProgID to L_cSigCjComChartRadarLineSeriesStyle 78460>>> Set peAutoCreate to acNoAutoCreate 78461>>> End_Procedure 78462>>>End_Class 78463>>> 78463>>>Class cSigCjCom_DChartRadarSplineSeriesStyle is a Mixin 78464>>> 78464>>> Function ComColorEach Returns Boolean 78466>>> Boolean retVal 78466>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78467>>> Function_Return retVal 78468>>> End_Function 78469>>> 78469>>> Procedure Set ComColorEach Boolean value 78471>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78472>>> End_Procedure 78473>>> 78473>>> Function ComColor Returns OLE_COLOR 78475>>> OLE_COLOR retVal 78475>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78476>>> Function_Return retVal 78477>>> End_Function 78478>>> 78478>>> Procedure Set ComColor OLE_COLOR value 78480>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78481>>> End_Procedure 78482>>> 78482>>> Function ComTransparency Returns Integer 78484>>> Integer retVal 78484>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78485>>> Function_Return retVal 78486>>> End_Function 78487>>> 78487>>> Procedure Set ComTransparency Integer value 78489>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78490>>> End_Procedure 78491>>> 78491>>> Function ComSmoothEdges Returns Boolean 78493>>> Boolean retVal 78493>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78494>>> Function_Return retVal 78495>>> End_Function 78496>>> 78496>>> Procedure Set ComSmoothEdges Boolean value 78498>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78499>>> End_Procedure 78500>>> 78500>>> Function ComErrorBar Returns Variant 78502>>> Handle hDispatchDriver 78502>>> Variant retVal 78502>>> Get phDispatchDriver to hDispatchDriver 78503>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78504>>> Function_Return retVal 78505>>> End_Function 78506>>> 78506>>> Function ComGetRotation Returns Variant 78508>>> Handle hDispatchDriver 78508>>> Variant retVal 78508>>> Get phDispatchDriver to hDispatchDriver 78509>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78510>>> Function_Return retVal 78511>>> End_Function 78512>>> 78512>>> Procedure ComSetRotation Variant llpRotation 78514>>> Handle hDispatchDriver 78514>>> Get phDispatchDriver to hDispatchDriver 78515>>> Send PrepareParams to hDispatchDriver 1 78516>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78517>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78518>>> End_Procedure 78519>>> 78519>>> Function ComLabel Returns Variant 78521>>> Handle hDispatchDriver 78521>>> Variant retVal 78521>>> Get phDispatchDriver to hDispatchDriver 78522>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78523>>> Function_Return retVal 78524>>> End_Function 78525>>> 78525>>> Function ComMarker Returns Variant 78527>>> Handle hDispatchDriver 78527>>> Variant retVal 78527>>> Get phDispatchDriver to hDispatchDriver 78528>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78529>>> Function_Return retVal 78530>>> End_Function 78531>>> 78531>>> Function ComLineStyle Returns Variant 78533>>> Handle hDispatchDriver 78533>>> Variant retVal 78533>>> Get phDispatchDriver to hDispatchDriver 78534>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 78535>>> Function_Return retVal 78536>>> End_Function 78537>>>End_Class 78538>>> 78538>>>// ChartRadarSplineSeriesStyle 78538>>>Class cSigCjComChartRadarSplineSeriesStyle is a cComAutomationObject 78539>>> Import_Class_Protocol cSigCjCom_DChartRadarSplineSeriesStyle 78540>>> 78540>>> Procedure Construct_Object 78542>>> Forward Send Construct_Object 78544>>> Set psProgID to L_cSigCjComChartRadarSplineSeriesStyle 78545>>> Set peAutoCreate to acNoAutoCreate 78546>>> End_Procedure 78547>>>End_Class 78548>>> 78548>>>Class cSigCjCom_DChartRadarAreaSeriesStyle is a Mixin 78549>>> 78549>>> Function ComColorEach Returns Boolean 78551>>> Boolean retVal 78551>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78552>>> Function_Return retVal 78553>>> End_Function 78554>>> 78554>>> Procedure Set ComColorEach Boolean value 78556>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78557>>> End_Procedure 78558>>> 78558>>> Function ComColor Returns OLE_COLOR 78560>>> OLE_COLOR retVal 78560>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78561>>> Function_Return retVal 78562>>> End_Function 78563>>> 78563>>> Procedure Set ComColor OLE_COLOR value 78565>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78566>>> End_Procedure 78567>>> 78567>>> Function ComTransparency Returns Integer 78569>>> Integer retVal 78569>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78570>>> Function_Return retVal 78571>>> End_Function 78572>>> 78572>>> Procedure Set ComTransparency Integer value 78574>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78575>>> End_Procedure 78576>>> 78576>>> Function ComSmoothEdges Returns Boolean 78578>>> Boolean retVal 78578>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78579>>> Function_Return retVal 78580>>> End_Function 78581>>> 78581>>> Procedure Set ComSmoothEdges Boolean value 78583>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78584>>> End_Procedure 78585>>> 78585>>> Function ComErrorBar Returns Variant 78587>>> Handle hDispatchDriver 78587>>> Variant retVal 78587>>> Get phDispatchDriver to hDispatchDriver 78588>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78589>>> Function_Return retVal 78590>>> End_Function 78591>>> 78591>>> Function ComGetRotation Returns Variant 78593>>> Handle hDispatchDriver 78593>>> Variant retVal 78593>>> Get phDispatchDriver to hDispatchDriver 78594>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78595>>> Function_Return retVal 78596>>> End_Function 78597>>> 78597>>> Procedure ComSetRotation Variant llpRotation 78599>>> Handle hDispatchDriver 78599>>> Get phDispatchDriver to hDispatchDriver 78600>>> Send PrepareParams to hDispatchDriver 1 78601>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78602>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78603>>> End_Procedure 78604>>> 78604>>> Function ComLabel Returns Variant 78606>>> Handle hDispatchDriver 78606>>> Variant retVal 78606>>> Get phDispatchDriver to hDispatchDriver 78607>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78608>>> Function_Return retVal 78609>>> End_Function 78610>>> 78610>>> Function ComMarker Returns Variant 78612>>> Handle hDispatchDriver 78612>>> Variant retVal 78612>>> Get phDispatchDriver to hDispatchDriver 78613>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78614>>> Function_Return retVal 78615>>> End_Function 78616>>> 78616>>> Function ComFillStyle Returns Variant 78618>>> Handle hDispatchDriver 78618>>> Variant retVal 78618>>> Get phDispatchDriver to hDispatchDriver 78619>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 78620>>> Function_Return retVal 78621>>> End_Function 78622>>> 78622>>> Function ComBorder Returns Variant 78624>>> Handle hDispatchDriver 78624>>> Variant retVal 78624>>> Get phDispatchDriver to hDispatchDriver 78625>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 78626>>> Function_Return retVal 78627>>> End_Function 78628>>>End_Class 78629>>> 78629>>>// ChartRadarAreaSeriesStyle 78629>>>Class cSigCjComChartRadarAreaSeriesStyle is a cComAutomationObject 78630>>> Import_Class_Protocol cSigCjCom_DChartRadarAreaSeriesStyle 78631>>> 78631>>> Procedure Construct_Object 78633>>> Forward Send Construct_Object 78635>>> Set psProgID to L_cSigCjComChartRadarAreaSeriesStyle 78636>>> Set peAutoCreate to acNoAutoCreate 78637>>> End_Procedure 78638>>>End_Class 78639>>> 78639>>>Class cSigCjCom_DChartRadarSplineAreaSeriesStyle is a Mixin 78640>>> 78640>>> Function ComColorEach Returns Boolean 78642>>> Boolean retVal 78642>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78643>>> Function_Return retVal 78644>>> End_Function 78645>>> 78645>>> Procedure Set ComColorEach Boolean value 78647>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78648>>> End_Procedure 78649>>> 78649>>> Function ComColor Returns OLE_COLOR 78651>>> OLE_COLOR retVal 78651>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78652>>> Function_Return retVal 78653>>> End_Function 78654>>> 78654>>> Procedure Set ComColor OLE_COLOR value 78656>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78657>>> End_Procedure 78658>>> 78658>>> Function ComTransparency Returns Integer 78660>>> Integer retVal 78660>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78661>>> Function_Return retVal 78662>>> End_Function 78663>>> 78663>>> Procedure Set ComTransparency Integer value 78665>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78666>>> End_Procedure 78667>>> 78667>>> Function ComSmoothEdges Returns Boolean 78669>>> Boolean retVal 78669>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78670>>> Function_Return retVal 78671>>> End_Function 78672>>> 78672>>> Procedure Set ComSmoothEdges Boolean value 78674>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78675>>> End_Procedure 78676>>> 78676>>> Function ComErrorBar Returns Variant 78678>>> Handle hDispatchDriver 78678>>> Variant retVal 78678>>> Get phDispatchDriver to hDispatchDriver 78679>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78680>>> Function_Return retVal 78681>>> End_Function 78682>>> 78682>>> Function ComGetRotation Returns Variant 78684>>> Handle hDispatchDriver 78684>>> Variant retVal 78684>>> Get phDispatchDriver to hDispatchDriver 78685>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78686>>> Function_Return retVal 78687>>> End_Function 78688>>> 78688>>> Procedure ComSetRotation Variant llpRotation 78690>>> Handle hDispatchDriver 78690>>> Get phDispatchDriver to hDispatchDriver 78691>>> Send PrepareParams to hDispatchDriver 1 78692>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78693>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78694>>> End_Procedure 78695>>> 78695>>> Function ComLabel Returns Variant 78697>>> Handle hDispatchDriver 78697>>> Variant retVal 78697>>> Get phDispatchDriver to hDispatchDriver 78698>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78699>>> Function_Return retVal 78700>>> End_Function 78701>>> 78701>>> Function ComMarker Returns Variant 78703>>> Handle hDispatchDriver 78703>>> Variant retVal 78703>>> Get phDispatchDriver to hDispatchDriver 78704>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78705>>> Function_Return retVal 78706>>> End_Function 78707>>> 78707>>> Function ComFillStyle Returns Variant 78709>>> Handle hDispatchDriver 78709>>> Variant retVal 78709>>> Get phDispatchDriver to hDispatchDriver 78710>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 78711>>> Function_Return retVal 78712>>> End_Function 78713>>> 78713>>> Function ComBorder Returns Variant 78715>>> Handle hDispatchDriver 78715>>> Variant retVal 78715>>> Get phDispatchDriver to hDispatchDriver 78716>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 78717>>> Function_Return retVal 78718>>> End_Function 78719>>>End_Class 78720>>> 78720>>>// ChartRadarSplineAreaSeriesStyle 78720>>>Class cSigCjComChartRadarSplineAreaSeriesStyle is a cComAutomationObject 78721>>> Import_Class_Protocol cSigCjCom_DChartRadarSplineAreaSeriesStyle 78722>>> 78722>>> Procedure Construct_Object 78724>>> Forward Send Construct_Object 78726>>> Set psProgID to L_cSigCjComChartRadarSplineAreaSeriesStyle 78727>>> Set peAutoCreate to acNoAutoCreate 78728>>> End_Procedure 78729>>>End_Class 78730>>> 78730>>>Class cSigCjCom_DChartLineSeriesStyle is a Mixin 78731>>> 78731>>> Function ComColorEach Returns Boolean 78733>>> Boolean retVal 78733>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78734>>> Function_Return retVal 78735>>> End_Function 78736>>> 78736>>> Procedure Set ComColorEach Boolean value 78738>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78739>>> End_Procedure 78740>>> 78740>>> Function ComColor Returns OLE_COLOR 78742>>> OLE_COLOR retVal 78742>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78743>>> Function_Return retVal 78744>>> End_Function 78745>>> 78745>>> Procedure Set ComColor OLE_COLOR value 78747>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78748>>> End_Procedure 78749>>> 78749>>> Function ComTransparency Returns Integer 78751>>> Integer retVal 78751>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78752>>> Function_Return retVal 78753>>> End_Function 78754>>> 78754>>> Procedure Set ComTransparency Integer value 78756>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78757>>> End_Procedure 78758>>> 78758>>> Function ComSmoothEdges Returns Boolean 78760>>> Boolean retVal 78760>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78761>>> Function_Return retVal 78762>>> End_Function 78763>>> 78763>>> Procedure Set ComSmoothEdges Boolean value 78765>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78766>>> End_Procedure 78767>>> 78767>>> Function ComSecondaryAxisX Returns Boolean 78769>>> Boolean retVal 78769>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 78770>>> Function_Return retVal 78771>>> End_Function 78772>>> 78772>>> Procedure Set ComSecondaryAxisX Boolean value 78774>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 78775>>> End_Procedure 78776>>> 78776>>> Function ComSecondaryAxisY Returns Boolean 78778>>> Boolean retVal 78778>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 78779>>> Function_Return retVal 78780>>> End_Function 78781>>> 78781>>> Procedure Set ComSecondaryAxisY Boolean value 78783>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 78784>>> End_Procedure 78785>>> 78785>>> Function ComAxisIndexX Returns Integer 78787>>> Integer retVal 78787>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 78788>>> Function_Return retVal 78789>>> End_Function 78790>>> 78790>>> Procedure Set ComAxisIndexX Integer value 78792>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 78793>>> End_Procedure 78794>>> 78794>>> Function ComAxisIndexY Returns Integer 78796>>> Integer retVal 78796>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 78797>>> Function_Return retVal 78798>>> End_Function 78799>>> 78799>>> Procedure Set ComAxisIndexY Integer value 78801>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 78802>>> End_Procedure 78803>>> 78803>>> Function ComErrorBar Returns Variant 78805>>> Handle hDispatchDriver 78805>>> Variant retVal 78805>>> Get phDispatchDriver to hDispatchDriver 78806>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78807>>> Function_Return retVal 78808>>> End_Function 78809>>> 78809>>> Function ComGetRotation Returns Variant 78811>>> Handle hDispatchDriver 78811>>> Variant retVal 78811>>> Get phDispatchDriver to hDispatchDriver 78812>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78813>>> Function_Return retVal 78814>>> End_Function 78815>>> 78815>>> Procedure ComSetRotation Variant llpRotation 78817>>> Handle hDispatchDriver 78817>>> Get phDispatchDriver to hDispatchDriver 78818>>> Send PrepareParams to hDispatchDriver 1 78819>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78820>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78821>>> End_Procedure 78822>>> 78822>>> Function ComLabel Returns Variant 78824>>> Handle hDispatchDriver 78824>>> Variant retVal 78824>>> Get phDispatchDriver to hDispatchDriver 78825>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78826>>> Function_Return retVal 78827>>> End_Function 78828>>> 78828>>> Function ComMarker Returns Variant 78830>>> Handle hDispatchDriver 78830>>> Variant retVal 78830>>> Get phDispatchDriver to hDispatchDriver 78831>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78832>>> Function_Return retVal 78833>>> End_Function 78834>>> 78834>>> Function ComLineStyle Returns Variant 78836>>> Handle hDispatchDriver 78836>>> Variant retVal 78836>>> Get phDispatchDriver to hDispatchDriver 78837>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 78838>>> Function_Return retVal 78839>>> End_Function 78840>>>End_Class 78841>>> 78841>>>// ChartLineSeriesStyle 78841>>>Class cSigCjComChartLineSeriesStyle is a cComAutomationObject 78842>>> Import_Class_Protocol cSigCjCom_DChartLineSeriesStyle 78843>>> 78843>>> Procedure Construct_Object 78845>>> Forward Send Construct_Object 78847>>> Set psProgID to L_cSigCjComChartLineSeriesStyle 78848>>> Set peAutoCreate to acNoAutoCreate 78849>>> End_Procedure 78850>>>End_Class 78851>>> 78851>>>Class cSigCjCom_DChartScatterLineSeriesStyle is a Mixin 78852>>> 78852>>> Function ComColorEach Returns Boolean 78854>>> Boolean retVal 78854>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78855>>> Function_Return retVal 78856>>> End_Function 78857>>> 78857>>> Procedure Set ComColorEach Boolean value 78859>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78860>>> End_Procedure 78861>>> 78861>>> Function ComColor Returns OLE_COLOR 78863>>> OLE_COLOR retVal 78863>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78864>>> Function_Return retVal 78865>>> End_Function 78866>>> 78866>>> Procedure Set ComColor OLE_COLOR value 78868>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78869>>> End_Procedure 78870>>> 78870>>> Function ComTransparency Returns Integer 78872>>> Integer retVal 78872>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78873>>> Function_Return retVal 78874>>> End_Function 78875>>> 78875>>> Procedure Set ComTransparency Integer value 78877>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78878>>> End_Procedure 78879>>> 78879>>> Function ComSmoothEdges Returns Boolean 78881>>> Boolean retVal 78881>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 78882>>> Function_Return retVal 78883>>> End_Function 78884>>> 78884>>> Procedure Set ComSmoothEdges Boolean value 78886>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 78887>>> End_Procedure 78888>>> 78888>>> Function ComSecondaryAxisX Returns Boolean 78890>>> Boolean retVal 78890>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 78891>>> Function_Return retVal 78892>>> End_Function 78893>>> 78893>>> Procedure Set ComSecondaryAxisX Boolean value 78895>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 78896>>> End_Procedure 78897>>> 78897>>> Function ComSecondaryAxisY Returns Boolean 78899>>> Boolean retVal 78899>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 78900>>> Function_Return retVal 78901>>> End_Function 78902>>> 78902>>> Procedure Set ComSecondaryAxisY Boolean value 78904>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 78905>>> End_Procedure 78906>>> 78906>>> Function ComAxisIndexX Returns Integer 78908>>> Integer retVal 78908>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 78909>>> Function_Return retVal 78910>>> End_Function 78911>>> 78911>>> Procedure Set ComAxisIndexX Integer value 78913>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 78914>>> End_Procedure 78915>>> 78915>>> Function ComAxisIndexY Returns Integer 78917>>> Integer retVal 78917>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 78918>>> Function_Return retVal 78919>>> End_Function 78920>>> 78920>>> Procedure Set ComAxisIndexY Integer value 78922>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 78923>>> End_Procedure 78924>>> 78924>>> Function ComErrorBar Returns Variant 78926>>> Handle hDispatchDriver 78926>>> Variant retVal 78926>>> Get phDispatchDriver to hDispatchDriver 78927>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 78928>>> Function_Return retVal 78929>>> End_Function 78930>>> 78930>>> Function ComGetRotation Returns Variant 78932>>> Handle hDispatchDriver 78932>>> Variant retVal 78932>>> Get phDispatchDriver to hDispatchDriver 78933>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 78934>>> Function_Return retVal 78935>>> End_Function 78936>>> 78936>>> Procedure ComSetRotation Variant llpRotation 78938>>> Handle hDispatchDriver 78938>>> Get phDispatchDriver to hDispatchDriver 78939>>> Send PrepareParams to hDispatchDriver 1 78940>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 78941>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 78942>>> End_Procedure 78943>>> 78943>>> Function ComLabel Returns Variant 78945>>> Handle hDispatchDriver 78945>>> Variant retVal 78945>>> Get phDispatchDriver to hDispatchDriver 78946>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 78947>>> Function_Return retVal 78948>>> End_Function 78949>>> 78949>>> Function ComMarker Returns Variant 78951>>> Handle hDispatchDriver 78951>>> Variant retVal 78951>>> Get phDispatchDriver to hDispatchDriver 78952>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 78953>>> Function_Return retVal 78954>>> End_Function 78955>>> 78955>>> Function ComLineStyle Returns Variant 78957>>> Handle hDispatchDriver 78957>>> Variant retVal 78957>>> Get phDispatchDriver to hDispatchDriver 78958>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 78959>>> Function_Return retVal 78960>>> End_Function 78961>>>End_Class 78962>>> 78962>>>// ChartScatterLineSeriesStyle 78962>>>Class cSigCjComChartScatterLineSeriesStyle is a cComAutomationObject 78963>>> Import_Class_Protocol cSigCjCom_DChartScatterLineSeriesStyle 78964>>> 78964>>> Procedure Construct_Object 78966>>> Forward Send Construct_Object 78968>>> Set psProgID to L_cSigCjComChartScatterLineSeriesStyle 78969>>> Set peAutoCreate to acNoAutoCreate 78970>>> End_Procedure 78971>>>End_Class 78972>>> 78972>>>Class cSigCjCom_DChartFastLineSeriesStyle is a Mixin 78973>>> 78973>>> Function ComColorEach Returns Boolean 78975>>> Boolean retVal 78975>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 78976>>> Function_Return retVal 78977>>> End_Function 78978>>> 78978>>> Procedure Set ComColorEach Boolean value 78980>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 78981>>> End_Procedure 78982>>> 78982>>> Function ComColor Returns OLE_COLOR 78984>>> OLE_COLOR retVal 78984>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 78985>>> Function_Return retVal 78986>>> End_Function 78987>>> 78987>>> Procedure Set ComColor OLE_COLOR value 78989>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 78990>>> End_Procedure 78991>>> 78991>>> Function ComTransparency Returns Integer 78993>>> Integer retVal 78993>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 78994>>> Function_Return retVal 78995>>> End_Function 78996>>> 78996>>> Procedure Set ComTransparency Integer value 78998>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 78999>>> End_Procedure 79000>>> 79000>>> Function ComSmoothEdges Returns Boolean 79002>>> Boolean retVal 79002>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79003>>> Function_Return retVal 79004>>> End_Function 79005>>> 79005>>> Procedure Set ComSmoothEdges Boolean value 79007>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79008>>> End_Procedure 79009>>> 79009>>> Function ComSecondaryAxisX Returns Boolean 79011>>> Boolean retVal 79011>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 79012>>> Function_Return retVal 79013>>> End_Function 79014>>> 79014>>> Procedure Set ComSecondaryAxisX Boolean value 79016>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 79017>>> End_Procedure 79018>>> 79018>>> Function ComSecondaryAxisY Returns Boolean 79020>>> Boolean retVal 79020>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 79021>>> Function_Return retVal 79022>>> End_Function 79023>>> 79023>>> Procedure Set ComSecondaryAxisY Boolean value 79025>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 79026>>> End_Procedure 79027>>> 79027>>> Function ComAxisIndexX Returns Integer 79029>>> Integer retVal 79029>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 79030>>> Function_Return retVal 79031>>> End_Function 79032>>> 79032>>> Procedure Set ComAxisIndexX Integer value 79034>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 79035>>> End_Procedure 79036>>> 79036>>> Function ComAxisIndexY Returns Integer 79038>>> Integer retVal 79038>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 79039>>> Function_Return retVal 79040>>> End_Function 79041>>> 79041>>> Procedure Set ComAxisIndexY Integer value 79043>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 79044>>> End_Procedure 79045>>> 79045>>> Function ComAntialiasing Returns Boolean 79047>>> Boolean retVal 79047>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to retVal 79048>>> Function_Return retVal 79049>>> End_Function 79050>>> 79050>>> Procedure Set ComAntialiasing Boolean value 79052>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to value 79053>>> End_Procedure 79054>>> 79054>>> Function ComLabel Returns Variant 79056>>> Handle hDispatchDriver 79056>>> Variant retVal 79056>>> Get phDispatchDriver to hDispatchDriver 79057>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79058>>> Function_Return retVal 79059>>> End_Function 79060>>> 79060>>> Function ComErrorBar Returns Variant 79062>>> Handle hDispatchDriver 79062>>> Variant retVal 79062>>> Get phDispatchDriver to hDispatchDriver 79063>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79064>>> Function_Return retVal 79065>>> End_Function 79066>>> 79066>>> Function ComGetRotation Returns Variant 79068>>> Handle hDispatchDriver 79068>>> Variant retVal 79068>>> Get phDispatchDriver to hDispatchDriver 79069>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79070>>> Function_Return retVal 79071>>> End_Function 79072>>> 79072>>> Procedure ComSetRotation Variant llpRotation 79074>>> Handle hDispatchDriver 79074>>> Get phDispatchDriver to hDispatchDriver 79075>>> Send PrepareParams to hDispatchDriver 1 79076>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79077>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79078>>> End_Procedure 79079>>> 79079>>> Function ComLineStyle Returns Variant 79081>>> Handle hDispatchDriver 79081>>> Variant retVal 79081>>> Get phDispatchDriver to hDispatchDriver 79082>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 79083>>> Function_Return retVal 79084>>> End_Function 79085>>>End_Class 79086>>> 79086>>>// ChartFastLineSeriesStyle 79086>>>Class cSigCjComChartFastLineSeriesStyle is a cComAutomationObject 79087>>> Import_Class_Protocol cSigCjCom_DChartFastLineSeriesStyle 79088>>> 79088>>> Procedure Construct_Object 79090>>> Forward Send Construct_Object 79092>>> Set psProgID to L_cSigCjComChartFastLineSeriesStyle 79093>>> Set peAutoCreate to acNoAutoCreate 79094>>> End_Procedure 79095>>>End_Class 79096>>> 79096>>>Class cSigCjCom_DChartStepLineSeriesStyle is a Mixin 79097>>> 79097>>> Function ComColorEach Returns Boolean 79099>>> Boolean retVal 79099>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79100>>> Function_Return retVal 79101>>> End_Function 79102>>> 79102>>> Procedure Set ComColorEach Boolean value 79104>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79105>>> End_Procedure 79106>>> 79106>>> Function ComColor Returns OLE_COLOR 79108>>> OLE_COLOR retVal 79108>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79109>>> Function_Return retVal 79110>>> End_Function 79111>>> 79111>>> Procedure Set ComColor OLE_COLOR value 79113>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79114>>> End_Procedure 79115>>> 79115>>> Function ComTransparency Returns Integer 79117>>> Integer retVal 79117>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79118>>> Function_Return retVal 79119>>> End_Function 79120>>> 79120>>> Procedure Set ComTransparency Integer value 79122>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79123>>> End_Procedure 79124>>> 79124>>> Function ComSmoothEdges Returns Boolean 79126>>> Boolean retVal 79126>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79127>>> Function_Return retVal 79128>>> End_Function 79129>>> 79129>>> Procedure Set ComSmoothEdges Boolean value 79131>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79132>>> End_Procedure 79133>>> 79133>>> Function ComSecondaryAxisX Returns Boolean 79135>>> Boolean retVal 79135>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 79136>>> Function_Return retVal 79137>>> End_Function 79138>>> 79138>>> Procedure Set ComSecondaryAxisX Boolean value 79140>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 79141>>> End_Procedure 79142>>> 79142>>> Function ComSecondaryAxisY Returns Boolean 79144>>> Boolean retVal 79144>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 79145>>> Function_Return retVal 79146>>> End_Function 79147>>> 79147>>> Procedure Set ComSecondaryAxisY Boolean value 79149>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 79150>>> End_Procedure 79151>>> 79151>>> Function ComAxisIndexX Returns Integer 79153>>> Integer retVal 79153>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 79154>>> Function_Return retVal 79155>>> End_Function 79156>>> 79156>>> Procedure Set ComAxisIndexX Integer value 79158>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 79159>>> End_Procedure 79160>>> 79160>>> Function ComAxisIndexY Returns Integer 79162>>> Integer retVal 79162>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 79163>>> Function_Return retVal 79164>>> End_Function 79165>>> 79165>>> Procedure Set ComAxisIndexY Integer value 79167>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 79168>>> End_Procedure 79169>>> 79169>>> Function ComInvertedStep Returns Boolean 79171>>> Boolean retVal 79171>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to retVal 79172>>> Function_Return retVal 79173>>> End_Function 79174>>> 79174>>> Procedure Set ComInvertedStep Boolean value 79176>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to value 79177>>> End_Procedure 79178>>> 79178>>> Function ComErrorBar Returns Variant 79180>>> Handle hDispatchDriver 79180>>> Variant retVal 79180>>> Get phDispatchDriver to hDispatchDriver 79181>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79182>>> Function_Return retVal 79183>>> End_Function 79184>>> 79184>>> Function ComGetRotation Returns Variant 79186>>> Handle hDispatchDriver 79186>>> Variant retVal 79186>>> Get phDispatchDriver to hDispatchDriver 79187>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79188>>> Function_Return retVal 79189>>> End_Function 79190>>> 79190>>> Procedure ComSetRotation Variant llpRotation 79192>>> Handle hDispatchDriver 79192>>> Get phDispatchDriver to hDispatchDriver 79193>>> Send PrepareParams to hDispatchDriver 1 79194>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79195>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79196>>> End_Procedure 79197>>> 79197>>> Function ComLabel Returns Variant 79199>>> Handle hDispatchDriver 79199>>> Variant retVal 79199>>> Get phDispatchDriver to hDispatchDriver 79200>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79201>>> Function_Return retVal 79202>>> End_Function 79203>>> 79203>>> Function ComMarker Returns Variant 79205>>> Handle hDispatchDriver 79205>>> Variant retVal 79205>>> Get phDispatchDriver to hDispatchDriver 79206>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 79207>>> Function_Return retVal 79208>>> End_Function 79209>>> 79209>>> Function ComLineStyle Returns Variant 79211>>> Handle hDispatchDriver 79211>>> Variant retVal 79211>>> Get phDispatchDriver to hDispatchDriver 79212>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 79213>>> Function_Return retVal 79214>>> End_Function 79215>>>End_Class 79216>>> 79216>>>// ChartStepLineSeriesStyle 79216>>>Class cSigCjComChartStepLineSeriesStyle is a cComAutomationObject 79217>>> Import_Class_Protocol cSigCjCom_DChartStepLineSeriesStyle 79218>>> 79218>>> Procedure Construct_Object 79220>>> Forward Send Construct_Object 79222>>> Set psProgID to L_cSigCjComChartStepLineSeriesStyle 79223>>> Set peAutoCreate to acNoAutoCreate 79224>>> End_Procedure 79225>>>End_Class 79226>>> 79226>>>Class cSigCjCom_DChartPieSeriesStyle is a Mixin 79227>>> 79227>>> Function ComColorEach Returns Boolean 79229>>> Boolean retVal 79229>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79230>>> Function_Return retVal 79231>>> End_Function 79232>>> 79232>>> Procedure Set ComColorEach Boolean value 79234>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79235>>> End_Procedure 79236>>> 79236>>> Function ComColor Returns OLE_COLOR 79238>>> OLE_COLOR retVal 79238>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79239>>> Function_Return retVal 79240>>> End_Function 79241>>> 79241>>> Procedure Set ComColor OLE_COLOR value 79243>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79244>>> End_Procedure 79245>>> 79245>>> Function ComTransparency Returns Integer 79247>>> Integer retVal 79247>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79248>>> Function_Return retVal 79249>>> End_Function 79250>>> 79250>>> Procedure Set ComTransparency Integer value 79252>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79253>>> End_Procedure 79254>>> 79254>>> Function ComSmoothEdges Returns Boolean 79256>>> Boolean retVal 79256>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79257>>> Function_Return retVal 79258>>> End_Function 79259>>> 79259>>> Procedure Set ComSmoothEdges Boolean value 79261>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79262>>> End_Procedure 79263>>> 79263>>> Function ComHolePercent Returns Integer 79265>>> Integer retVal 79265>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79266>>> Function_Return retVal 79267>>> End_Function 79268>>> 79268>>> Procedure Set ComHolePercent Integer value 79270>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79271>>> End_Procedure 79272>>> 79272>>> Function ComExplodedDistancePercent Returns Integer 79274>>> Integer retVal 79274>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 79275>>> Function_Return retVal 79276>>> End_Function 79277>>> 79277>>> Procedure Set ComExplodedDistancePercent Integer value 79279>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 79280>>> End_Procedure 79281>>> 79281>>> Function ComRotation Returns Integer 79283>>> Integer retVal 79283>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to retVal 79284>>> Function_Return retVal 79285>>> End_Function 79286>>> 79286>>> Procedure Set ComRotation Integer value 79288>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to value 79289>>> End_Procedure 79290>>> 79290>>> Function ComLabel Returns Variant 79292>>> Handle hDispatchDriver 79292>>> Variant retVal 79292>>> Get phDispatchDriver to hDispatchDriver 79293>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79294>>> Function_Return retVal 79295>>> End_Function 79296>>> 79296>>> Function ComErrorBar Returns Variant 79298>>> Handle hDispatchDriver 79298>>> Variant retVal 79298>>> Get phDispatchDriver to hDispatchDriver 79299>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79300>>> Function_Return retVal 79301>>> End_Function 79302>>> 79302>>> Function ComGetRotation Returns Variant 79304>>> Handle hDispatchDriver 79304>>> Variant retVal 79304>>> Get phDispatchDriver to hDispatchDriver 79305>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79306>>> Function_Return retVal 79307>>> End_Function 79308>>> 79308>>> Procedure ComSetRotation Variant llpRotation 79310>>> Handle hDispatchDriver 79310>>> Get phDispatchDriver to hDispatchDriver 79311>>> Send PrepareParams to hDispatchDriver 1 79312>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79313>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79314>>> End_Procedure 79315>>> 79315>>> Function ComBorder Returns Variant 79317>>> Handle hDispatchDriver 79317>>> Variant retVal 79317>>> Get phDispatchDriver to hDispatchDriver 79318>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 79319>>> Function_Return retVal 79320>>> End_Function 79321>>>End_Class 79322>>> 79322>>>// ChartPieSeriesStyle 79322>>>Class cSigCjComChartPieSeriesStyle is a cComAutomationObject 79323>>> Import_Class_Protocol cSigCjCom_DChartPieSeriesStyle 79324>>> 79324>>> Procedure Construct_Object 79326>>> Forward Send Construct_Object 79328>>> Set psProgID to L_cSigCjComChartPieSeriesStyle 79329>>> Set peAutoCreate to acNoAutoCreate 79330>>> End_Procedure 79331>>>End_Class 79332>>> 79332>>>Class cSigCjCom_DChart3dPieSeriesStyle is a Mixin 79333>>> 79333>>> Function ComColorEach Returns Boolean 79335>>> Boolean retVal 79335>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79336>>> Function_Return retVal 79337>>> End_Function 79338>>> 79338>>> Procedure Set ComColorEach Boolean value 79340>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79341>>> End_Procedure 79342>>> 79342>>> Function ComColor Returns OLE_COLOR 79344>>> OLE_COLOR retVal 79344>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79345>>> Function_Return retVal 79346>>> End_Function 79347>>> 79347>>> Procedure Set ComColor OLE_COLOR value 79349>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79350>>> End_Procedure 79351>>> 79351>>> Function ComTransparency Returns Integer 79353>>> Integer retVal 79353>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79354>>> Function_Return retVal 79355>>> End_Function 79356>>> 79356>>> Procedure Set ComTransparency Integer value 79358>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79359>>> End_Procedure 79360>>> 79360>>> Function ComSmoothEdges Returns Boolean 79362>>> Boolean retVal 79362>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79363>>> Function_Return retVal 79364>>> End_Function 79365>>> 79365>>> Procedure Set ComSmoothEdges Boolean value 79367>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79368>>> End_Procedure 79369>>> 79369>>> Function ComHolePercent Returns Integer 79371>>> Integer retVal 79371>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79372>>> Function_Return retVal 79373>>> End_Function 79374>>> 79374>>> Procedure Set ComHolePercent Integer value 79376>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79377>>> End_Procedure 79378>>> 79378>>> Function ComExplodedDistancePercent Returns Integer 79380>>> Integer retVal 79380>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 79381>>> Function_Return retVal 79382>>> End_Function 79383>>> 79383>>> Procedure Set ComExplodedDistancePercent Integer value 79385>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 79386>>> End_Procedure 79387>>> 79387>>> Function ComRotation Returns Integer 79389>>> Integer retVal 79389>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to retVal 79390>>> Function_Return retVal 79391>>> End_Function 79392>>> 79392>>> Procedure Set ComRotation Integer value 79394>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to value 79395>>> End_Procedure 79396>>> 79396>>> Function ComDepth Returns Integer 79398>>> Integer retVal 79398>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 79399>>> Function_Return retVal 79400>>> End_Function 79401>>> 79401>>> Procedure Set ComDepth Integer value 79403>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 79404>>> End_Procedure 79405>>> 79405>>> Function ComIsTorus Returns Boolean 79407>>> Boolean retVal 79407>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 79408>>> Function_Return retVal 79409>>> End_Function 79410>>> 79410>>> Procedure Set ComIsTorus Boolean value 79412>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 79413>>> End_Procedure 79414>>> 79414>>> Function ComLabel Returns Variant 79416>>> Handle hDispatchDriver 79416>>> Variant retVal 79416>>> Get phDispatchDriver to hDispatchDriver 79417>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79418>>> Function_Return retVal 79419>>> End_Function 79420>>> 79420>>> Function ComErrorBar Returns Variant 79422>>> Handle hDispatchDriver 79422>>> Variant retVal 79422>>> Get phDispatchDriver to hDispatchDriver 79423>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79424>>> Function_Return retVal 79425>>> End_Function 79426>>> 79426>>> Function ComGetRotation Returns Variant 79428>>> Handle hDispatchDriver 79428>>> Variant retVal 79428>>> Get phDispatchDriver to hDispatchDriver 79429>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79430>>> Function_Return retVal 79431>>> End_Function 79432>>> 79432>>> Procedure ComSetRotation Variant llpRotation 79434>>> Handle hDispatchDriver 79434>>> Get phDispatchDriver to hDispatchDriver 79435>>> Send PrepareParams to hDispatchDriver 1 79436>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79437>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79438>>> End_Procedure 79439>>> 79439>>> Function ComBorder Returns Variant 79441>>> Handle hDispatchDriver 79441>>> Variant retVal 79441>>> Get phDispatchDriver to hDispatchDriver 79442>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 79443>>> Function_Return retVal 79444>>> End_Function 79445>>>End_Class 79446>>> 79446>>>// Chart3dPieSeriesStyle 79446>>>Class cSigCjComChart3dPieSeriesStyle is a cComAutomationObject 79447>>> Import_Class_Protocol cSigCjCom_DChart3dPieSeriesStyle 79448>>> 79448>>> Procedure Construct_Object 79450>>> Forward Send Construct_Object 79452>>> Set psProgID to L_cSigCjComChart3dPieSeriesStyle 79453>>> Set peAutoCreate to acNoAutoCreate 79454>>> End_Procedure 79455>>>End_Class 79456>>> 79456>>>Class cSigCjCom_DChartFunnelSeriesStyle is a Mixin 79457>>> 79457>>> Function ComColorEach Returns Boolean 79459>>> Boolean retVal 79459>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79460>>> Function_Return retVal 79461>>> End_Function 79462>>> 79462>>> Procedure Set ComColorEach Boolean value 79464>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79465>>> End_Procedure 79466>>> 79466>>> Function ComColor Returns OLE_COLOR 79468>>> OLE_COLOR retVal 79468>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79469>>> Function_Return retVal 79470>>> End_Function 79471>>> 79471>>> Procedure Set ComColor OLE_COLOR value 79473>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79474>>> End_Procedure 79475>>> 79475>>> Function ComTransparency Returns Integer 79477>>> Integer retVal 79477>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79478>>> Function_Return retVal 79479>>> End_Function 79480>>> 79480>>> Procedure Set ComTransparency Integer value 79482>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79483>>> End_Procedure 79484>>> 79484>>> Function ComSmoothEdges Returns Boolean 79486>>> Boolean retVal 79486>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79487>>> Function_Return retVal 79488>>> End_Function 79489>>> 79489>>> Procedure Set ComSmoothEdges Boolean value 79491>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79492>>> End_Procedure 79493>>> 79493>>> Function ComPointDistance Returns Integer 79495>>> Integer retVal 79495>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79496>>> Function_Return retVal 79497>>> End_Function 79498>>> 79498>>> Procedure Set ComPointDistance Integer value 79500>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79501>>> End_Procedure 79502>>> 79502>>> Function ComHeightToWidthRatio Returns Real 79504>>> Real retVal 79504>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to retVal 79505>>> Function_Return retVal 79506>>> End_Function 79507>>> 79507>>> Procedure Set ComHeightToWidthRatio Real value 79509>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to value 79510>>> End_Procedure 79511>>> 79511>>> Function ComEqualHeight Returns Boolean 79513>>> Boolean retVal 79513>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to retVal 79514>>> Function_Return retVal 79515>>> End_Function 79516>>> 79516>>> Procedure Set ComEqualHeight Boolean value 79518>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to value 79519>>> End_Procedure 79520>>> 79520>>> Function ComErrorBar Returns Variant 79522>>> Handle hDispatchDriver 79522>>> Variant retVal 79522>>> Get phDispatchDriver to hDispatchDriver 79523>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79524>>> Function_Return retVal 79525>>> End_Function 79526>>> 79526>>> Function ComGetRotation Returns Variant 79528>>> Handle hDispatchDriver 79528>>> Variant retVal 79528>>> Get phDispatchDriver to hDispatchDriver 79529>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79530>>> Function_Return retVal 79531>>> End_Function 79532>>> 79532>>> Procedure ComSetRotation Variant llpRotation 79534>>> Handle hDispatchDriver 79534>>> Get phDispatchDriver to hDispatchDriver 79535>>> Send PrepareParams to hDispatchDriver 1 79536>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79537>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79538>>> End_Procedure 79539>>> 79539>>> Function ComLabel Returns Variant 79541>>> Handle hDispatchDriver 79541>>> Variant retVal 79541>>> Get phDispatchDriver to hDispatchDriver 79542>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79543>>> Function_Return retVal 79544>>> End_Function 79545>>>End_Class 79546>>> 79546>>>// ChartFunnelSeriesStyle 79546>>>Class cSigCjComChartFunnelSeriesStyle is a cComAutomationObject 79547>>> Import_Class_Protocol cSigCjCom_DChartFunnelSeriesStyle 79548>>> 79548>>> Procedure Construct_Object 79550>>> Forward Send Construct_Object 79552>>> Set psProgID to L_cSigCjComChartFunnelSeriesStyle 79553>>> Set peAutoCreate to acNoAutoCreate 79554>>> End_Procedure 79555>>>End_Class 79556>>> 79556>>>Class cSigCjCom_DChart3dFunnelSeriesStyle is a Mixin 79557>>> 79557>>> Function ComColorEach Returns Boolean 79559>>> Boolean retVal 79559>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79560>>> Function_Return retVal 79561>>> End_Function 79562>>> 79562>>> Procedure Set ComColorEach Boolean value 79564>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79565>>> End_Procedure 79566>>> 79566>>> Function ComColor Returns OLE_COLOR 79568>>> OLE_COLOR retVal 79568>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79569>>> Function_Return retVal 79570>>> End_Function 79571>>> 79571>>> Procedure Set ComColor OLE_COLOR value 79573>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79574>>> End_Procedure 79575>>> 79575>>> Function ComTransparency Returns Integer 79577>>> Integer retVal 79577>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79578>>> Function_Return retVal 79579>>> End_Function 79580>>> 79580>>> Procedure Set ComTransparency Integer value 79582>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79583>>> End_Procedure 79584>>> 79584>>> Function ComSmoothEdges Returns Boolean 79586>>> Boolean retVal 79586>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79587>>> Function_Return retVal 79588>>> End_Function 79589>>> 79589>>> Procedure Set ComSmoothEdges Boolean value 79591>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79592>>> End_Procedure 79593>>> 79593>>> Function ComPointDistance Returns Integer 79595>>> Integer retVal 79595>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79596>>> Function_Return retVal 79597>>> End_Function 79598>>> 79598>>> Procedure Set ComPointDistance Integer value 79600>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79601>>> End_Procedure 79602>>> 79602>>> Function ComHeightToWidthRatio Returns Real 79604>>> Real retVal 79604>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to retVal 79605>>> Function_Return retVal 79606>>> End_Function 79607>>> 79607>>> Procedure Set ComHeightToWidthRatio Real value 79609>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to value 79610>>> End_Procedure 79611>>> 79611>>> Function ComEqualHeight Returns Boolean 79613>>> Boolean retVal 79613>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to retVal 79614>>> Function_Return retVal 79615>>> End_Function 79616>>> 79616>>> Procedure Set ComEqualHeight Boolean value 79618>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to value 79619>>> End_Procedure 79620>>> 79620>>> Function ComBaseEdgeCount Returns Integer 79622>>> Integer retVal 79622>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_I4 to retVal 79623>>> Function_Return retVal 79624>>> End_Function 79625>>> 79625>>> Procedure Set ComBaseEdgeCount Integer value 79627>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_I4 to value 79628>>> End_Procedure 79629>>> 79629>>> Function ComErrorBar Returns Variant 79631>>> Handle hDispatchDriver 79631>>> Variant retVal 79631>>> Get phDispatchDriver to hDispatchDriver 79632>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79633>>> Function_Return retVal 79634>>> End_Function 79635>>> 79635>>> Function ComGetRotation Returns Variant 79637>>> Handle hDispatchDriver 79637>>> Variant retVal 79637>>> Get phDispatchDriver to hDispatchDriver 79638>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79639>>> Function_Return retVal 79640>>> End_Function 79641>>> 79641>>> Procedure ComSetRotation Variant llpRotation 79643>>> Handle hDispatchDriver 79643>>> Get phDispatchDriver to hDispatchDriver 79644>>> Send PrepareParams to hDispatchDriver 1 79645>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79646>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79647>>> End_Procedure 79648>>> 79648>>> Function ComLabel Returns Variant 79650>>> Handle hDispatchDriver 79650>>> Variant retVal 79650>>> Get phDispatchDriver to hDispatchDriver 79651>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79652>>> Function_Return retVal 79653>>> End_Function 79654>>>End_Class 79655>>> 79655>>>// Chart3dFunnelSeriesStyle 79655>>>Class cSigCjComChart3dFunnelSeriesStyle is a cComAutomationObject 79656>>> Import_Class_Protocol cSigCjCom_DChart3dFunnelSeriesStyle 79657>>> 79657>>> Procedure Construct_Object 79659>>> Forward Send Construct_Object 79661>>> Set psProgID to L_cSigCjComChart3dFunnelSeriesStyle 79662>>> Set peAutoCreate to acNoAutoCreate 79663>>> End_Procedure 79664>>>End_Class 79665>>> 79665>>>Class cSigCjCom_DChartPyramidSeriesStyle is a Mixin 79666>>> 79666>>> Function ComColorEach Returns Boolean 79668>>> Boolean retVal 79668>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79669>>> Function_Return retVal 79670>>> End_Function 79671>>> 79671>>> Procedure Set ComColorEach Boolean value 79673>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79674>>> End_Procedure 79675>>> 79675>>> Function ComColor Returns OLE_COLOR 79677>>> OLE_COLOR retVal 79677>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79678>>> Function_Return retVal 79679>>> End_Function 79680>>> 79680>>> Procedure Set ComColor OLE_COLOR value 79682>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79683>>> End_Procedure 79684>>> 79684>>> Function ComTransparency Returns Integer 79686>>> Integer retVal 79686>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79687>>> Function_Return retVal 79688>>> End_Function 79689>>> 79689>>> Procedure Set ComTransparency Integer value 79691>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79692>>> End_Procedure 79693>>> 79693>>> Function ComSmoothEdges Returns Boolean 79695>>> Boolean retVal 79695>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79696>>> Function_Return retVal 79697>>> End_Function 79698>>> 79698>>> Procedure Set ComSmoothEdges Boolean value 79700>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79701>>> End_Procedure 79702>>> 79702>>> Function ComPointDistance Returns Integer 79704>>> Integer retVal 79704>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79705>>> Function_Return retVal 79706>>> End_Function 79707>>> 79707>>> Procedure Set ComPointDistance Integer value 79709>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79710>>> End_Procedure 79711>>> 79711>>> Function ComHeightToWidthRatio Returns Real 79713>>> Real retVal 79713>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to retVal 79714>>> Function_Return retVal 79715>>> End_Function 79716>>> 79716>>> Procedure Set ComHeightToWidthRatio Real value 79718>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to value 79719>>> End_Procedure 79720>>> 79720>>> Function ComErrorBar Returns Variant 79722>>> Handle hDispatchDriver 79722>>> Variant retVal 79722>>> Get phDispatchDriver to hDispatchDriver 79723>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79724>>> Function_Return retVal 79725>>> End_Function 79726>>> 79726>>> Function ComGetRotation Returns Variant 79728>>> Handle hDispatchDriver 79728>>> Variant retVal 79728>>> Get phDispatchDriver to hDispatchDriver 79729>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79730>>> Function_Return retVal 79731>>> End_Function 79732>>> 79732>>> Procedure ComSetRotation Variant llpRotation 79734>>> Handle hDispatchDriver 79734>>> Get phDispatchDriver to hDispatchDriver 79735>>> Send PrepareParams to hDispatchDriver 1 79736>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79737>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79738>>> End_Procedure 79739>>> 79739>>> Function ComLabel Returns Variant 79741>>> Handle hDispatchDriver 79741>>> Variant retVal 79741>>> Get phDispatchDriver to hDispatchDriver 79742>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79743>>> Function_Return retVal 79744>>> End_Function 79745>>>End_Class 79746>>> 79746>>>// ChartPyramidSeriesStyle 79746>>>Class cSigCjComChartPyramidSeriesStyle is a cComAutomationObject 79747>>> Import_Class_Protocol cSigCjCom_DChartPyramidSeriesStyle 79748>>> 79748>>> Procedure Construct_Object 79750>>> Forward Send Construct_Object 79752>>> Set psProgID to L_cSigCjComChartPyramidSeriesStyle 79753>>> Set peAutoCreate to acNoAutoCreate 79754>>> End_Procedure 79755>>>End_Class 79756>>> 79756>>>Class cSigCjCom_DChart3dPyramidSeriesStyle is a Mixin 79757>>> 79757>>> Function ComColorEach Returns Boolean 79759>>> Boolean retVal 79759>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79760>>> Function_Return retVal 79761>>> End_Function 79762>>> 79762>>> Procedure Set ComColorEach Boolean value 79764>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79765>>> End_Procedure 79766>>> 79766>>> Function ComColor Returns OLE_COLOR 79768>>> OLE_COLOR retVal 79768>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79769>>> Function_Return retVal 79770>>> End_Function 79771>>> 79771>>> Procedure Set ComColor OLE_COLOR value 79773>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79774>>> End_Procedure 79775>>> 79775>>> Function ComTransparency Returns Integer 79777>>> Integer retVal 79777>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79778>>> Function_Return retVal 79779>>> End_Function 79780>>> 79780>>> Procedure Set ComTransparency Integer value 79782>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79783>>> End_Procedure 79784>>> 79784>>> Function ComSmoothEdges Returns Boolean 79786>>> Boolean retVal 79786>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79787>>> Function_Return retVal 79788>>> End_Function 79789>>> 79789>>> Procedure Set ComSmoothEdges Boolean value 79791>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79792>>> End_Procedure 79793>>> 79793>>> Function ComPointDistance Returns Integer 79795>>> Integer retVal 79795>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 79796>>> Function_Return retVal 79797>>> End_Function 79798>>> 79798>>> Procedure Set ComPointDistance Integer value 79800>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 79801>>> End_Procedure 79802>>> 79802>>> Function ComHeightToWidthRatio Returns Real 79804>>> Real retVal 79804>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to retVal 79805>>> Function_Return retVal 79806>>> End_Function 79807>>> 79807>>> Procedure Set ComHeightToWidthRatio Real value 79809>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to value 79810>>> End_Procedure 79811>>> 79811>>> Function ComBaseEdgeCount Returns Integer 79813>>> Integer retVal 79813>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_I4 to retVal 79814>>> Function_Return retVal 79815>>> End_Function 79816>>> 79816>>> Procedure Set ComBaseEdgeCount Integer value 79818>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_I4 to value 79819>>> End_Procedure 79820>>> 79820>>> Function ComErrorBar Returns Variant 79822>>> Handle hDispatchDriver 79822>>> Variant retVal 79822>>> Get phDispatchDriver to hDispatchDriver 79823>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79824>>> Function_Return retVal 79825>>> End_Function 79826>>> 79826>>> Function ComGetRotation Returns Variant 79828>>> Handle hDispatchDriver 79828>>> Variant retVal 79828>>> Get phDispatchDriver to hDispatchDriver 79829>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79830>>> Function_Return retVal 79831>>> End_Function 79832>>> 79832>>> Procedure ComSetRotation Variant llpRotation 79834>>> Handle hDispatchDriver 79834>>> Get phDispatchDriver to hDispatchDriver 79835>>> Send PrepareParams to hDispatchDriver 1 79836>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79837>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79838>>> End_Procedure 79839>>> 79839>>> Function ComLabel Returns Variant 79841>>> Handle hDispatchDriver 79841>>> Variant retVal 79841>>> Get phDispatchDriver to hDispatchDriver 79842>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79843>>> Function_Return retVal 79844>>> End_Function 79845>>>End_Class 79846>>> 79846>>>// Chart3dPyramidSeriesStyle 79846>>>Class cSigCjComChart3dPyramidSeriesStyle is a cComAutomationObject 79847>>> Import_Class_Protocol cSigCjCom_DChart3dPyramidSeriesStyle 79848>>> 79848>>> Procedure Construct_Object 79850>>> Forward Send Construct_Object 79852>>> Set psProgID to L_cSigCjComChart3dPyramidSeriesStyle 79853>>> Set peAutoCreate to acNoAutoCreate 79854>>> End_Procedure 79855>>>End_Class 79856>>> 79856>>>Class cSigCjCom_DChartBarSeriesStyle is a Mixin 79857>>> 79857>>> Function ComColorEach Returns Boolean 79859>>> Boolean retVal 79859>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79860>>> Function_Return retVal 79861>>> End_Function 79862>>> 79862>>> Procedure Set ComColorEach Boolean value 79864>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 79865>>> End_Procedure 79866>>> 79866>>> Function ComColor Returns OLE_COLOR 79868>>> OLE_COLOR retVal 79868>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 79869>>> Function_Return retVal 79870>>> End_Function 79871>>> 79871>>> Procedure Set ComColor OLE_COLOR value 79873>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 79874>>> End_Procedure 79875>>> 79875>>> Function ComTransparency Returns Integer 79877>>> Integer retVal 79877>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 79878>>> Function_Return retVal 79879>>> End_Function 79880>>> 79880>>> Procedure Set ComTransparency Integer value 79882>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 79883>>> End_Procedure 79884>>> 79884>>> Function ComSmoothEdges Returns Boolean 79886>>> Boolean retVal 79886>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 79887>>> Function_Return retVal 79888>>> End_Function 79889>>> 79889>>> Procedure Set ComSmoothEdges Boolean value 79891>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 79892>>> End_Procedure 79893>>> 79893>>> Function ComBarWidth Returns Real 79895>>> Real retVal 79895>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 79896>>> Function_Return retVal 79897>>> End_Function 79898>>> 79898>>> Procedure Set ComBarWidth Real value 79900>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 79901>>> End_Procedure 79902>>> 79902>>> Function ComSideBySide Returns Boolean 79904>>> Boolean retVal 79904>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 79905>>> Function_Return retVal 79906>>> End_Function 79907>>> 79907>>> Procedure Set ComSideBySide Boolean value 79909>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 79910>>> End_Procedure 79911>>> 79911>>> Function ComSecondaryAxisX Returns Boolean 79913>>> Boolean retVal 79913>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 79914>>> Function_Return retVal 79915>>> End_Function 79916>>> 79916>>> Procedure Set ComSecondaryAxisX Boolean value 79918>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 79919>>> End_Procedure 79920>>> 79920>>> Function ComSecondaryAxisY Returns Boolean 79922>>> Boolean retVal 79922>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 79923>>> Function_Return retVal 79924>>> End_Function 79925>>> 79925>>> Procedure Set ComSecondaryAxisY Boolean value 79927>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 79928>>> End_Procedure 79929>>> 79929>>> Function ComAxisIndexX Returns Integer 79931>>> Integer retVal 79931>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 79932>>> Function_Return retVal 79933>>> End_Function 79934>>> 79934>>> Procedure Set ComAxisIndexX Integer value 79936>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 79937>>> End_Procedure 79938>>> 79938>>> Function ComAxisIndexY Returns Integer 79940>>> Integer retVal 79940>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 79941>>> Function_Return retVal 79942>>> End_Function 79943>>> 79943>>> Procedure Set ComAxisIndexY Integer value 79945>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 79946>>> End_Procedure 79947>>> 79947>>> Function ComErrorBar Returns Variant 79949>>> Handle hDispatchDriver 79949>>> Variant retVal 79949>>> Get phDispatchDriver to hDispatchDriver 79950>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 79951>>> Function_Return retVal 79952>>> End_Function 79953>>> 79953>>> Function ComGetRotation Returns Variant 79955>>> Handle hDispatchDriver 79955>>> Variant retVal 79955>>> Get phDispatchDriver to hDispatchDriver 79956>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 79957>>> Function_Return retVal 79958>>> End_Function 79959>>> 79959>>> Procedure ComSetRotation Variant llpRotation 79961>>> Handle hDispatchDriver 79961>>> Get phDispatchDriver to hDispatchDriver 79962>>> Send PrepareParams to hDispatchDriver 1 79963>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 79964>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 79965>>> End_Procedure 79966>>> 79966>>> Function ComLabel Returns Variant 79968>>> Handle hDispatchDriver 79968>>> Variant retVal 79968>>> Get phDispatchDriver to hDispatchDriver 79969>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 79970>>> Function_Return retVal 79971>>> End_Function 79972>>> 79972>>> Function ComFillStyle Returns Variant 79974>>> Handle hDispatchDriver 79974>>> Variant retVal 79974>>> Get phDispatchDriver to hDispatchDriver 79975>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 79976>>> Function_Return retVal 79977>>> End_Function 79978>>> 79978>>> Function ComBorder Returns Variant 79980>>> Handle hDispatchDriver 79980>>> Variant retVal 79980>>> Get phDispatchDriver to hDispatchDriver 79981>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 79982>>> Function_Return retVal 79983>>> End_Function 79984>>>End_Class 79985>>> 79985>>>// ChartBarSeriesStyle 79985>>>Class cSigCjComChartBarSeriesStyle is a cComAutomationObject 79986>>> Import_Class_Protocol cSigCjCom_DChartBarSeriesStyle 79987>>> 79987>>> Procedure Construct_Object 79989>>> Forward Send Construct_Object 79991>>> Set psProgID to L_cSigCjComChartBarSeriesStyle 79992>>> Set peAutoCreate to acNoAutoCreate 79993>>> End_Procedure 79994>>>End_Class 79995>>> 79995>>>Class cSigCjCom_DChartRangeBarSeriesStyle is a Mixin 79996>>> 79996>>> Function ComColorEach Returns Boolean 79998>>> Boolean retVal 79998>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 79999>>> Function_Return retVal 80000>>> End_Function 80001>>> 80001>>> Procedure Set ComColorEach Boolean value 80003>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80004>>> End_Procedure 80005>>> 80005>>> Function ComColor Returns OLE_COLOR 80007>>> OLE_COLOR retVal 80007>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80008>>> Function_Return retVal 80009>>> End_Function 80010>>> 80010>>> Procedure Set ComColor OLE_COLOR value 80012>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80013>>> End_Procedure 80014>>> 80014>>> Function ComTransparency Returns Integer 80016>>> Integer retVal 80016>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80017>>> Function_Return retVal 80018>>> End_Function 80019>>> 80019>>> Procedure Set ComTransparency Integer value 80021>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80022>>> End_Procedure 80023>>> 80023>>> Function ComSmoothEdges Returns Boolean 80025>>> Boolean retVal 80025>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80026>>> Function_Return retVal 80027>>> End_Function 80028>>> 80028>>> Procedure Set ComSmoothEdges Boolean value 80030>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80031>>> End_Procedure 80032>>> 80032>>> Function ComBarWidth Returns Real 80034>>> Real retVal 80034>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 80035>>> Function_Return retVal 80036>>> End_Function 80037>>> 80037>>> Procedure Set ComBarWidth Real value 80039>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 80040>>> End_Procedure 80041>>> 80041>>> Function ComSideBySide Returns Boolean 80043>>> Boolean retVal 80043>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 80044>>> Function_Return retVal 80045>>> End_Function 80046>>> 80046>>> Procedure Set ComSideBySide Boolean value 80048>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 80049>>> End_Procedure 80050>>> 80050>>> Function ComSecondaryAxisX Returns Boolean 80052>>> Boolean retVal 80052>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80053>>> Function_Return retVal 80054>>> End_Function 80055>>> 80055>>> Procedure Set ComSecondaryAxisX Boolean value 80057>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80058>>> End_Procedure 80059>>> 80059>>> Function ComSecondaryAxisY Returns Boolean 80061>>> Boolean retVal 80061>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80062>>> Function_Return retVal 80063>>> End_Function 80064>>> 80064>>> Procedure Set ComSecondaryAxisY Boolean value 80066>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80067>>> End_Procedure 80068>>> 80068>>> Function ComAxisIndexX Returns Integer 80070>>> Integer retVal 80070>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80071>>> Function_Return retVal 80072>>> End_Function 80073>>> 80073>>> Procedure Set ComAxisIndexX Integer value 80075>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80076>>> End_Procedure 80077>>> 80077>>> Function ComAxisIndexY Returns Integer 80079>>> Integer retVal 80079>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80080>>> Function_Return retVal 80081>>> End_Function 80082>>> 80082>>> Procedure Set ComAxisIndexY Integer value 80084>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80085>>> End_Procedure 80086>>> 80086>>> Function ComErrorBar Returns Variant 80088>>> Handle hDispatchDriver 80088>>> Variant retVal 80088>>> Get phDispatchDriver to hDispatchDriver 80089>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80090>>> Function_Return retVal 80091>>> End_Function 80092>>> 80092>>> Function ComGetRotation Returns Variant 80094>>> Handle hDispatchDriver 80094>>> Variant retVal 80094>>> Get phDispatchDriver to hDispatchDriver 80095>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80096>>> Function_Return retVal 80097>>> End_Function 80098>>> 80098>>> Procedure ComSetRotation Variant llpRotation 80100>>> Handle hDispatchDriver 80100>>> Get phDispatchDriver to hDispatchDriver 80101>>> Send PrepareParams to hDispatchDriver 1 80102>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80103>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80104>>> End_Procedure 80105>>> 80105>>> Function ComLabel Returns Variant 80107>>> Handle hDispatchDriver 80107>>> Variant retVal 80107>>> Get phDispatchDriver to hDispatchDriver 80108>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80109>>> Function_Return retVal 80110>>> End_Function 80111>>> 80111>>> Function ComFillStyle Returns Variant 80113>>> Handle hDispatchDriver 80113>>> Variant retVal 80113>>> Get phDispatchDriver to hDispatchDriver 80114>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80115>>> Function_Return retVal 80116>>> End_Function 80117>>> 80117>>> Function ComBorder Returns Variant 80119>>> Handle hDispatchDriver 80119>>> Variant retVal 80119>>> Get phDispatchDriver to hDispatchDriver 80120>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80121>>> Function_Return retVal 80122>>> End_Function 80123>>> 80123>>> Function ComMinValueMarker Returns Variant 80125>>> Handle hDispatchDriver 80125>>> Variant retVal 80125>>> Get phDispatchDriver to hDispatchDriver 80126>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_DISPATCH to retVal 80127>>> Function_Return retVal 80128>>> End_Function 80129>>> 80129>>> Function ComMaxValueMarker Returns Variant 80131>>> Handle hDispatchDriver 80131>>> Variant retVal 80131>>> Get phDispatchDriver to hDispatchDriver 80132>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 80133>>> Function_Return retVal 80134>>> End_Function 80135>>>End_Class 80136>>> 80136>>>// ChartRangeBarSeriesStyle 80136>>>Class cSigCjComChartRangeBarSeriesStyle is a cComAutomationObject 80137>>> Import_Class_Protocol cSigCjCom_DChartRangeBarSeriesStyle 80138>>> 80138>>> Procedure Construct_Object 80140>>> Forward Send Construct_Object 80142>>> Set psProgID to L_cSigCjComChartRangeBarSeriesStyle 80143>>> Set peAutoCreate to acNoAutoCreate 80144>>> End_Procedure 80145>>>End_Class 80146>>> 80146>>>Class cSigCjCom_DChartGanttSeriesStyle is a Mixin 80147>>> 80147>>> Function ComColorEach Returns Boolean 80149>>> Boolean retVal 80149>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80150>>> Function_Return retVal 80151>>> End_Function 80152>>> 80152>>> Procedure Set ComColorEach Boolean value 80154>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80155>>> End_Procedure 80156>>> 80156>>> Function ComColor Returns OLE_COLOR 80158>>> OLE_COLOR retVal 80158>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80159>>> Function_Return retVal 80160>>> End_Function 80161>>> 80161>>> Procedure Set ComColor OLE_COLOR value 80163>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80164>>> End_Procedure 80165>>> 80165>>> Function ComTransparency Returns Integer 80167>>> Integer retVal 80167>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80168>>> Function_Return retVal 80169>>> End_Function 80170>>> 80170>>> Procedure Set ComTransparency Integer value 80172>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80173>>> End_Procedure 80174>>> 80174>>> Function ComSmoothEdges Returns Boolean 80176>>> Boolean retVal 80176>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80177>>> Function_Return retVal 80178>>> End_Function 80179>>> 80179>>> Procedure Set ComSmoothEdges Boolean value 80181>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80182>>> End_Procedure 80183>>> 80183>>> Function ComBarWidth Returns Real 80185>>> Real retVal 80185>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 80186>>> Function_Return retVal 80187>>> End_Function 80188>>> 80188>>> Procedure Set ComBarWidth Real value 80190>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 80191>>> End_Procedure 80192>>> 80192>>> Function ComSideBySide Returns Boolean 80194>>> Boolean retVal 80194>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 80195>>> Function_Return retVal 80196>>> End_Function 80197>>> 80197>>> Procedure Set ComSideBySide Boolean value 80199>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 80200>>> End_Procedure 80201>>> 80201>>> Function ComSecondaryAxisX Returns Boolean 80203>>> Boolean retVal 80203>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80204>>> Function_Return retVal 80205>>> End_Function 80206>>> 80206>>> Procedure Set ComSecondaryAxisX Boolean value 80208>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80209>>> End_Procedure 80210>>> 80210>>> Function ComSecondaryAxisY Returns Boolean 80212>>> Boolean retVal 80212>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80213>>> Function_Return retVal 80214>>> End_Function 80215>>> 80215>>> Procedure Set ComSecondaryAxisY Boolean value 80217>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80218>>> End_Procedure 80219>>> 80219>>> Function ComAxisIndexX Returns Integer 80221>>> Integer retVal 80221>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80222>>> Function_Return retVal 80223>>> End_Function 80224>>> 80224>>> Procedure Set ComAxisIndexX Integer value 80226>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80227>>> End_Procedure 80228>>> 80228>>> Function ComAxisIndexY Returns Integer 80230>>> Integer retVal 80230>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80231>>> Function_Return retVal 80232>>> End_Function 80233>>> 80233>>> Procedure Set ComAxisIndexY Integer value 80235>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80236>>> End_Procedure 80237>>> 80237>>> Function ComErrorBar Returns Variant 80239>>> Handle hDispatchDriver 80239>>> Variant retVal 80239>>> Get phDispatchDriver to hDispatchDriver 80240>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80241>>> Function_Return retVal 80242>>> End_Function 80243>>> 80243>>> Function ComGetRotation Returns Variant 80245>>> Handle hDispatchDriver 80245>>> Variant retVal 80245>>> Get phDispatchDriver to hDispatchDriver 80246>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80247>>> Function_Return retVal 80248>>> End_Function 80249>>> 80249>>> Procedure ComSetRotation Variant llpRotation 80251>>> Handle hDispatchDriver 80251>>> Get phDispatchDriver to hDispatchDriver 80252>>> Send PrepareParams to hDispatchDriver 1 80253>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80254>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80255>>> End_Procedure 80256>>> 80256>>> Function ComLabel Returns Variant 80258>>> Handle hDispatchDriver 80258>>> Variant retVal 80258>>> Get phDispatchDriver to hDispatchDriver 80259>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80260>>> Function_Return retVal 80261>>> End_Function 80262>>> 80262>>> Function ComFillStyle Returns Variant 80264>>> Handle hDispatchDriver 80264>>> Variant retVal 80264>>> Get phDispatchDriver to hDispatchDriver 80265>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80266>>> Function_Return retVal 80267>>> End_Function 80268>>> 80268>>> Function ComBorder Returns Variant 80270>>> Handle hDispatchDriver 80270>>> Variant retVal 80270>>> Get phDispatchDriver to hDispatchDriver 80271>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80272>>> Function_Return retVal 80273>>> End_Function 80274>>> 80274>>> Function ComMinValueMarker Returns Variant 80276>>> Handle hDispatchDriver 80276>>> Variant retVal 80276>>> Get phDispatchDriver to hDispatchDriver 80277>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_DISPATCH to retVal 80278>>> Function_Return retVal 80279>>> End_Function 80280>>> 80280>>> Function ComMaxValueMarker Returns Variant 80282>>> Handle hDispatchDriver 80282>>> Variant retVal 80282>>> Get phDispatchDriver to hDispatchDriver 80283>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 80284>>> Function_Return retVal 80285>>> End_Function 80286>>>End_Class 80287>>> 80287>>>// ChartGanttSeriesStyle 80287>>>Class cSigCjComChartGanttSeriesStyle is a cComAutomationObject 80288>>> Import_Class_Protocol cSigCjCom_DChartGanttSeriesStyle 80289>>> 80289>>> Procedure Construct_Object 80291>>> Forward Send Construct_Object 80293>>> Set psProgID to L_cSigCjComChartGanttSeriesStyle 80294>>> Set peAutoCreate to acNoAutoCreate 80295>>> End_Procedure 80296>>>End_Class 80297>>> 80297>>>Class cSigCjCom_DChartStackedBarSeriesStyle is a Mixin 80298>>> 80298>>> Function ComColorEach Returns Boolean 80300>>> Boolean retVal 80300>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80301>>> Function_Return retVal 80302>>> End_Function 80303>>> 80303>>> Procedure Set ComColorEach Boolean value 80305>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80306>>> End_Procedure 80307>>> 80307>>> Function ComColor Returns OLE_COLOR 80309>>> OLE_COLOR retVal 80309>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80310>>> Function_Return retVal 80311>>> End_Function 80312>>> 80312>>> Procedure Set ComColor OLE_COLOR value 80314>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80315>>> End_Procedure 80316>>> 80316>>> Function ComTransparency Returns Integer 80318>>> Integer retVal 80318>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80319>>> Function_Return retVal 80320>>> End_Function 80321>>> 80321>>> Procedure Set ComTransparency Integer value 80323>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80324>>> End_Procedure 80325>>> 80325>>> Function ComSmoothEdges Returns Boolean 80327>>> Boolean retVal 80327>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80328>>> Function_Return retVal 80329>>> End_Function 80330>>> 80330>>> Procedure Set ComSmoothEdges Boolean value 80332>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80333>>> End_Procedure 80334>>> 80334>>> Function ComBarWidth Returns Real 80336>>> Real retVal 80336>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 80337>>> Function_Return retVal 80338>>> End_Function 80339>>> 80339>>> Procedure Set ComBarWidth Real value 80341>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 80342>>> End_Procedure 80343>>> 80343>>> Function ComStackHeight Returns Real 80345>>> Real retVal 80345>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_R8 to retVal 80346>>> Function_Return retVal 80347>>> End_Function 80348>>> 80348>>> Procedure Set ComStackHeight Real value 80350>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_R8 to value 80351>>> End_Procedure 80352>>> 80352>>> Function ComStackGroup Returns Integer 80354>>> Integer retVal 80354>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 80355>>> Function_Return retVal 80356>>> End_Function 80357>>> 80357>>> Procedure Set ComStackGroup Integer value 80359>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 80360>>> End_Procedure 80361>>> 80361>>> Function ComSecondaryAxisX Returns Boolean 80363>>> Boolean retVal 80363>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80364>>> Function_Return retVal 80365>>> End_Function 80366>>> 80366>>> Procedure Set ComSecondaryAxisX Boolean value 80368>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80369>>> End_Procedure 80370>>> 80370>>> Function ComSecondaryAxisY Returns Boolean 80372>>> Boolean retVal 80372>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80373>>> Function_Return retVal 80374>>> End_Function 80375>>> 80375>>> Procedure Set ComSecondaryAxisY Boolean value 80377>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80378>>> End_Procedure 80379>>> 80379>>> Function ComAxisIndexX Returns Integer 80381>>> Integer retVal 80381>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80382>>> Function_Return retVal 80383>>> End_Function 80384>>> 80384>>> Procedure Set ComAxisIndexX Integer value 80386>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80387>>> End_Procedure 80388>>> 80388>>> Function ComAxisIndexY Returns Integer 80390>>> Integer retVal 80390>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80391>>> Function_Return retVal 80392>>> End_Function 80393>>> 80393>>> Procedure Set ComAxisIndexY Integer value 80395>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80396>>> End_Procedure 80397>>> 80397>>> Function ComErrorBar Returns Variant 80399>>> Handle hDispatchDriver 80399>>> Variant retVal 80399>>> Get phDispatchDriver to hDispatchDriver 80400>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80401>>> Function_Return retVal 80402>>> End_Function 80403>>> 80403>>> Function ComGetRotation Returns Variant 80405>>> Handle hDispatchDriver 80405>>> Variant retVal 80405>>> Get phDispatchDriver to hDispatchDriver 80406>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80407>>> Function_Return retVal 80408>>> End_Function 80409>>> 80409>>> Procedure ComSetRotation Variant llpRotation 80411>>> Handle hDispatchDriver 80411>>> Get phDispatchDriver to hDispatchDriver 80412>>> Send PrepareParams to hDispatchDriver 1 80413>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80414>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80415>>> End_Procedure 80416>>> 80416>>> Function ComLabel Returns Variant 80418>>> Handle hDispatchDriver 80418>>> Variant retVal 80418>>> Get phDispatchDriver to hDispatchDriver 80419>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80420>>> Function_Return retVal 80421>>> End_Function 80422>>> 80422>>> Function ComFillStyle Returns Variant 80424>>> Handle hDispatchDriver 80424>>> Variant retVal 80424>>> Get phDispatchDriver to hDispatchDriver 80425>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80426>>> Function_Return retVal 80427>>> End_Function 80428>>> 80428>>> Function ComBorder Returns Variant 80430>>> Handle hDispatchDriver 80430>>> Variant retVal 80430>>> Get phDispatchDriver to hDispatchDriver 80431>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80432>>> Function_Return retVal 80433>>> End_Function 80434>>>End_Class 80435>>> 80435>>>// ChartStackedBarSeriesStyle 80435>>>Class cSigCjComChartStackedBarSeriesStyle is a cComAutomationObject 80436>>> Import_Class_Protocol cSigCjCom_DChartStackedBarSeriesStyle 80437>>> 80437>>> Procedure Construct_Object 80439>>> Forward Send Construct_Object 80441>>> Set psProgID to L_cSigCjComChartStackedBarSeriesStyle 80442>>> Set peAutoCreate to acNoAutoCreate 80443>>> End_Procedure 80444>>>End_Class 80445>>> 80445>>>Class cSigCjCom_DChartSplineSeriesStyle is a Mixin 80446>>> 80446>>> Function ComColorEach Returns Boolean 80448>>> Boolean retVal 80448>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80449>>> Function_Return retVal 80450>>> End_Function 80451>>> 80451>>> Procedure Set ComColorEach Boolean value 80453>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80454>>> End_Procedure 80455>>> 80455>>> Function ComColor Returns OLE_COLOR 80457>>> OLE_COLOR retVal 80457>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80458>>> Function_Return retVal 80459>>> End_Function 80460>>> 80460>>> Procedure Set ComColor OLE_COLOR value 80462>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80463>>> End_Procedure 80464>>> 80464>>> Function ComTransparency Returns Integer 80466>>> Integer retVal 80466>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80467>>> Function_Return retVal 80468>>> End_Function 80469>>> 80469>>> Procedure Set ComTransparency Integer value 80471>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80472>>> End_Procedure 80473>>> 80473>>> Function ComSmoothEdges Returns Boolean 80475>>> Boolean retVal 80475>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80476>>> Function_Return retVal 80477>>> End_Function 80478>>> 80478>>> Procedure Set ComSmoothEdges Boolean value 80480>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80481>>> End_Procedure 80482>>> 80482>>> Function ComSecondaryAxisX Returns Boolean 80484>>> Boolean retVal 80484>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80485>>> Function_Return retVal 80486>>> End_Function 80487>>> 80487>>> Procedure Set ComSecondaryAxisX Boolean value 80489>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80490>>> End_Procedure 80491>>> 80491>>> Function ComSecondaryAxisY Returns Boolean 80493>>> Boolean retVal 80493>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80494>>> Function_Return retVal 80495>>> End_Function 80496>>> 80496>>> Procedure Set ComSecondaryAxisY Boolean value 80498>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80499>>> End_Procedure 80500>>> 80500>>> Function ComAxisIndexX Returns Integer 80502>>> Integer retVal 80502>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80503>>> Function_Return retVal 80504>>> End_Function 80505>>> 80505>>> Procedure Set ComAxisIndexX Integer value 80507>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80508>>> End_Procedure 80509>>> 80509>>> Function ComAxisIndexY Returns Integer 80511>>> Integer retVal 80511>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80512>>> Function_Return retVal 80513>>> End_Function 80514>>> 80514>>> Procedure Set ComAxisIndexY Integer value 80516>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80517>>> End_Procedure 80518>>> 80518>>> Function ComErrorBar Returns Variant 80520>>> Handle hDispatchDriver 80520>>> Variant retVal 80520>>> Get phDispatchDriver to hDispatchDriver 80521>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80522>>> Function_Return retVal 80523>>> End_Function 80524>>> 80524>>> Function ComGetRotation Returns Variant 80526>>> Handle hDispatchDriver 80526>>> Variant retVal 80526>>> Get phDispatchDriver to hDispatchDriver 80527>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80528>>> Function_Return retVal 80529>>> End_Function 80530>>> 80530>>> Procedure ComSetRotation Variant llpRotation 80532>>> Handle hDispatchDriver 80532>>> Get phDispatchDriver to hDispatchDriver 80533>>> Send PrepareParams to hDispatchDriver 1 80534>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80535>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80536>>> End_Procedure 80537>>> 80537>>> Function ComLabel Returns Variant 80539>>> Handle hDispatchDriver 80539>>> Variant retVal 80539>>> Get phDispatchDriver to hDispatchDriver 80540>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80541>>> Function_Return retVal 80542>>> End_Function 80543>>> 80543>>> Function ComMarker Returns Variant 80545>>> Handle hDispatchDriver 80545>>> Variant retVal 80545>>> Get phDispatchDriver to hDispatchDriver 80546>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 80547>>> Function_Return retVal 80548>>> End_Function 80549>>> 80549>>> Function ComLineStyle Returns Variant 80551>>> Handle hDispatchDriver 80551>>> Variant retVal 80551>>> Get phDispatchDriver to hDispatchDriver 80552>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 80553>>> Function_Return retVal 80554>>> End_Function 80555>>>End_Class 80556>>> 80556>>>// ChartSplineSeriesStyle 80556>>>Class cSigCjComChartSplineSeriesStyle is a cComAutomationObject 80557>>> Import_Class_Protocol cSigCjCom_DChartSplineSeriesStyle 80558>>> 80558>>> Procedure Construct_Object 80560>>> Forward Send Construct_Object 80562>>> Set psProgID to L_cSigCjComChartSplineSeriesStyle 80563>>> Set peAutoCreate to acNoAutoCreate 80564>>> End_Procedure 80565>>>End_Class 80566>>> 80566>>>Class cSigCjCom_DChartStackedAreaSeriesStyle is a Mixin 80567>>> 80567>>> Function ComColorEach Returns Boolean 80569>>> Boolean retVal 80569>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80570>>> Function_Return retVal 80571>>> End_Function 80572>>> 80572>>> Procedure Set ComColorEach Boolean value 80574>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80575>>> End_Procedure 80576>>> 80576>>> Function ComColor Returns OLE_COLOR 80578>>> OLE_COLOR retVal 80578>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80579>>> Function_Return retVal 80580>>> End_Function 80581>>> 80581>>> Procedure Set ComColor OLE_COLOR value 80583>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80584>>> End_Procedure 80585>>> 80585>>> Function ComTransparency Returns Integer 80587>>> Integer retVal 80587>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80588>>> Function_Return retVal 80589>>> End_Function 80590>>> 80590>>> Procedure Set ComTransparency Integer value 80592>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80593>>> End_Procedure 80594>>> 80594>>> Function ComSmoothEdges Returns Boolean 80596>>> Boolean retVal 80596>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80597>>> Function_Return retVal 80598>>> End_Function 80599>>> 80599>>> Procedure Set ComSmoothEdges Boolean value 80601>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80602>>> End_Procedure 80603>>> 80603>>> Function ComSecondaryAxisX Returns Boolean 80605>>> Boolean retVal 80605>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80606>>> Function_Return retVal 80607>>> End_Function 80608>>> 80608>>> Procedure Set ComSecondaryAxisX Boolean value 80610>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80611>>> End_Procedure 80612>>> 80612>>> Function ComSecondaryAxisY Returns Boolean 80614>>> Boolean retVal 80614>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80615>>> Function_Return retVal 80616>>> End_Function 80617>>> 80617>>> Procedure Set ComSecondaryAxisY Boolean value 80619>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80620>>> End_Procedure 80621>>> 80621>>> Function ComAxisIndexX Returns Integer 80623>>> Integer retVal 80623>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80624>>> Function_Return retVal 80625>>> End_Function 80626>>> 80626>>> Procedure Set ComAxisIndexX Integer value 80628>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80629>>> End_Procedure 80630>>> 80630>>> Function ComAxisIndexY Returns Integer 80632>>> Integer retVal 80632>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80633>>> Function_Return retVal 80634>>> End_Function 80635>>> 80635>>> Procedure Set ComAxisIndexY Integer value 80637>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80638>>> End_Procedure 80639>>> 80639>>> Function ComStackHeight Returns Real 80641>>> Real retVal 80641>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_R8 to retVal 80642>>> Function_Return retVal 80643>>> End_Function 80644>>> 80644>>> Procedure Set ComStackHeight Real value 80646>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_R8 to value 80647>>> End_Procedure 80648>>> 80648>>> Function ComErrorBar Returns Variant 80650>>> Handle hDispatchDriver 80650>>> Variant retVal 80650>>> Get phDispatchDriver to hDispatchDriver 80651>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80652>>> Function_Return retVal 80653>>> End_Function 80654>>> 80654>>> Function ComGetRotation Returns Variant 80656>>> Handle hDispatchDriver 80656>>> Variant retVal 80656>>> Get phDispatchDriver to hDispatchDriver 80657>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80658>>> Function_Return retVal 80659>>> End_Function 80660>>> 80660>>> Procedure ComSetRotation Variant llpRotation 80662>>> Handle hDispatchDriver 80662>>> Get phDispatchDriver to hDispatchDriver 80663>>> Send PrepareParams to hDispatchDriver 1 80664>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80665>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80666>>> End_Procedure 80667>>> 80667>>> Function ComLabel Returns Variant 80669>>> Handle hDispatchDriver 80669>>> Variant retVal 80669>>> Get phDispatchDriver to hDispatchDriver 80670>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80671>>> Function_Return retVal 80672>>> End_Function 80673>>> 80673>>> Function ComMarker Returns Variant 80675>>> Handle hDispatchDriver 80675>>> Variant retVal 80675>>> Get phDispatchDriver to hDispatchDriver 80676>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 80677>>> Function_Return retVal 80678>>> End_Function 80679>>> 80679>>> Function ComFillStyle Returns Variant 80681>>> Handle hDispatchDriver 80681>>> Variant retVal 80681>>> Get phDispatchDriver to hDispatchDriver 80682>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80683>>> Function_Return retVal 80684>>> End_Function 80685>>> 80685>>> Function ComBorder Returns Variant 80687>>> Handle hDispatchDriver 80687>>> Variant retVal 80687>>> Get phDispatchDriver to hDispatchDriver 80688>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80689>>> Function_Return retVal 80690>>> End_Function 80691>>>End_Class 80692>>> 80692>>>// ChartStackedAreaSeriesStyle 80692>>>Class cSigCjComChartStackedAreaSeriesStyle is a cComAutomationObject 80693>>> Import_Class_Protocol cSigCjCom_DChartStackedAreaSeriesStyle 80694>>> 80694>>> Procedure Construct_Object 80696>>> Forward Send Construct_Object 80698>>> Set psProgID to L_cSigCjComChartStackedAreaSeriesStyle 80699>>> Set peAutoCreate to acNoAutoCreate 80700>>> End_Procedure 80701>>>End_Class 80702>>> 80702>>>Class cSigCjCom_DChartStackedSplineAreaSeriesStyle is a Mixin 80703>>> 80703>>> Function ComColorEach Returns Boolean 80705>>> Boolean retVal 80705>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80706>>> Function_Return retVal 80707>>> End_Function 80708>>> 80708>>> Procedure Set ComColorEach Boolean value 80710>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80711>>> End_Procedure 80712>>> 80712>>> Function ComColor Returns OLE_COLOR 80714>>> OLE_COLOR retVal 80714>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80715>>> Function_Return retVal 80716>>> End_Function 80717>>> 80717>>> Procedure Set ComColor OLE_COLOR value 80719>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80720>>> End_Procedure 80721>>> 80721>>> Function ComTransparency Returns Integer 80723>>> Integer retVal 80723>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80724>>> Function_Return retVal 80725>>> End_Function 80726>>> 80726>>> Procedure Set ComTransparency Integer value 80728>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80729>>> End_Procedure 80730>>> 80730>>> Function ComSmoothEdges Returns Boolean 80732>>> Boolean retVal 80732>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80733>>> Function_Return retVal 80734>>> End_Function 80735>>> 80735>>> Procedure Set ComSmoothEdges Boolean value 80737>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80738>>> End_Procedure 80739>>> 80739>>> Function ComSecondaryAxisX Returns Boolean 80741>>> Boolean retVal 80741>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80742>>> Function_Return retVal 80743>>> End_Function 80744>>> 80744>>> Procedure Set ComSecondaryAxisX Boolean value 80746>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80747>>> End_Procedure 80748>>> 80748>>> Function ComSecondaryAxisY Returns Boolean 80750>>> Boolean retVal 80750>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80751>>> Function_Return retVal 80752>>> End_Function 80753>>> 80753>>> Procedure Set ComSecondaryAxisY Boolean value 80755>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80756>>> End_Procedure 80757>>> 80757>>> Function ComAxisIndexX Returns Integer 80759>>> Integer retVal 80759>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80760>>> Function_Return retVal 80761>>> End_Function 80762>>> 80762>>> Procedure Set ComAxisIndexX Integer value 80764>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80765>>> End_Procedure 80766>>> 80766>>> Function ComAxisIndexY Returns Integer 80768>>> Integer retVal 80768>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80769>>> Function_Return retVal 80770>>> End_Function 80771>>> 80771>>> Procedure Set ComAxisIndexY Integer value 80773>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80774>>> End_Procedure 80775>>> 80775>>> Function ComStackHeight Returns Real 80777>>> Real retVal 80777>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_R8 to retVal 80778>>> Function_Return retVal 80779>>> End_Function 80780>>> 80780>>> Procedure Set ComStackHeight Real value 80782>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_R8 to value 80783>>> End_Procedure 80784>>> 80784>>> Function ComErrorBar Returns Variant 80786>>> Handle hDispatchDriver 80786>>> Variant retVal 80786>>> Get phDispatchDriver to hDispatchDriver 80787>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80788>>> Function_Return retVal 80789>>> End_Function 80790>>> 80790>>> Function ComGetRotation Returns Variant 80792>>> Handle hDispatchDriver 80792>>> Variant retVal 80792>>> Get phDispatchDriver to hDispatchDriver 80793>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80794>>> Function_Return retVal 80795>>> End_Function 80796>>> 80796>>> Procedure ComSetRotation Variant llpRotation 80798>>> Handle hDispatchDriver 80798>>> Get phDispatchDriver to hDispatchDriver 80799>>> Send PrepareParams to hDispatchDriver 1 80800>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80801>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80802>>> End_Procedure 80803>>> 80803>>> Function ComLabel Returns Variant 80805>>> Handle hDispatchDriver 80805>>> Variant retVal 80805>>> Get phDispatchDriver to hDispatchDriver 80806>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80807>>> Function_Return retVal 80808>>> End_Function 80809>>> 80809>>> Function ComMarker Returns Variant 80811>>> Handle hDispatchDriver 80811>>> Variant retVal 80811>>> Get phDispatchDriver to hDispatchDriver 80812>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 80813>>> Function_Return retVal 80814>>> End_Function 80815>>> 80815>>> Function ComFillStyle Returns Variant 80817>>> Handle hDispatchDriver 80817>>> Variant retVal 80817>>> Get phDispatchDriver to hDispatchDriver 80818>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80819>>> Function_Return retVal 80820>>> End_Function 80821>>> 80821>>> Function ComBorder Returns Variant 80823>>> Handle hDispatchDriver 80823>>> Variant retVal 80823>>> Get phDispatchDriver to hDispatchDriver 80824>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80825>>> Function_Return retVal 80826>>> End_Function 80827>>>End_Class 80828>>> 80828>>>// ChartStackedSplineAreaSeriesStyle 80828>>>Class cSigCjComChartStackedSplineAreaSeriesStyle is a cComAutomationObject 80829>>> Import_Class_Protocol cSigCjCom_DChartStackedSplineAreaSeriesStyle 80830>>> 80830>>> Procedure Construct_Object 80832>>> Forward Send Construct_Object 80834>>> Set psProgID to L_cSigCjComChartStackedSplineAreaSeriesStyle 80835>>> Set peAutoCreate to acNoAutoCreate 80836>>> End_Procedure 80837>>>End_Class 80838>>> 80838>>>Class cSigCjCom_DChartAreaSeriesStyle is a Mixin 80839>>> 80839>>> Function ComColorEach Returns Boolean 80841>>> Boolean retVal 80841>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80842>>> Function_Return retVal 80843>>> End_Function 80844>>> 80844>>> Procedure Set ComColorEach Boolean value 80846>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80847>>> End_Procedure 80848>>> 80848>>> Function ComColor Returns OLE_COLOR 80850>>> OLE_COLOR retVal 80850>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80851>>> Function_Return retVal 80852>>> End_Function 80853>>> 80853>>> Procedure Set ComColor OLE_COLOR value 80855>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80856>>> End_Procedure 80857>>> 80857>>> Function ComTransparency Returns Integer 80859>>> Integer retVal 80859>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80860>>> Function_Return retVal 80861>>> End_Function 80862>>> 80862>>> Procedure Set ComTransparency Integer value 80864>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80865>>> End_Procedure 80866>>> 80866>>> Function ComSmoothEdges Returns Boolean 80868>>> Boolean retVal 80868>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80869>>> Function_Return retVal 80870>>> End_Function 80871>>> 80871>>> Procedure Set ComSmoothEdges Boolean value 80873>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 80874>>> End_Procedure 80875>>> 80875>>> Function ComSecondaryAxisX Returns Boolean 80877>>> Boolean retVal 80877>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 80878>>> Function_Return retVal 80879>>> End_Function 80880>>> 80880>>> Procedure Set ComSecondaryAxisX Boolean value 80882>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 80883>>> End_Procedure 80884>>> 80884>>> Function ComSecondaryAxisY Returns Boolean 80886>>> Boolean retVal 80886>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 80887>>> Function_Return retVal 80888>>> End_Function 80889>>> 80889>>> Procedure Set ComSecondaryAxisY Boolean value 80891>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 80892>>> End_Procedure 80893>>> 80893>>> Function ComAxisIndexX Returns Integer 80895>>> Integer retVal 80895>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 80896>>> Function_Return retVal 80897>>> End_Function 80898>>> 80898>>> Procedure Set ComAxisIndexX Integer value 80900>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 80901>>> End_Procedure 80902>>> 80902>>> Function ComAxisIndexY Returns Integer 80904>>> Integer retVal 80904>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 80905>>> Function_Return retVal 80906>>> End_Function 80907>>> 80907>>> Procedure Set ComAxisIndexY Integer value 80909>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 80910>>> End_Procedure 80911>>> 80911>>> Function ComErrorBar Returns Variant 80913>>> Handle hDispatchDriver 80913>>> Variant retVal 80913>>> Get phDispatchDriver to hDispatchDriver 80914>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 80915>>> Function_Return retVal 80916>>> End_Function 80917>>> 80917>>> Function ComGetRotation Returns Variant 80919>>> Handle hDispatchDriver 80919>>> Variant retVal 80919>>> Get phDispatchDriver to hDispatchDriver 80920>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 80921>>> Function_Return retVal 80922>>> End_Function 80923>>> 80923>>> Procedure ComSetRotation Variant llpRotation 80925>>> Handle hDispatchDriver 80925>>> Get phDispatchDriver to hDispatchDriver 80926>>> Send PrepareParams to hDispatchDriver 1 80927>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 80928>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 80929>>> End_Procedure 80930>>> 80930>>> Function ComLabel Returns Variant 80932>>> Handle hDispatchDriver 80932>>> Variant retVal 80932>>> Get phDispatchDriver to hDispatchDriver 80933>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 80934>>> Function_Return retVal 80935>>> End_Function 80936>>> 80936>>> Function ComMarker Returns Variant 80938>>> Handle hDispatchDriver 80938>>> Variant retVal 80938>>> Get phDispatchDriver to hDispatchDriver 80939>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 80940>>> Function_Return retVal 80941>>> End_Function 80942>>> 80942>>> Function ComFillStyle Returns Variant 80944>>> Handle hDispatchDriver 80944>>> Variant retVal 80944>>> Get phDispatchDriver to hDispatchDriver 80945>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 80946>>> Function_Return retVal 80947>>> End_Function 80948>>> 80948>>> Function ComBorder Returns Variant 80950>>> Handle hDispatchDriver 80950>>> Variant retVal 80950>>> Get phDispatchDriver to hDispatchDriver 80951>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 80952>>> Function_Return retVal 80953>>> End_Function 80954>>>End_Class 80955>>> 80955>>>// ChartAreaSeriesStyle 80955>>>Class cSigCjComChartAreaSeriesStyle is a cComAutomationObject 80956>>> Import_Class_Protocol cSigCjCom_DChartAreaSeriesStyle 80957>>> 80957>>> Procedure Construct_Object 80959>>> Forward Send Construct_Object 80961>>> Set psProgID to L_cSigCjComChartAreaSeriesStyle 80962>>> Set peAutoCreate to acNoAutoCreate 80963>>> End_Procedure 80964>>>End_Class 80965>>> 80965>>>Class cSigCjCom_DChartSplineAreaSeriesStyle is a Mixin 80966>>> 80966>>> Function ComColorEach Returns Boolean 80968>>> Boolean retVal 80968>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 80969>>> Function_Return retVal 80970>>> End_Function 80971>>> 80971>>> Procedure Set ComColorEach Boolean value 80973>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 80974>>> End_Procedure 80975>>> 80975>>> Function ComColor Returns OLE_COLOR 80977>>> OLE_COLOR retVal 80977>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 80978>>> Function_Return retVal 80979>>> End_Function 80980>>> 80980>>> Procedure Set ComColor OLE_COLOR value 80982>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 80983>>> End_Procedure 80984>>> 80984>>> Function ComTransparency Returns Integer 80986>>> Integer retVal 80986>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 80987>>> Function_Return retVal 80988>>> End_Function 80989>>> 80989>>> Procedure Set ComTransparency Integer value 80991>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 80992>>> End_Procedure 80993>>> 80993>>> Function ComSmoothEdges Returns Boolean 80995>>> Boolean retVal 80995>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 80996>>> Function_Return retVal 80997>>> End_Function 80998>>> 80998>>> Procedure Set ComSmoothEdges Boolean value 81000>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81001>>> End_Procedure 81002>>> 81002>>> Function ComSecondaryAxisX Returns Boolean 81004>>> Boolean retVal 81004>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 81005>>> Function_Return retVal 81006>>> End_Function 81007>>> 81007>>> Procedure Set ComSecondaryAxisX Boolean value 81009>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 81010>>> End_Procedure 81011>>> 81011>>> Function ComSecondaryAxisY Returns Boolean 81013>>> Boolean retVal 81013>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 81014>>> Function_Return retVal 81015>>> End_Function 81016>>> 81016>>> Procedure Set ComSecondaryAxisY Boolean value 81018>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 81019>>> End_Procedure 81020>>> 81020>>> Function ComAxisIndexX Returns Integer 81022>>> Integer retVal 81022>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 81023>>> Function_Return retVal 81024>>> End_Function 81025>>> 81025>>> Procedure Set ComAxisIndexX Integer value 81027>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 81028>>> End_Procedure 81029>>> 81029>>> Function ComAxisIndexY Returns Integer 81031>>> Integer retVal 81031>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 81032>>> Function_Return retVal 81033>>> End_Function 81034>>> 81034>>> Procedure Set ComAxisIndexY Integer value 81036>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 81037>>> End_Procedure 81038>>> 81038>>> Function ComErrorBar Returns Variant 81040>>> Handle hDispatchDriver 81040>>> Variant retVal 81040>>> Get phDispatchDriver to hDispatchDriver 81041>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81042>>> Function_Return retVal 81043>>> End_Function 81044>>> 81044>>> Function ComGetRotation Returns Variant 81046>>> Handle hDispatchDriver 81046>>> Variant retVal 81046>>> Get phDispatchDriver to hDispatchDriver 81047>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81048>>> Function_Return retVal 81049>>> End_Function 81050>>> 81050>>> Procedure ComSetRotation Variant llpRotation 81052>>> Handle hDispatchDriver 81052>>> Get phDispatchDriver to hDispatchDriver 81053>>> Send PrepareParams to hDispatchDriver 1 81054>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81055>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81056>>> End_Procedure 81057>>> 81057>>> Function ComLabel Returns Variant 81059>>> Handle hDispatchDriver 81059>>> Variant retVal 81059>>> Get phDispatchDriver to hDispatchDriver 81060>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81061>>> Function_Return retVal 81062>>> End_Function 81063>>> 81063>>> Function ComMarker Returns Variant 81065>>> Handle hDispatchDriver 81065>>> Variant retVal 81065>>> Get phDispatchDriver to hDispatchDriver 81066>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 81067>>> Function_Return retVal 81068>>> End_Function 81069>>>End_Class 81070>>> 81070>>>// ChartSplineAreaSeriesStyle 81070>>>Class cSigCjComChartSplineAreaSeriesStyle is a cComAutomationObject 81071>>> Import_Class_Protocol cSigCjCom_DChartSplineAreaSeriesStyle 81072>>> 81072>>> Procedure Construct_Object 81074>>> Forward Send Construct_Object 81076>>> Set psProgID to L_cSigCjComChartSplineAreaSeriesStyle 81077>>> Set peAutoCreate to acNoAutoCreate 81078>>> End_Procedure 81079>>>End_Class 81080>>> 81080>>>Class cSigCjCom_DChartRangeSplineAreaSeriesStyle is a Mixin 81081>>> 81081>>> Function ComColorEach Returns Boolean 81083>>> Boolean retVal 81083>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 81084>>> Function_Return retVal 81085>>> End_Function 81086>>> 81086>>> Procedure Set ComColorEach Boolean value 81088>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 81089>>> End_Procedure 81090>>> 81090>>> Function ComColor Returns OLE_COLOR 81092>>> OLE_COLOR retVal 81092>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 81093>>> Function_Return retVal 81094>>> End_Function 81095>>> 81095>>> Procedure Set ComColor OLE_COLOR value 81097>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 81098>>> End_Procedure 81099>>> 81099>>> Function ComTransparency Returns Integer 81101>>> Integer retVal 81101>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 81102>>> Function_Return retVal 81103>>> End_Function 81104>>> 81104>>> Procedure Set ComTransparency Integer value 81106>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 81107>>> End_Procedure 81108>>> 81108>>> Function ComSmoothEdges Returns Boolean 81110>>> Boolean retVal 81110>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 81111>>> Function_Return retVal 81112>>> End_Function 81113>>> 81113>>> Procedure Set ComSmoothEdges Boolean value 81115>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81116>>> End_Procedure 81117>>> 81117>>> Function ComSecondaryAxisX Returns Boolean 81119>>> Boolean retVal 81119>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 81120>>> Function_Return retVal 81121>>> End_Function 81122>>> 81122>>> Procedure Set ComSecondaryAxisX Boolean value 81124>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 81125>>> End_Procedure 81126>>> 81126>>> Function ComSecondaryAxisY Returns Boolean 81128>>> Boolean retVal 81128>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 81129>>> Function_Return retVal 81130>>> End_Function 81131>>> 81131>>> Procedure Set ComSecondaryAxisY Boolean value 81133>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 81134>>> End_Procedure 81135>>> 81135>>> Function ComAxisIndexX Returns Integer 81137>>> Integer retVal 81137>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 81138>>> Function_Return retVal 81139>>> End_Function 81140>>> 81140>>> Procedure Set ComAxisIndexX Integer value 81142>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 81143>>> End_Procedure 81144>>> 81144>>> Function ComAxisIndexY Returns Integer 81146>>> Integer retVal 81146>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 81147>>> Function_Return retVal 81148>>> End_Function 81149>>> 81149>>> Procedure Set ComAxisIndexY Integer value 81151>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 81152>>> End_Procedure 81153>>> 81153>>> Function ComErrorBar Returns Variant 81155>>> Handle hDispatchDriver 81155>>> Variant retVal 81155>>> Get phDispatchDriver to hDispatchDriver 81156>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81157>>> Function_Return retVal 81158>>> End_Function 81159>>> 81159>>> Function ComGetRotation Returns Variant 81161>>> Handle hDispatchDriver 81161>>> Variant retVal 81161>>> Get phDispatchDriver to hDispatchDriver 81162>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81163>>> Function_Return retVal 81164>>> End_Function 81165>>> 81165>>> Procedure ComSetRotation Variant llpRotation 81167>>> Handle hDispatchDriver 81167>>> Get phDispatchDriver to hDispatchDriver 81168>>> Send PrepareParams to hDispatchDriver 1 81169>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81170>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81171>>> End_Procedure 81172>>> 81172>>> Function ComLabel Returns Variant 81174>>> Handle hDispatchDriver 81174>>> Variant retVal 81174>>> Get phDispatchDriver to hDispatchDriver 81175>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81176>>> Function_Return retVal 81177>>> End_Function 81178>>> 81178>>> Function ComMarker Returns Variant 81180>>> Handle hDispatchDriver 81180>>> Variant retVal 81180>>> Get phDispatchDriver to hDispatchDriver 81181>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 81182>>> Function_Return retVal 81183>>> End_Function 81184>>> 81184>>> Function ComFillStyle Returns Variant 81186>>> Handle hDispatchDriver 81186>>> Variant retVal 81186>>> Get phDispatchDriver to hDispatchDriver 81187>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 81188>>> Function_Return retVal 81189>>> End_Function 81190>>> 81190>>> Function ComBorder Returns Variant 81192>>> Handle hDispatchDriver 81192>>> Variant retVal 81192>>> Get phDispatchDriver to hDispatchDriver 81193>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 81194>>> Function_Return retVal 81195>>> End_Function 81196>>>End_Class 81197>>> 81197>>>// ChartRangeSplineAreaSeriesStyle 81197>>>Class cSigCjComChartRangeSplineAreaSeriesStyle is a cComAutomationObject 81198>>> Import_Class_Protocol cSigCjCom_DChartRangeSplineAreaSeriesStyle 81199>>> 81199>>> Procedure Construct_Object 81201>>> Forward Send Construct_Object 81203>>> Set psProgID to L_cSigCjComChartRangeSplineAreaSeriesStyle 81204>>> Set peAutoCreate to acNoAutoCreate 81205>>> End_Procedure 81206>>>End_Class 81207>>> 81207>>>Class cSigCjCom_DChartStepAreaSeriesStyle is a Mixin 81208>>> 81208>>> Function ComColorEach Returns Boolean 81210>>> Boolean retVal 81210>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 81211>>> Function_Return retVal 81212>>> End_Function 81213>>> 81213>>> Procedure Set ComColorEach Boolean value 81215>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 81216>>> End_Procedure 81217>>> 81217>>> Function ComColor Returns OLE_COLOR 81219>>> OLE_COLOR retVal 81219>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 81220>>> Function_Return retVal 81221>>> End_Function 81222>>> 81222>>> Procedure Set ComColor OLE_COLOR value 81224>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 81225>>> End_Procedure 81226>>> 81226>>> Function ComTransparency Returns Integer 81228>>> Integer retVal 81228>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 81229>>> Function_Return retVal 81230>>> End_Function 81231>>> 81231>>> Procedure Set ComTransparency Integer value 81233>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 81234>>> End_Procedure 81235>>> 81235>>> Function ComSmoothEdges Returns Boolean 81237>>> Boolean retVal 81237>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 81238>>> Function_Return retVal 81239>>> End_Function 81240>>> 81240>>> Procedure Set ComSmoothEdges Boolean value 81242>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81243>>> End_Procedure 81244>>> 81244>>> Function ComSecondaryAxisX Returns Boolean 81246>>> Boolean retVal 81246>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 81247>>> Function_Return retVal 81248>>> End_Function 81249>>> 81249>>> Procedure Set ComSecondaryAxisX Boolean value 81251>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 81252>>> End_Procedure 81253>>> 81253>>> Function ComSecondaryAxisY Returns Boolean 81255>>> Boolean retVal 81255>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 81256>>> Function_Return retVal 81257>>> End_Function 81258>>> 81258>>> Procedure Set ComSecondaryAxisY Boolean value 81260>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 81261>>> End_Procedure 81262>>> 81262>>> Function ComAxisIndexX Returns Integer 81264>>> Integer retVal 81264>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 81265>>> Function_Return retVal 81266>>> End_Function 81267>>> 81267>>> Procedure Set ComAxisIndexX Integer value 81269>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 81270>>> End_Procedure 81271>>> 81271>>> Function ComAxisIndexY Returns Integer 81273>>> Integer retVal 81273>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 81274>>> Function_Return retVal 81275>>> End_Function 81276>>> 81276>>> Procedure Set ComAxisIndexY Integer value 81278>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 81279>>> End_Procedure 81280>>> 81280>>> Function ComInvertedStep Returns Boolean 81282>>> Boolean retVal 81282>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to retVal 81283>>> Function_Return retVal 81284>>> End_Function 81285>>> 81285>>> Procedure Set ComInvertedStep Boolean value 81287>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to value 81288>>> End_Procedure 81289>>> 81289>>> Function ComErrorBar Returns Variant 81291>>> Handle hDispatchDriver 81291>>> Variant retVal 81291>>> Get phDispatchDriver to hDispatchDriver 81292>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81293>>> Function_Return retVal 81294>>> End_Function 81295>>> 81295>>> Function ComGetRotation Returns Variant 81297>>> Handle hDispatchDriver 81297>>> Variant retVal 81297>>> Get phDispatchDriver to hDispatchDriver 81298>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81299>>> Function_Return retVal 81300>>> End_Function 81301>>> 81301>>> Procedure ComSetRotation Variant llpRotation 81303>>> Handle hDispatchDriver 81303>>> Get phDispatchDriver to hDispatchDriver 81304>>> Send PrepareParams to hDispatchDriver 1 81305>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81306>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81307>>> End_Procedure 81308>>> 81308>>> Function ComLabel Returns Variant 81310>>> Handle hDispatchDriver 81310>>> Variant retVal 81310>>> Get phDispatchDriver to hDispatchDriver 81311>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81312>>> Function_Return retVal 81313>>> End_Function 81314>>> 81314>>> Function ComMarker Returns Variant 81316>>> Handle hDispatchDriver 81316>>> Variant retVal 81316>>> Get phDispatchDriver to hDispatchDriver 81317>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 81318>>> Function_Return retVal 81319>>> End_Function 81320>>> 81320>>> Function ComFillStyle Returns Variant 81322>>> Handle hDispatchDriver 81322>>> Variant retVal 81322>>> Get phDispatchDriver to hDispatchDriver 81323>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 81324>>> Function_Return retVal 81325>>> End_Function 81326>>> 81326>>> Function ComBorder Returns Variant 81328>>> Handle hDispatchDriver 81328>>> Variant retVal 81328>>> Get phDispatchDriver to hDispatchDriver 81329>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 81330>>> Function_Return retVal 81331>>> End_Function 81332>>>End_Class 81333>>> 81333>>>// ChartStepAreaSeriesStyle 81333>>>Class cSigCjComChartStepAreaSeriesStyle is a cComAutomationObject 81334>>> Import_Class_Protocol cSigCjCom_DChartStepAreaSeriesStyle 81335>>> 81335>>> Procedure Construct_Object 81337>>> Forward Send Construct_Object 81339>>> Set psProgID to L_cSigCjComChartStepAreaSeriesStyle 81340>>> Set peAutoCreate to acNoAutoCreate 81341>>> End_Procedure 81342>>>End_Class 81343>>> 81343>>>Class cSigCjCom_DChartBubbleSeriesStyle is a Mixin 81344>>> 81344>>> Function ComColorEach Returns Boolean 81346>>> Boolean retVal 81346>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 81347>>> Function_Return retVal 81348>>> End_Function 81349>>> 81349>>> Procedure Set ComColorEach Boolean value 81351>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 81352>>> End_Procedure 81353>>> 81353>>> Function ComColor Returns OLE_COLOR 81355>>> OLE_COLOR retVal 81355>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 81356>>> Function_Return retVal 81357>>> End_Function 81358>>> 81358>>> Procedure Set ComColor OLE_COLOR value 81360>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 81361>>> End_Procedure 81362>>> 81362>>> Function ComTransparency Returns Integer 81364>>> Integer retVal 81364>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 81365>>> Function_Return retVal 81366>>> End_Function 81367>>> 81367>>> Procedure Set ComTransparency Integer value 81369>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 81370>>> End_Procedure 81371>>> 81371>>> Function ComSmoothEdges Returns Boolean 81373>>> Boolean retVal 81373>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 81374>>> Function_Return retVal 81375>>> End_Function 81376>>> 81376>>> Procedure Set ComSmoothEdges Boolean value 81378>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81379>>> End_Procedure 81380>>> 81380>>> Function ComSecondaryAxisX Returns Boolean 81382>>> Boolean retVal 81382>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 81383>>> Function_Return retVal 81384>>> End_Function 81385>>> 81385>>> Procedure Set ComSecondaryAxisX Boolean value 81387>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 81388>>> End_Procedure 81389>>> 81389>>> Function ComSecondaryAxisY Returns Boolean 81391>>> Boolean retVal 81391>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 81392>>> Function_Return retVal 81393>>> End_Function 81394>>> 81394>>> Procedure Set ComSecondaryAxisY Boolean value 81396>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 81397>>> End_Procedure 81398>>> 81398>>> Function ComAxisIndexX Returns Integer 81400>>> Integer retVal 81400>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 81401>>> Function_Return retVal 81402>>> End_Function 81403>>> 81403>>> Procedure Set ComAxisIndexX Integer value 81405>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 81406>>> End_Procedure 81407>>> 81407>>> Function ComAxisIndexY Returns Integer 81409>>> Integer retVal 81409>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 81410>>> Function_Return retVal 81411>>> End_Function 81412>>> 81412>>> Procedure Set ComAxisIndexY Integer value 81414>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 81415>>> End_Procedure 81416>>> 81416>>> Function ComMinSize Returns Real 81418>>> Real retVal 81418>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to retVal 81419>>> Function_Return retVal 81420>>> End_Function 81421>>> 81421>>> Procedure Set ComMinSize Real value 81423>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_R8 to value 81424>>> End_Procedure 81425>>> 81425>>> Function ComMaxSize Returns Real 81427>>> Real retVal 81427>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_R8 to retVal 81428>>> Function_Return retVal 81429>>> End_Function 81430>>> 81430>>> Procedure Set ComMaxSize Real value 81432>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_R8 to value 81433>>> End_Procedure 81434>>> 81434>>> Function ComLabel Returns Variant 81436>>> Handle hDispatchDriver 81436>>> Variant retVal 81436>>> Get phDispatchDriver to hDispatchDriver 81437>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81438>>> Function_Return retVal 81439>>> End_Function 81440>>> 81440>>> Function ComErrorBar Returns Variant 81442>>> Handle hDispatchDriver 81442>>> Variant retVal 81442>>> Get phDispatchDriver to hDispatchDriver 81443>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81444>>> Function_Return retVal 81445>>> End_Function 81446>>> 81446>>> Function ComGetRotation Returns Variant 81448>>> Handle hDispatchDriver 81448>>> Variant retVal 81448>>> Get phDispatchDriver to hDispatchDriver 81449>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81450>>> Function_Return retVal 81451>>> End_Function 81452>>> 81452>>> Procedure ComSetRotation Variant llpRotation 81454>>> Handle hDispatchDriver 81454>>> Get phDispatchDriver to hDispatchDriver 81455>>> Send PrepareParams to hDispatchDriver 1 81456>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81457>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81458>>> End_Procedure 81459>>> 81459>>> Function ComMarker Returns Variant 81461>>> Handle hDispatchDriver 81461>>> Variant retVal 81461>>> Get phDispatchDriver to hDispatchDriver 81462>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 81463>>> Function_Return retVal 81464>>> End_Function 81465>>>End_Class 81466>>> 81466>>>// ChartBubbleSeriesStyle 81466>>>Class cSigCjComChartBubbleSeriesStyle is a cComAutomationObject 81467>>> Import_Class_Protocol cSigCjCom_DChartBubbleSeriesStyle 81468>>> 81468>>> Procedure Construct_Object 81470>>> Forward Send Construct_Object 81472>>> Set psProgID to L_cSigCjComChartBubbleSeriesStyle 81473>>> Set peAutoCreate to acNoAutoCreate 81474>>> End_Procedure 81475>>>End_Class 81476>>> 81476>>>Class cSigCjCom_DChartHighLowSeriesStyle is a Mixin 81477>>> 81477>>> Function ComColorEach Returns Boolean 81479>>> Boolean retVal 81479>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 81480>>> Function_Return retVal 81481>>> End_Function 81482>>> 81482>>> Procedure Set ComColorEach Boolean value 81484>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 81485>>> End_Procedure 81486>>> 81486>>> Function ComColor Returns OLE_COLOR 81488>>> OLE_COLOR retVal 81488>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 81489>>> Function_Return retVal 81490>>> End_Function 81491>>> 81491>>> Procedure Set ComColor OLE_COLOR value 81493>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 81494>>> End_Procedure 81495>>> 81495>>> Function ComTransparency Returns Integer 81497>>> Integer retVal 81497>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 81498>>> Function_Return retVal 81499>>> End_Function 81500>>> 81500>>> Procedure Set ComTransparency Integer value 81502>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 81503>>> End_Procedure 81504>>> 81504>>> Function ComSmoothEdges Returns Boolean 81506>>> Boolean retVal 81506>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 81507>>> Function_Return retVal 81508>>> End_Function 81509>>> 81509>>> Procedure Set ComSmoothEdges Boolean value 81511>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81512>>> End_Procedure 81513>>> 81513>>> Function ComLineThickness Returns Integer 81515>>> Integer retVal 81515>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 81516>>> Function_Return retVal 81517>>> End_Function 81518>>> 81518>>> Procedure Set ComLineThickness Integer value 81520>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 81521>>> End_Procedure 81522>>> 81522>>> Function ComLabel Returns Variant 81524>>> Handle hDispatchDriver 81524>>> Variant retVal 81524>>> Get phDispatchDriver to hDispatchDriver 81525>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81526>>> Function_Return retVal 81527>>> End_Function 81528>>> 81528>>> Function ComErrorBar Returns Variant 81530>>> Handle hDispatchDriver 81530>>> Variant retVal 81530>>> Get phDispatchDriver to hDispatchDriver 81531>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81532>>> Function_Return retVal 81533>>> End_Function 81534>>> 81534>>> Function ComGetRotation Returns Variant 81536>>> Handle hDispatchDriver 81536>>> Variant retVal 81536>>> Get phDispatchDriver to hDispatchDriver 81537>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81538>>> Function_Return retVal 81539>>> End_Function 81540>>> 81540>>> Procedure ComSetRotation Variant llpRotation 81542>>> Handle hDispatchDriver 81542>>> Get phDispatchDriver to hDispatchDriver 81543>>> Send PrepareParams to hDispatchDriver 1 81544>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81545>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81546>>> End_Procedure 81547>>>End_Class 81548>>> 81548>>>// ChartHighLowSeriesStyle 81548>>>Class cSigCjComChartHighLowSeriesStyle is a cComAutomationObject 81549>>> Import_Class_Protocol cSigCjCom_DChartHighLowSeriesStyle 81550>>> 81550>>> Procedure Construct_Object 81552>>> Forward Send Construct_Object 81554>>> Set psProgID to L_cSigCjComChartHighLowSeriesStyle 81555>>> Set peAutoCreate to acNoAutoCreate 81556>>> End_Procedure 81557>>>End_Class 81558>>> 81558>>>Class cSigCjCom_DChartCandleStickSeriesStyle is a Mixin 81559>>> 81559>>> Function ComColorEach Returns Boolean 81561>>> Boolean retVal 81561>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 81562>>> Function_Return retVal 81563>>> End_Function 81564>>> 81564>>> Procedure Set ComColorEach Boolean value 81566>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 81567>>> End_Procedure 81568>>> 81568>>> Function ComColor Returns OLE_COLOR 81570>>> OLE_COLOR retVal 81570>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 81571>>> Function_Return retVal 81572>>> End_Function 81573>>> 81573>>> Procedure Set ComColor OLE_COLOR value 81575>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 81576>>> End_Procedure 81577>>> 81577>>> Function ComTransparency Returns Integer 81579>>> Integer retVal 81579>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 81580>>> Function_Return retVal 81581>>> End_Function 81582>>> 81582>>> Procedure Set ComTransparency Integer value 81584>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 81585>>> End_Procedure 81586>>> 81586>>> Function ComSmoothEdges Returns Boolean 81588>>> Boolean retVal 81588>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 81589>>> Function_Return retVal 81590>>> End_Function 81591>>> 81591>>> Procedure Set ComSmoothEdges Boolean value 81593>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 81594>>> End_Procedure 81595>>> 81595>>> Function ComLineThickness Returns Integer 81597>>> Integer retVal 81597>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 81598>>> Function_Return retVal 81599>>> End_Function 81600>>> 81600>>> Procedure Set ComLineThickness Integer value 81602>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 81603>>> End_Procedure 81604>>> 81604>>> Function ComLabel Returns Variant 81606>>> Handle hDispatchDriver 81606>>> Variant retVal 81606>>> Get phDispatchDriver to hDispatchDriver 81607>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81608>>> Function_Return retVal 81609>>> End_Function 81610>>> 81610>>> Function ComErrorBar Returns Variant 81612>>> Handle hDispatchDriver 81612>>> Variant retVal 81612>>> Get phDispatchDriver to hDispatchDriver 81613>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 81614>>> Function_Return retVal 81615>>> End_Function 81616>>> 81616>>> Function ComGetRotation Returns Variant 81618>>> Handle hDispatchDriver 81618>>> Variant retVal 81618>>> Get phDispatchDriver to hDispatchDriver 81619>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 81620>>> Function_Return retVal 81621>>> End_Function 81622>>> 81622>>> Procedure ComSetRotation Variant llpRotation 81624>>> Handle hDispatchDriver 81624>>> Get phDispatchDriver to hDispatchDriver 81625>>> Send PrepareParams to hDispatchDriver 1 81626>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 81627>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 81628>>> End_Procedure 81629>>>End_Class 81630>>> 81630>>>// ChartCandleStickSeriesStyle 81630>>>Class cSigCjComChartCandleStickSeriesStyle is a cComAutomationObject 81631>>> Import_Class_Protocol cSigCjCom_DChartCandleStickSeriesStyle 81632>>> 81632>>> Procedure Construct_Object 81634>>> Forward Send Construct_Object 81636>>> Set psProgID to L_cSigCjComChartCandleStickSeriesStyle 81637>>> Set peAutoCreate to acNoAutoCreate 81638>>> End_Procedure 81639>>>End_Class 81640>>> 81640>>>Class cSigCjCom_DChartSeriesTrendline is a Mixin 81641>>> 81641>>> Function ComSource Returns Variant 81643>>> Variant retVal 81643>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_DISPATCH to retVal 81644>>> Function_Return retVal 81645>>> End_Function 81646>>> 81646>>> Procedure Set ComSource Variant value 81648>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_DISPATCH to value 81649>>> End_Procedure 81650>>> 81650>>> Function ComType Returns OLEChartSeriesTrendlineType 81652>>> OLEChartSeriesTrendlineType retVal 81652>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to retVal 81653>>> Function_Return retVal 81654>>> End_Function 81655>>> 81655>>> Procedure Set ComType OLEChartSeriesTrendlineType value 81657>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_I4 to value 81658>>> End_Procedure 81659>>> 81659>>> Function ComPeriod Returns Integer 81661>>> Integer retVal 81661>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to retVal 81662>>> Function_Return retVal 81663>>> End_Function 81664>>> 81664>>> Procedure Set ComPeriod Integer value 81666>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_I4 to value 81667>>> End_Procedure 81668>>> 81668>>> Function ComSeries Returns Variant 81670>>> Handle hDispatchDriver 81670>>> Variant retVal 81670>>> Get phDispatchDriver to hDispatchDriver 81671>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 81672>>> Function_Return retVal 81673>>> End_Function 81674>>>End_Class 81675>>> 81675>>>// ChartSeriesTrendline 81675>>>Class cSigCjComChartSeriesTrendline is a cComAutomationObject 81676>>> Import_Class_Protocol cSigCjCom_DChartSeriesTrendline 81677>>> 81677>>> Procedure Construct_Object 81679>>> Forward Send Construct_Object 81681>>> Set psProgID to L_cSigCjComChartSeriesTrendline 81682>>> Set peAutoCreate to acNoAutoCreate 81683>>> End_Procedure 81684>>>End_Class 81685>>> 81685>>>Class cSigCjCom_DChartContent is a Mixin 81686>>> 81686>>> Function ComEnableMarkup Returns Boolean 81688>>> Boolean retVal 81688>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 81689>>> Function_Return retVal 81690>>> End_Function 81691>>> 81691>>> Procedure Set ComEnableMarkup Boolean value 81693>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 81694>>> End_Procedure 81695>>> 81695>>> Function ComPanelDistance Returns Integer 81697>>> Integer retVal 81697>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 81698>>> Function_Return retVal 81699>>> End_Function 81700>>> 81700>>> Procedure Set ComPanelDistance Integer value 81702>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 81703>>> End_Procedure 81704>>> 81704>>> Function ComPanelDirection Returns OLEChartPanelDirection 81706>>> OLEChartPanelDirection retVal 81706>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 81707>>> Function_Return retVal 81708>>> End_Function 81709>>> 81709>>> Procedure Set ComPanelDirection OLEChartPanelDirection value 81711>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 81712>>> End_Procedure 81713>>> 81713>>> Function ComBackgroundColor Returns OLE_COLOR 81715>>> OLE_COLOR retVal 81715>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 81716>>> Function_Return retVal 81717>>> End_Function 81718>>> 81718>>> Procedure Set ComBackgroundColor OLE_COLOR value 81720>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 81721>>> End_Procedure 81722>>> 81722>>> Function ComSeries Returns Variant 81724>>> Handle hDispatchDriver 81724>>> Variant retVal 81724>>> Get phDispatchDriver to hDispatchDriver 81725>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 81726>>> Function_Return retVal 81727>>> End_Function 81728>>> 81728>>> Function ComTitles Returns Variant 81730>>> Handle hDispatchDriver 81730>>> Variant retVal 81730>>> Get phDispatchDriver to hDispatchDriver 81731>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 81732>>> Function_Return retVal 81733>>> End_Function 81734>>> 81734>>> Function ComAppearance Returns Variant 81736>>> Handle hDispatchDriver 81736>>> Variant retVal 81736>>> Get phDispatchDriver to hDispatchDriver 81737>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 81738>>> Function_Return retVal 81739>>> End_Function 81740>>> 81740>>> Function ComLegend Returns Variant 81742>>> Handle hDispatchDriver 81742>>> Variant retVal 81742>>> Get phDispatchDriver to hDispatchDriver 81743>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 81744>>> Function_Return retVal 81745>>> End_Function 81746>>> 81746>>> Function ComDiagrams Returns Variant 81748>>> Handle hDispatchDriver 81748>>> Variant retVal 81748>>> Get phDispatchDriver to hDispatchDriver 81749>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 81750>>> Function_Return retVal 81751>>> End_Function 81752>>> 81752>>> Function ComBorder Returns Variant 81754>>> Handle hDispatchDriver 81754>>> Variant retVal 81754>>> Get phDispatchDriver to hDispatchDriver 81755>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 81756>>> Function_Return retVal 81757>>> End_Function 81758>>> 81758>>> Procedure ComDoPropExchange Variant llpPX 81760>>> Handle hDispatchDriver 81760>>> Get phDispatchDriver to hDispatchDriver 81761>>> Send PrepareParams to hDispatchDriver 1 81762>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 81763>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 81764>>> End_Procedure 81765>>>End_Class 81766>>> 81766>>>// ChartDiagram2D 81766>>>Class cSigCjComChartContent is a cComAutomationObject 81767>>> Import_Class_Protocol cSigCjCom_DChartContent 81768>>> 81768>>> Procedure Construct_Object 81770>>> Forward Send Construct_Object 81772>>> Set psProgID to L_cSigCjComChartContent 81773>>> Set peAutoCreate to acNoAutoCreate 81774>>> End_Procedure 81775>>>End_Class 81776>>> 81776>>>// Dispatch interface for ChartControl Control 81776>>>Class cSigCjCom_DChartControl is a Mixin 81777>>> 81777>>> Function ComContent Returns Variant 81779>>> Variant retVal 81779>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 81780>>> Function_Return retVal 81781>>> End_Function 81782>>> 81782>>> Procedure Set ComContent Variant value 81784>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 81785>>> End_Procedure 81786>>> 81786>>> Function ComHWnd Returns OLE_HANDLE 81788>>> OLE_HANDLE retVal 81788>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 81789>>> Function_Return retVal 81790>>> End_Function 81791>>> 81791>>> Procedure Set ComHWnd OLE_HANDLE value 81793>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 81794>>> End_Procedure 81795>>> 81795>>> Function ComReCreateReparented Returns Boolean 81797>>> Boolean retVal 81797>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 81798>>> Function_Return retVal 81799>>> End_Function 81800>>> 81800>>> Procedure Set ComReCreateReparented Boolean value 81802>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 81803>>> End_Procedure 81804>>> 81804>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 81806>>> Handle hDispatchDriver 81806>>> Variant retVal 81806>>> Get phDispatchDriver to hDispatchDriver 81807>>> Send PrepareParams to hDispatchDriver 2 81808>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 81809>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 81810>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 81811>>> Function_Return retVal 81812>>> End_Function 81813>>> 81813>>> Procedure ComSaveAsImage String llFileName Integer llWidth Integer llHeight 81815>>> Handle hDispatchDriver 81815>>> Get phDispatchDriver to hDispatchDriver 81816>>> Send PrepareParams to hDispatchDriver 3 81817>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 81818>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 81819>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 81820>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 81821>>> End_Procedure 81822>>> 81822>>> Procedure ComPrintToDC OLE_HANDLE llhDC Integer llleft Integer lltop Integer llWidth Integer llHeight 81824>>> Handle hDispatchDriver 81824>>> Get phDispatchDriver to hDispatchDriver 81825>>> Send PrepareParams to hDispatchDriver 5 81826>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 81827>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 81828>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 81829>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 81830>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 81831>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 81832>>> End_Procedure 81833>>> 81833>>> Function ComCreatePrintView Returns Variant 81835>>> Handle hDispatchDriver 81835>>> Variant retVal 81835>>> Get phDispatchDriver to hDispatchDriver 81836>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 81837>>> Function_Return retVal 81838>>> End_Function 81839>>> 81839>>> Function ComCreateElement String llClassName Returns Variant 81841>>> Handle hDispatchDriver 81841>>> Variant retVal 81841>>> Get phDispatchDriver to hDispatchDriver 81842>>> Send PrepareParams to hDispatchDriver 1 81843>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 81844>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 81845>>> Function_Return retVal 81846>>> End_Function 81847>>> 81847>>> Procedure ComAboutBox 81849>>> Handle hDispatchDriver 81849>>> Get phDispatchDriver to hDispatchDriver 81850>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 81851>>> End_Procedure 81852>>> 81852>>> Procedure ComEnableToolTips Boolean llEnable 81854>>> Handle hDispatchDriver 81854>>> Get phDispatchDriver to hDispatchDriver 81855>>> Send PrepareParams to hDispatchDriver 1 81856>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 81857>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 81858>>> End_Procedure 81859>>> 81859>>> Function ComToolTipContext Returns Variant 81861>>> Handle hDispatchDriver 81861>>> Variant retVal 81861>>> Get phDispatchDriver to hDispatchDriver 81862>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 81863>>> Function_Return retVal 81864>>> End_Function 81865>>> 81865>>> Procedure ComPrintChart OLE_HANDLE lllHDC 81867>>> Handle hDispatchDriver 81867>>> Get phDispatchDriver to hDispatchDriver 81868>>> Send PrepareParams to hDispatchDriver 1 81869>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 81870>>> Send InvokeComMethod to hDispatchDriver 340 OLE_VT_VOID 81871>>> End_Procedure 81872>>> 81872>>> Function ComPrintPreview Returns Integer 81874>>> Handle hDispatchDriver 81874>>> Integer retVal 81874>>> Get phDispatchDriver to hDispatchDriver 81875>>> Get InvokeComMethod of hDispatchDriver 341 OLE_VT_I4 to retVal 81876>>> Function_Return retVal 81877>>> End_Function 81878>>>End_Class 81879>>> 81879>>>// Event interface for ChartControl Control 81879>>>Class cSigCjCom_DChartControlEvents is a Mixin 81880>>> 81880>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 81882>>> End_Procedure 81883>>> 81883>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 81885>>> End_Procedure 81886>>> 81886>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 81888>>> End_Procedure 81889>>> 81889>>> Procedure OnComDblClick Short llButton Short llShift Integer llx Integer lly 81891>>> End_Procedure 81892>>> 81892>>> Procedure OnComGetPointValue Variant llSeries Real llArgument Real ByRef llValue 81894>>> End_Procedure 81895>>> 81895>>> Procedure OnComReCreated 81897>>> End_Procedure 81898>>> 81898>>> Procedure RegisterComEvents 81900>>> Send RegisterComEvent -606 msg_OnComMouseMove 81901>>> Send RegisterComEvent -605 msg_OnComMouseDown 81902>>> Send RegisterComEvent -607 msg_OnComMouseUp 81903>>> Send RegisterComEvent -601 msg_OnComDblClick 81904>>> Send RegisterComEvent 10 msg_OnComGetPointValue 81905>>> Send RegisterComEvent 10001000 msg_OnComReCreated 81906>>> End_Procedure 81907>>>End_Class 81908>>> 81908>>>// ChartControl Control 81908>>>Class cSigCjComChartControl is a cComActiveXControl 81909>>> Import_Class_Protocol cSigCjCom_DChartControl 81910>>> Import_Class_Protocol cSigCjCom_DChartControlEvents 81911>>> 81911>>> Procedure Construct_Object 81913>>> Forward Send Construct_Object 81915>>> Set psProgID to L_cSigCjComChartControl 81916>>> Set psEventId to "{C0DE2030-9F75-41A0-9AAE-A3331026CD43}" 81917>>> Set psLicenseKey to L_cSigCjKeyChartControl 81918>>> Set peAutoCreate to acDeferredAutoCreate 81919>>> End_Procedure 81920>>>End_Class 81921>>> 81921>>>// ChartControl Global Settings 81921>>>Class cSigCjComIChartControlGlobalSettings is a Mixin 81922>>> 81922>>> Function ComResourceFile Returns String 81924>>> String retVal 81924>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 81925>>> Function_Return retVal 81926>>> End_Function 81927>>> 81927>>> Procedure Set ComResourceFile String value 81929>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 81930>>> End_Procedure 81931>>> 81931>>> Function ComLicense Returns String 81933>>> String retVal 81933>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 81934>>> Function_Return retVal 81935>>> End_Function 81936>>> 81936>>> Procedure Set ComLicense String value 81938>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 81939>>> End_Procedure 81940>>> 81940>>> Function ComTitle Returns String 81942>>> String retVal 81942>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 81943>>> Function_Return retVal 81944>>> End_Function 81945>>> 81945>>> Procedure Set ComTitle String value 81947>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 81948>>> End_Procedure 81949>>> 81949>>> Function ComReCreateReparentedControls Returns Boolean 81951>>> Boolean retVal 81951>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 81952>>> Function_Return retVal 81953>>> End_Function 81954>>> 81954>>> Procedure Set ComReCreateReparentedControls Boolean value 81956>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 81957>>> End_Procedure 81958>>> 81958>>> Function ComVersion Returns String 81960>>> Handle hDispatchDriver 81960>>> String retVal 81960>>> Get phDispatchDriver to hDispatchDriver 81961>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 81962>>> Function_Return retVal 81963>>> End_Function 81964>>> 81964>>> Function ComUnicode Returns Boolean 81966>>> Handle hDispatchDriver 81966>>> Boolean retVal 81966>>> Get phDispatchDriver to hDispatchDriver 81967>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 81968>>> Function_Return retVal 81969>>> End_Function 81970>>> 81970>>> Function ComOcxPath Returns String 81972>>> Handle hDispatchDriver 81972>>> String retVal 81972>>> Get phDispatchDriver to hDispatchDriver 81973>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 81974>>> Function_Return retVal 81975>>> End_Function 81976>>> 81976>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 81978>>> Handle hDispatchDriver 81978>>> Variant retVal 81978>>> Get phDispatchDriver to hDispatchDriver 81979>>> Send PrepareParams to hDispatchDriver 1 81980>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 81981>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 81982>>> Function_Return retVal 81983>>> End_Function 81984>>> 81984>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 81986>>> Handle hDispatchDriver 81986>>> Get phDispatchDriver to hDispatchDriver 81987>>> Send PrepareParams to hDispatchDriver 2 81988>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 81989>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 81990>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 81991>>> End_Procedure 81992>>> 81992>>> Function ComCreatePropExchange Returns Variant 81994>>> Handle hDispatchDriver 81994>>> Variant retVal 81994>>> Get phDispatchDriver to hDispatchDriver 81995>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 81996>>> Function_Return retVal 81997>>> End_Function 81998>>>End_Class 81999>>> 81999>>>// ChartControl Global Settings 81999>>>Class cSigCjComChartControlGlobalSettings is a cComAutomationObject 82000>>> Import_Class_Protocol cSigCjComIChartControlGlobalSettings 82001>>> 82001>>> Procedure Construct_Object 82003>>> Forward Send Construct_Object 82005>>> Set psProgID to L_cSigCjComChartControlGlobalSettings 82006>>> Set peAutoCreate to acNoAutoCreate 82007>>> End_Procedure 82008>>>End_Class 82009>>> 82009>>>Class cSigCjComChartFont is a cComAutomationObject 82010>>> 82010>>> Function ComStdFont Returns Variant 82012>>> Variant retVal 82012>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 82013>>> Function_Return retVal 82014>>> End_Function 82015>>> 82015>>> Procedure Set ComStdFont Variant value 82017>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 82018>>> End_Procedure 82019>>>End_Class 82020>>> 82020>>>Class cSigCjComChartLineStyle is a cComAutomationObject 82021>>> 82021>>> Function ComThickness Returns Integer 82023>>> Integer retVal 82023>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 82024>>> Function_Return retVal 82025>>> End_Function 82026>>> 82026>>> Procedure Set ComThickness Integer value 82028>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 82029>>> End_Procedure 82030>>> 82030>>> Function ComDashStyle Returns OLEChartDashStyle 82032>>> OLEChartDashStyle retVal 82032>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82033>>> Function_Return retVal 82034>>> End_Function 82035>>> 82035>>> Procedure Set ComDashStyle OLEChartDashStyle value 82037>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82038>>> End_Procedure 82039>>> 82039>>> Procedure ComSetDashArray Variant llDashArray 82041>>> Handle hDispatchDriver 82041>>> Get phDispatchDriver to hDispatchDriver 82042>>> Send PrepareParams to hDispatchDriver 1 82043>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llDashArray 82044>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 82045>>> End_Procedure 82046>>>End_Class 82047>>> 82047>>>Class cSigCjComChartFillStyle is a cComAutomationObject 82048>>> 82048>>> Function ComFillMode Returns OLEChartFillMode 82050>>> OLEChartFillMode retVal 82050>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 82051>>> Function_Return retVal 82052>>> End_Function 82053>>> 82053>>> Procedure Set ComFillMode OLEChartFillMode value 82055>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 82056>>> End_Procedure 82057>>> 82057>>> Function ComHatchStyle Returns OLEChartHatchStyle 82059>>> OLEChartHatchStyle retVal 82059>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82060>>> Function_Return retVal 82061>>> End_Function 82062>>> 82062>>> Procedure Set ComHatchStyle OLEChartHatchStyle value 82064>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82065>>> End_Procedure 82066>>> 82066>>> Function ComGradientAngle Returns OLEChartGradientAngle 82068>>> OLEChartGradientAngle retVal 82068>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82069>>> Function_Return retVal 82070>>> End_Function 82071>>> 82071>>> Procedure Set ComGradientAngle OLEChartGradientAngle value 82073>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82074>>> End_Procedure 82075>>>End_Class 82076>>> 82076>>>Class cSigCjComChartBorder is a cComAutomationObject 82077>>> 82077>>> Function ComThickness Returns Integer 82079>>> Integer retVal 82079>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 82080>>> Function_Return retVal 82081>>> End_Function 82082>>> 82082>>> Procedure Set ComThickness Integer value 82084>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 82085>>> End_Procedure 82086>>> 82086>>> Function ComVisible Returns Boolean 82088>>> Boolean retVal 82088>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82089>>> Function_Return retVal 82090>>> End_Function 82091>>> 82091>>> Procedure Set ComVisible Boolean value 82093>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82094>>> End_Procedure 82095>>> 82095>>> Function ComColor Returns OLE_COLOR 82097>>> OLE_COLOR retVal 82097>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82098>>> Function_Return retVal 82099>>> End_Function 82100>>> 82100>>> Procedure Set ComColor OLE_COLOR value 82102>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82103>>> End_Procedure 82104>>>End_Class 82105>>> 82105>>>Class cSigCjComChartNumberFormat is a cComAutomationObject 82106>>> 82106>>> Function ComPattern Returns String 82108>>> String retVal 82108>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82109>>> Function_Return retVal 82110>>> End_Function 82111>>> 82111>>> Procedure Set ComPattern String value 82113>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82114>>> End_Procedure 82115>>> 82115>>> Function ComCategory Returns OLEChartNumberFormatCategory 82117>>> OLEChartNumberFormatCategory retVal 82117>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82118>>> Function_Return retVal 82119>>> End_Function 82120>>> 82120>>> Procedure Set ComCategory OLEChartNumberFormatCategory value 82122>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82123>>> End_Procedure 82124>>> 82124>>> Function ComDecimalPlaces Returns Integer 82126>>> Integer retVal 82126>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82127>>> Function_Return retVal 82128>>> End_Function 82129>>> 82129>>> Procedure Set ComDecimalPlaces Integer value 82131>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82132>>> End_Procedure 82133>>> 82133>>> Function ComUseThousandSeparator Returns Boolean 82135>>> Boolean retVal 82135>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 82136>>> Function_Return retVal 82137>>> End_Function 82138>>> 82138>>> Procedure Set ComUseThousandSeparator Boolean value 82140>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 82141>>> End_Procedure 82142>>> 82142>>> Function ComLocale Returns Integer 82144>>> Integer retVal 82144>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 82145>>> Function_Return retVal 82146>>> End_Function 82147>>> 82147>>> Procedure Set ComLocale Integer value 82149>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 82150>>> End_Procedure 82151>>> 82151>>> Function ComCurrencySymbol Returns String 82153>>> String retVal 82153>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal 82154>>> Function_Return retVal 82155>>> End_Function 82156>>> 82156>>> Procedure Set ComCurrencySymbol String value 82158>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value 82159>>> End_Procedure 82160>>> 82160>>> Function ComDateTimeCategory Returns OLEChartDateTimeFormatCategory 82162>>> OLEChartDateTimeFormatCategory retVal 82162>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 82163>>> Function_Return retVal 82164>>> End_Function 82165>>> 82165>>> Procedure Set ComDateTimeCategory OLEChartDateTimeFormatCategory value 82167>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 82168>>> End_Procedure 82169>>> 82169>>> Function ComDateTimeFormat Returns String 82171>>> String retVal 82171>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 82172>>> Function_Return retVal 82173>>> End_Function 82174>>> 82174>>> Procedure Set ComDateTimeFormat String value 82176>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 82177>>> End_Procedure 82178>>>End_Class 82179>>> 82179>>>Class cSigCjComChartTitle is a cComAutomationObject 82180>>> 82180>>> Function ComText Returns String 82182>>> String retVal 82182>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82183>>> Function_Return retVal 82184>>> End_Function 82185>>> 82185>>> Procedure Set ComText String value 82187>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82188>>> End_Procedure 82189>>> 82189>>> Function ComDocking Returns OLEChartDocking 82191>>> OLEChartDocking retVal 82191>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 82192>>> Function_Return retVal 82193>>> End_Function 82194>>> 82194>>> Procedure Set ComDocking OLEChartDocking value 82196>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 82197>>> End_Procedure 82198>>> 82198>>> Function ComIndent Returns Integer 82200>>> Integer retVal 82200>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82201>>> Function_Return retVal 82202>>> End_Function 82203>>> 82203>>> Procedure Set ComIndent Integer value 82205>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82206>>> End_Procedure 82207>>> 82207>>> Function ComAlignment Returns OLEChartStringAlignment 82209>>> OLEChartStringAlignment retVal 82209>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82210>>> Function_Return retVal 82211>>> End_Function 82212>>> 82212>>> Procedure Set ComAlignment OLEChartStringAlignment value 82214>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82215>>> End_Procedure 82216>>> 82216>>> Function ComAntialiasing Returns Boolean 82218>>> Boolean retVal 82218>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 82219>>> Function_Return retVal 82220>>> End_Function 82221>>> 82221>>> Procedure Set ComAntialiasing Boolean value 82223>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 82224>>> End_Procedure 82225>>> 82225>>> Function ComVisible Returns Boolean 82227>>> Boolean retVal 82227>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 82228>>> Function_Return retVal 82229>>> End_Function 82230>>> 82230>>> Procedure Set ComVisible Boolean value 82232>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 82233>>> End_Procedure 82234>>> 82234>>> Function ComTextColor Returns OLE_COLOR 82236>>> OLE_COLOR retVal 82236>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 82237>>> Function_Return retVal 82238>>> End_Function 82239>>> 82239>>> Procedure Set ComTextColor OLE_COLOR value 82241>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 82242>>> End_Procedure 82243>>> 82243>>> Function ComFont Returns Variant 82245>>> Handle hDispatchDriver 82245>>> Variant retVal 82245>>> Get phDispatchDriver to hDispatchDriver 82246>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 82247>>> Function_Return retVal 82248>>> End_Function 82249>>>End_Class 82250>>> 82250>>>Class cSigCjComChartTitleCollection is a cComAutomationObject 82251>>> 82251>>> // Gets the number of Titles in the collection. 82251>>> Function ComCount Returns Integer 82253>>> Handle hDispatchDriver 82253>>> Integer retVal 82253>>> Get phDispatchDriver to hDispatchDriver 82254>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 82255>>> Function_Return retVal 82256>>> End_Function 82257>>> 82257>>> // Gets an item from the collection by its index. 82257>>> Function ComItem Integer llIndex Returns Variant 82259>>> Handle hDispatchDriver 82259>>> Variant retVal 82259>>> Get phDispatchDriver to hDispatchDriver 82260>>> Send PrepareParams to hDispatchDriver 1 82261>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 82262>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 82263>>> Function_Return retVal 82264>>> End_Function 82265>>> 82265>>> Function Com_NewEnum Returns Variant 82267>>> Handle hDispatchDriver 82267>>> Variant retVal 82267>>> Get phDispatchDriver to hDispatchDriver 82268>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 82269>>> Function_Return retVal 82270>>> End_Function 82271>>> 82271>>> Function ComAdd String llText Returns Variant 82273>>> Handle hDispatchDriver 82273>>> Variant retVal 82273>>> Get phDispatchDriver to hDispatchDriver 82274>>> Send PrepareParams to hDispatchDriver 1 82275>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 82276>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 82277>>> Function_Return retVal 82278>>> End_Function 82279>>> 82279>>> // Deletes all of the Titles from the collection 82279>>> Procedure ComDeleteAll 82281>>> Handle hDispatchDriver 82281>>> Get phDispatchDriver to hDispatchDriver 82282>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 82283>>> End_Procedure 82284>>>End_Class 82285>>> 82285>>>Class cSigCjComChartDiagram is a cComAutomationObject 82286>>> 82286>>> Function ComTitles Returns Variant 82288>>> Handle hDispatchDriver 82288>>> Variant retVal 82288>>> Get phDispatchDriver to hDispatchDriver 82289>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 82290>>> Function_Return retVal 82291>>> End_Function 82292>>>End_Class 82293>>> 82293>>>Class cSigCjComChartAxisConstantLine is a cComAutomationObject 82294>>> 82294>>> Function ComText Returns String 82296>>> String retVal 82296>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82297>>> Function_Return retVal 82298>>> End_Function 82299>>> 82299>>> Procedure Set ComText String value 82301>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82302>>> End_Procedure 82303>>> 82303>>> Function ComAxisValue Returns Variant 82305>>> Variant retVal 82305>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 82306>>> Function_Return retVal 82307>>> End_Function 82308>>> 82308>>> Procedure Set ComAxisValue Variant value 82310>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 82311>>> End_Procedure 82312>>> 82312>>> Function ComLegendVisible Returns Boolean 82314>>> Boolean retVal 82314>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82315>>> Function_Return retVal 82316>>> End_Function 82317>>> 82317>>> Procedure Set ComLegendVisible Boolean value 82319>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82320>>> End_Procedure 82321>>> 82321>>> Function ComVisible Returns Boolean 82323>>> Boolean retVal 82323>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 82324>>> Function_Return retVal 82325>>> End_Function 82326>>> 82326>>> Procedure Set ComVisible Boolean value 82328>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 82329>>> End_Procedure 82330>>> 82330>>> Function ComShowTextBelow Returns Boolean 82332>>> Boolean retVal 82332>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 82333>>> Function_Return retVal 82334>>> End_Function 82335>>> 82335>>> Procedure Set ComShowTextBelow Boolean value 82337>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 82338>>> End_Procedure 82339>>> 82339>>> Function ComAlignment Returns OLEChartStringAlignment 82341>>> OLEChartStringAlignment retVal 82341>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 82342>>> Function_Return retVal 82343>>> End_Function 82344>>> 82344>>> Procedure Set ComAlignment OLEChartStringAlignment value 82346>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 82347>>> End_Procedure 82348>>> 82348>>> Function ComColor Returns OLE_COLOR 82350>>> OLE_COLOR retVal 82350>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 82351>>> Function_Return retVal 82352>>> End_Function 82353>>> 82353>>> Procedure Set ComColor OLE_COLOR value 82355>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 82356>>> End_Procedure 82357>>> 82357>>> Function ComTextColor Returns OLE_COLOR 82359>>> OLE_COLOR retVal 82359>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 82360>>> Function_Return retVal 82361>>> End_Function 82362>>> 82362>>> Procedure Set ComTextColor OLE_COLOR value 82364>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 82365>>> End_Procedure 82366>>> 82366>>> Function ComShowBehind Returns Boolean 82368>>> Boolean retVal 82368>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 82369>>> Function_Return retVal 82370>>> End_Function 82371>>> 82371>>> Procedure Set ComShowBehind Boolean value 82373>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 82374>>> End_Procedure 82375>>> 82375>>> Function ComLegendText Returns String 82377>>> String retVal 82377>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 82378>>> Function_Return retVal 82379>>> End_Function 82380>>> 82380>>> Procedure Set ComLegendText String value 82382>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 82383>>> End_Procedure 82384>>> 82384>>> Function ComLineStyle Returns Variant 82386>>> Handle hDispatchDriver 82386>>> Variant retVal 82386>>> Get phDispatchDriver to hDispatchDriver 82387>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 82388>>> Function_Return retVal 82389>>> End_Function 82390>>> 82390>>> Function ComFont Returns Variant 82392>>> Handle hDispatchDriver 82392>>> Variant retVal 82392>>> Get phDispatchDriver to hDispatchDriver 82393>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 82394>>> Function_Return retVal 82395>>> End_Function 82396>>>End_Class 82397>>> 82397>>>Class cSigCjComChartAxisConstantLines is a cComAutomationObject 82398>>> 82398>>> // Gets the number of Titles in the collection. 82398>>> Function ComCount Returns Integer 82400>>> Handle hDispatchDriver 82400>>> Integer retVal 82400>>> Get phDispatchDriver to hDispatchDriver 82401>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 82402>>> Function_Return retVal 82403>>> End_Function 82404>>> 82404>>> // Gets an item from the collection by its index. 82404>>> Function ComItem Integer llIndex Returns Variant 82406>>> Handle hDispatchDriver 82406>>> Variant retVal 82406>>> Get phDispatchDriver to hDispatchDriver 82407>>> Send PrepareParams to hDispatchDriver 1 82408>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 82409>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 82410>>> Function_Return retVal 82411>>> End_Function 82412>>> 82412>>> Function Com_NewEnum Returns Variant 82414>>> Handle hDispatchDriver 82414>>> Variant retVal 82414>>> Get phDispatchDriver to hDispatchDriver 82415>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 82416>>> Function_Return retVal 82417>>> End_Function 82418>>> 82418>>> Function ComAdd String llName Returns Variant 82420>>> Handle hDispatchDriver 82420>>> Variant retVal 82420>>> Get phDispatchDriver to hDispatchDriver 82421>>> Send PrepareParams to hDispatchDriver 1 82422>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 82423>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 82424>>> Function_Return retVal 82425>>> End_Function 82426>>> 82426>>> // Deletes all of the Titles from the collection 82426>>> Procedure ComDeleteAll 82428>>> Handle hDispatchDriver 82428>>> Get phDispatchDriver to hDispatchDriver 82429>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 82430>>> End_Procedure 82431>>>End_Class 82432>>> 82432>>>Class cSigCjComChartAxisCustomLabel is a cComAutomationObject 82433>>> 82433>>> Function ComText Returns String 82435>>> String retVal 82435>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82436>>> Function_Return retVal 82437>>> End_Function 82438>>> 82438>>> Procedure Set ComText String value 82440>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82441>>> End_Procedure 82442>>> 82442>>> Function ComAxisValue Returns Variant 82444>>> Variant retVal 82444>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 82445>>> Function_Return retVal 82446>>> End_Function 82447>>> 82447>>> Procedure Set ComAxisValue Variant value 82449>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 82450>>> End_Procedure 82451>>>End_Class 82452>>> 82452>>>Class cSigCjComChartAxisCustomLabels is a cComAutomationObject 82453>>> 82453>>> // Gets the number of Titles in the collection. 82453>>> Function ComCount Returns Integer 82455>>> Handle hDispatchDriver 82455>>> Integer retVal 82455>>> Get phDispatchDriver to hDispatchDriver 82456>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 82457>>> Function_Return retVal 82458>>> End_Function 82459>>> 82459>>> // Gets an item from the collection by its index. 82459>>> Function ComItem Integer llIndex Returns Variant 82461>>> Handle hDispatchDriver 82461>>> Variant retVal 82461>>> Get phDispatchDriver to hDispatchDriver 82462>>> Send PrepareParams to hDispatchDriver 1 82463>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 82464>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 82465>>> Function_Return retVal 82466>>> End_Function 82467>>> 82467>>> Function Com_NewEnum Returns Variant 82469>>> Handle hDispatchDriver 82469>>> Variant retVal 82469>>> Get phDispatchDriver to hDispatchDriver 82470>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 82471>>> Function_Return retVal 82472>>> End_Function 82473>>> 82473>>> Function ComAdd String llName Variant llAxisValue Returns Variant 82475>>> Handle hDispatchDriver 82475>>> Variant retVal 82475>>> Get phDispatchDriver to hDispatchDriver 82476>>> Send PrepareParams to hDispatchDriver 2 82477>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 82478>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAxisValue 82479>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 82480>>> Function_Return retVal 82481>>> End_Function 82482>>> 82482>>> // Deletes all of the Titles from the collection 82482>>> Procedure ComDeleteAll 82484>>> Handle hDispatchDriver 82484>>> Get phDispatchDriver to hDispatchDriver 82485>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 82486>>> End_Procedure 82487>>>End_Class 82488>>> 82488>>>Class cSigCjComChartAxisStrip is a cComAutomationObject 82489>>> 82489>>> Function ComName Returns String 82491>>> String retVal 82491>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82492>>> Function_Return retVal 82493>>> End_Function 82494>>> 82494>>> Procedure Set ComName String value 82496>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82497>>> End_Procedure 82498>>> 82498>>> Function ComAxisMinValue Returns Variant 82500>>> Variant retVal 82500>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 82501>>> Function_Return retVal 82502>>> End_Function 82503>>> 82503>>> Procedure Set ComAxisMinValue Variant value 82505>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 82506>>> End_Procedure 82507>>> 82507>>> Function ComAxisMaxValue Returns Variant 82509>>> Variant retVal 82509>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_VARIANT to retVal 82510>>> Function_Return retVal 82511>>> End_Function 82512>>> 82512>>> Procedure Set ComAxisMaxValue Variant value 82514>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_VARIANT to value 82515>>> End_Procedure 82516>>> 82516>>> Function ComLegendVisible Returns Boolean 82518>>> Boolean retVal 82518>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 82519>>> Function_Return retVal 82520>>> End_Function 82521>>> 82521>>> Procedure Set ComLegendVisible Boolean value 82523>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 82524>>> End_Procedure 82525>>> 82525>>> Function ComVisible Returns Boolean 82527>>> Boolean retVal 82527>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 82528>>> Function_Return retVal 82529>>> End_Function 82530>>> 82530>>> Procedure Set ComVisible Boolean value 82532>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 82533>>> End_Procedure 82534>>> 82534>>> Function ComColor Returns OLE_COLOR 82536>>> OLE_COLOR retVal 82536>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 82537>>> Function_Return retVal 82538>>> End_Function 82539>>> 82539>>> Procedure Set ComColor OLE_COLOR value 82541>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 82542>>> End_Procedure 82543>>> 82543>>> Function ComColor2 Returns OLE_COLOR 82545>>> OLE_COLOR retVal 82545>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 82546>>> Function_Return retVal 82547>>> End_Function 82548>>> 82548>>> Procedure Set ComColor2 OLE_COLOR value 82550>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 82551>>> End_Procedure 82552>>> 82552>>> Function ComLegendText Returns String 82554>>> String retVal 82554>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 82555>>> Function_Return retVal 82556>>> End_Function 82557>>> 82557>>> Procedure Set ComLegendText String value 82559>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 82560>>> End_Procedure 82561>>> 82561>>> Function ComFillStyle Returns Variant 82563>>> Handle hDispatchDriver 82563>>> Variant retVal 82563>>> Get phDispatchDriver to hDispatchDriver 82564>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 82565>>> Function_Return retVal 82566>>> End_Function 82567>>>End_Class 82568>>> 82568>>>Class cSigCjComChartAxisStrips is a cComAutomationObject 82569>>> 82569>>> // Gets the number of Titles in the collection. 82569>>> Function ComCount Returns Integer 82571>>> Handle hDispatchDriver 82571>>> Integer retVal 82571>>> Get phDispatchDriver to hDispatchDriver 82572>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 82573>>> Function_Return retVal 82574>>> End_Function 82575>>> 82575>>> // Gets an item from the collection by its index. 82575>>> Function ComItem Integer llIndex Returns Variant 82577>>> Handle hDispatchDriver 82577>>> Variant retVal 82577>>> Get phDispatchDriver to hDispatchDriver 82578>>> Send PrepareParams to hDispatchDriver 1 82579>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 82580>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 82581>>> Function_Return retVal 82582>>> End_Function 82583>>> 82583>>> Function Com_NewEnum Returns Variant 82585>>> Handle hDispatchDriver 82585>>> Variant retVal 82585>>> Get phDispatchDriver to hDispatchDriver 82586>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 82587>>> Function_Return retVal 82588>>> End_Function 82589>>> 82589>>> Function ComAdd String llName Returns Variant 82591>>> Handle hDispatchDriver 82591>>> Variant retVal 82591>>> Get phDispatchDriver to hDispatchDriver 82592>>> Send PrepareParams to hDispatchDriver 1 82593>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 82594>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 82595>>> Function_Return retVal 82596>>> End_Function 82597>>> 82597>>> // Deletes all of the Titles from the collection 82597>>> Procedure ComDeleteAll 82599>>> Handle hDispatchDriver 82599>>> Get phDispatchDriver to hDispatchDriver 82600>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 82601>>> End_Procedure 82602>>>End_Class 82603>>> 82603>>>Class cSigCjComChartAxisLabel is a cComAutomationObject 82604>>> 82604>>> Function ComVisible Returns Boolean 82606>>> Boolean retVal 82606>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82607>>> Function_Return retVal 82608>>> End_Function 82609>>> 82609>>> Procedure Set ComVisible Boolean value 82611>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82612>>> End_Procedure 82613>>> 82613>>> Function ComAngle Returns Integer 82615>>> Integer retVal 82615>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82616>>> Function_Return retVal 82617>>> End_Function 82618>>> 82618>>> Procedure Set ComAngle Integer value 82620>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82621>>> End_Procedure 82622>>> 82622>>> Function ComAntialiasing Returns Boolean 82624>>> Boolean retVal 82624>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 82625>>> Function_Return retVal 82626>>> End_Function 82627>>> 82627>>> Procedure Set ComAntialiasing Boolean value 82629>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 82630>>> End_Procedure 82631>>> 82631>>> Function ComTextColor Returns OLE_COLOR 82633>>> OLE_COLOR retVal 82633>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 82634>>> Function_Return retVal 82635>>> End_Function 82636>>> 82636>>> Procedure Set ComTextColor OLE_COLOR value 82638>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 82639>>> End_Procedure 82640>>> 82640>>> Function ComFont Returns Variant 82642>>> Handle hDispatchDriver 82642>>> Variant retVal 82642>>> Get phDispatchDriver to hDispatchDriver 82643>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 82644>>> Function_Return retVal 82645>>> End_Function 82646>>> 82646>>> Function ComFormat Returns Variant 82648>>> Handle hDispatchDriver 82648>>> Variant retVal 82648>>> Get phDispatchDriver to hDispatchDriver 82649>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 82650>>> Function_Return retVal 82651>>> End_Function 82652>>>End_Class 82653>>> 82653>>>Class cSigCjComChartAxisTickMarks is a cComAutomationObject 82654>>> 82654>>> Function ComVisible Returns Boolean 82656>>> Boolean retVal 82656>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82657>>> Function_Return retVal 82658>>> End_Function 82659>>> 82659>>> Procedure Set ComVisible Boolean value 82661>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82662>>> End_Procedure 82663>>> 82663>>> Function ComMinorVisible Returns Boolean 82665>>> Boolean retVal 82665>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82666>>> Function_Return retVal 82667>>> End_Function 82668>>> 82668>>> Procedure Set ComMinorVisible Boolean value 82670>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82671>>> End_Procedure 82672>>> 82672>>> Function ComThickness Returns Integer 82674>>> Integer retVal 82674>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82675>>> Function_Return retVal 82676>>> End_Function 82677>>> 82677>>> Procedure Set ComThickness Integer value 82679>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82680>>> End_Procedure 82681>>> 82681>>> Function ComMinorThickness Returns Integer 82683>>> Integer retVal 82683>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 82684>>> Function_Return retVal 82685>>> End_Function 82686>>> 82686>>> Procedure Set ComMinorThickness Integer value 82688>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 82689>>> End_Procedure 82690>>> 82690>>> Function ComLength Returns Integer 82692>>> Integer retVal 82692>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 82693>>> Function_Return retVal 82694>>> End_Function 82695>>> 82695>>> Procedure Set ComLength Integer value 82697>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 82698>>> End_Procedure 82699>>> 82699>>> Function ComMinorLength Returns Integer 82701>>> Integer retVal 82701>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 82702>>> Function_Return retVal 82703>>> End_Function 82704>>> 82704>>> Procedure Set ComMinorLength Integer value 82706>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 82707>>> End_Procedure 82708>>> 82708>>> Function ComCrossAxis Returns Boolean 82710>>> Boolean retVal 82710>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 82711>>> Function_Return retVal 82712>>> End_Function 82713>>> 82713>>> Procedure Set ComCrossAxis Boolean value 82715>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 82716>>> End_Procedure 82717>>>End_Class 82718>>> 82718>>>Class cSigCjComChartAxisGridLines is a cComAutomationObject 82719>>> 82719>>> Function ComVisible Returns Boolean 82721>>> Boolean retVal 82721>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82722>>> Function_Return retVal 82723>>> End_Function 82724>>> 82724>>> Procedure Set ComVisible Boolean value 82726>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82727>>> End_Procedure 82728>>> 82728>>> Function ComMinorVisible Returns Boolean 82730>>> Boolean retVal 82730>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82731>>> Function_Return retVal 82732>>> End_Function 82733>>> 82733>>> Procedure Set ComMinorVisible Boolean value 82735>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82736>>> End_Procedure 82737>>> 82737>>> Function ComLineStyle Returns Variant 82739>>> Handle hDispatchDriver 82739>>> Variant retVal 82739>>> Get phDispatchDriver to hDispatchDriver 82740>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 82741>>> Function_Return retVal 82742>>> End_Function 82743>>> 82743>>> Function ComMinorLineStyle Returns Variant 82745>>> Handle hDispatchDriver 82745>>> Variant retVal 82745>>> Get phDispatchDriver to hDispatchDriver 82746>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 82747>>> Function_Return retVal 82748>>> End_Function 82749>>>End_Class 82750>>> 82750>>>Class cSigCjComChartAxisTitle is a cComAutomationObject 82751>>> 82751>>> Function ComText Returns String 82753>>> String retVal 82753>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 82754>>> Function_Return retVal 82755>>> End_Function 82756>>> 82756>>> Procedure Set ComText String value 82758>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 82759>>> End_Procedure 82760>>> 82760>>> Function ComVisible Returns Boolean 82762>>> Boolean retVal 82762>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82763>>> Function_Return retVal 82764>>> End_Function 82765>>> 82765>>> Procedure Set ComVisible Boolean value 82767>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82768>>> End_Procedure 82769>>> 82769>>> Function ComAntialiasing Returns Boolean 82771>>> Boolean retVal 82771>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82772>>> Function_Return retVal 82773>>> End_Function 82774>>> 82774>>> Procedure Set ComAntialiasing Boolean value 82776>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82777>>> End_Procedure 82778>>> 82778>>> Function ComAlignment Returns OLEChartStringAlignment 82780>>> OLEChartStringAlignment retVal 82780>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 82781>>> Function_Return retVal 82782>>> End_Function 82783>>> 82783>>> Procedure Set ComAlignment OLEChartStringAlignment value 82785>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 82786>>> End_Procedure 82787>>> 82787>>> Function ComFont Returns Variant 82789>>> Handle hDispatchDriver 82789>>> Variant retVal 82789>>> Get phDispatchDriver to hDispatchDriver 82790>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 82791>>> Function_Return retVal 82792>>> End_Function 82793>>>End_Class 82794>>> 82794>>>Class cSigCjComChartAxisRange is a cComAutomationObject 82795>>> 82795>>> Function ComShowZeroLevel Returns Boolean 82797>>> Boolean retVal 82797>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82798>>> Function_Return retVal 82799>>> End_Function 82800>>> 82800>>> Procedure Set ComShowZeroLevel Boolean value 82802>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82803>>> End_Procedure 82804>>> 82804>>> Function ComSideMargins Returns Boolean 82806>>> Boolean retVal 82806>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 82807>>> Function_Return retVal 82808>>> End_Function 82809>>> 82809>>> Procedure Set ComSideMargins Boolean value 82811>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 82812>>> End_Procedure 82813>>> 82813>>> Function ComMinValue Returns Real 82815>>> Real retVal 82815>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to retVal 82816>>> Function_Return retVal 82817>>> End_Function 82818>>> 82818>>> Procedure Set ComMinValue Real value 82820>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to value 82821>>> End_Procedure 82822>>> 82822>>> Function ComMaxValue Returns Real 82824>>> Real retVal 82824>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 82825>>> Function_Return retVal 82826>>> End_Function 82827>>> 82827>>> Procedure Set ComMaxValue Real value 82829>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 82830>>> End_Procedure 82831>>> 82831>>> Function ComAutoRange Returns Boolean 82833>>> Boolean retVal 82833>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 82834>>> Function_Return retVal 82835>>> End_Function 82836>>> 82836>>> Procedure Set ComAutoRange Boolean value 82838>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 82839>>> End_Procedure 82840>>> 82840>>> Function ComViewMinValue Returns Real 82842>>> Real retVal 82842>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_R8 to retVal 82843>>> Function_Return retVal 82844>>> End_Function 82845>>> 82845>>> Procedure Set ComViewMinValue Real value 82847>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_R8 to value 82848>>> End_Procedure 82849>>> 82849>>> Function ComViewMaxValue Returns Real 82851>>> Real retVal 82851>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_R8 to retVal 82852>>> Function_Return retVal 82853>>> End_Function 82854>>> 82854>>> Procedure Set ComViewMaxValue Real value 82856>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_R8 to value 82857>>> End_Procedure 82858>>> 82858>>> Function ComViewAutoRange Returns Boolean 82860>>> Boolean retVal 82860>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 82861>>> Function_Return retVal 82862>>> End_Function 82863>>> 82863>>> Procedure Set ComViewAutoRange Boolean value 82865>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 82866>>> End_Procedure 82867>>> 82867>>> Function ComZoomLimit Returns Real 82869>>> Real retVal 82869>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_R8 to retVal 82870>>> Function_Return retVal 82871>>> End_Function 82872>>> 82872>>> Procedure Set ComZoomLimit Real value 82874>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_R8 to value 82875>>> End_Procedure 82876>>>End_Class 82877>>> 82877>>>Class cSigCjComChartAxis is a cComAutomationObject 82878>>> 82878>>> Function ComVisible Returns Boolean 82880>>> Boolean retVal 82880>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 82881>>> Function_Return retVal 82882>>> End_Function 82883>>> 82883>>> Procedure Set ComVisible Boolean value 82885>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 82886>>> End_Procedure 82887>>> 82887>>> Function ComAlignment Returns OLEChartAxisAlignment 82889>>> OLEChartAxisAlignment retVal 82889>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 82890>>> Function_Return retVal 82891>>> End_Function 82892>>> 82892>>> Procedure Set ComAlignment OLEChartAxisAlignment value 82894>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 82895>>> End_Procedure 82896>>> 82896>>> Function ComInterlaced Returns Boolean 82898>>> Boolean retVal 82898>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 82899>>> Function_Return retVal 82900>>> End_Function 82901>>> 82901>>> Procedure Set ComInterlaced Boolean value 82903>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 82904>>> End_Procedure 82905>>> 82905>>> Function ComThickness Returns Integer 82907>>> Integer retVal 82907>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 82908>>> Function_Return retVal 82909>>> End_Function 82910>>> 82910>>> Procedure Set ComThickness Integer value 82912>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 82913>>> End_Procedure 82914>>> 82914>>> Function ComMinorCount Returns Integer 82916>>> Integer retVal 82916>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 82917>>> Function_Return retVal 82918>>> End_Function 82919>>> 82919>>> Procedure Set ComMinorCount Integer value 82921>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 82922>>> End_Procedure 82923>>> 82923>>> Function ComReversed Returns Boolean 82925>>> Boolean retVal 82925>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 82926>>> Function_Return retVal 82927>>> End_Function 82928>>> 82928>>> Procedure Set ComReversed Boolean value 82930>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 82931>>> End_Procedure 82932>>> 82932>>> Function ComColor Returns OLE_COLOR 82934>>> OLE_COLOR retVal 82934>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 82935>>> Function_Return retVal 82936>>> End_Function 82937>>> 82937>>> Procedure Set ComColor OLE_COLOR value 82939>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 82940>>> End_Procedure 82941>>> 82941>>> Function ComInterlacedColor Returns OLE_COLOR 82943>>> OLE_COLOR retVal 82943>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 82944>>> Function_Return retVal 82945>>> End_Function 82946>>> 82946>>> Procedure Set ComInterlacedColor OLE_COLOR value 82948>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 82949>>> End_Procedure 82950>>> 82950>>> Function ComInterlacedColor2 Returns OLE_COLOR 82952>>> OLE_COLOR retVal 82952>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 82953>>> Function_Return retVal 82954>>> End_Function 82955>>> 82955>>> Procedure Set ComInterlacedColor2 OLE_COLOR value 82957>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 82958>>> End_Procedure 82959>>> 82959>>> Function ComGridSpacing Returns Real 82961>>> Real retVal 82961>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_R8 to retVal 82962>>> Function_Return retVal 82963>>> End_Function 82964>>> 82964>>> Procedure Set ComGridSpacing Real value 82966>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_R8 to value 82967>>> End_Procedure 82968>>> 82968>>> Function ComGridSpacingAuto Returns Boolean 82970>>> Boolean retVal 82970>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 82971>>> Function_Return retVal 82972>>> End_Function 82973>>> 82973>>> Procedure Set ComGridSpacingAuto Boolean value 82975>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 82976>>> End_Procedure 82977>>> 82977>>> Function ComAllowZoom Returns Boolean 82979>>> Boolean retVal 82979>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 82980>>> Function_Return retVal 82981>>> End_Function 82982>>> 82982>>> Procedure Set ComAllowZoom Boolean value 82984>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 82985>>> End_Procedure 82986>>> 82986>>> Function ComLogarithmic Returns Boolean 82988>>> Boolean retVal 82988>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 82989>>> Function_Return retVal 82990>>> End_Function 82991>>> 82991>>> Procedure Set ComLogarithmic Boolean value 82993>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 82994>>> End_Procedure 82995>>> 82995>>> Function ComLogarithmicBase Returns Real 82997>>> Real retVal 82997>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_R8 to retVal 82998>>> Function_Return retVal 82999>>> End_Function 83000>>> 83000>>> Procedure Set ComLogarithmicBase Real value 83002>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_R8 to value 83003>>> End_Procedure 83004>>> 83004>>> Function ComDateTimeScaleUnit Returns OLEChartAxisDateTimeScaleUnit 83006>>> OLEChartAxisDateTimeScaleUnit retVal 83006>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 83007>>> Function_Return retVal 83008>>> End_Function 83009>>> 83009>>> Procedure Set ComDateTimeScaleUnit OLEChartAxisDateTimeScaleUnit value 83011>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 83012>>> End_Procedure 83013>>> 83013>>> Function ComIndex Returns Integer 83015>>> Integer retVal 83015>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 83016>>> Function_Return retVal 83017>>> End_Function 83018>>> 83018>>> Procedure Set ComIndex Integer value 83020>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 83021>>> End_Procedure 83022>>> 83022>>> Function ComConstantLines Returns Variant 83024>>> Handle hDispatchDriver 83024>>> Variant retVal 83024>>> Get phDispatchDriver to hDispatchDriver 83025>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 83026>>> Function_Return retVal 83027>>> End_Function 83028>>> 83028>>> Function ComStrips Returns Variant 83030>>> Handle hDispatchDriver 83030>>> Variant retVal 83030>>> Get phDispatchDriver to hDispatchDriver 83031>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83032>>> Function_Return retVal 83033>>> End_Function 83034>>> 83034>>> Function ComLabel Returns Variant 83036>>> Handle hDispatchDriver 83036>>> Variant retVal 83036>>> Get phDispatchDriver to hDispatchDriver 83037>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83038>>> Function_Return retVal 83039>>> End_Function 83040>>> 83040>>> Function ComTickMarks Returns Variant 83042>>> Handle hDispatchDriver 83042>>> Variant retVal 83042>>> Get phDispatchDriver to hDispatchDriver 83043>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 83044>>> Function_Return retVal 83045>>> End_Function 83046>>> 83046>>> Function ComTitle Returns Variant 83048>>> Handle hDispatchDriver 83048>>> Variant retVal 83048>>> Get phDispatchDriver to hDispatchDriver 83049>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 83050>>> Function_Return retVal 83051>>> End_Function 83052>>> 83052>>> Function ComGridLines Returns Variant 83054>>> Handle hDispatchDriver 83054>>> Variant retVal 83054>>> Get phDispatchDriver to hDispatchDriver 83055>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 83056>>> Function_Return retVal 83057>>> End_Function 83058>>> 83058>>> Function ComRange Returns Variant 83060>>> Handle hDispatchDriver 83060>>> Variant retVal 83060>>> Get phDispatchDriver to hDispatchDriver 83061>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 83062>>> Function_Return retVal 83063>>> End_Function 83064>>> 83064>>> Function ComInterlacedFillStyle Returns Variant 83066>>> Handle hDispatchDriver 83066>>> Variant retVal 83066>>> Get phDispatchDriver to hDispatchDriver 83067>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 83068>>> Function_Return retVal 83069>>> End_Function 83070>>> 83070>>> Function ComCustomLabels Returns Variant 83072>>> Handle hDispatchDriver 83072>>> Variant retVal 83072>>> Get phDispatchDriver to hDispatchDriver 83073>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 83074>>> Function_Return retVal 83075>>> End_Function 83076>>>End_Class 83077>>> 83077>>>Class cSigCjCom_DChartPyramidDiagram is a cComAutomationObject 83078>>> 83078>>> Function ComTitles Returns Variant 83080>>> Handle hDispatchDriver 83080>>> Variant retVal 83080>>> Get phDispatchDriver to hDispatchDriver 83081>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 83082>>> Function_Return retVal 83083>>> End_Function 83084>>>End_Class 83085>>> 83085>>>Class cSigCjComChartMarker is a cComAutomationObject 83086>>> 83086>>> Function ComSize Returns Integer 83088>>> Integer retVal 83088>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 83089>>> Function_Return retVal 83090>>> End_Function 83091>>> 83091>>> Procedure Set ComSize Integer value 83093>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 83094>>> End_Procedure 83095>>> 83095>>> Function ComType Returns OLEChartMarkerType 83097>>> OLEChartMarkerType retVal 83097>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 83098>>> Function_Return retVal 83099>>> End_Function 83100>>> 83100>>> Procedure Set ComType OLEChartMarkerType value 83102>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 83103>>> End_Procedure 83104>>> 83104>>> Function ComBorderVisible Returns Boolean 83106>>> Boolean retVal 83106>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83107>>> Function_Return retVal 83108>>> End_Function 83109>>> 83109>>> Procedure Set ComBorderVisible Boolean value 83111>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83112>>> End_Procedure 83113>>> 83113>>> Function ComVisible Returns Boolean 83115>>> Boolean retVal 83115>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 83116>>> Function_Return retVal 83117>>> End_Function 83118>>> 83118>>> Procedure Set ComVisible Boolean value 83120>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 83121>>> End_Procedure 83122>>> 83122>>> Function ComFillStyle Returns Variant 83124>>> Handle hDispatchDriver 83124>>> Variant retVal 83124>>> Get phDispatchDriver to hDispatchDriver 83125>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 83126>>> Function_Return retVal 83127>>> End_Function 83128>>>End_Class 83129>>> 83129>>>Class cSigCjComChartLegendItem is a cComAutomationObject 83130>>> 83130>>> Function ComLineThickness Returns Integer 83132>>> Integer retVal 83132>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 83133>>> Function_Return retVal 83134>>> End_Function 83135>>> 83135>>> Procedure Set ComLineThickness Integer value 83137>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 83138>>> End_Procedure 83139>>> 83139>>> Function ComDashStyle Returns OLEChartDashStyle 83141>>> OLEChartDashStyle retVal 83141>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 83142>>> Function_Return retVal 83143>>> End_Function 83144>>> 83144>>> Procedure Set ComDashStyle OLEChartDashStyle value 83146>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 83147>>> End_Procedure 83148>>>End_Class 83149>>> 83149>>>Class cSigCjComChartSeriesErrorBar is a cComAutomationObject 83150>>> 83150>>> Function ComVisible Returns Boolean 83152>>> Boolean retVal 83152>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to retVal 83153>>> Function_Return retVal 83154>>> End_Function 83155>>> 83155>>> Procedure Set ComVisible Boolean value 83157>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to value 83158>>> End_Procedure 83159>>> 83159>>> Function ComEndStyle Returns OLEChartErrorBarEndStyle 83161>>> OLEChartErrorBarEndStyle retVal 83161>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 83162>>> Function_Return retVal 83163>>> End_Function 83164>>> 83164>>> Procedure Set ComEndStyle OLEChartErrorBarEndStyle value 83166>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 83167>>> End_Procedure 83168>>> 83168>>> Function ComType Returns OLEChartErrorBarType 83170>>> OLEChartErrorBarType retVal 83170>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 83171>>> Function_Return retVal 83172>>> End_Function 83173>>> 83173>>> Procedure Set ComType OLEChartErrorBarType value 83175>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 83176>>> End_Procedure 83177>>> 83177>>> Function ComDirection Returns OLEChartErrorBarDirection 83179>>> OLEChartErrorBarDirection retVal 83179>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83180>>> Function_Return retVal 83181>>> End_Function 83182>>> 83182>>> Procedure Set ComDirection OLEChartErrorBarDirection value 83184>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83185>>> End_Procedure 83186>>> 83186>>> Function ComAmount Returns Real 83188>>> Real retVal 83188>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to retVal 83189>>> Function_Return retVal 83190>>> End_Function 83191>>> 83191>>> Procedure Set ComAmount Real value 83193>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_R8 to value 83194>>> End_Procedure 83195>>> 83195>>> Function ComValuePlus Returns Real 83197>>> Real retVal 83197>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_R8 to retVal 83198>>> Function_Return retVal 83199>>> End_Function 83200>>> 83200>>> Procedure Set ComValuePlus Real value 83202>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_R8 to value 83203>>> End_Procedure 83204>>> 83204>>> Function ComValueMinus Returns Real 83206>>> Real retVal 83206>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_R8 to retVal 83207>>> Function_Return retVal 83208>>> End_Function 83209>>> 83209>>> Procedure Set ComValueMinus Real value 83211>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_R8 to value 83212>>> End_Procedure 83213>>> 83213>>> Function ComLineColor Returns OLE_COLOR 83215>>> OLE_COLOR retVal 83215>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 83216>>> Function_Return retVal 83217>>> End_Function 83218>>> 83218>>> Procedure Set ComLineColor OLE_COLOR value 83220>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 83221>>> End_Procedure 83222>>> 83222>>> Function ComLineStyle Returns Variant 83224>>> Handle hDispatchDriver 83224>>> Variant retVal 83224>>> Get phDispatchDriver to hDispatchDriver 83225>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83226>>> Function_Return retVal 83227>>> End_Function 83228>>>End_Class 83229>>> 83229>>>Class cSigCjComChartSeriesLabel is a cComAutomationObject 83230>>> 83230>>> Function ComVisible Returns Boolean 83232>>> Boolean retVal 83232>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83233>>> Function_Return retVal 83234>>> End_Function 83235>>> 83235>>> Procedure Set ComVisible Boolean value 83237>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83238>>> End_Procedure 83239>>> 83239>>> Function ComShowLines Returns Boolean 83241>>> Boolean retVal 83241>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83242>>> Function_Return retVal 83243>>> End_Function 83244>>> 83244>>> Procedure Set ComShowLines Boolean value 83246>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83247>>> End_Procedure 83248>>> 83248>>> Function ComLineLength Returns Integer 83250>>> Integer retVal 83250>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83251>>> Function_Return retVal 83252>>> End_Function 83253>>> 83253>>> Procedure Set ComLineLength Integer value 83255>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83256>>> End_Procedure 83257>>> 83257>>> Function ComAntialiasing Returns Boolean 83259>>> Boolean retVal 83259>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83260>>> Function_Return retVal 83261>>> End_Function 83262>>> 83262>>> Procedure Set ComAntialiasing Boolean value 83264>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83265>>> End_Procedure 83266>>> 83266>>> Function ComTextColor Returns OLE_COLOR 83268>>> OLE_COLOR retVal 83268>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83269>>> Function_Return retVal 83270>>> End_Function 83271>>> 83271>>> Procedure Set ComTextColor OLE_COLOR value 83273>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83274>>> End_Procedure 83275>>> 83275>>> Function ComBackColor Returns OLE_COLOR 83277>>> OLE_COLOR retVal 83277>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83278>>> Function_Return retVal 83279>>> End_Function 83280>>> 83280>>> Procedure Set ComBackColor OLE_COLOR value 83282>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83283>>> End_Procedure 83284>>> 83284>>> Function ComLineColor Returns OLE_COLOR 83286>>> OLE_COLOR retVal 83286>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83287>>> Function_Return retVal 83288>>> End_Function 83289>>> 83289>>> Procedure Set ComLineColor OLE_COLOR value 83291>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83292>>> End_Procedure 83293>>> 83293>>> Function ComTransparency Returns Integer 83295>>> Integer retVal 83295>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 83296>>> Function_Return retVal 83297>>> End_Function 83298>>> 83298>>> Procedure Set ComTransparency Integer value 83300>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 83301>>> End_Procedure 83302>>> 83302>>> Function ComFont Returns Variant 83304>>> Handle hDispatchDriver 83304>>> Variant retVal 83304>>> Get phDispatchDriver to hDispatchDriver 83305>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83306>>> Function_Return retVal 83307>>> End_Function 83308>>> 83308>>> Function ComBorder Returns Variant 83310>>> Handle hDispatchDriver 83310>>> Variant retVal 83310>>> Get phDispatchDriver to hDispatchDriver 83311>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83312>>> Function_Return retVal 83313>>> End_Function 83314>>> 83314>>> Function ComFillStyle Returns Variant 83316>>> Handle hDispatchDriver 83316>>> Variant retVal 83316>>> Get phDispatchDriver to hDispatchDriver 83317>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83318>>> Function_Return retVal 83319>>> End_Function 83320>>> 83320>>> Function ComFormat Returns Variant 83322>>> Handle hDispatchDriver 83322>>> Variant retVal 83322>>> Get phDispatchDriver to hDispatchDriver 83323>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83324>>> Function_Return retVal 83325>>> End_Function 83326>>>End_Class 83327>>> 83327>>>Class cSigCjComChartPieSeriesLabel is a cComAutomationObject 83328>>> 83328>>> Function ComVisible Returns Boolean 83330>>> Boolean retVal 83330>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83331>>> Function_Return retVal 83332>>> End_Function 83333>>> 83333>>> Procedure Set ComVisible Boolean value 83335>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83336>>> End_Procedure 83337>>> 83337>>> Function ComShowLines Returns Boolean 83339>>> Boolean retVal 83339>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83340>>> Function_Return retVal 83341>>> End_Function 83342>>> 83342>>> Procedure Set ComShowLines Boolean value 83344>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83345>>> End_Procedure 83346>>> 83346>>> Function ComLineLength Returns Integer 83348>>> Integer retVal 83348>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83349>>> Function_Return retVal 83350>>> End_Function 83351>>> 83351>>> Procedure Set ComLineLength Integer value 83353>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83354>>> End_Procedure 83355>>> 83355>>> Function ComAntialiasing Returns Boolean 83357>>> Boolean retVal 83357>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83358>>> Function_Return retVal 83359>>> End_Function 83360>>> 83360>>> Procedure Set ComAntialiasing Boolean value 83362>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83363>>> End_Procedure 83364>>> 83364>>> Function ComTextColor Returns OLE_COLOR 83366>>> OLE_COLOR retVal 83366>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83367>>> Function_Return retVal 83368>>> End_Function 83369>>> 83369>>> Procedure Set ComTextColor OLE_COLOR value 83371>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83372>>> End_Procedure 83373>>> 83373>>> Function ComBackColor Returns OLE_COLOR 83375>>> OLE_COLOR retVal 83375>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83376>>> Function_Return retVal 83377>>> End_Function 83378>>> 83378>>> Procedure Set ComBackColor OLE_COLOR value 83380>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83381>>> End_Procedure 83382>>> 83382>>> Function ComLineColor Returns OLE_COLOR 83384>>> OLE_COLOR retVal 83384>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83385>>> Function_Return retVal 83386>>> End_Function 83387>>> 83387>>> Procedure Set ComLineColor OLE_COLOR value 83389>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83390>>> End_Procedure 83391>>> 83391>>> Function ComPosition Returns OLEChartPieLabelPosition 83393>>> OLEChartPieLabelPosition retVal 83393>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 83394>>> Function_Return retVal 83395>>> End_Function 83396>>> 83396>>> Procedure Set ComPosition OLEChartPieLabelPosition value 83398>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 83399>>> End_Procedure 83400>>> 83400>>> Function ComFormat Returns Variant 83402>>> Handle hDispatchDriver 83402>>> Variant retVal 83402>>> Get phDispatchDriver to hDispatchDriver 83403>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83404>>> Function_Return retVal 83405>>> End_Function 83406>>> 83406>>> Function ComFont Returns Variant 83408>>> Handle hDispatchDriver 83408>>> Variant retVal 83408>>> Get phDispatchDriver to hDispatchDriver 83409>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83410>>> Function_Return retVal 83411>>> End_Function 83412>>> 83412>>> Function ComBorder Returns Variant 83414>>> Handle hDispatchDriver 83414>>> Variant retVal 83414>>> Get phDispatchDriver to hDispatchDriver 83415>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83416>>> Function_Return retVal 83417>>> End_Function 83418>>> 83418>>> Function ComFillStyle Returns Variant 83420>>> Handle hDispatchDriver 83420>>> Variant retVal 83420>>> Get phDispatchDriver to hDispatchDriver 83421>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83422>>> Function_Return retVal 83423>>> End_Function 83424>>>End_Class 83425>>> 83425>>>Class cSigCjComChartFunnelSeriesLabel is a cComAutomationObject 83426>>> 83426>>> Function ComVisible Returns Boolean 83428>>> Boolean retVal 83428>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83429>>> Function_Return retVal 83430>>> End_Function 83431>>> 83431>>> Procedure Set ComVisible Boolean value 83433>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83434>>> End_Procedure 83435>>> 83435>>> Function ComShowLines Returns Boolean 83437>>> Boolean retVal 83437>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83438>>> Function_Return retVal 83439>>> End_Function 83440>>> 83440>>> Procedure Set ComShowLines Boolean value 83442>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83443>>> End_Procedure 83444>>> 83444>>> Function ComLineLength Returns Integer 83446>>> Integer retVal 83446>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83447>>> Function_Return retVal 83448>>> End_Function 83449>>> 83449>>> Procedure Set ComLineLength Integer value 83451>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83452>>> End_Procedure 83453>>> 83453>>> Function ComAntialiasing Returns Boolean 83455>>> Boolean retVal 83455>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83456>>> Function_Return retVal 83457>>> End_Function 83458>>> 83458>>> Procedure Set ComAntialiasing Boolean value 83460>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83461>>> End_Procedure 83462>>> 83462>>> Function ComTextColor Returns OLE_COLOR 83464>>> OLE_COLOR retVal 83464>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83465>>> Function_Return retVal 83466>>> End_Function 83467>>> 83467>>> Procedure Set ComTextColor OLE_COLOR value 83469>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83470>>> End_Procedure 83471>>> 83471>>> Function ComBackColor Returns OLE_COLOR 83473>>> OLE_COLOR retVal 83473>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83474>>> Function_Return retVal 83475>>> End_Function 83476>>> 83476>>> Procedure Set ComBackColor OLE_COLOR value 83478>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83479>>> End_Procedure 83480>>> 83480>>> Function ComLineColor Returns OLE_COLOR 83482>>> OLE_COLOR retVal 83482>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83483>>> Function_Return retVal 83484>>> End_Function 83485>>> 83485>>> Procedure Set ComLineColor OLE_COLOR value 83487>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83488>>> End_Procedure 83489>>> 83489>>> Function ComPosition Returns OLEChartFunnelLabelPosition 83491>>> OLEChartFunnelLabelPosition retVal 83491>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 83492>>> Function_Return retVal 83493>>> End_Function 83494>>> 83494>>> Procedure Set ComPosition OLEChartFunnelLabelPosition value 83496>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 83497>>> End_Procedure 83498>>> 83498>>> Function ComFont Returns Variant 83500>>> Handle hDispatchDriver 83500>>> Variant retVal 83500>>> Get phDispatchDriver to hDispatchDriver 83501>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83502>>> Function_Return retVal 83503>>> End_Function 83504>>> 83504>>> Function ComFormat Returns Variant 83506>>> Handle hDispatchDriver 83506>>> Variant retVal 83506>>> Get phDispatchDriver to hDispatchDriver 83507>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83508>>> Function_Return retVal 83509>>> End_Function 83510>>> 83510>>> Function ComBorder Returns Variant 83512>>> Handle hDispatchDriver 83512>>> Variant retVal 83512>>> Get phDispatchDriver to hDispatchDriver 83513>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83514>>> Function_Return retVal 83515>>> End_Function 83516>>> 83516>>> Function ComFillStyle Returns Variant 83518>>> Handle hDispatchDriver 83518>>> Variant retVal 83518>>> Get phDispatchDriver to hDispatchDriver 83519>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83520>>> Function_Return retVal 83521>>> End_Function 83522>>>End_Class 83523>>> 83523>>>Class cSigCjComChartPyramidSeriesLabel is a cComAutomationObject 83524>>> 83524>>> Function ComVisible Returns Boolean 83526>>> Boolean retVal 83526>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83527>>> Function_Return retVal 83528>>> End_Function 83529>>> 83529>>> Procedure Set ComVisible Boolean value 83531>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83532>>> End_Procedure 83533>>> 83533>>> Function ComShowLines Returns Boolean 83535>>> Boolean retVal 83535>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83536>>> Function_Return retVal 83537>>> End_Function 83538>>> 83538>>> Procedure Set ComShowLines Boolean value 83540>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83541>>> End_Procedure 83542>>> 83542>>> Function ComLineLength Returns Integer 83544>>> Integer retVal 83544>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83545>>> Function_Return retVal 83546>>> End_Function 83547>>> 83547>>> Procedure Set ComLineLength Integer value 83549>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83550>>> End_Procedure 83551>>> 83551>>> Function ComAntialiasing Returns Boolean 83553>>> Boolean retVal 83553>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83554>>> Function_Return retVal 83555>>> End_Function 83556>>> 83556>>> Procedure Set ComAntialiasing Boolean value 83558>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83559>>> End_Procedure 83560>>> 83560>>> Function ComTextColor Returns OLE_COLOR 83562>>> OLE_COLOR retVal 83562>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83563>>> Function_Return retVal 83564>>> End_Function 83565>>> 83565>>> Procedure Set ComTextColor OLE_COLOR value 83567>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83568>>> End_Procedure 83569>>> 83569>>> Function ComBackColor Returns OLE_COLOR 83571>>> OLE_COLOR retVal 83571>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83572>>> Function_Return retVal 83573>>> End_Function 83574>>> 83574>>> Procedure Set ComBackColor OLE_COLOR value 83576>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83577>>> End_Procedure 83578>>> 83578>>> Function ComLineColor Returns OLE_COLOR 83580>>> OLE_COLOR retVal 83580>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83581>>> Function_Return retVal 83582>>> End_Function 83583>>> 83583>>> Procedure Set ComLineColor OLE_COLOR value 83585>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83586>>> End_Procedure 83587>>> 83587>>> Function ComPosition Returns OLEChartPyramidLabelPosition 83589>>> OLEChartPyramidLabelPosition retVal 83589>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 83590>>> Function_Return retVal 83591>>> End_Function 83592>>> 83592>>> Procedure Set ComPosition OLEChartPyramidLabelPosition value 83594>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 83595>>> End_Procedure 83596>>> 83596>>> Function ComFormat Returns Variant 83598>>> Handle hDispatchDriver 83598>>> Variant retVal 83598>>> Get phDispatchDriver to hDispatchDriver 83599>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83600>>> Function_Return retVal 83601>>> End_Function 83602>>> 83602>>> Function ComFont Returns Variant 83604>>> Handle hDispatchDriver 83604>>> Variant retVal 83604>>> Get phDispatchDriver to hDispatchDriver 83605>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83606>>> Function_Return retVal 83607>>> End_Function 83608>>> 83608>>> Function ComBorder Returns Variant 83610>>> Handle hDispatchDriver 83610>>> Variant retVal 83610>>> Get phDispatchDriver to hDispatchDriver 83611>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83612>>> Function_Return retVal 83613>>> End_Function 83614>>> 83614>>> Function ComFillStyle Returns Variant 83616>>> Handle hDispatchDriver 83616>>> Variant retVal 83616>>> Get phDispatchDriver to hDispatchDriver 83617>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83618>>> Function_Return retVal 83619>>> End_Function 83620>>>End_Class 83621>>> 83621>>>Class cSigCjComChartPointSeriesLabel is a cComAutomationObject 83622>>> 83622>>> Function ComVisible Returns Boolean 83624>>> Boolean retVal 83624>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83625>>> Function_Return retVal 83626>>> End_Function 83627>>> 83627>>> Procedure Set ComVisible Boolean value 83629>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83630>>> End_Procedure 83631>>> 83631>>> Function ComShowLines Returns Boolean 83633>>> Boolean retVal 83633>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83634>>> Function_Return retVal 83635>>> End_Function 83636>>> 83636>>> Procedure Set ComShowLines Boolean value 83638>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83639>>> End_Procedure 83640>>> 83640>>> Function ComLineLength Returns Integer 83642>>> Integer retVal 83642>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83643>>> Function_Return retVal 83644>>> End_Function 83645>>> 83645>>> Procedure Set ComLineLength Integer value 83647>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83648>>> End_Procedure 83649>>> 83649>>> Function ComAntialiasing Returns Boolean 83651>>> Boolean retVal 83651>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83652>>> Function_Return retVal 83653>>> End_Function 83654>>> 83654>>> Procedure Set ComAntialiasing Boolean value 83656>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83657>>> End_Procedure 83658>>> 83658>>> Function ComTextColor Returns OLE_COLOR 83660>>> OLE_COLOR retVal 83660>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83661>>> Function_Return retVal 83662>>> End_Function 83663>>> 83663>>> Procedure Set ComTextColor OLE_COLOR value 83665>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83666>>> End_Procedure 83667>>> 83667>>> Function ComBackColor Returns OLE_COLOR 83669>>> OLE_COLOR retVal 83669>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83670>>> Function_Return retVal 83671>>> End_Function 83672>>> 83672>>> Procedure Set ComBackColor OLE_COLOR value 83674>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83675>>> End_Procedure 83676>>> 83676>>> Function ComLineColor Returns OLE_COLOR 83678>>> OLE_COLOR retVal 83678>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83679>>> Function_Return retVal 83680>>> End_Function 83681>>> 83681>>> Procedure Set ComLineColor OLE_COLOR value 83683>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83684>>> End_Procedure 83685>>> 83685>>> Function ComAngle Returns Integer 83687>>> Integer retVal 83687>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to retVal 83688>>> Function_Return retVal 83689>>> End_Function 83690>>> 83690>>> Procedure Set ComAngle Integer value 83692>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to value 83693>>> End_Procedure 83694>>> 83694>>> Function ComFormat Returns Variant 83696>>> Handle hDispatchDriver 83696>>> Variant retVal 83696>>> Get phDispatchDriver to hDispatchDriver 83697>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83698>>> Function_Return retVal 83699>>> End_Function 83700>>> 83700>>> Function ComFont Returns Variant 83702>>> Handle hDispatchDriver 83702>>> Variant retVal 83702>>> Get phDispatchDriver to hDispatchDriver 83703>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83704>>> Function_Return retVal 83705>>> End_Function 83706>>> 83706>>> Function ComBorder Returns Variant 83708>>> Handle hDispatchDriver 83708>>> Variant retVal 83708>>> Get phDispatchDriver to hDispatchDriver 83709>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83710>>> Function_Return retVal 83711>>> End_Function 83712>>> 83712>>> Function ComFillStyle Returns Variant 83714>>> Handle hDispatchDriver 83714>>> Variant retVal 83714>>> Get phDispatchDriver to hDispatchDriver 83715>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83716>>> Function_Return retVal 83717>>> End_Function 83718>>>End_Class 83719>>> 83719>>>Class cSigCjComChartRadarPointSeriesLabel is a cComAutomationObject 83720>>> 83720>>> Function ComVisible Returns Boolean 83722>>> Boolean retVal 83722>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83723>>> Function_Return retVal 83724>>> End_Function 83725>>> 83725>>> Procedure Set ComVisible Boolean value 83727>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83728>>> End_Procedure 83729>>> 83729>>> Function ComShowLines Returns Boolean 83731>>> Boolean retVal 83731>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83732>>> Function_Return retVal 83733>>> End_Function 83734>>> 83734>>> Procedure Set ComShowLines Boolean value 83736>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83737>>> End_Procedure 83738>>> 83738>>> Function ComLineLength Returns Integer 83740>>> Integer retVal 83740>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83741>>> Function_Return retVal 83742>>> End_Function 83743>>> 83743>>> Procedure Set ComLineLength Integer value 83745>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83746>>> End_Procedure 83747>>> 83747>>> Function ComAntialiasing Returns Boolean 83749>>> Boolean retVal 83749>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83750>>> Function_Return retVal 83751>>> End_Function 83752>>> 83752>>> Procedure Set ComAntialiasing Boolean value 83754>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83755>>> End_Procedure 83756>>> 83756>>> Function ComTextColor Returns OLE_COLOR 83758>>> OLE_COLOR retVal 83758>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83759>>> Function_Return retVal 83760>>> End_Function 83761>>> 83761>>> Procedure Set ComTextColor OLE_COLOR value 83763>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83764>>> End_Procedure 83765>>> 83765>>> Function ComBackColor Returns OLE_COLOR 83767>>> OLE_COLOR retVal 83767>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83768>>> Function_Return retVal 83769>>> End_Function 83770>>> 83770>>> Procedure Set ComBackColor OLE_COLOR value 83772>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83773>>> End_Procedure 83774>>> 83774>>> Function ComLineColor Returns OLE_COLOR 83776>>> OLE_COLOR retVal 83776>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83777>>> Function_Return retVal 83778>>> End_Function 83779>>> 83779>>> Procedure Set ComLineColor OLE_COLOR value 83781>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83782>>> End_Procedure 83783>>> 83783>>> Function ComAngle Returns Integer 83785>>> Integer retVal 83785>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to retVal 83786>>> Function_Return retVal 83787>>> End_Function 83788>>> 83788>>> Procedure Set ComAngle Integer value 83790>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to value 83791>>> End_Procedure 83792>>> 83792>>> Function ComFormat Returns Variant 83794>>> Handle hDispatchDriver 83794>>> Variant retVal 83794>>> Get phDispatchDriver to hDispatchDriver 83795>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83796>>> Function_Return retVal 83797>>> End_Function 83798>>> 83798>>> Function ComFont Returns Variant 83800>>> Handle hDispatchDriver 83800>>> Variant retVal 83800>>> Get phDispatchDriver to hDispatchDriver 83801>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83802>>> Function_Return retVal 83803>>> End_Function 83804>>> 83804>>> Function ComBorder Returns Variant 83806>>> Handle hDispatchDriver 83806>>> Variant retVal 83806>>> Get phDispatchDriver to hDispatchDriver 83807>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83808>>> Function_Return retVal 83809>>> End_Function 83810>>> 83810>>> Function ComFillStyle Returns Variant 83812>>> Handle hDispatchDriver 83812>>> Variant retVal 83812>>> Get phDispatchDriver to hDispatchDriver 83813>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83814>>> Function_Return retVal 83815>>> End_Function 83816>>>End_Class 83817>>> 83817>>>Class cSigCjComChartBarSeriesLabel is a cComAutomationObject 83818>>> 83818>>> Function ComVisible Returns Boolean 83820>>> Boolean retVal 83820>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83821>>> Function_Return retVal 83822>>> End_Function 83823>>> 83823>>> Procedure Set ComVisible Boolean value 83825>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83826>>> End_Procedure 83827>>> 83827>>> Function ComShowLines Returns Boolean 83829>>> Boolean retVal 83829>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83830>>> Function_Return retVal 83831>>> End_Function 83832>>> 83832>>> Procedure Set ComShowLines Boolean value 83834>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83835>>> End_Procedure 83836>>> 83836>>> Function ComLineLength Returns Integer 83838>>> Integer retVal 83838>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83839>>> Function_Return retVal 83840>>> End_Function 83841>>> 83841>>> Procedure Set ComLineLength Integer value 83843>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83844>>> End_Procedure 83845>>> 83845>>> Function ComAntialiasing Returns Boolean 83847>>> Boolean retVal 83847>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83848>>> Function_Return retVal 83849>>> End_Function 83850>>> 83850>>> Procedure Set ComAntialiasing Boolean value 83852>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83853>>> End_Procedure 83854>>> 83854>>> Function ComTextColor Returns OLE_COLOR 83856>>> OLE_COLOR retVal 83856>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83857>>> Function_Return retVal 83858>>> End_Function 83859>>> 83859>>> Procedure Set ComTextColor OLE_COLOR value 83861>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83862>>> End_Procedure 83863>>> 83863>>> Function ComBackColor Returns OLE_COLOR 83865>>> OLE_COLOR retVal 83865>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83866>>> Function_Return retVal 83867>>> End_Function 83868>>> 83868>>> Procedure Set ComBackColor OLE_COLOR value 83870>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83871>>> End_Procedure 83872>>> 83872>>> Function ComLineColor Returns OLE_COLOR 83874>>> OLE_COLOR retVal 83874>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83875>>> Function_Return retVal 83876>>> End_Function 83877>>> 83877>>> Procedure Set ComLineColor OLE_COLOR value 83879>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83880>>> End_Procedure 83881>>> 83881>>> Function ComPosition Returns OLEChartBarLabelPosition 83883>>> OLEChartBarLabelPosition retVal 83883>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 83884>>> Function_Return retVal 83885>>> End_Function 83886>>> 83886>>> Procedure Set ComPosition OLEChartBarLabelPosition value 83888>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 83889>>> End_Procedure 83890>>> 83890>>> Function ComFormat Returns Variant 83892>>> Handle hDispatchDriver 83892>>> Variant retVal 83892>>> Get phDispatchDriver to hDispatchDriver 83893>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 83894>>> Function_Return retVal 83895>>> End_Function 83896>>> 83896>>> Function ComFont Returns Variant 83898>>> Handle hDispatchDriver 83898>>> Variant retVal 83898>>> Get phDispatchDriver to hDispatchDriver 83899>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 83900>>> Function_Return retVal 83901>>> End_Function 83902>>> 83902>>> Function ComBorder Returns Variant 83904>>> Handle hDispatchDriver 83904>>> Variant retVal 83904>>> Get phDispatchDriver to hDispatchDriver 83905>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 83906>>> Function_Return retVal 83907>>> End_Function 83908>>> 83908>>> Function ComFillStyle Returns Variant 83910>>> Handle hDispatchDriver 83910>>> Variant retVal 83910>>> Get phDispatchDriver to hDispatchDriver 83911>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 83912>>> Function_Return retVal 83913>>> End_Function 83914>>>End_Class 83915>>> 83915>>>Class cSigCjComChartRangeBarSeriesLabel is a cComAutomationObject 83916>>> 83916>>> Function ComVisible Returns Boolean 83918>>> Boolean retVal 83918>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 83919>>> Function_Return retVal 83920>>> End_Function 83921>>> 83921>>> Procedure Set ComVisible Boolean value 83923>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 83924>>> End_Procedure 83925>>> 83925>>> Function ComShowLines Returns Boolean 83927>>> Boolean retVal 83927>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 83928>>> Function_Return retVal 83929>>> End_Function 83930>>> 83930>>> Procedure Set ComShowLines Boolean value 83932>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 83933>>> End_Procedure 83934>>> 83934>>> Function ComLineLength Returns Integer 83936>>> Integer retVal 83936>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 83937>>> Function_Return retVal 83938>>> End_Function 83939>>> 83939>>> Procedure Set ComLineLength Integer value 83941>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 83942>>> End_Procedure 83943>>> 83943>>> Function ComAntialiasing Returns Boolean 83945>>> Boolean retVal 83945>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 83946>>> Function_Return retVal 83947>>> End_Function 83948>>> 83948>>> Procedure Set ComAntialiasing Boolean value 83950>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 83951>>> End_Procedure 83952>>> 83952>>> Function ComTextColor Returns OLE_COLOR 83954>>> OLE_COLOR retVal 83954>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 83955>>> Function_Return retVal 83956>>> End_Function 83957>>> 83957>>> Procedure Set ComTextColor OLE_COLOR value 83959>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 83960>>> End_Procedure 83961>>> 83961>>> Function ComBackColor Returns OLE_COLOR 83963>>> OLE_COLOR retVal 83963>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 83964>>> Function_Return retVal 83965>>> End_Function 83966>>> 83966>>> Procedure Set ComBackColor OLE_COLOR value 83968>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 83969>>> End_Procedure 83970>>> 83970>>> Function ComLineColor Returns OLE_COLOR 83972>>> OLE_COLOR retVal 83972>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 83973>>> Function_Return retVal 83974>>> End_Function 83975>>> 83975>>> Procedure Set ComLineColor OLE_COLOR value 83977>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 83978>>> End_Procedure 83979>>> 83979>>> Function ComPosition Returns OLEChartRangeBarLabelPosition 83981>>> OLEChartRangeBarLabelPosition retVal 83981>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 83982>>> Function_Return retVal 83983>>> End_Function 83984>>> 83984>>> Procedure Set ComPosition OLEChartRangeBarLabelPosition value 83986>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 83987>>> End_Procedure 83988>>> 83988>>> Function ComType Returns OLEChartRangeBarLabelType 83990>>> OLEChartRangeBarLabelType retVal 83990>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to retVal 83991>>> Function_Return retVal 83992>>> End_Function 83993>>> 83993>>> Procedure Set ComType OLEChartRangeBarLabelType value 83995>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_I4 to value 83996>>> End_Procedure 83997>>> 83997>>> Function ComFormat Returns Variant 83999>>> Handle hDispatchDriver 83999>>> Variant retVal 83999>>> Get phDispatchDriver to hDispatchDriver 84000>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 84001>>> Function_Return retVal 84002>>> End_Function 84003>>> 84003>>> Function ComFont Returns Variant 84005>>> Handle hDispatchDriver 84005>>> Variant retVal 84005>>> Get phDispatchDriver to hDispatchDriver 84006>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 84007>>> Function_Return retVal 84008>>> End_Function 84009>>> 84009>>> Function ComBorder Returns Variant 84011>>> Handle hDispatchDriver 84011>>> Variant retVal 84011>>> Get phDispatchDriver to hDispatchDriver 84012>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 84013>>> Function_Return retVal 84014>>> End_Function 84015>>> 84015>>> Function ComFillStyle Returns Variant 84017>>> Handle hDispatchDriver 84017>>> Variant retVal 84017>>> Get phDispatchDriver to hDispatchDriver 84018>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 84019>>> Function_Return retVal 84020>>> End_Function 84021>>>End_Class 84022>>> 84022>>>Class cSigCjComChartSeriesStyle is a cComAutomationObject 84023>>> 84023>>> Function ComColorEach Returns Boolean 84025>>> Boolean retVal 84025>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 84026>>> Function_Return retVal 84027>>> End_Function 84028>>> 84028>>> Procedure Set ComColorEach Boolean value 84030>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 84031>>> End_Procedure 84032>>> 84032>>> Function ComColor Returns OLE_COLOR 84034>>> OLE_COLOR retVal 84034>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 84035>>> Function_Return retVal 84036>>> End_Function 84037>>> 84037>>> Procedure Set ComColor OLE_COLOR value 84039>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 84040>>> End_Procedure 84041>>> 84041>>> Function ComTransparency Returns Integer 84043>>> Integer retVal 84043>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 84044>>> Function_Return retVal 84045>>> End_Function 84046>>> 84046>>> Procedure Set ComTransparency Integer value 84048>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 84049>>> End_Procedure 84050>>> 84050>>> Function ComSmoothEdges Returns Boolean 84052>>> Boolean retVal 84052>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 84053>>> Function_Return retVal 84054>>> End_Function 84055>>> 84055>>> Procedure Set ComSmoothEdges Boolean value 84057>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 84058>>> End_Procedure 84059>>> 84059>>> Function ComLabel Returns Variant 84061>>> Handle hDispatchDriver 84061>>> Variant retVal 84061>>> Get phDispatchDriver to hDispatchDriver 84062>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 84063>>> Function_Return retVal 84064>>> End_Function 84065>>> 84065>>> Function ComErrorBar Returns Variant 84067>>> Handle hDispatchDriver 84067>>> Variant retVal 84067>>> Get phDispatchDriver to hDispatchDriver 84068>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 84069>>> Function_Return retVal 84070>>> End_Function 84071>>> 84071>>> Function ComGetRotation Returns Variant 84073>>> Handle hDispatchDriver 84073>>> Variant retVal 84073>>> Get phDispatchDriver to hDispatchDriver 84074>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 84075>>> Function_Return retVal 84076>>> End_Function 84077>>> 84077>>> Procedure ComSetRotation Variant llpRotation 84079>>> Handle hDispatchDriver 84079>>> Get phDispatchDriver to hDispatchDriver 84080>>> Send PrepareParams to hDispatchDriver 1 84081>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpRotation 84082>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 84083>>> End_Procedure 84084>>>End_Class 84085>>> 84085>>>Class cSigCjCom_DChartDiagram2DSeriesStyle is a cComAutomationObject 84086>>> 84086>>> Function ComSecondaryAxisX Returns Boolean 84088>>> Boolean retVal 84088>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 84089>>> Function_Return retVal 84090>>> End_Function 84091>>> 84091>>> Procedure Set ComSecondaryAxisX Boolean value 84093>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 84094>>> End_Procedure 84095>>> 84095>>> Function ComSecondaryAxisY Returns Boolean 84097>>> Boolean retVal 84097>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 84098>>> Function_Return retVal 84099>>> End_Function 84100>>> 84100>>> Procedure Set ComSecondaryAxisY Boolean value 84102>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 84103>>> End_Procedure 84104>>> 84104>>> Function ComAxisIndexX Returns Integer 84106>>> Integer retVal 84106>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 84107>>> Function_Return retVal 84108>>> End_Function 84109>>> 84109>>> Procedure Set ComAxisIndexX Integer value 84111>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 84112>>> End_Procedure 84113>>> 84113>>> Function ComAxisIndexY Returns Integer 84115>>> Integer retVal 84115>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 84116>>> Function_Return retVal 84117>>> End_Function 84118>>> 84118>>> Procedure Set ComAxisIndexY Integer value 84120>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 84121>>> End_Procedure 84122>>>End_Class 84123>>> 84123>>>Class cSigCjComChartSeriesPoint is a cComAutomationObject 84124>>> 84124>>> Function ComArgumentValue Returns Real 84126>>> Real retVal 84126>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_R8 to retVal 84127>>> Function_Return retVal 84128>>> End_Function 84129>>> 84129>>> Procedure Set ComArgumentValue Real value 84131>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_R8 to value 84132>>> End_Procedure 84133>>> 84133>>> Function ComArgumentValueString Returns String 84135>>> String retVal 84135>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal 84136>>> Function_Return retVal 84137>>> End_Function 84138>>> 84138>>> Procedure Set ComArgumentValueString String value 84140>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value 84141>>> End_Procedure 84142>>> 84142>>> Function ComInternalArgumentValue Returns Real 84144>>> Real retVal 84144>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_R8 to retVal 84145>>> Function_Return retVal 84146>>> End_Function 84147>>> 84147>>> Procedure Set ComInternalArgumentValue Real value 84149>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_R8 to value 84150>>> End_Procedure 84151>>> 84151>>> Function ComSpecial Returns Boolean 84153>>> Boolean retVal 84153>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 84154>>> Function_Return retVal 84155>>> End_Function 84156>>> 84156>>> Procedure Set ComSpecial Boolean value 84158>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 84159>>> End_Procedure 84160>>> 84160>>> Function ComLegendText Returns String 84162>>> String retVal 84162>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 84163>>> Function_Return retVal 84164>>> End_Function 84165>>> 84165>>> Procedure Set ComLegendText String value 84167>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 84168>>> End_Procedure 84169>>> 84169>>> Function ComColor Returns OLE_COLOR 84171>>> OLE_COLOR retVal 84171>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 84172>>> Function_Return retVal 84173>>> End_Function 84174>>> 84174>>> Procedure Set ComColor OLE_COLOR value 84176>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 84177>>> End_Procedure 84178>>> 84178>>> Function ComTooltipText Returns String 84180>>> String retVal 84180>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 84181>>> Function_Return retVal 84182>>> End_Function 84183>>> 84183>>> Procedure Set ComTooltipText String value 84185>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 84186>>> End_Procedure 84187>>> 84187>>> Function ComLabelText Returns String 84189>>> String retVal 84189>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 84190>>> Function_Return retVal 84191>>> End_Function 84192>>> 84192>>> Procedure Set ComLabelText String value 84194>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 84195>>> End_Procedure 84196>>> 84196>>> Function ComGetPreviousPoint Returns Variant 84198>>> Handle hDispatchDriver 84198>>> Variant retVal 84198>>> Get phDispatchDriver to hDispatchDriver 84199>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 84200>>> Function_Return retVal 84201>>> End_Function 84202>>> 84202>>> Function ComGetNextPoint Returns Variant 84204>>> Handle hDispatchDriver 84204>>> Variant retVal 84204>>> Get phDispatchDriver to hDispatchDriver 84205>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 84206>>> Function_Return retVal 84207>>> End_Function 84208>>> 84208>>> Function ComValue Integer llIndex Returns Real 84210>>> Handle hDispatchDriver 84210>>> Real retVal 84210>>> Get phDispatchDriver to hDispatchDriver 84211>>> Send PrepareParams to hDispatchDriver 1 84212>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84213>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_R8 to retVal 84214>>> Function_Return retVal 84215>>> End_Function 84216>>> 84216>>> Procedure Set ComValue Integer llIndex Real value 84218>>> Handle hDispatchDriver 84218>>> Get phDispatchDriver to hDispatchDriver 84219>>> Send PrepareParams to hDispatchDriver 2 84220>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84221>>> Set ComProperty of hDispatchDriver 0 OLE_VT_R8 to value 84222>>> End_Procedure 84223>>>End_Class 84224>>> 84224>>>Class cSigCjComChartSeriesPointCollection is a cComAutomationObject 84225>>> 84225>>> // Gets the number of Points in the collection. 84225>>> Function ComCount Returns Integer 84227>>> Handle hDispatchDriver 84227>>> Integer retVal 84227>>> Get phDispatchDriver to hDispatchDriver 84228>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 84229>>> Function_Return retVal 84230>>> End_Function 84231>>> 84231>>> // Gets an item from the collection by its index. 84231>>> Function ComItem Integer llIndex Returns Variant 84233>>> Handle hDispatchDriver 84233>>> Variant retVal 84233>>> Get phDispatchDriver to hDispatchDriver 84234>>> Send PrepareParams to hDispatchDriver 1 84235>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84236>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 84237>>> Function_Return retVal 84238>>> End_Function 84239>>> 84239>>> Function Com_NewEnum Returns Variant 84241>>> Handle hDispatchDriver 84241>>> Variant retVal 84241>>> Get phDispatchDriver to hDispatchDriver 84242>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 84243>>> Function_Return retVal 84244>>> End_Function 84245>>> 84245>>> // Deletes all of the Points from the collection 84245>>> Procedure ComDeleteAll 84247>>> Handle hDispatchDriver 84247>>> Get phDispatchDriver to hDispatchDriver 84248>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 84249>>> End_Procedure 84250>>> 84250>>> Function ComAdd Variant llArgument Variant llValue Returns Variant 84252>>> Handle hDispatchDriver 84252>>> Variant retVal 84252>>> Get phDispatchDriver to hDispatchDriver 84253>>> Send PrepareParams to hDispatchDriver 2 84254>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llArgument 84255>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 84256>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 84257>>> Function_Return retVal 84258>>> End_Function 84259>>> 84259>>> Function ComAdd4 Variant llArgument Real llValue1 Real llValue2 Real llValue3 Real llValue4 Returns Variant 84261>>> Handle hDispatchDriver 84261>>> Variant retVal 84261>>> Get phDispatchDriver to hDispatchDriver 84262>>> Send PrepareParams to hDispatchDriver 5 84263>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llArgument 84264>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue1 84265>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue2 84266>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue3 84267>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue4 84268>>> Get InvokeComMethod of hDispatchDriver 300 OLE_VT_DISPATCH to retVal 84269>>> Function_Return retVal 84270>>> End_Function 84271>>> 84271>>> Function ComAdd2 Variant llArgument Real llValue1 Real llValue2 Returns Variant 84273>>> Handle hDispatchDriver 84273>>> Variant retVal 84273>>> Get phDispatchDriver to hDispatchDriver 84274>>> Send PrepareParams to hDispatchDriver 3 84275>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llArgument 84276>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue1 84277>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue2 84278>>> Get InvokeComMethod of hDispatchDriver 301 OLE_VT_DISPATCH to retVal 84279>>> Function_Return retVal 84280>>> End_Function 84281>>> 84281>>> Procedure ComDeleteAt Integer llIndex 84283>>> Handle hDispatchDriver 84283>>> Get phDispatchDriver to hDispatchDriver 84284>>> Send PrepareParams to hDispatchDriver 1 84285>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84286>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 84287>>> End_Procedure 84288>>> 84288>>> Procedure ComAddPoints Integer llCount 84290>>> Handle hDispatchDriver 84290>>> Get phDispatchDriver to hDispatchDriver 84291>>> Send PrepareParams to hDispatchDriver 1 84292>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCount 84293>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 84294>>> End_Procedure 84295>>>End_Class 84296>>> 84296>>>Class cSigCjComChartSeries is a cComAutomationObject 84297>>> 84297>>> Function ComStyle Returns Variant 84299>>> Variant retVal 84299>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 84300>>> Function_Return retVal 84301>>> End_Function 84302>>> 84302>>> Procedure Set ComStyle Variant value 84304>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 84305>>> End_Procedure 84306>>> 84306>>> Function ComDiagram Returns Variant 84308>>> Variant retVal 84308>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 84309>>> Function_Return retVal 84310>>> End_Function 84311>>> 84311>>> Procedure Set ComDiagram Variant value 84313>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 84314>>> End_Procedure 84315>>> 84315>>> Function ComArgumentScaleType Returns OLEChartScaleType 84317>>> OLEChartScaleType retVal 84317>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 84318>>> Function_Return retVal 84319>>> End_Function 84320>>> 84320>>> Procedure Set ComArgumentScaleType OLEChartScaleType value 84322>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 84323>>> End_Procedure 84324>>> 84324>>> Function ComValueScaleType Returns OLEChartScaleType 84326>>> OLEChartScaleType retVal 84326>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 84327>>> Function_Return retVal 84328>>> End_Function 84329>>> 84329>>> Procedure Set ComValueScaleType OLEChartScaleType value 84331>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 84332>>> End_Procedure 84333>>> 84333>>> Function ComName Returns String 84335>>> String retVal 84335>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal 84336>>> Function_Return retVal 84337>>> End_Function 84338>>> 84338>>> Procedure Set ComName String value 84340>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value 84341>>> End_Procedure 84342>>> 84342>>> Function ComLegendText Returns String 84344>>> String retVal 84344>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 84345>>> Function_Return retVal 84346>>> End_Function 84347>>> 84347>>> Procedure Set ComLegendText String value 84349>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 84350>>> End_Procedure 84351>>> 84351>>> Function ComVisible Returns Boolean 84353>>> Boolean retVal 84353>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 84354>>> Function_Return retVal 84355>>> End_Function 84356>>> 84356>>> Procedure Set ComVisible Boolean value 84358>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 84359>>> End_Procedure 84360>>> 84360>>> Function ComLegendVisible Returns Boolean 84362>>> Boolean retVal 84362>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 84363>>> Function_Return retVal 84364>>> End_Function 84365>>> 84365>>> Procedure Set ComLegendVisible Boolean value 84367>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 84368>>> End_Procedure 84369>>> 84369>>> Function ComPoints Returns Variant 84371>>> Handle hDispatchDriver 84371>>> Variant retVal 84371>>> Get phDispatchDriver to hDispatchDriver 84372>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 84373>>> Function_Return retVal 84374>>> End_Function 84375>>> 84375>>> Function ComPointLegendFormat Returns Variant 84377>>> Handle hDispatchDriver 84377>>> Variant retVal 84377>>> Get phDispatchDriver to hDispatchDriver 84378>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 84379>>> Function_Return retVal 84380>>> End_Function 84381>>> 84381>>> Function ComLegendItem Returns Variant 84383>>> Handle hDispatchDriver 84383>>> Variant retVal 84383>>> Get phDispatchDriver to hDispatchDriver 84384>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 84385>>> Function_Return retVal 84386>>> End_Function 84387>>> 84387>>> Procedure ComEnableVirtualMode Real llMinRange Real llMaxRange Real llStep 84389>>> Handle hDispatchDriver 84389>>> Get phDispatchDriver to hDispatchDriver 84390>>> Send PrepareParams to hDispatchDriver 3 84391>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llMinRange 84392>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llMaxRange 84393>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llStep 84394>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 84395>>> End_Procedure 84396>>>End_Class 84397>>> 84397>>>Class cSigCjComChartSeriesCollection is a cComAutomationObject 84398>>> 84398>>> Function Com_NewEnum Returns Variant 84400>>> Handle hDispatchDriver 84400>>> Variant retVal 84400>>> Get phDispatchDriver to hDispatchDriver 84401>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 84402>>> Function_Return retVal 84403>>> End_Function 84404>>> 84404>>> // Gets an item from the collection by its index. 84404>>> Function ComItem Integer llIndex Returns Variant 84406>>> Handle hDispatchDriver 84406>>> Variant retVal 84406>>> Get phDispatchDriver to hDispatchDriver 84407>>> Send PrepareParams to hDispatchDriver 1 84408>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84409>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 84410>>> Function_Return retVal 84411>>> End_Function 84412>>> 84412>>> // Gets the number of Series in the collection. 84412>>> Function ComCount Returns Integer 84414>>> Handle hDispatchDriver 84414>>> Integer retVal 84414>>> Get phDispatchDriver to hDispatchDriver 84415>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 84416>>> Function_Return retVal 84417>>> End_Function 84418>>> 84418>>> Function ComAdd String llName Returns Variant 84420>>> Handle hDispatchDriver 84420>>> Variant retVal 84420>>> Get phDispatchDriver to hDispatchDriver 84421>>> Send PrepareParams to hDispatchDriver 1 84422>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 84423>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 84424>>> Function_Return retVal 84425>>> End_Function 84426>>> 84426>>> Function ComAddTrendline String llName Returns Variant 84428>>> Handle hDispatchDriver 84428>>> Variant retVal 84428>>> Get phDispatchDriver to hDispatchDriver 84429>>> Send PrepareParams to hDispatchDriver 1 84430>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 84431>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 84432>>> Function_Return retVal 84433>>> End_Function 84434>>> 84434>>> // Deletes all of the Series from the collection 84434>>> Procedure ComDeleteAll 84436>>> Handle hDispatchDriver 84436>>> Get phDispatchDriver to hDispatchDriver 84437>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 84438>>> End_Procedure 84439>>> 84439>>> Procedure ComDeleteAt Integer llIndex 84441>>> Handle hDispatchDriver 84441>>> Get phDispatchDriver to hDispatchDriver 84442>>> Send PrepareParams to hDispatchDriver 1 84443>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84444>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 84445>>> End_Procedure 84446>>>End_Class 84447>>> 84447>>>Class cSigCjComChartDiagramCollection is a cComAutomationObject 84448>>> 84448>>> // Gets the number of Series in the collection. 84448>>> Function ComCount Returns Integer 84450>>> Handle hDispatchDriver 84450>>> Integer retVal 84450>>> Get phDispatchDriver to hDispatchDriver 84451>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 84452>>> Function_Return retVal 84453>>> End_Function 84454>>> 84454>>> // Gets an item from the collection by its index. 84454>>> Function ComItem Integer llIndex Returns Variant 84456>>> Handle hDispatchDriver 84456>>> Variant retVal 84456>>> Get phDispatchDriver to hDispatchDriver 84457>>> Send PrepareParams to hDispatchDriver 1 84458>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84459>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 84460>>> Function_Return retVal 84461>>> End_Function 84462>>> 84462>>> Function Com_NewEnum Returns Variant 84464>>> Handle hDispatchDriver 84464>>> Variant retVal 84464>>> Get phDispatchDriver to hDispatchDriver 84465>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 84466>>> Function_Return retVal 84467>>> End_Function 84468>>> 84468>>> Procedure ComAdd Variant llDiagram 84470>>> Handle hDispatchDriver 84470>>> Get phDispatchDriver to hDispatchDriver 84471>>> Send PrepareParams to hDispatchDriver 1 84472>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llDiagram 84473>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 84474>>> End_Procedure 84475>>> 84475>>> // Deletes all of the Series from the collection 84475>>> Procedure ComDeleteAll 84477>>> Handle hDispatchDriver 84477>>> Get phDispatchDriver to hDispatchDriver 84478>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 84479>>> End_Procedure 84480>>> 84480>>> Procedure ComDeleteAt Integer llIndex 84482>>> Handle hDispatchDriver 84482>>> Get phDispatchDriver to hDispatchDriver 84483>>> Send PrepareParams to hDispatchDriver 1 84484>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84485>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 84486>>> End_Procedure 84487>>>End_Class 84488>>> 84488>>>Class cSigCjComChartPalette is a cComAutomationObject 84489>>> 84489>>> Function ComColor Integer llIndex Returns OLE_COLOR 84491>>> Handle hDispatchDriver 84491>>> OLE_COLOR retVal 84491>>> Get phDispatchDriver to hDispatchDriver 84492>>> Send PrepareParams to hDispatchDriver 1 84493>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84494>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 84495>>> Function_Return retVal 84496>>> End_Function 84497>>> 84497>>> Procedure Set ComColor Integer llIndex OLE_COLOR value 84499>>> Handle hDispatchDriver 84499>>> Get phDispatchDriver to hDispatchDriver 84500>>> Send PrepareParams to hDispatchDriver 2 84501>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84502>>> Set ComProperty of hDispatchDriver 1 OLE_VT_I4 to value 84503>>> End_Procedure 84504>>> 84504>>> Function ComColor2 Integer llIndex Returns OLE_COLOR 84506>>> Handle hDispatchDriver 84506>>> OLE_COLOR retVal 84506>>> Get phDispatchDriver to hDispatchDriver 84507>>> Send PrepareParams to hDispatchDriver 1 84508>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84509>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 84510>>> Function_Return retVal 84511>>> End_Function 84512>>> 84512>>> Procedure Set ComColor2 Integer llIndex OLE_COLOR value 84514>>> Handle hDispatchDriver 84514>>> Get phDispatchDriver to hDispatchDriver 84515>>> Send PrepareParams to hDispatchDriver 2 84516>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 84517>>> Set ComProperty of hDispatchDriver 2 OLE_VT_I4 to value 84518>>> End_Procedure 84519>>> 84519>>> Function ComCount Returns Integer 84521>>> Handle hDispatchDriver 84521>>> Integer retVal 84521>>> Get phDispatchDriver to hDispatchDriver 84522>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 84523>>> Function_Return retVal 84524>>> End_Function 84525>>> 84525>>> Procedure ComDeleteAll 84527>>> Handle hDispatchDriver 84527>>> Get phDispatchDriver to hDispatchDriver 84528>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 84529>>> End_Procedure 84530>>> 84530>>> Procedure ComAddEntry OLE_COLOR llColor OLE_COLOR llColor2 84532>>> Handle hDispatchDriver 84532>>> Get phDispatchDriver to hDispatchDriver 84533>>> Send PrepareParams to hDispatchDriver 2 84534>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 84535>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor2 84536>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 84537>>> End_Procedure 84538>>>End_Class 84539>>> 84539>>>Class cSigCjComChartAxisAppearance is a cComAutomationObject 84540>>> 84540>>> Function ComColor Returns OLE_COLOR 84542>>> OLE_COLOR retVal 84542>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 84543>>> Function_Return retVal 84544>>> End_Function 84545>>> 84545>>> Procedure Set ComColor OLE_COLOR value 84547>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 84548>>> End_Procedure 84549>>> 84549>>> Function ComInterlacedColor Returns OLE_COLOR 84551>>> OLE_COLOR retVal 84551>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 84552>>> Function_Return retVal 84553>>> End_Function 84554>>> 84554>>> Procedure Set ComInterlacedColor OLE_COLOR value 84556>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 84557>>> End_Procedure 84558>>> 84558>>> Function ComInterlacedColor2 Returns OLE_COLOR 84560>>> OLE_COLOR retVal 84560>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 84561>>> Function_Return retVal 84562>>> End_Function 84563>>> 84563>>> Procedure Set ComInterlacedColor2 OLE_COLOR value 84565>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 84566>>> End_Procedure 84567>>> 84567>>> Function ComGridLinesColor Returns OLE_COLOR 84569>>> OLE_COLOR retVal 84569>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 84570>>> Function_Return retVal 84571>>> End_Function 84572>>> 84572>>> Procedure Set ComGridLinesColor OLE_COLOR value 84574>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 84575>>> End_Procedure 84576>>> 84576>>> Function ComGridLinesMinorColor Returns OLE_COLOR 84578>>> OLE_COLOR retVal 84578>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 84579>>> Function_Return retVal 84580>>> End_Function 84581>>> 84581>>> Procedure Set ComGridLinesMinorColor OLE_COLOR value 84583>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 84584>>> End_Procedure 84585>>> 84585>>> Function ComAxisLabelTextColor Returns OLE_COLOR 84587>>> OLE_COLOR retVal 84587>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 84588>>> Function_Return retVal 84589>>> End_Function 84590>>> 84590>>> Procedure Set ComAxisLabelTextColor OLE_COLOR value 84592>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 84593>>> End_Procedure 84594>>> 84594>>> Function ComAxisTitleTextColor Returns OLE_COLOR 84596>>> OLE_COLOR retVal 84596>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 84597>>> Function_Return retVal 84598>>> End_Function 84599>>> 84599>>> Procedure Set ComAxisTitleTextColor OLE_COLOR value 84601>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 84602>>> End_Procedure 84603>>> 84603>>> Function ComConstantLineColor Returns OLE_COLOR 84605>>> OLE_COLOR retVal 84605>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 84606>>> Function_Return retVal 84607>>> End_Function 84608>>> 84608>>> Procedure Set ComConstantLineColor OLE_COLOR value 84610>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 84611>>> End_Procedure 84612>>> 84612>>> Function ComConstantLineTextColor Returns OLE_COLOR 84614>>> OLE_COLOR retVal 84614>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 84615>>> Function_Return retVal 84616>>> End_Function 84617>>> 84617>>> Procedure Set ComConstantLineTextColor OLE_COLOR value 84619>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 84620>>> End_Procedure 84621>>> 84621>>> Function ComStripColor Returns OLE_COLOR 84623>>> OLE_COLOR retVal 84623>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 84624>>> Function_Return retVal 84625>>> End_Function 84626>>> 84626>>> Procedure Set ComStripColor OLE_COLOR value 84628>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 84629>>> End_Procedure 84630>>> 84630>>> Function ComStripColor2 Returns OLE_COLOR 84632>>> OLE_COLOR retVal 84632>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 84633>>> Function_Return retVal 84634>>> End_Function 84635>>> 84635>>> Procedure Set ComStripColor2 OLE_COLOR value 84637>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 84638>>> End_Procedure 84639>>> 84639>>> Function ComInterlacedFillStyle Returns Variant 84641>>> Handle hDispatchDriver 84641>>> Variant retVal 84641>>> Get phDispatchDriver to hDispatchDriver 84642>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 84643>>> Function_Return retVal 84644>>> End_Function 84645>>>End_Class 84646>>> 84646>>>Class cSigCjComChartDiagram2DAppearance is a cComAutomationObject 84647>>> 84647>>> Function ComBackgroundColor Returns OLE_COLOR 84649>>> OLE_COLOR retVal 84649>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 84650>>> Function_Return retVal 84651>>> End_Function 84652>>> 84652>>> Procedure Set ComBackgroundColor OLE_COLOR value 84654>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 84655>>> End_Procedure 84656>>> 84656>>> Function ComBackgroundColor2 Returns OLE_COLOR 84658>>> OLE_COLOR retVal 84658>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 84659>>> Function_Return retVal 84660>>> End_Function 84661>>> 84661>>> Procedure Set ComBackgroundColor2 OLE_COLOR value 84663>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 84664>>> End_Procedure 84665>>> 84665>>> Function ComBorderColor Returns OLE_COLOR 84667>>> OLE_COLOR retVal 84667>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 84668>>> Function_Return retVal 84669>>> End_Function 84670>>> 84670>>> Procedure Set ComBorderColor OLE_COLOR value 84672>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 84673>>> End_Procedure 84674>>> 84674>>> Function ComBackgroundFillStyle Returns Variant 84676>>> Handle hDispatchDriver 84676>>> Variant retVal 84676>>> Get phDispatchDriver to hDispatchDriver 84677>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 84678>>> Function_Return retVal 84679>>> End_Function 84680>>> 84680>>> Function ComAxisAppearance Returns Variant 84682>>> Handle hDispatchDriver 84682>>> Variant retVal 84682>>> Get phDispatchDriver to hDispatchDriver 84683>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 84684>>> Function_Return retVal 84685>>> End_Function 84686>>>End_Class 84687>>> 84687>>>Class cSigCjComChartDiagram3DAppearance is a cComAutomationObject 84688>>> 84688>>> Function ComLightPositionX Returns Real 84690>>> Real retVal 84690>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_R8 to retVal 84691>>> Function_Return retVal 84692>>> End_Function 84693>>> 84693>>> Procedure Set ComLightPositionX Real value 84695>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_R8 to value 84696>>> End_Procedure 84697>>> 84697>>> Function ComLightPositionY Returns Real 84699>>> Real retVal 84699>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to retVal 84700>>> Function_Return retVal 84701>>> End_Function 84702>>> 84702>>> Procedure Set ComLightPositionY Real value 84704>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to value 84705>>> End_Procedure 84706>>> 84706>>> Function ComLightPositionZ Returns Real 84708>>> Real retVal 84708>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to retVal 84709>>> Function_Return retVal 84710>>> End_Function 84711>>> 84711>>> Procedure Set ComLightPositionZ Real value 84713>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_R8 to value 84714>>> End_Procedure 84715>>> 84715>>> Function ComLightAmbientColor Returns OLE_COLOR 84717>>> OLE_COLOR retVal 84717>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 84718>>> Function_Return retVal 84719>>> End_Function 84720>>> 84720>>> Procedure Set ComLightAmbientColor OLE_COLOR value 84722>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 84723>>> End_Procedure 84724>>> 84724>>> Function ComLightDiffuseColor Returns OLE_COLOR 84726>>> OLE_COLOR retVal 84726>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 84727>>> Function_Return retVal 84728>>> End_Function 84729>>> 84729>>> Procedure Set ComLightDiffuseColor OLE_COLOR value 84731>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 84732>>> End_Procedure 84733>>> 84733>>> Function ComLightSpecularColor Returns OLE_COLOR 84735>>> OLE_COLOR retVal 84735>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 84736>>> Function_Return retVal 84737>>> End_Function 84738>>> 84738>>> Procedure Set ComLightSpecularColor OLE_COLOR value 84740>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 84741>>> End_Procedure 84742>>> 84742>>> Function ComLightModelAmbientColor Returns OLE_COLOR 84744>>> OLE_COLOR retVal 84744>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 84745>>> Function_Return retVal 84746>>> End_Function 84747>>> 84747>>> Procedure Set ComLightModelAmbientColor OLE_COLOR value 84749>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 84750>>> End_Procedure 84751>>> 84751>>> Function ComMaterialEmissionColor Returns OLE_COLOR 84753>>> OLE_COLOR retVal 84753>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 84754>>> Function_Return retVal 84755>>> End_Function 84756>>> 84756>>> Procedure Set ComMaterialEmissionColor OLE_COLOR value 84758>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 84759>>> End_Procedure 84760>>> 84760>>> Function ComMaterialDiffuseColor Returns OLE_COLOR 84762>>> OLE_COLOR retVal 84762>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 84763>>> Function_Return retVal 84764>>> End_Function 84765>>> 84765>>> Procedure Set ComMaterialDiffuseColor OLE_COLOR value 84767>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 84768>>> End_Procedure 84769>>> 84769>>> Function ComMaterialSpecularColor Returns OLE_COLOR 84771>>> OLE_COLOR retVal 84771>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 84772>>> Function_Return retVal 84773>>> End_Function 84774>>> 84774>>> Procedure Set ComMaterialSpecularColor OLE_COLOR value 84776>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 84777>>> End_Procedure 84778>>> 84778>>> Function ComMaterialShininess Returns Float 84780>>> Float retVal 84780>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_R4 to retVal 84781>>> Function_Return retVal 84782>>> End_Function 84783>>> 84783>>> Procedure Set ComMaterialShininess Float value 84785>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_R4 to value 84786>>> End_Procedure 84787>>> 84787>>> Function ComAntialiasing Returns Boolean 84789>>> Boolean retVal 84789>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 84790>>> Function_Return retVal 84791>>> End_Function 84792>>> 84792>>> Procedure Set ComAntialiasing Boolean value 84794>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 84795>>> End_Procedure 84796>>>End_Class 84797>>> 84797>>>Class cSigCjComChartAppearance is a cComAutomationObject 84798>>> 84798>>> Procedure ComSetAppearance String llName 84800>>> Handle hDispatchDriver 84800>>> Get phDispatchDriver to hDispatchDriver 84801>>> Send PrepareParams to hDispatchDriver 1 84802>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 84803>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 84804>>> End_Procedure 84805>>> 84805>>> Procedure ComSetPalette String llName 84807>>> Handle hDispatchDriver 84807>>> Get phDispatchDriver to hDispatchDriver 84808>>> Send PrepareParams to hDispatchDriver 1 84809>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 84810>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 84811>>> End_Procedure 84812>>> 84812>>> Procedure ComLoadAppearance Variant llpPX 84814>>> Handle hDispatchDriver 84814>>> Get phDispatchDriver to hDispatchDriver 84815>>> Send PrepareParams to hDispatchDriver 1 84816>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 84817>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 84818>>> End_Procedure 84819>>> 84819>>> Procedure ComLoadPalette Variant llpPX 84821>>> Handle hDispatchDriver 84821>>> Get phDispatchDriver to hDispatchDriver 84822>>> Send PrepareParams to hDispatchDriver 1 84823>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 84824>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 84825>>> End_Procedure 84826>>> 84826>>> Function ComPalette Returns Variant 84828>>> Handle hDispatchDriver 84828>>> Variant retVal 84828>>> Get phDispatchDriver to hDispatchDriver 84829>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 84830>>> Function_Return retVal 84831>>> End_Function 84832>>> 84832>>> Function ComDiagram2DAppearance Returns Variant 84834>>> Handle hDispatchDriver 84834>>> Variant retVal 84834>>> Get phDispatchDriver to hDispatchDriver 84835>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 84836>>> Function_Return retVal 84837>>> End_Function 84838>>> 84838>>> Function ComDiagram3DAppearance Returns Variant 84840>>> Handle hDispatchDriver 84840>>> Variant retVal 84840>>> Get phDispatchDriver to hDispatchDriver 84841>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 84842>>> Function_Return retVal 84843>>> End_Function 84844>>>End_Class 84845>>> 84845>>>Class cSigCjComChartLegend is a cComAutomationObject 84846>>> 84846>>> Function ComVisible Returns Boolean 84848>>> Boolean retVal 84848>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 84849>>> Function_Return retVal 84850>>> End_Function 84851>>> 84851>>> Procedure Set ComVisible Boolean value 84853>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 84854>>> End_Procedure 84855>>> 84855>>> Function ComDirection Returns OLEChartLegendDirection 84857>>> OLEChartLegendDirection retVal 84857>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 84858>>> Function_Return retVal 84859>>> End_Function 84860>>> 84860>>> Procedure Set ComDirection OLEChartLegendDirection value 84862>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 84863>>> End_Procedure 84864>>> 84864>>> Function ComVerticalAlignment Returns OLEChartLegendAlignment 84866>>> OLEChartLegendAlignment retVal 84866>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 84867>>> Function_Return retVal 84868>>> End_Function 84869>>> 84869>>> Procedure Set ComVerticalAlignment OLEChartLegendAlignment value 84871>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 84872>>> End_Procedure 84873>>> 84873>>> Function ComHorizontalAlignment Returns OLEChartLegendAlignment 84875>>> OLEChartLegendAlignment retVal 84875>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 84876>>> Function_Return retVal 84877>>> End_Function 84878>>> 84878>>> Procedure Set ComHorizontalAlignment OLEChartLegendAlignment value 84880>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 84881>>> End_Procedure 84882>>> 84882>>> Function ComTextColor Returns OLE_COLOR 84884>>> OLE_COLOR retVal 84884>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 84885>>> Function_Return retVal 84886>>> End_Function 84887>>> 84887>>> Procedure Set ComTextColor OLE_COLOR value 84889>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 84890>>> End_Procedure 84891>>> 84891>>> Function ComBackgroundColor Returns OLE_COLOR 84893>>> OLE_COLOR retVal 84893>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 84894>>> Function_Return retVal 84895>>> End_Function 84896>>> 84896>>> Procedure Set ComBackgroundColor OLE_COLOR value 84898>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 84899>>> End_Procedure 84900>>> 84900>>> Function ComMarkerVisible Returns Boolean 84902>>> Boolean retVal 84902>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 84903>>> Function_Return retVal 84904>>> End_Function 84905>>> 84905>>> Procedure Set ComMarkerVisible Boolean value 84907>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 84908>>> End_Procedure 84909>>> 84909>>> Function ComMarkerWidth Returns Integer 84911>>> Integer retVal 84911>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 84912>>> Function_Return retVal 84913>>> End_Function 84914>>> 84914>>> Procedure Set ComMarkerWidth Integer value 84916>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 84917>>> End_Procedure 84918>>> 84918>>> Function ComMarkerHeight Returns Integer 84920>>> Integer retVal 84920>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 84921>>> Function_Return retVal 84922>>> End_Function 84923>>> 84923>>> Procedure Set ComMarkerHeight Integer value 84925>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 84926>>> End_Procedure 84927>>> 84927>>> Function ComAntialiasing Returns Boolean 84929>>> Boolean retVal 84929>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 84930>>> Function_Return retVal 84931>>> End_Function 84932>>> 84932>>> Procedure Set ComAntialiasing Boolean value 84934>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 84935>>> End_Procedure 84936>>> 84936>>> Function ComColumnCount Returns Integer 84938>>> Integer retVal 84938>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 84939>>> Function_Return retVal 84940>>> End_Function 84941>>> 84941>>> Procedure Set ComColumnCount Integer value 84943>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 84944>>> End_Procedure 84945>>> 84945>>> Function ComOffsetX Returns Integer 84947>>> Integer retVal 84947>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 84948>>> Function_Return retVal 84949>>> End_Function 84950>>> 84950>>> Procedure Set ComOffsetX Integer value 84952>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 84953>>> End_Procedure 84954>>> 84954>>> Function ComOffsetY Returns Integer 84956>>> Integer retVal 84956>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 84957>>> Function_Return retVal 84958>>> End_Function 84959>>> 84959>>> Procedure Set ComOffsetY Integer value 84961>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 84962>>> End_Procedure 84963>>> 84963>>> Function ComFillStyle Returns Variant 84965>>> Handle hDispatchDriver 84965>>> Variant retVal 84965>>> Get phDispatchDriver to hDispatchDriver 84966>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 84967>>> Function_Return retVal 84968>>> End_Function 84969>>> 84969>>> Function ComBorder Returns Variant 84971>>> Handle hDispatchDriver 84971>>> Variant retVal 84971>>> Get phDispatchDriver to hDispatchDriver 84972>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 84973>>> Function_Return retVal 84974>>> End_Function 84975>>> 84975>>> Function ComFont Returns Variant 84977>>> Handle hDispatchDriver 84977>>> Variant retVal 84977>>> Get phDispatchDriver to hDispatchDriver 84978>>> Get InvokeComMethod of hDispatchDriver -512 OLE_VT_DISPATCH to retVal 84979>>> Function_Return retVal 84980>>> End_Function 84981>>>End_Class 84982>>> 84982>>>Class cSigCjComChartElement is a cComAutomationObject 84983>>>End_Class 84984>>> 84984>>>//============================================================================== 84984>>>//End of package - SigCjW_ChartControl.pkg 84984>>>//============================================================================== 84984>>> 84984>Use SigCjW_CommandBars.pkg Including file: SigCjW_CommandBars.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_CommandBars.pkg) 84984>>>//============================================================================== 84984>>>// Project : SigCj - VDF Classes for Codejock 84984>>>// File : SigCjW_CommandBars.pkg 84984>>>// From : Codejock.CommandBars.v20.3.0.ocx 84984>>>// Description : DF COM Wrapper Class for Codejock controls 84984>>>// 84984>>>// Created by : Ian Smith 84984>>>// Revision : $Rev$ 84984>>>// $Date$ 84984>>>// $Author$ 84984>>>// 84984>>>// Requirements : Visual DataFlex 19.1 84984>>>// Codejock SuitePro - Version 20.3.0 84984>>>// 84984>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 84984>>>// Visual DataFlex Special Interest Group UK. 84984>>>// http://www.vdfsig.co.uk 84984>>>// 84984>>>// This file is part of SigCj. 84984>>>// 84984>>>// SigCj is free software: you can redistribute it and/or modify 84984>>>// it under the terms of the GNU Lesser General Public License 84984>>>// as published by the Free Software Foundation, either version 84984>>>// 2.1 of the License, or (at your option) any later version. 84984>>>// 84984>>>// SigCj is distributed in the hope that it will be useful, but 84984>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 84984>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 84984>>>// GNU Lesser General Public License for more details. 84984>>>// 84984>>>// If you have the complete SigCj workspace then a copy of the 84984>>>// GNU Lesser General Public License is in the Docs folder. If 84984>>>// not, see . 84984>>>// 84984>>>//============================================================================== 84984>>>//CompilerWarnings Suspend 84984>>> 84984>>>Use FlexCom20.pkg 84984>>> 84984>>>Use SigCjLicense.pkg 84984>>>Use SigCjC_AlignmentStyle.pkg 84984>>>Use SigCjC_AmbientProperty.pkg 84984>>>Use SigCjC_ColorManager.pkg 84984>>>Use SigCjC_DataObjectFiles.pkg 84984>>>Use SigCjC_Drag_Drop.pkg 84984>>>Use SigCjC_ImageManager.pkg 84984>>>Use SigCjC_Markup.pkg 84984>>>Use SigCjC_Print.pkg 84984>>>Use SigCjC_PropExchange.pkg 84984>>>Use SigCjC_PushButtonStyle.pkg 84984>>>Use SigCjC_ResourceImages.pkg 84984>>>Use SigCjC_ScaleMode.pkg 84984>>>Use SigCjC_ShadowManager.pkg 84984>>>Use SigCjC_TabManager.pkg 84984>>>Use SigCjC_TextAlign.pkg 84984>>>Use SigCjC_TextImageRelationStyle.pkg 84984>>>Use SigCjC_ToolTip.pkg 84984>>> 84984>>>Define OLEXTPWorkspaceCommand for Integer 84984>>> // Used to move a TabControlItem to the next tab group. 84984>>> Define OLEXTP_ID_WORKSPACE_MOVEPREVIOUS for 9155 84984>>> // Used to move a TabControlItem to the previous tab group. 84984>>> Define OLEXTP_ID_WORKSPACE_MOVENEXT for 9156 84984>>> // Used to create a new horizontal tab group. 84984>>> Define OLEXTP_ID_WORKSPACE_NEWHORIZONTAL for 9157 84984>>> // Used to create a new vertical tab group. 84984>>> Define OLEXTP_ID_WORKSPACE_NEWVERTICAL for 9158 84984>>> 84984>>>Define OLEXTPCommandBarStyle for Integer 84984>>> Define OLEXTP_CBRS_GRIPPER for 4194304 84984>>> 84984>>>Define OLEXTPControlNotify for Integer 84984>>> Define OLEXTP_EN_SPINUP for 4104 84984>>> Define OLEXTP_EN_SPINDOWN for 4105 84984>>> Define OLEXTP_EN_BUDDYBUTTONCLICK for 4106 84984>>> Define OLEXTP_GN_PREVIEWSTART for 4112 84984>>> Define OLEXTP_GN_PREVIEWCANCEL for 4113 84984>>> Define OLEXTP_GN_PREVIEWAPPLY for 4114 84984>>> Define OLEXTP_GN_PREVIEWCHANGE for 4115 84984>>> Define OLEXTP_GN_STARTDRAG for 4116 84984>>> Define OLEXTP_GN_SELCHANGE for 4117 84984>>> Define OLEXTP_EN_CHANGE for 768 84984>>> Define OLEXTP_EN_SETFOCUS for 256 84984>>> Define OLEXTP_EN_KILLFOCUS for 512 84984>>> Define OLEXTP_CBN_EDITCHANGE for 5 84984>>> Define OLEXTP_CBN_SETFOCUS for 3 84984>>> Define OLEXTP_CBN_KILLFOCUS for 4 84984>>> Define OLEXTP_CBN_CLOSEUP for 8 84984>>> Define OLEXTP_CBN_DROPDOWN for 7 84984>>> Define OLEXTP_BS_TABCHANGED for 4352 84984>>> 84984>>>// Bar Position 84984>>>Define OLEXTPBarPosition for Integer 84984>>> // Docked at top. 84984>>> Define OLExtpBarTop for 0 84984>>> // Docked at bottom. 84984>>> Define OLExtpBarBottom for 1 84984>>> // Docked at left. 84984>>> Define OLExtpBarLeft for 2 84984>>> // Docked at right. 84984>>> Define OLExtpBarRight for 3 84984>>> // Floated. 84984>>> Define OLExtpBarFloating for 4 84984>>> // Popuped. 84984>>> Define OLExtpBarPopup for 5 84984>>> // List box. 84984>>> Define OLExtpBarListBox for 6 84984>>> // ComboBoxGalleryPopup. 84984>>> Define OLExtpBarComboBoxGalleryPopup for 8 84984>>> 84984>>>// Type of CommandBars 84984>>>Define OLEXTPBarType for Integer 84984>>> // Command bar is menu bar. 84984>>> Define OLExtpBarTypeMenuBar for 0 84984>>> // Command bar is toolbar. 84984>>> Define OLExtpBarTypeNormal for 1 84984>>> // Command bar is popup. 84984>>> Define OLExtpBarTypePopup for 2 84984>>> // Command bar is ribbon. 84984>>> Define OLExtpBarTypeRibbon for 3 84984>>> 84984>>>// Control Type 84984>>>Define OLEXTPControlType for Integer 84984>>> // Type not defined. 84984>>> Define OLExtpControlError for 0 84984>>> // Button type. 84984>>> Define OLExtpControlButton for 1 84984>>> // Popup type. 84984>>> Define OLExtpControlPopup for 2 84984>>> // Button popup. 84984>>> Define OLExtpControlButtonPopup for 3 84984>>> // Split button popup. 84984>>> Define OLExtpControlSplitButtonPopup for 4 84984>>> // Combo box button. 84984>>> Define OLExtpControlComboBox for 5 84984>>> // Edit control 84984>>> Define OLExtpControlEdit for 6 84984>>> // Custom control 84984>>> Define OLExtpControlCustom for 7 84984>>> // Label control 84984>>> Define OLExtpControlLabel for 8 84984>>> // CheckBox control 84984>>> Define OLExtpControlCheckBox for 9 84984>>> // Gallery control 84984>>> Define OLExtpControlGallery for 10 84984>>> // Radio Button control 84984>>> Define OLExtpControlRadioButton for 11 84984>>> 84984>>>// Button Styles 84984>>>Define OLEXTPButtonStyle for Integer 84984>>> // Automatic style. 84984>>> Define OLExtpButtonAutomatic for 0 84984>>> // Button draw only caption. 84984>>> Define OLExtpButtonCaption for 1 84984>>> // Button draw only icon. 84984>>> Define OLExtpButtonIcon for 2 84984>>> // Button draw icon and caption. 84984>>> Define OLExtpButtonIconAndCaption for 3 84984>>> // Button draw icon and draw caption below icon. 84984>>> Define OLExtpButtonIconAndCaptionBelow for 4 84984>>> // Button draw icon, caption and description for popup bar. 84984>>> Define OLExtpButtonCaptionAndDescription for 5 84984>>> 84984>>>// Control Flags 84984>>>Define OLEXTPControlFlags for Integer 84984>>> // Control is right aligned. 84984>>> Define OLExtpFlagRightAlign for 1 84984>>> // Control does not have focus. The control will be skipped when performing actions such as tabbing through the controls in the command bar. 84984>>> Define OLExtpFlagSkipFocus for 2 84984>>> // 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. 84984>>> Define OLExtpFlagLeftPopup for 4 84984>>> // Control is manually updated. 84984>>> Define OLExtpFlagManualUpdate for 8 84984>>> // Used to disable customization. The user will not be able to move or edit the control. 84984>>> Define OLExtpFlagNoMovable for 16 84984>>> // 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. 84984>>> Define OLExtpFlagControlStretched for 32 84984>>> // Show tooltip always. 84984>>> Define OLExtpFlagShowPopupBarTip for 64 84984>>> // Wrap row for toolbar or popup bar. 84984>>> Define OLExtpFlagWrapRow for 128 84984>>> // Control is on the right side of Ribbon tabs. 84984>>> Define OLExtpFlagRibbonTabBackground for 256 84984>>> 84984>>>// Combo Styles 84984>>>Define OLEXTPComboStyle for Integer 84984>>> // Normal combobox. 84984>>> Define OLExtpComboNormal for 0 84984>>> // Combobox with label. 84984>>> Define OLExtpComboLabel for 1 84984>>> 84984>>>// Gallery Resizable style 84984>>>Define OLEXTPGalleryResizable for Integer 84984>>> // xtpAllowResizeWidth 84984>>> Define OLExtpAllowResizeWidth for 1 84984>>> // xtpAllowResizeHeight 84984>>> Define OLExtpAllowResizeHeight for 2 84984>>> 84984>>>// Visual Themes 84984>>>Define OLEXTPVisualTheme for Integer 84984>>> // Office 2000 theme. 84984>>> Define OLExtpThemeOffice2000 for 0 84984>>> // Office XP theme. 84984>>> Define OLExtpThemeOfficeXP for 1 84984>>> // Office 2003 theme. 84984>>> Define OLExtpThemeOffice2003 for 2 84984>>> // Windows XP themes support. 84984>>> Define OLExtpThemeNativeWinXP for 3 84984>>> // VisualStudio 2005 theme. 84984>>> Define OLExtpThemeWhidbey for 4 84984>>> // Office 2007 theme. 84984>>> Define OLExtpThemeResource for 5 84984>>> // Ribbon theme. 84984>>> Define OLExtpThemeRibbon for 6 84984>>> // VisualStudio2008 theme. 84984>>> Define OLExtpThemeVisualStudio2008 for 7 84984>>> // VisualStudio6 theme. 84984>>> Define OLExtpThemeVisualStudio6 for 8 84984>>> // VisualStudio2010 theme. 84984>>> Define OLExtpThemeVisualStudio2010 for 9 84984>>> // Office 2007 System theme. 84984>>> Define OLExtpThemeOffice2007System for 11 84984>>> // Office 2013 theme. 84984>>> Define OLExtpThemeOffice2013 for 12 84984>>> // Office 2016 theme. 84984>>> Define OLExtpThemeOffice2016 for 12 84984>>> // VisualStudio2012 theme. Uses INI file 84984>>> Define OLExtpThemeVisualStudio2012 for 13 84984>>> // VisualStudio2012 Light theme. 84984>>> Define OLExtpThemeVisualStudio2012Light for 14 84984>>> // VisualStudio2012 Dark theme. 84984>>> Define OLExtpThemeVisualStudio2012Dark for 15 84984>>> // VisualStudio2015 theme. 84984>>> Define OLExtpThemeVisualStudio2015 for 16 84984>>> // Windows 10 theme. 84984>>> Define OLExtpThemeNativeWindows10 for 17 84984>>> 84984>>>// Backstage Separator Visual Themes 84984>>>Define OLEXTPBackstageSeparatorControlAppearanceStyle for Integer 84984>>> Define OLExtpSeparatorAppearanceResource for 6 84984>>> Define OLExtpSeparatorAppearanceOffice2013 for 12 84984>>> Define OLExtpSeparatorAppearanceOffice2016 for 12 84984>>> Define OLExtpSeparatorAppearanceVisualStudio2015 for 16 84984>>> 84984>>>// Backstage Button Control Visual Themes 84984>>>Define OLEXTPBackstageButtonControlAppearanceStyle for Integer 84984>>> Define OLExtpBS_AppearanceStandard for 0 84984>>> Define OLExtpBS_AppearanceFlat for 1 84984>>> Define OLExtpBS_AppearanceUltraFlat for 2 84984>>> Define OLExtpBS_AppearanceOffice2000 for 3 84984>>> Define OLExtpBS_AppearanceOfficeXP for 4 84984>>> Define OLExtpBS_AppearanceOffice2003 for 5 84984>>> Define OLExtpBS_AppearanceOffice2007 for 6 84984>>> Define OLExtpBS_AppearanceResource for 7 84984>>> Define OLExtpBS_AppearanceNativeWinXP for 8 84984>>> Define OLExtpBS_AppearanceVisualStudio2005 for 9 84984>>> Define OLExtpBS_AppearanceVisualStudio2008 for 10 84984>>> Define OLExtpBS_AppearanceVisualStudio2010 for 11 84984>>> Define OLExtpBS_AppearanceOffice2013 for 12 84984>>> Define OLExtpBS_AppearanceOffice2016 for 12 84984>>> Define OLExtpBS_AppearanceVisualStudio2012 for 13 84984>>> Define OLExtpBS_AppearanceVisualStudio2012Light for 14 84984>>> Define OLExtpBS_AppearanceVisualStudio2012Dark for 15 84984>>> Define OLExtpBS_AppearanceVisualStudio2015 for 16 84984>>> Define OLExtpBS_AppearanceNativeWindows10 for 17 84984>>> 84984>>>Define OLEXTPRibbonBackstageStyle for Integer 84984>>> // Backstage like in Office 2010. 84984>>> Define OLExtpRibbonBackstageOffice2010Style for 0 84984>>> // Backstage like in Office 2013/2016. 84984>>> Define OLExtpRibbonBackstageOffice2013Style for 1 84984>>> // Backstage like in Office 2013/2016. 84984>>> Define OLExtpRibbonBackstageOffice2016Style for 1 84984>>> 84984>>>// ScrollBar Style 84984>>>Define OLEXTPScrollBarStyle for Integer 84984>>> Define OLExtpScrollStyleDefault for 0 84984>>> Define OLExtpScrollStyleStandard for 1 84984>>> Define OLExtpScrollStyleFlat for 2 84984>>> Define OLExtpScrollStyleSystem for 3 84984>>> Define OLExtpScrollStyleOffice for 4 84984>>> Define OLExtpScrollStyleOffice2007Light for 5 84984>>> Define OLExtpScrollStyleOffice2007Dark for 6 84984>>> Define OLExtpScrollStyleSlider for 7 84984>>> 84984>>>Define OLEXTPControlCustomVerticalOptions for Integer 84984>>> Define OLExtpVerticalHide for 0 84984>>> Define OLExtpVerticalShow for 1 84984>>> Define OLExtpVerticalButton for 2 84984>>> 84984>>>// Text Orientation 84984>>>Define OLEXTPBarTextOrientation for Integer 84984>>> Define OLExtpBarTextAuto for 0 84984>>> Define OLExtpBarTextVertical for 1 84984>>> Define OLExtpBarTextHorizontal for 2 84984>>> 84984>>>// Edit Style 84984>>>Define OLEXTPCommandBarEditStyle for Integer 84984>>> Define OLExtpEditStyleLeft for 0 84984>>> Define OLExtpEditStyleCenter for 1 84984>>> Define OLExtpEditStyleRight for 2 84984>>> Define OLExtpEditStyleLowerCase for 16 84984>>> Define OLExtpEditStylePassword for 32 84984>>> 84984>>>// Docking Flags 84984>>>Define OLEXTPToolBarFlags for Integer 84984>>> // Allows docking at the top of the client area. 84984>>> Define OLExtpFlagAlignTop for 1 84984>>> // Allows docking at the bottom of the client area. 84984>>> Define OLExtpFlagAlignBottom for 2 84984>>> // Allows docking on the left side of the client area. 84984>>> Define OLExtpFlagAlignLeft for 4 84984>>> // Allows docking on the left side of the client area. 84984>>> Define OLExtpFlagAlignRight for 8 84984>>> // Allows docking on any side of the client area. 84984>>> Define OLExtpFlagAlignAny for 15 84984>>> // Allows floating. 84984>>> Define OLExtpFlagFloating for 16 84984>>> // Allow to hide wrapped controls. 84984>>> Define OLExtpFlagHideWrap for 32 84984>>> // Bar is stretched. 84984>>> Define OLExtpFlagStretched for 64 84984>>> // Bar is stretched, but not fill whole row 84984>>> Define OLExtpFlagStretchedShared for 1048576 84984>>> // Enables smart layout 84984>>> Define OLExtpFlagSmartLayout for 2097152 84984>>> 84984>>>// MenuBar flags 84984>>>Define OLEXTPMenuBarFlags for Integer 84984>>> // To hide minimize box. 84984>>> Define OLExtpFlagHideMinimizeBox for 256 84984>>> // To hide maximize box. 84984>>> Define OLExtpFlagHideMaximizeBox for 512 84984>>> // To hide close button. 84984>>> Define OLExtpFlagHideClose for 4096 84984>>> // To add system MDI popup bar. 84984>>> Define OLExtpFlagHideMDIButtons for 4864 84984>>> Define OLExtpFlagAddMDISysPopup for 8192 84984>>> 84984>>>// Animation 84984>>>Define OLEXTPAnimationType for Integer 84984>>> // As defined in the 'Display' settings. 84984>>> Define OLExtpAnimateWindowsDefault for 0 84984>>> // Any of the first three in random selection. 84984>>> Define OLExtpAnimateRandom for 1 84984>>> // Unfold top to bottom. 84984>>> Define OLExtpAnimateUnfold for 2 84984>>> // Slide in from left. 84984>>> Define OLExtpAnimateSlide for 3 84984>>> // Fade-in. 84984>>> Define OLExtpAnimateFade for 4 84984>>> // No animation. 84984>>> Define OLExtpAnimateNone for 5 84984>>> 84984>>>// Status Pane Styles 84984>>>Define OLEXTPStatusPaneStyle for Integer 84984>>> // When this flag is applied, the border will be removed from the indicated statusbar pane. 84984>>> Define OLESBPS_NOBORDERS for 256 84984>>> // When this flag is applied, the indicated statusbar pane will be disabled. 84984>>> Define OLESBPS_DISABLED for 67108864 84984>>> // The pane will stretched, it will not have a static width. 84984>>> Define OLESBPS_STRETCH for 134217728 84984>>> 84984>>>// Tracking Flags 84984>>>Define OLEXTPTrackPopupFlags for Integer 84984>>> // Returns the Id of the control instead of triggering the execute event. The execute event will not be triggered. 84984>>> Define OLETPM_RETURNCMD for 256 84984>>> // Allows you to choose a menu item using a right click. 84984>>> Define OLETPM_RIGHTBUTTON for 2 84984>>> // Right aligns the menu starting from the x and y coordinates. 84984>>> Define OLETPM_RIGHTALIGN for 8 84984>>> // 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. 84984>>> Define OLETPM_RECURSE for 1 84984>>> 84984>>>// Control's Hide Flags 84984>>>Define OLEXTPControlHideFlags for Integer 84984>>> // Control is visible. 84984>>> Define OLExtpNoHide for 0 84984>>> // Control is hidden by generic reason. 84984>>> Define OLExtpHideGeneric for 1 84984>>> // Control is hidden by wrap. 84984>>> Define OLExtpHideWrap for 2 84984>>> // Control is hidden by docking position. 84984>>> Define OLExtpHideDockingPosition for 4 84984>>> // Control is hidden by scrolling. 84984>>> Define OLExtpHideScroll for 8 84984>>> // Control is hidden by customize settings. 84984>>> Define OLExtpHideCustomize for 16 84984>>> // If the control is rarely used and it is not visible because the intelligent menus option on and the command is a hidden command. 84984>>> Define OLExtpHideExpand for 32 84984>>> // Control is hidden because active template excluded from its list. 84984>>> Define OLExtpHideDocTemplate for 64 84984>>> // Control is hidden because inactive ribbon tab. 84984>>> Define OLExtpHideRibbonTab for 128 84984>>> 84984>>>Define OLEXTPKeyboardCuesShow for Integer 84984>>> // Show keyboard cues always 84984>>> Define OLExtpKeyboardCuesShowAlways for 0 84984>>> // Never show keyboard cues 84984>>> Define OLExtpKeyboardCuesShowNever for 1 84984>>> // System defined 84984>>> Define OLExtpKeyboardCuesShowWindowsDefault for 2 84984>>> 84984>>>Define OLEXTPKeyboardCuesUse for Integer 84984>>> // Activate only menu by using underlines 84984>>> Define OLExtpKeyboardCuesUseMenuOnly for 0 84984>>> // Activate menu and toolbars by using underlines 84984>>> Define OLExtpKeyboardCuesUseAll for 1 84984>>> // No using underlines 84984>>> Define OLExtpKeyboardCuesUseNone for 2 84984>>> // Only if Ampersant exists option 84984>>> Define OLExtpKeyboardCuesUseAmpersandOnly for 4 84984>>> 84984>>>// Workspace Buttons 84984>>>Define OLEXTPWorkspaceButtons for Integer 84984>>> // To hide arrow buttons. 84984>>> Define OLExtpWorkspaceHideArrows for 1 84984>>> // To hide close button. 84984>>> Define OLExtpWorkspaceHideClose for 2 84984>>> // To hide arrow and close buttons. 84984>>> Define OLExtpWorkspaceHideAll for 3 84984>>> // To show active file button. 84984>>> Define OLExtpWorkspaceShowActiveFiles for 4 84984>>> // To hide arrow buttons always 84984>>> Define OLExtpWorkspaceHideArrowsAlways for 9 84984>>> // To show close button for all tabs 84984>>> Define OLExtpWorkspaceShowCloseTab for 16 84984>>> // To show close button for selected tabs. 84984>>> Define OLExtpWorkspaceShowCloseSelectedTab for 32 84984>>> 84984>>>// Workspace New Tab Position 84984>>>Define OLEXTPWorkspaceNewTabPosition for Integer 84984>>> // New tab will be created after all tabs 84984>>> Define OLExtpWorkspaceNewTabRightMost for 0 84984>>> // New tab will be created before all tabs 84984>>> Define OLExtpWorkspaceNewTabLeftMost for 1 84984>>> // New tab will be created after active tab 84984>>> Define OLExtpWorkspaceNewTabNextToActive for 2 84984>>> 84984>>>Define OLEXTPShellAutoCompleteFlags for Integer 84984>>> Define OLExtpShellAutoCompleteFileSystem for 1 84984>>> Define OLExtpShellAutoCompleteFileSysOnly for 16 84984>>> Define OLExtpShellAutoCompleteUrlAll for 6 84984>>> Define OLExtpShellAutoCompleteUrlHistory for 2 84984>>> Define OLExtpShellAutoCompleteUrlMRU for 4 84984>>> Define OLExtpShellAutoCompleteAll for 7 84984>>> 84984>>>Define OLEXTPRibbonTabContextColor for Integer 84984>>> Define OLExtpRibbonTabContextColorNone for 0 84984>>> Define OLExtpRibbonTabContextColorBlue for 1 84984>>> Define OLExtpRibbonTabContextColorYellow for 2 84984>>> Define OLExtpRibbonTabContextColorGreen for 3 84984>>> Define OLExtpRibbonTabContextColorRed for 4 84984>>> Define OLExtpRibbonTabContextColorPurple for 5 84984>>> Define OLExtpRibbonTabContextColorCyan for 6 84984>>> Define OLExtpRibbonTabContextColorOrange for 7 84984>>> 84984>>>Define OLEXTPCommandBarsSpecialCommands for Integer 84984>>> Define OLEXTP_ID_RIBBONCONTROLTAB for 9604 84984>>> Define OLEXTP_ID_RIBBONCUSTOMIZE for 9607 84984>>> Define OLEXTP_ID_CUSTOMIZE_ADDORREMOVE for 9122 84984>>> Define OLEXTP_ID_CUSTOMIZE_RESET for 9123 84984>>> Define OLEXTP_ID_TOOLBAR_EXPAND for 9148 84984>>> Define OLEXTP_ID_TOOLBAR_HIDE for 9149 84984>>> Define OLEXTP_ID_WORKSPACE_CANCEL for 9159 84984>>> Define OLEXTP_ID_WINDOWLIST for 35000 84984>>> Define OLEXTP_ID_CUSTOMIZE for 35001 84984>>> Define OLEXTP_ID_WORKSPACE_ACTIONS for 35002 84984>>> Define OLEXTP_ID_TOOLBARLIST for 59392 84984>>> Define OLEXTP_ID_FILE_MRU for 35003 84984>>> 84984>>>Define OLEXTPSliderCommand for Integer 84984>>> Define OLEXTP_SB_LINELEFT for 0 84984>>> Define OLEXTP_SB_LINERIGHT for 1 84984>>> Define OLEXTP_SB_PAGELEFT for 2 84984>>> Define OLEXTP_SB_PAGERIGHT for 3 84984>>> Define OLEXTP_SB_THUMBTRACK for 5 84984>>> Define OLEXTP_SB_LEFT for 6 84984>>> Define OLEXTP_SB_RIGHT for 7 84984>>> Define OLEXTP_SB_ENDSCROLL for 8 84984>>> 84984>>>Define OLEXTPPrintOrientation for Integer 84984>>> Define OLExtpOrientationPortrait for 1 84984>>> Define OLExtpOrientationLandscape for 2 84984>>> 84984>>>Define OLEXTPBackImage for Integer 84984>>> Define OLEXTPNone for 0 84984>>> Define OLEXTPCalligraphy for 1 84984>>> Define OLEXTPCirclesAndStripes for 2 84984>>> Define OLEXTPCircuit for 3 84984>>> Define OLEXTPClouds for 4 84984>>> Define OLEXTPDoodleCircles for 5 84984>>> Define OLEXTPDoodleDiamonds for 6 84984>>> Define OLEXTPGeometry for 7 84984>>> Define OLEXTPLunchBox for 8 84984>>> Define OLEXTPSchoolSupplies for 9 84984>>> Define OLEXTPSpring for 10 84984>>> Define OLEXTPStars for 11 84984>>> Define OLEXTPStraws for 12 84984>>> Define OLEXTPTreeRings for 13 84984>>> Define OLEXTPUnderWater for 14 84984>>> 84984>>>// Dispatch interface for CommandBars Control 84984>>>Class cSigCjCom_DCommandBars is a Mixin 84985>>> 84985>>> Function ComVisualTheme Returns OLEXTPVisualTheme 84987>>> OLEXTPVisualTheme retVal 84987>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 84988>>> Function_Return retVal 84989>>> End_Function 84990>>> 84990>>> Procedure Set ComVisualTheme OLEXTPVisualTheme value 84992>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 84993>>> End_Procedure 84994>>> 84994>>> Function ComIcons Returns Variant 84996>>> Variant retVal 84996>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 84997>>> Function_Return retVal 84998>>> End_Function 84999>>> 84999>>> Procedure Set ComIcons Variant value 85001>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 85002>>> End_Procedure 85003>>> 85003>>> Function ComScaleMode Returns OLEXTPScaleMode 85005>>> OLEXTPScaleMode retVal 85005>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 85006>>> Function_Return retVal 85007>>> End_Function 85008>>> 85008>>> Procedure Set ComScaleMode OLEXTPScaleMode value 85010>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 85011>>> End_Procedure 85012>>> 85012>>> Function ComRightToLeft Returns Boolean 85014>>> Boolean retVal 85014>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal 85015>>> Function_Return retVal 85016>>> End_Function 85017>>> 85017>>> Procedure Set ComRightToLeft Boolean value 85019>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value 85020>>> End_Procedure 85021>>> 85021>>> Function ComIsAllCaps Returns Boolean 85023>>> Boolean retVal 85023>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to retVal 85024>>> Function_Return retVal 85025>>> End_Function 85026>>> 85026>>> Procedure Set ComIsAllCaps Boolean value 85028>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to value 85029>>> End_Procedure 85030>>> 85030>>> Function ComIsAllowFrameTransparency Returns Boolean 85032>>> Boolean retVal 85032>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 85033>>> Function_Return retVal 85034>>> End_Function 85035>>> 85035>>> Procedure Set ComIsAllowFrameTransparency Boolean value 85037>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 85038>>> End_Procedure 85039>>> 85039>>> Function ComFontHeight Returns Integer 85041>>> Integer retVal 85041>>> Get ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_I4 to retVal 85042>>> Function_Return retVal 85043>>> End_Function 85044>>> 85044>>> Procedure Set ComFontHeight Integer value 85046>>> Set ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_I4 to value 85047>>> End_Procedure 85048>>> 85048>>> Function ComReCreateReparented Returns Boolean 85050>>> Boolean retVal 85050>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 85051>>> Function_Return retVal 85052>>> End_Function 85053>>> 85053>>> Procedure Set ComReCreateReparented Boolean value 85055>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 85056>>> End_Procedure 85057>>> 85057>>> Function ComCount Returns Integer 85059>>> Handle hDispatchDriver 85059>>> Integer retVal 85059>>> Get phDispatchDriver to hDispatchDriver 85060>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 85061>>> Function_Return retVal 85062>>> End_Function 85063>>> 85063>>> // Returns a specific item. 85063>>> Function ComItem Integer llIndex Returns Variant 85065>>> Handle hDispatchDriver 85065>>> Variant retVal 85065>>> Get phDispatchDriver to hDispatchDriver 85066>>> Send PrepareParams to hDispatchDriver 1 85067>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 85068>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 85069>>> Function_Return retVal 85070>>> End_Function 85071>>> 85071>>> Function Com_NewEnum Returns Variant 85073>>> Handle hDispatchDriver 85073>>> Variant retVal 85073>>> Get phDispatchDriver to hDispatchDriver 85074>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 85075>>> Function_Return retVal 85076>>> End_Function 85077>>> 85077>>> Function ComAdd String llName OLEXTPBarPosition llPosition Returns Variant 85079>>> Handle hDispatchDriver 85079>>> Variant retVal 85079>>> Get phDispatchDriver to hDispatchDriver 85080>>> Send PrepareParams to hDispatchDriver 2 85081>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85082>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 85083>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 85084>>> Function_Return retVal 85085>>> End_Function 85086>>> 85086>>> Procedure ComAddImageList Variant llImageList 85088>>> Handle hDispatchDriver 85088>>> Get phDispatchDriver to hDispatchDriver 85089>>> Send PrepareParams to hDispatchDriver 1 85090>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 85091>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 85092>>> End_Procedure 85093>>> 85093>>> Function ComActiveMenuBar Returns Variant 85095>>> Handle hDispatchDriver 85095>>> Variant retVal 85095>>> Get phDispatchDriver to hDispatchDriver 85096>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 85097>>> Function_Return retVal 85098>>> End_Function 85099>>> 85099>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 85101>>> Handle hDispatchDriver 85101>>> Get phDispatchDriver to hDispatchDriver 85102>>> Send PrepareParams to hDispatchDriver 4 85103>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 85104>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 85105>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 85106>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 85107>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 85108>>> End_Procedure 85109>>> 85109>>> Procedure ComRecalcLayout 85111>>> Handle hDispatchDriver 85111>>> Get phDispatchDriver to hDispatchDriver 85112>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 85113>>> End_Procedure 85114>>> 85114>>> Function ComKeyBindings Returns Variant 85116>>> Handle hDispatchDriver 85116>>> Variant retVal 85116>>> Get phDispatchDriver to hDispatchDriver 85117>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 85118>>> Function_Return retVal 85119>>> End_Function 85120>>> 85120>>> Procedure ComAddIconHandle Integer llIcon Integer llCommand Integer llimageState Boolean llAlpha 85122>>> Handle hDispatchDriver 85122>>> Get phDispatchDriver to hDispatchDriver 85123>>> Send PrepareParams to hDispatchDriver 4 85124>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon 85125>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 85126>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 85127>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAlpha 85128>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 85129>>> End_Procedure 85130>>> 85130>>> Function ComOptions Returns Variant 85132>>> Handle hDispatchDriver 85132>>> Variant retVal 85132>>> Get phDispatchDriver to hDispatchDriver 85133>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 85134>>> Function_Return retVal 85135>>> End_Function 85136>>> 85136>>> Procedure ComSaveCommandBars Variant llRegistryKey Variant llAppName Variant llSection 85138>>> Handle hDispatchDriver 85138>>> Get phDispatchDriver to hDispatchDriver 85139>>> Send PrepareParams to hDispatchDriver 3 85140>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey 85141>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName 85142>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection 85143>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 85144>>> End_Procedure 85145>>> 85145>>> Procedure ComLoadCommandBars Variant llRegistryKey Variant llAppName Variant llSection 85147>>> Handle hDispatchDriver 85147>>> Get phDispatchDriver to hDispatchDriver 85148>>> Send PrepareParams to hDispatchDriver 3 85149>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey 85150>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName 85151>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection 85152>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 85153>>> End_Procedure 85154>>> 85154>>> Procedure ComLoadDesignerBars Variant llFileNameOrResource Variant llInstance 85156>>> Handle hDispatchDriver 85156>>> Get phDispatchDriver to hDispatchDriver 85157>>> Send PrepareParams to hDispatchDriver 2 85158>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFileNameOrResource 85159>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llInstance 85160>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 85161>>> End_Procedure 85162>>> 85162>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 85164>>> Handle hDispatchDriver 85164>>> Variant retVal 85164>>> Get phDispatchDriver to hDispatchDriver 85165>>> Send PrepareParams to hDispatchDriver 4 85166>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 85167>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 85168>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 85169>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 85170>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 85171>>> Function_Return retVal 85172>>> End_Function 85173>>> 85173>>> Procedure ComAboutBox 85175>>> Handle hDispatchDriver 85175>>> Get phDispatchDriver to hDispatchDriver 85176>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 85177>>> End_Procedure 85178>>> 85178>>> Procedure ComDockToolBar Variant llToolBar Integer llx Integer lly OLEXTPBarPosition llPosition 85180>>> Handle hDispatchDriver 85180>>> Get phDispatchDriver to hDispatchDriver 85181>>> Send PrepareParams to hDispatchDriver 4 85182>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llToolBar 85183>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 85184>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 85185>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 85186>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 85187>>> End_Procedure 85188>>> 85188>>> Function ComGetSpecialColor OLEXTPColorManagerColor llIndex Returns OLE_COLOR 85190>>> Handle hDispatchDriver 85190>>> OLE_COLOR retVal 85190>>> Get phDispatchDriver to hDispatchDriver 85191>>> Send PrepareParams to hDispatchDriver 1 85192>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 85193>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_I4 to retVal 85194>>> Function_Return retVal 85195>>> End_Function 85196>>> 85196>>> Function ComShowTabWorkspace Boolean llShow Returns Variant 85198>>> Handle hDispatchDriver 85198>>> Variant retVal 85198>>> Get phDispatchDriver to hDispatchDriver 85199>>> Send PrepareParams to hDispatchDriver 1 85200>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow 85201>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 85202>>> Function_Return retVal 85203>>> End_Function 85204>>> 85204>>> Procedure ComMoveAlignedControl Variant llControl Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 85206>>> Handle hDispatchDriver 85206>>> Get phDispatchDriver to hDispatchDriver 85207>>> Send PrepareParams to hDispatchDriver 5 85208>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl 85209>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 85210>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 85211>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 85212>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 85213>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 85214>>> End_Procedure 85215>>> 85215>>> Function ComTabWorkspace Returns Variant 85217>>> Handle hDispatchDriver 85217>>> Variant retVal 85217>>> Get phDispatchDriver to hDispatchDriver 85218>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 85219>>> Function_Return retVal 85220>>> End_Function 85221>>> 85221>>> Procedure ComLoadStateFromString String llProfile Boolean llRestoreControls Boolean llRestoreOptions Boolean llSilent 85223>>> Handle hDispatchDriver 85223>>> Get phDispatchDriver to hDispatchDriver 85224>>> Send PrepareParams to hDispatchDriver 4 85225>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 85226>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreControls 85227>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreOptions 85228>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSilent 85229>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 85230>>> End_Procedure 85231>>> 85231>>> Function ComSaveStateToString Boolean llSaveControls Boolean llSaveOnlyCustomized Boolean llSaveOptions Returns String 85233>>> Handle hDispatchDriver 85233>>> String retVal 85233>>> Get phDispatchDriver to hDispatchDriver 85234>>> Send PrepareParams to hDispatchDriver 3 85235>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveControls 85236>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOnlyCustomized 85237>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOptions 85238>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal 85239>>> Function_Return retVal 85240>>> End_Function 85241>>> 85241>>> Function ComStatusBar Returns Variant 85243>>> Handle hDispatchDriver 85243>>> Variant retVal 85243>>> Get phDispatchDriver to hDispatchDriver 85244>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 85245>>> Function_Return retVal 85246>>> End_Function 85247>>> 85247>>> Function ComMessageBar Returns Variant 85249>>> Handle hDispatchDriver 85249>>> Variant retVal 85249>>> Get phDispatchDriver to hDispatchDriver 85250>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal 85251>>> Function_Return retVal 85252>>> End_Function 85253>>> 85253>>> Procedure ComEnableCustomization Boolean llEnable 85255>>> Handle hDispatchDriver 85255>>> Get phDispatchDriver to hDispatchDriver 85256>>> Send PrepareParams to hDispatchDriver 1 85257>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 85258>>> Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID 85259>>> End_Procedure 85260>>> 85260>>> Function ComDesignerControls Returns Variant 85262>>> Handle hDispatchDriver 85262>>> Variant retVal 85262>>> Get phDispatchDriver to hDispatchDriver 85263>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal 85264>>> Function_Return retVal 85265>>> End_Function 85266>>> 85266>>> Procedure ComEnableDefaultResetCustomizedToolbarChoice Boolean llEnable Boolean llDefaultYes 85268>>> Handle hDispatchDriver 85268>>> Get phDispatchDriver to hDispatchDriver 85269>>> Send PrepareParams to hDispatchDriver 2 85270>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 85271>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llDefaultYes 85272>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 85273>>> End_Procedure 85274>>> 85274>>> Function ComGetDispatch Returns Variant 85276>>> Handle hDispatchDriver 85276>>> Variant retVal 85276>>> Get phDispatchDriver to hDispatchDriver 85277>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 85278>>> Function_Return retVal 85279>>> End_Function 85280>>> 85280>>> Procedure ComSetMDIClient OLE_HANDLE llhWnd 85282>>> Handle hDispatchDriver 85282>>> Get phDispatchDriver to hDispatchDriver 85283>>> Send PrepareParams to hDispatchDriver 1 85284>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85285>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 85286>>> End_Procedure 85287>>> 85287>>> Function ComGlobalSettings Returns Variant 85289>>> Handle hDispatchDriver 85289>>> Variant retVal 85289>>> Get phDispatchDriver to hDispatchDriver 85290>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal 85291>>> Function_Return retVal 85292>>> End_Function 85293>>> 85293>>> Procedure ComClosePopups 85295>>> Handle hDispatchDriver 85295>>> Get phDispatchDriver to hDispatchDriver 85296>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 85297>>> End_Procedure 85298>>> 85298>>> Procedure ComSetSpecialColor OLEXTPColorManagerColor llIndex OLE_COLOR llColor 85300>>> Handle hDispatchDriver 85300>>> Get phDispatchDriver to hDispatchDriver 85301>>> Send PrepareParams to hDispatchDriver 2 85302>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 85303>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 85304>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 85305>>> End_Procedure 85306>>> 85306>>> Function ComAddDialogBar String llName OLEXTPBarPosition llPosition Returns Variant 85308>>> Handle hDispatchDriver 85308>>> Variant retVal 85308>>> Get phDispatchDriver to hDispatchDriver 85309>>> Send PrepareParams to hDispatchDriver 2 85310>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85311>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 85312>>> Get InvokeComMethod of hDispatchDriver 36 OLE_VT_DISPATCH to retVal 85313>>> Function_Return retVal 85314>>> End_Function 85315>>> 85315>>> Procedure ComLoadStateFromXMLString String llProfile String llstate Variant llOptions 85317>>> Handle hDispatchDriver 85317>>> Get phDispatchDriver to hDispatchDriver 85318>>> Send PrepareParams to hDispatchDriver 3 85319>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 85320>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstate 85321>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 85322>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 85323>>> End_Procedure 85324>>> 85324>>> Function ComSaveStateToXMLString String llProfile Variant llOptions Returns String 85326>>> Handle hDispatchDriver 85326>>> String retVal 85326>>> Get phDispatchDriver to hDispatchDriver 85327>>> Send PrepareParams to hDispatchDriver 2 85328>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 85329>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 85330>>> Get InvokeComMethod of hDispatchDriver 38 OLE_VT_BSTR to retVal 85331>>> Function_Return retVal 85332>>> End_Function 85333>>> 85333>>> Function ComCreateStateOptions Returns Variant 85335>>> Handle hDispatchDriver 85335>>> Variant retVal 85335>>> Get phDispatchDriver to hDispatchDriver 85336>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 85337>>> Function_Return retVal 85338>>> End_Function 85339>>> 85339>>> Procedure ComDoPropExchange Variant llpPX Variant llOptions 85341>>> Handle hDispatchDriver 85341>>> Get phDispatchDriver to hDispatchDriver 85342>>> Send PrepareParams to hDispatchDriver 2 85343>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 85344>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 85345>>> Send InvokeComMethod to hDispatchDriver 45 OLE_VT_VOID 85346>>> End_Procedure 85347>>> 85347>>> Function ComCustomizedControl Returns Variant 85349>>> Handle hDispatchDriver 85349>>> Variant retVal 85349>>> Get phDispatchDriver to hDispatchDriver 85350>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 85351>>> Function_Return retVal 85352>>> End_Function 85353>>> 85353>>> // Deletes all of the toolbars 85353>>> Procedure ComDeleteAll 85355>>> Handle hDispatchDriver 85355>>> Get phDispatchDriver to hDispatchDriver 85356>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 85357>>> End_Procedure 85358>>> 85358>>> Function ComToolTipContext Returns Variant 85360>>> Handle hDispatchDriver 85360>>> Variant retVal 85360>>> Get phDispatchDriver to hDispatchDriver 85361>>> Get InvokeComMethod of hDispatchDriver 42 OLE_VT_DISPATCH to retVal 85362>>> Function_Return retVal 85363>>> End_Function 85364>>> 85364>>> Function ComTrackingMode Returns Boolean 85366>>> Handle hDispatchDriver 85366>>> Boolean retVal 85366>>> Get phDispatchDriver to hDispatchDriver 85367>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_BOOL to retVal 85368>>> Function_Return retVal 85369>>> End_Function 85370>>> 85370>>> Function ComFocusedCommandBar Returns Variant 85372>>> Handle hDispatchDriver 85372>>> Variant retVal 85372>>> Get phDispatchDriver to hDispatchDriver 85373>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_DISPATCH to retVal 85374>>> Function_Return retVal 85375>>> End_Function 85376>>> 85376>>> Function ComAddMenuBar String llName Returns Variant 85378>>> Handle hDispatchDriver 85378>>> Variant retVal 85378>>> Get phDispatchDriver to hDispatchDriver 85379>>> Send PrepareParams to hDispatchDriver 1 85380>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85381>>> Get InvokeComMethod of hDispatchDriver 47 OLE_VT_DISPATCH to retVal 85382>>> Function_Return retVal 85383>>> End_Function 85384>>> 85384>>> Function ComAddTabToolBar String llName Returns Variant 85386>>> Handle hDispatchDriver 85386>>> Variant retVal 85386>>> Get phDispatchDriver to hDispatchDriver 85387>>> Send PrepareParams to hDispatchDriver 1 85388>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85389>>> Get InvokeComMethod of hDispatchDriver 48 OLE_VT_DISPATCH to retVal 85390>>> Function_Return retVal 85391>>> End_Function 85392>>> 85392>>> Function ComAddRibbonBar String llName Returns Variant 85394>>> Handle hDispatchDriver 85394>>> Variant retVal 85394>>> Get phDispatchDriver to hDispatchDriver 85395>>> Send PrepareParams to hDispatchDriver 1 85396>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85397>>> Get InvokeComMethod of hDispatchDriver 49 OLE_VT_DISPATCH to retVal 85398>>> Function_Return retVal 85399>>> End_Function 85400>>> 85400>>> Procedure ComAttachToWindow OLE_HANDLE llhWnd 85402>>> Handle hDispatchDriver 85402>>> Get phDispatchDriver to hDispatchDriver 85403>>> Send PrepareParams to hDispatchDriver 1 85404>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85405>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 85406>>> End_Procedure 85407>>> 85407>>> Procedure ComShowCustomizeDialog Integer llActiveTab 85409>>> Handle hDispatchDriver 85409>>> Get phDispatchDriver to hDispatchDriver 85410>>> Send PrepareParams to hDispatchDriver 1 85411>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llActiveTab 85412>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 85413>>> End_Procedure 85414>>> 85414>>> Procedure ComEnableOffice2007Frame Boolean llEnable 85416>>> Handle hDispatchDriver 85416>>> Get phDispatchDriver to hDispatchDriver 85417>>> Send PrepareParams to hDispatchDriver 1 85418>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 85419>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 85420>>> End_Procedure 85421>>> 85421>>> Procedure ComEnableFrameTheme Boolean llEnable 85423>>> Handle hDispatchDriver 85423>>> Get phDispatchDriver to hDispatchDriver 85424>>> Send PrepareParams to hDispatchDriver 1 85425>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 85426>>> Send InvokeComMethod to hDispatchDriver 90 OLE_VT_VOID 85427>>> End_Procedure 85428>>> 85428>>> Procedure ComEnableActions 85430>>> Handle hDispatchDriver 85430>>> Get phDispatchDriver to hDispatchDriver 85431>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 85432>>> End_Procedure 85433>>> 85433>>> Function ComActions Returns Variant 85435>>> Handle hDispatchDriver 85435>>> Variant retVal 85435>>> Get phDispatchDriver to hDispatchDriver 85436>>> Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal 85437>>> Function_Return retVal 85438>>> End_Function 85439>>> 85439>>> Function ComPaintManager Returns Variant 85441>>> Handle hDispatchDriver 85441>>> Variant retVal 85441>>> Get phDispatchDriver to hDispatchDriver 85442>>> Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal 85443>>> Function_Return retVal 85444>>> End_Function 85445>>> 85445>>> Function ComCreateGalleryItems Integer llId Returns Variant 85447>>> Handle hDispatchDriver 85447>>> Variant retVal 85447>>> Get phDispatchDriver to hDispatchDriver 85448>>> Send PrepareParams to hDispatchDriver 1 85449>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 85450>>> Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal 85451>>> Function_Return retVal 85452>>> End_Function 85453>>> 85453>>> Procedure ComEnableOffice2007FrameHandle OLE_HANDLE llhWnd 85455>>> Handle hDispatchDriver 85455>>> Get phDispatchDriver to hDispatchDriver 85456>>> Send PrepareParams to hDispatchDriver 1 85457>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85458>>> Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID 85459>>> End_Procedure 85460>>> 85460>>> Procedure ComEnableFrameThemeHandle OLE_HANDLE llhWnd 85462>>> Handle hDispatchDriver 85462>>> Get phDispatchDriver to hDispatchDriver 85463>>> Send PrepareParams to hDispatchDriver 1 85464>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85465>>> Send InvokeComMethod to hDispatchDriver 100 OLE_VT_VOID 85466>>> End_Procedure 85467>>> 85467>>> Function ComCreateCommandBarControl String llClassName Returns Variant 85469>>> Handle hDispatchDriver 85469>>> Variant retVal 85469>>> Get phDispatchDriver to hDispatchDriver 85470>>> Send PrepareParams to hDispatchDriver 1 85471>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 85472>>> Get InvokeComMethod of hDispatchDriver 58 OLE_VT_DISPATCH to retVal 85473>>> Function_Return retVal 85474>>> End_Function 85475>>> 85475>>> Function ComCreateCommandBar String llClassName Returns Variant 85477>>> Handle hDispatchDriver 85477>>> Variant retVal 85477>>> Get phDispatchDriver to hDispatchDriver 85478>>> Send PrepareParams to hDispatchDriver 1 85479>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 85480>>> Get InvokeComMethod of hDispatchDriver 59 OLE_VT_DISPATCH to retVal 85481>>> Function_Return retVal 85482>>> End_Function 85483>>> 85483>>> Function ComContextHelp Returns Integer 85485>>> Handle hDispatchDriver 85485>>> Integer retVal 85485>>> Get phDispatchDriver to hDispatchDriver 85486>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_I4 to retVal 85487>>> Function_Return retVal 85488>>> End_Function 85489>>> 85489>>> Function ComContextMenus Returns Variant 85491>>> Handle hDispatchDriver 85491>>> Variant retVal 85491>>> Get phDispatchDriver to hDispatchDriver 85492>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 85493>>> Function_Return retVal 85494>>> End_Function 85495>>> 85495>>> Procedure ComOLEDrag 85497>>> Handle hDispatchDriver 85497>>> Get phDispatchDriver to hDispatchDriver 85498>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 85499>>> End_Procedure 85500>>> 85500>>> Function ComAddMiniToolBar String llName Returns Variant 85502>>> Handle hDispatchDriver 85502>>> Variant retVal 85502>>> Get phDispatchDriver to hDispatchDriver 85503>>> Send PrepareParams to hDispatchDriver 1 85504>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85505>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal 85506>>> Function_Return retVal 85507>>> End_Function 85508>>> 85508>>> Function ComRecentFileList Returns Variant 85510>>> Handle hDispatchDriver 85510>>> Variant retVal 85510>>> Get phDispatchDriver to hDispatchDriver 85511>>> Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal 85512>>> Function_Return retVal 85513>>> End_Function 85514>>> 85514>>> Procedure ComDisableOffice2007FrameHandle OLE_HANDLE llhWnd 85516>>> Handle hDispatchDriver 85516>>> Get phDispatchDriver to hDispatchDriver 85517>>> Send PrepareParams to hDispatchDriver 1 85518>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85519>>> Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID 85520>>> End_Procedure 85521>>> 85521>>> Procedure ComDisableFrameThemeHandle OLE_HANDLE llhWnd 85523>>> Handle hDispatchDriver 85523>>> Get phDispatchDriver to hDispatchDriver 85524>>> Send PrepareParams to hDispatchDriver 1 85525>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85526>>> Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID 85527>>> End_Procedure 85528>>> 85528>>> Procedure ComAddCustomBar Variant llCommandBar String llName OLEXTPBarPosition llPosition 85530>>> Handle hDispatchDriver 85530>>> Get phDispatchDriver to hDispatchDriver 85531>>> Send PrepareParams to hDispatchDriver 3 85532>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCommandBar 85533>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 85534>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 85535>>> Send InvokeComMethod to hDispatchDriver 66 OLE_VT_VOID 85536>>> End_Procedure 85537>>> 85537>>> Procedure ComEnableToolbarComposition Boolean llEnable 85539>>> Handle hDispatchDriver 85539>>> Get phDispatchDriver to hDispatchDriver 85540>>> Send PrepareParams to hDispatchDriver 1 85541>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 85542>>> Send InvokeComMethod to hDispatchDriver 67 OLE_VT_VOID 85543>>> End_Procedure 85544>>> 85544>>> Procedure ComSetAllCaps Boolean llSetAllCaps 85546>>> Handle hDispatchDriver 85546>>> Get phDispatchDriver to hDispatchDriver 85547>>> Send PrepareParams to hDispatchDriver 1 85548>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSetAllCaps 85549>>> Send InvokeComMethod to hDispatchDriver 68 OLE_VT_VOID 85550>>> End_Procedure 85551>>> 85551>>> Procedure ComAllowFrameTransparency Boolean llSetAllowTransparency 85553>>> Handle hDispatchDriver 85553>>> Get phDispatchDriver to hDispatchDriver 85554>>> Send PrepareParams to hDispatchDriver 1 85555>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSetAllowTransparency 85556>>> Send InvokeComMethod to hDispatchDriver 70 OLE_VT_VOID 85557>>> End_Procedure 85558>>> 85558>>> Function ComSetOfficeSetBackImage OLEXTPBackImage llBackImage Returns Boolean 85560>>> Handle hDispatchDriver 85560>>> Boolean retVal 85560>>> Get phDispatchDriver to hDispatchDriver 85561>>> Send PrepareParams to hDispatchDriver 1 85562>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBackImage 85563>>> Get InvokeComMethod of hDispatchDriver 80 OLE_VT_BOOL to retVal 85564>>> Function_Return retVal 85565>>> End_Function 85566>>>End_Class 85567>>> 85567>>>// Event interface for CommandBars Control 85567>>>Class cSigCjCom_DCommandBarsEvents is a Mixin 85568>>> 85568>>> Procedure OnComExecute Variant llControl 85570>>> End_Procedure 85571>>> 85571>>> Procedure OnComUpdate Variant llControl 85573>>> End_Procedure 85574>>> 85574>>> Procedure OnComResize 85576>>> End_Procedure 85577>>> 85577>>> Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 85579>>> End_Procedure 85580>>> 85580>>> Procedure OnComControlSelected Variant llControl 85582>>> End_Procedure 85583>>> 85583>>> Procedure OnComInitCommandsPopup Variant llCommandBar 85585>>> End_Procedure 85586>>> 85586>>> Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom 85588>>> End_Procedure 85589>>> 85589>>> Procedure OnComSpecialColorChanged 85591>>> End_Procedure 85592>>> 85592>>> Procedure OnComRepositionAlignedControls Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 85594>>> End_Procedure 85595>>> 85595>>> Procedure OnComCustomization Variant llOptions 85597>>> End_Procedure 85598>>> 85598>>> Procedure OnComToolBarVisibleChanged Variant llToolBar 85600>>> End_Procedure 85601>>> 85601>>> Procedure OnComControlRButtonUp Variant llControl 85603>>> End_Procedure 85604>>> 85604>>> Procedure OnComCustomizationDone 85606>>> End_Procedure 85607>>> 85607>>> Procedure OnComCommandBarKeyDown Variant llCommandBar Integer ByRef llKeyCode Short llShift 85609>>> End_Procedure 85610>>> 85610>>> Procedure OnComToolBarContextMenu Variant llToolBar Variant llContextMenu 85612>>> End_Procedure 85613>>> 85613>>> Procedure OnComTrackingModeChanged Variant llCommandBar Boolean llMode 85615>>> End_Procedure 85616>>> 85616>>> Procedure OnComCustomizationResetToolBar Variant llToolBar 85618>>> End_Procedure 85619>>> 85619>>> Procedure OnComCustomizationAddToolBar Variant llToolBar 85621>>> End_Procedure 85622>>> 85622>>> Procedure OnComCustomizationDeleteToolBar Variant llToolBar 85624>>> End_Procedure 85625>>> 85625>>> Procedure OnComControlNotify Variant llControl Integer llCode Variant llNotifyData Variant llHandled 85627>>> End_Procedure 85628>>> 85628>>> Procedure OnComGetActiveDocumentID Integer ByRef llId 85630>>> End_Procedure 85631>>> 85631>>> Procedure OnComCustomizationResetAll 85633>>> End_Procedure 85634>>> 85634>>> Procedure OnComMessageBarClosed Variant llMessageBar 85636>>> End_Procedure 85637>>> 85637>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 85639>>> End_Procedure 85640>>> 85640>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 85642>>> End_Procedure 85643>>> 85643>>> Procedure OnComReCreated 85645>>> End_Procedure 85646>>> 85646>>> Procedure RegisterComEvents 85648>>> Send RegisterComEvent 1 msg_OnComExecute 85649>>> Send RegisterComEvent 2 msg_OnComUpdate 85650>>> Send RegisterComEvent 3 msg_OnComResize 85651>>> Send RegisterComEvent 4 msg_OnComGetClientBordersWidth 85652>>> Send RegisterComEvent 5 msg_OnComControlSelected 85653>>> Send RegisterComEvent 6 msg_OnComInitCommandsPopup 85654>>> Send RegisterComEvent 7 msg_OnComResizeClient 85655>>> Send RegisterComEvent 8 msg_OnComSpecialColorChanged 85656>>> Send RegisterComEvent 9 msg_OnComRepositionAlignedControls 85657>>> Send RegisterComEvent 10 msg_OnComCustomization 85658>>> Send RegisterComEvent 11 msg_OnComToolBarVisibleChanged 85659>>> Send RegisterComEvent 12 msg_OnComControlRButtonUp 85660>>> Send RegisterComEvent 13 msg_OnComCustomizationDone 85661>>> Send RegisterComEvent -602 msg_OnComCommandBarKeyDown 85662>>> Send RegisterComEvent 14 msg_OnComToolBarContextMenu 85663>>> Send RegisterComEvent 15 msg_OnComTrackingModeChanged 85664>>> Send RegisterComEvent 16 msg_OnComCustomizationResetToolBar 85665>>> Send RegisterComEvent 17 msg_OnComCustomizationAddToolBar 85666>>> Send RegisterComEvent 18 msg_OnComCustomizationDeleteToolBar 85667>>> Send RegisterComEvent 19 msg_OnComControlNotify 85668>>> Send RegisterComEvent 20 msg_OnComGetActiveDocumentID 85669>>> Send RegisterComEvent 21 msg_OnComCustomizationResetAll 85670>>> Send RegisterComEvent 22 msg_OnComMessageBarClosed 85671>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 85672>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 85673>>> Send RegisterComEvent 10001000 msg_OnComReCreated 85674>>> End_Procedure 85675>>>End_Class 85676>>> 85676>>>// Xtreme CommandBars Control 85676>>>Class cSigCjComCommandBars is a cComActiveXControl 85677>>> Import_Class_Protocol cSigCjCom_DCommandBars 85678>>> Import_Class_Protocol cSigCjCom_DCommandBarsEvents 85679>>> 85679>>> Procedure Construct_Object 85681>>> Forward Send Construct_Object 85683>>> Set psProgID to L_cSigCjComCommandBars 85684>>> Set psEventId to "{C0DE2030-1D1A-4AFA-8DFF-8798A2181226}" 85685>>> Set psLicenseKey to L_cSigCjKeyCommandBars 85686>>> Set peAutoCreate to acAutoCreate 85687>>> End_Procedure 85688>>>End_Class 85689>>> 85689>>>Class cSigCjComIRibbonGroup is a Mixin 85690>>> 85690>>> Function ComCaption Returns String 85692>>> String retVal 85692>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal 85693>>> Function_Return retVal 85694>>> End_Function 85695>>> 85695>>> Procedure Set ComCaption String value 85697>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value 85698>>> End_Procedure 85699>>> 85699>>> Function ComShowOptionButton Returns Boolean 85701>>> Boolean retVal 85701>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 85702>>> Function_Return retVal 85703>>> End_Function 85704>>> 85704>>> Procedure Set ComShowOptionButton Boolean value 85706>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 85707>>> End_Procedure 85708>>> 85708>>> Function ComId Returns Integer 85710>>> Integer retVal 85710>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 85711>>> Function_Return retVal 85712>>> End_Function 85713>>> 85713>>> Procedure Set ComId Integer value 85715>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 85716>>> End_Procedure 85717>>> 85717>>> Function ComIconId Returns Integer 85719>>> Integer retVal 85719>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 85720>>> Function_Return retVal 85721>>> End_Function 85722>>> 85722>>> Procedure Set ComIconId Integer value 85724>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 85725>>> End_Procedure 85726>>> 85726>>> Function ComVisible Returns Boolean 85728>>> Boolean retVal 85728>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 85729>>> Function_Return retVal 85730>>> End_Function 85731>>> 85731>>> Procedure Set ComVisible Boolean value 85733>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 85734>>> End_Procedure 85735>>> 85735>>> Function ComControlsGrouping Returns Boolean 85737>>> Boolean retVal 85737>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 85738>>> Function_Return retVal 85739>>> End_Function 85740>>> 85740>>> Procedure Set ComControlsGrouping Boolean value 85742>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 85743>>> End_Procedure 85744>>> 85744>>> Function ComControlsCentering Returns Boolean 85746>>> Boolean retVal 85746>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 85747>>> Function_Return retVal 85748>>> End_Function 85749>>> 85749>>> Procedure Set ComControlsCentering Boolean value 85751>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 85752>>> End_Procedure 85753>>> 85753>>> Function ComAllowReduce Returns Integer 85755>>> Integer retVal 85755>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 85756>>> Function_Return retVal 85757>>> End_Function 85758>>> 85758>>> Procedure Set ComAllowReduce Integer value 85760>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 85761>>> End_Procedure 85762>>> 85762>>> Function ComAutoArrangeEditCaption Returns Boolean 85764>>> Boolean retVal 85764>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 85765>>> Function_Return retVal 85766>>> End_Function 85767>>> 85767>>> Procedure Set ComAutoArrangeEditCaption Boolean value 85769>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 85770>>> End_Procedure 85771>>> 85771>>> Function ComRibbonBar Returns Variant 85773>>> Handle hDispatchDriver 85773>>> Variant retVal 85773>>> Get phDispatchDriver to hDispatchDriver 85774>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 85775>>> Function_Return retVal 85776>>> End_Function 85777>>> 85777>>> Function ComGroups Returns Variant 85779>>> Handle hDispatchDriver 85779>>> Variant retVal 85779>>> Get phDispatchDriver to hDispatchDriver 85780>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 85781>>> Function_Return retVal 85782>>> End_Function 85783>>> 85783>>> // Gets the number of controls in the collection. 85783>>> Function ComCount Returns Integer 85785>>> Handle hDispatchDriver 85785>>> Integer retVal 85785>>> Get phDispatchDriver to hDispatchDriver 85786>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 85787>>> Function_Return retVal 85788>>> End_Function 85789>>> 85789>>> // Gets an item from the collection by its index. 85789>>> Function ComItem Integer llIndex Returns Variant 85791>>> Handle hDispatchDriver 85791>>> Variant retVal 85791>>> Get phDispatchDriver to hDispatchDriver 85792>>> Send PrepareParams to hDispatchDriver 1 85793>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 85794>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 85795>>> Function_Return retVal 85796>>> End_Function 85797>>> 85797>>> Function Com_NewEnum Returns Variant 85799>>> Handle hDispatchDriver 85799>>> Variant retVal 85799>>> Get phDispatchDriver to hDispatchDriver 85800>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 85801>>> Function_Return retVal 85802>>> End_Function 85803>>> 85803>>> // Adds a new command bar control to the collection. 85803>>> Function ComAdd OLEXTPControlType llType Integer llId String llCaption Variant llBefore Variant llTemporary Returns Variant 85805>>> Handle hDispatchDriver 85805>>> Variant retVal 85805>>> Get phDispatchDriver to hDispatchDriver 85806>>> Send PrepareParams to hDispatchDriver 5 85807>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 85808>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 85809>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 85810>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 85811>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTemporary 85812>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 85813>>> Function_Return retVal 85814>>> End_Function 85815>>> 85815>>> // Deletes all of the command bar controls from the collection 85815>>> Procedure ComDeleteAll 85817>>> Handle hDispatchDriver 85817>>> Get phDispatchDriver to hDispatchDriver 85818>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 85819>>> End_Procedure 85820>>> 85820>>> Procedure ComDeleteAt Integer llIndex 85822>>> Handle hDispatchDriver 85822>>> Get phDispatchDriver to hDispatchDriver 85823>>> Send PrepareParams to hDispatchDriver 1 85824>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 85825>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 85826>>> End_Procedure 85827>>> 85827>>> Function ComControlGroupPopup Returns Variant 85829>>> Handle hDispatchDriver 85829>>> Variant retVal 85829>>> Get phDispatchDriver to hDispatchDriver 85830>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 85831>>> Function_Return retVal 85832>>> End_Function 85833>>> 85833>>> Function ComControlGroupOption Returns Variant 85835>>> Handle hDispatchDriver 85835>>> Variant retVal 85835>>> Get phDispatchDriver to hDispatchDriver 85836>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 85837>>> Function_Return retVal 85838>>> End_Function 85839>>> 85839>>> Function ComIndex Returns Integer 85841>>> Handle hDispatchDriver 85841>>> Integer retVal 85841>>> Get phDispatchDriver to hDispatchDriver 85842>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_I4 to retVal 85843>>> Function_Return retVal 85844>>> End_Function 85845>>> 85845>>> Procedure ComAddControl Variant llControl Variant llBefore 85847>>> Handle hDispatchDriver 85847>>> Get phDispatchDriver to hDispatchDriver 85848>>> Send PrepareParams to hDispatchDriver 2 85849>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl 85850>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 85851>>> Send InvokeComMethod to hDispatchDriver 108 OLE_VT_VOID 85852>>> End_Procedure 85853>>> 85853>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 85855>>> Handle hDispatchDriver 85855>>> Get phDispatchDriver to hDispatchDriver 85856>>> Send PrepareParams to hDispatchDriver 4 85857>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 85858>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 85859>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 85860>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 85861>>> Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID 85862>>> End_Procedure 85863>>>End_Class 85864>>> 85864>>>Class cSigCjComRibbonGroup is a cComAutomationObject 85865>>> Import_Class_Protocol cSigCjComIRibbonGroup 85866>>> 85866>>> Procedure Construct_Object 85868>>> Forward Send Construct_Object 85870>>> Set peAutoCreate to acNoAutoCreate 85871>>> End_Procedure 85872>>>End_Class 85873>>> 85873>>>Class cSigCjComICustomizeOptions is a Mixin 85874>>> 85874>>> Function ComShowKeyboardPage Returns Boolean 85876>>> Boolean retVal 85876>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 85877>>> Function_Return retVal 85878>>> End_Function 85879>>> 85879>>> Procedure Set ComShowKeyboardPage Boolean value 85881>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 85882>>> End_Procedure 85883>>> 85883>>> Function ComShowOptionsPage Returns Boolean 85885>>> Boolean retVal 85885>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 85886>>> Function_Return retVal 85887>>> End_Function 85888>>> 85888>>> Procedure Set ComShowOptionsPage Boolean value 85890>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 85891>>> End_Procedure 85892>>> 85892>>> Function ComShowRibbonQuickAccessPage Returns Boolean 85894>>> Boolean retVal 85894>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 85895>>> Function_Return retVal 85896>>> End_Function 85897>>> 85897>>> Procedure Set ComShowRibbonQuickAccessPage Boolean value 85899>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 85900>>> End_Procedure 85901>>> 85901>>> Function ComShowMenusPage Returns Boolean 85903>>> Boolean retVal 85903>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 85904>>> Function_Return retVal 85905>>> End_Function 85906>>> 85906>>> Procedure Set ComShowMenusPage Boolean value 85908>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 85909>>> End_Procedure 85910>>> 85910>>> Function ComShowToolbarsPage Returns Boolean 85912>>> Boolean retVal 85912>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 85913>>> Function_Return retVal 85914>>> End_Function 85915>>> 85915>>> Procedure Set ComShowToolbarsPage Boolean value 85917>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 85918>>> End_Procedure 85919>>> 85919>>> Function ComShowCommandsPage Returns Boolean 85921>>> Boolean retVal 85921>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 85922>>> Function_Return retVal 85923>>> End_Function 85924>>> 85924>>> Procedure Set ComShowCommandsPage Boolean value 85926>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 85927>>> End_Procedure 85928>>> 85928>>> Function ComAllowNewToolbars Returns Boolean 85930>>> Boolean retVal 85930>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 85931>>> Function_Return retVal 85932>>> End_Function 85933>>> 85933>>> Procedure Set ComAllowNewToolbars Boolean value 85935>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 85936>>> End_Procedure 85937>>> 85937>>> Function ComResizableSheet Returns Boolean 85939>>> Boolean retVal 85939>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 85940>>> Function_Return retVal 85941>>> End_Function 85942>>> 85942>>> Procedure Set ComResizableSheet Boolean value 85944>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 85945>>> End_Procedure 85946>>> 85946>>> Function ComShowRibbonCustomizePage Returns Boolean 85948>>> Boolean retVal 85948>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 85949>>> Function_Return retVal 85950>>> End_Function 85951>>> 85951>>> Procedure Set ComShowRibbonCustomizePage Boolean value 85953>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 85954>>> End_Procedure 85955>>> 85955>>> Function ComShowListNavigation Returns Boolean 85957>>> Boolean retVal 85957>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 85958>>> Function_Return retVal 85959>>> End_Function 85960>>> 85960>>> Procedure Set ComShowListNavigation Boolean value 85962>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 85963>>> End_Procedure 85964>>> 85964>>> Function ComCustomIcons Returns Variant 85966>>> Handle hDispatchDriver 85966>>> Variant retVal 85966>>> Get phDispatchDriver to hDispatchDriver 85967>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 85968>>> Function_Return retVal 85969>>> End_Function 85970>>> 85970>>> Function ComContextMenu Returns Variant 85972>>> Handle hDispatchDriver 85972>>> Variant retVal 85972>>> Get phDispatchDriver to hDispatchDriver 85973>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 85974>>> Function_Return retVal 85975>>> End_Function 85976>>> 85976>>> Procedure ComAddPage Integer llnIndex OLE_HANDLE llhWnd String llCaption 85978>>> Handle hDispatchDriver 85978>>> Get phDispatchDriver to hDispatchDriver 85979>>> Send PrepareParams to hDispatchDriver 3 85980>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 85981>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 85982>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 85983>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 85984>>> End_Procedure 85985>>>End_Class 85986>>> 85986>>>Class cSigCjComCustomizeOptions is a cComAutomationObject 85987>>> Import_Class_Protocol cSigCjComICustomizeOptions 85988>>> 85988>>> Procedure Construct_Object 85990>>> Forward Send Construct_Object 85992>>> Set peAutoCreate to acNoAutoCreate 85993>>> End_Procedure 85994>>>End_Class 85995>>> 85995>>>Class cSigCjComIStateOptions is a Mixin 85996>>> 85996>>> Function ComSerializeControls Returns Boolean 85998>>> Boolean retVal 85998>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 85999>>> Function_Return retVal 86000>>> End_Function 86001>>> 86001>>> Procedure Set ComSerializeControls Boolean value 86003>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 86004>>> End_Procedure 86005>>> 86005>>> Function ComSaveOnlyCustomized Returns Boolean 86007>>> Boolean retVal 86007>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 86008>>> Function_Return retVal 86009>>> End_Function 86010>>> 86010>>> Procedure Set ComSaveOnlyCustomized Boolean value 86012>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 86013>>> End_Procedure 86014>>> 86014>>> Function ComLoadSilent Returns Boolean 86016>>> Boolean retVal 86016>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 86017>>> Function_Return retVal 86018>>> End_Function 86019>>> 86019>>> Procedure Set ComLoadSilent Boolean value 86021>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 86022>>> End_Procedure 86023>>> 86023>>> Function ComSaveOriginalControls Returns Boolean 86025>>> Boolean retVal 86025>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 86026>>> Function_Return retVal 86027>>> End_Function 86028>>> 86028>>> Procedure Set ComSaveOriginalControls Boolean value 86030>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 86031>>> End_Procedure 86032>>> 86032>>> Function ComSerializeOptions Returns Boolean 86034>>> Boolean retVal 86034>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 86035>>> Function_Return retVal 86036>>> End_Function 86037>>> 86037>>> Procedure Set ComSerializeOptions Boolean value 86039>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 86040>>> End_Procedure 86041>>> 86041>>> Function ComSerializeImages Returns Boolean 86043>>> Boolean retVal 86043>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 86044>>> Function_Return retVal 86045>>> End_Function 86046>>> 86046>>> Procedure Set ComSerializeImages Boolean value 86048>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 86049>>> End_Procedure 86050>>> 86050>>> Function ComSerializeLayout Returns Boolean 86052>>> Boolean retVal 86052>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 86053>>> Function_Return retVal 86054>>> End_Function 86055>>> 86055>>> Procedure Set ComSerializeLayout Boolean value 86057>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 86058>>> End_Procedure 86059>>> 86059>>> Function ComSerializeDesignerControls Returns Boolean 86061>>> Boolean retVal 86061>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 86062>>> Function_Return retVal 86063>>> End_Function 86064>>> 86064>>> Procedure Set ComSerializeDesignerControls Boolean value 86066>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 86067>>> End_Procedure 86068>>> 86068>>> Function ComSerializeActions Returns Boolean 86070>>> Boolean retVal 86070>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 86071>>> Function_Return retVal 86072>>> End_Function 86073>>> 86073>>> Procedure Set ComSerializeActions Boolean value 86075>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 86076>>> End_Procedure 86077>>>End_Class 86078>>> 86078>>>Class cSigCjComStateOptions is a cComAutomationObject 86079>>> Import_Class_Protocol cSigCjComIStateOptions 86080>>> 86080>>> Procedure Construct_Object 86082>>> Forward Send Construct_Object 86084>>> Set peAutoCreate to acNoAutoCreate 86085>>> End_Procedure 86086>>>End_Class 86087>>> 86087>>>Class cSigCjComICommandBarAction is a Mixin 86088>>> 86088>>> Function ComCaption Returns String 86090>>> String retVal 86090>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 86091>>> Function_Return retVal 86092>>> End_Function 86093>>> 86093>>> Procedure Set ComCaption String value 86095>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 86096>>> End_Procedure 86097>>> 86097>>> Function ComDescriptionText Returns String 86099>>> String retVal 86099>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 86100>>> Function_Return retVal 86101>>> End_Function 86102>>> 86102>>> Procedure Set ComDescriptionText String value 86104>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 86105>>> End_Procedure 86106>>> 86106>>> Function ComId Returns Integer 86108>>> Integer retVal 86108>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 86109>>> Function_Return retVal 86110>>> End_Function 86111>>> 86111>>> Procedure Set ComId Integer value 86113>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 86114>>> End_Procedure 86115>>> 86115>>> Function ComShortcutText Returns String 86117>>> String retVal 86117>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 86118>>> Function_Return retVal 86119>>> End_Function 86120>>> 86120>>> Procedure Set ComShortcutText String value 86122>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 86123>>> End_Procedure 86124>>> 86124>>> Function ComTooltipText Returns String 86126>>> String retVal 86126>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 86127>>> Function_Return retVal 86128>>> End_Function 86129>>> 86129>>> Procedure Set ComTooltipText String value 86131>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 86132>>> End_Procedure 86133>>> 86133>>> Function ComVisible Returns Boolean 86135>>> Boolean retVal 86135>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 86136>>> Function_Return retVal 86137>>> End_Function 86138>>> 86138>>> Procedure Set ComVisible Boolean value 86140>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 86141>>> End_Procedure 86142>>> 86142>>> Function ComEnabled Returns Boolean 86144>>> Boolean retVal 86144>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 86145>>> Function_Return retVal 86146>>> End_Function 86147>>> 86147>>> Procedure Set ComEnabled Boolean value 86149>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 86150>>> End_Procedure 86151>>> 86151>>> Function ComChecked Returns Boolean 86153>>> Boolean retVal 86153>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 86154>>> Function_Return retVal 86155>>> End_Function 86156>>> 86156>>> Procedure Set ComChecked Boolean value 86158>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 86159>>> End_Procedure 86160>>> 86160>>> Function ComIconId Returns Integer 86162>>> Integer retVal 86162>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 86163>>> Function_Return retVal 86164>>> End_Function 86165>>> 86165>>> Procedure Set ComIconId Integer value 86167>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 86168>>> End_Procedure 86169>>> 86169>>> Function ComCategory Returns String 86171>>> String retVal 86171>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 86172>>> Function_Return retVal 86173>>> End_Function 86174>>> 86174>>> Procedure Set ComCategory String value 86176>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 86177>>> End_Procedure 86178>>> 86178>>> Function ComTag Returns Variant 86180>>> Variant retVal 86180>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to retVal 86181>>> Function_Return retVal 86182>>> End_Function 86183>>> 86183>>> Procedure Set ComTag Variant value 86185>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_VARIANT to value 86186>>> End_Procedure 86187>>> 86187>>> Function ComEditHint Returns String 86189>>> String retVal 86189>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to retVal 86190>>> Function_Return retVal 86191>>> End_Function 86192>>> 86192>>> Procedure Set ComEditHint String value 86194>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BSTR to value 86195>>> End_Procedure 86196>>> 86196>>> Function ComKeyboardTip Returns String 86198>>> String retVal 86198>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BSTR to retVal 86199>>> Function_Return retVal 86200>>> End_Function 86201>>> 86201>>> Procedure Set ComKeyboardTip String value 86203>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BSTR to value 86204>>> End_Procedure 86205>>> 86205>>> Function ComKey Returns String 86207>>> String retVal 86207>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BSTR to retVal 86208>>> Function_Return retVal 86209>>> End_Function 86210>>> 86210>>> Procedure Set ComKey String value 86212>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BSTR to value 86213>>> End_Procedure 86214>>> 86214>>> Function ComCustomShortcutText Returns String 86216>>> String retVal 86216>>> Get ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_BSTR to retVal 86217>>> Function_Return retVal 86218>>> End_Function 86219>>> 86219>>> Procedure Set ComCustomShortcutText String value 86221>>> Set ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_BSTR to value 86222>>> End_Procedure 86223>>>End_Class 86224>>> 86224>>>Class cSigCjComCommandBarAction is a cComAutomationObject 86225>>> Import_Class_Protocol cSigCjComICommandBarAction 86226>>> 86226>>> Procedure Construct_Object 86228>>> Forward Send Construct_Object 86230>>> Set peAutoCreate to acNoAutoCreate 86231>>> End_Procedure 86232>>>End_Class 86233>>> 86233>>>Class cSigCjComICommandBarActions is a Mixin 86234>>> 86234>>> // Gets the number of controls in the collection. 86234>>> Function ComCount Returns Integer 86236>>> Handle hDispatchDriver 86236>>> Integer retVal 86236>>> Get phDispatchDriver to hDispatchDriver 86237>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 86238>>> Function_Return retVal 86239>>> End_Function 86240>>> 86240>>> // Gets an item from the collection by its index. 86240>>> Function ComAction Integer llId Returns Variant 86242>>> Handle hDispatchDriver 86242>>> Variant retVal 86242>>> Get phDispatchDriver to hDispatchDriver 86243>>> Send PrepareParams to hDispatchDriver 1 86244>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 86245>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 86246>>> Function_Return retVal 86247>>> End_Function 86248>>> 86248>>> Function Com_NewEnum Returns Variant 86250>>> Handle hDispatchDriver 86250>>> Variant retVal 86250>>> Get phDispatchDriver to hDispatchDriver 86251>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 86252>>> Function_Return retVal 86253>>> End_Function 86254>>> 86254>>> // Adds a new command bar control to the collection. 86254>>> Function ComAdd Integer llId String llCaption String llTooltipText String llDescriptionText String llCategory Returns Variant 86256>>> Handle hDispatchDriver 86256>>> Variant retVal 86256>>> Get phDispatchDriver to hDispatchDriver 86257>>> Send PrepareParams to hDispatchDriver 5 86258>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 86259>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 86260>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTooltipText 86261>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llDescriptionText 86262>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCategory 86263>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 86264>>> Function_Return retVal 86265>>> End_Function 86266>>> 86266>>> Procedure ComDeleteAll 86268>>> Handle hDispatchDriver 86268>>> Get phDispatchDriver to hDispatchDriver 86269>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 86270>>> End_Procedure 86271>>> 86271>>> Procedure ComDelete Integer llId 86273>>> Handle hDispatchDriver 86273>>> Get phDispatchDriver to hDispatchDriver 86274>>> Send PrepareParams to hDispatchDriver 1 86275>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 86276>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 86277>>> End_Procedure 86278>>>End_Class 86279>>> 86279>>>Class cSigCjComCommandBarActions is a cComAutomationObject 86280>>> Import_Class_Protocol cSigCjComICommandBarActions 86281>>> 86281>>> Procedure Construct_Object 86283>>> Forward Send Construct_Object 86285>>> Set peAutoCreate to acNoAutoCreate 86286>>> End_Procedure 86287>>>End_Class 86288>>> 86288>>>Class cSigCjComICommandBarControl is a Mixin 86289>>> 86289>>> Function ComChecked Returns Boolean 86291>>> Boolean retVal 86291>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 86292>>> Function_Return retVal 86293>>> End_Function 86294>>> 86294>>> Procedure Set ComChecked Boolean value 86296>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 86297>>> End_Procedure 86298>>> 86298>>> Function ComBeginGroup Returns Boolean 86300>>> Boolean retVal 86300>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 86301>>> Function_Return retVal 86302>>> End_Function 86303>>> 86303>>> Procedure Set ComBeginGroup Boolean value 86305>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 86306>>> End_Procedure 86307>>> 86307>>> Function ComCaption Returns String 86309>>> String retVal 86309>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 86310>>> Function_Return retVal 86311>>> End_Function 86312>>> 86312>>> Procedure Set ComCaption String value 86314>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 86315>>> End_Procedure 86316>>> 86316>>> Function ComDescriptionText Returns String 86318>>> String retVal 86318>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 86319>>> Function_Return retVal 86320>>> End_Function 86321>>> 86321>>> Procedure Set ComDescriptionText String value 86323>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 86324>>> End_Procedure 86325>>> 86325>>> Function ComId Returns Integer 86327>>> Integer retVal 86327>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 86328>>> Function_Return retVal 86329>>> End_Function 86330>>> 86330>>> Procedure Set ComId Integer value 86332>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 86333>>> End_Procedure 86334>>> 86334>>> Function ComParameter Returns String 86336>>> String retVal 86336>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 86337>>> Function_Return retVal 86338>>> End_Function 86339>>> 86339>>> Procedure Set ComParameter String value 86341>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 86342>>> End_Procedure 86343>>> 86343>>> Function ComShortcutText Returns String 86345>>> String retVal 86345>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 86346>>> Function_Return retVal 86347>>> End_Function 86348>>> 86348>>> Procedure Set ComShortcutText String value 86350>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 86351>>> End_Procedure 86352>>> 86352>>> Function ComCustomShortcutText Returns String 86354>>> String retVal 86354>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 86355>>> Function_Return retVal 86356>>> End_Function 86357>>> 86357>>> Procedure Set ComCustomShortcutText String value 86359>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 86360>>> End_Procedure 86361>>> 86361>>> Function ComTooltipText Returns String 86363>>> String retVal 86363>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 86364>>> Function_Return retVal 86365>>> End_Function 86366>>> 86366>>> Procedure Set ComTooltipText String value 86368>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 86369>>> End_Procedure 86370>>> 86370>>> Function ComVisible Returns Boolean 86372>>> Boolean retVal 86372>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 86373>>> Function_Return retVal 86374>>> End_Function 86375>>> 86375>>> Procedure Set ComVisible Boolean value 86377>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 86378>>> End_Procedure 86379>>> 86379>>> Function ComEnabled Returns Boolean 86381>>> Boolean retVal 86381>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 86382>>> Function_Return retVal 86383>>> End_Function 86384>>> 86384>>> Procedure Set ComEnabled Boolean value 86386>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 86387>>> End_Procedure 86388>>> 86388>>> Function ComIconId Returns Integer 86390>>> Integer retVal 86390>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 86391>>> Function_Return retVal 86392>>> End_Function 86393>>> 86393>>> Procedure Set ComIconId Integer value 86395>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 86396>>> End_Procedure 86397>>> 86397>>> Function ComDefaultItem Returns Boolean 86399>>> Boolean retVal 86399>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 86400>>> Function_Return retVal 86401>>> End_Function 86402>>> 86402>>> Procedure Set ComDefaultItem Boolean value 86404>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 86405>>> End_Procedure 86406>>> 86406>>> Function ComFlags Returns OLEXTPControlFlags 86408>>> OLEXTPControlFlags retVal 86408>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 86409>>> Function_Return retVal 86410>>> End_Function 86411>>> 86411>>> Procedure Set ComFlags OLEXTPControlFlags value 86413>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 86414>>> End_Procedure 86415>>> 86415>>> Function ComCategory Returns String 86417>>> String retVal 86417>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 86418>>> Function_Return retVal 86419>>> End_Function 86420>>> 86420>>> Procedure Set ComCategory String value 86422>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 86423>>> End_Procedure 86424>>> 86424>>> Function ComHideFlags Returns OLEXTPControlHideFlags 86426>>> OLEXTPControlHideFlags retVal 86426>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 86427>>> Function_Return retVal 86428>>> End_Function 86429>>> 86429>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 86431>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 86432>>> End_Procedure 86433>>> 86433>>> Function ComCloseSubMenuOnClick Returns Boolean 86435>>> Boolean retVal 86435>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 86436>>> Function_Return retVal 86437>>> End_Function 86438>>> 86438>>> Procedure Set ComCloseSubMenuOnClick Boolean value 86440>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 86441>>> End_Procedure 86442>>> 86442>>> Function ComAction Returns Variant 86444>>> Variant retVal 86444>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 86445>>> Function_Return retVal 86446>>> End_Function 86447>>> 86447>>> Procedure Set ComAction Variant value 86449>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 86450>>> End_Procedure 86451>>> 86451>>> Function ComExecuteOnPressInterval Returns Integer 86453>>> Integer retVal 86453>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 86454>>> Function_Return retVal 86455>>> End_Function 86456>>> 86456>>> Procedure Set ComExecuteOnPressInterval Integer value 86458>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 86459>>> End_Procedure 86460>>> 86460>>> Function ComWidth Returns Integer 86462>>> Integer retVal 86462>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 86463>>> Function_Return retVal 86464>>> End_Function 86465>>> 86465>>> Procedure Set ComWidth Integer value 86467>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 86468>>> End_Procedure 86469>>> 86469>>> Function ComHeight Returns Integer 86471>>> Integer retVal 86471>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 86472>>> Function_Return retVal 86473>>> End_Function 86474>>> 86474>>> Procedure Set ComHeight Integer value 86476>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 86477>>> End_Procedure 86478>>> 86478>>> Function ComStyle Returns OLEXTPButtonStyle 86480>>> OLEXTPButtonStyle retVal 86480>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 86481>>> Function_Return retVal 86482>>> End_Function 86483>>> 86483>>> Procedure Set ComStyle OLEXTPButtonStyle value 86485>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 86486>>> End_Procedure 86487>>> 86487>>> Function ComKeyboardTip Returns String 86489>>> String retVal 86489>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 86490>>> Function_Return retVal 86491>>> End_Function 86492>>> 86492>>> Procedure Set ComKeyboardTip String value 86494>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 86495>>> End_Procedure 86496>>> 86496>>> Function ComControls Returns Variant 86498>>> Handle hDispatchDriver 86498>>> Variant retVal 86498>>> Get phDispatchDriver to hDispatchDriver 86499>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 86500>>> Function_Return retVal 86501>>> End_Function 86502>>> 86502>>> Function ComParent Returns Variant 86504>>> Handle hDispatchDriver 86504>>> Variant retVal 86504>>> Get phDispatchDriver to hDispatchDriver 86505>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 86506>>> Function_Return retVal 86507>>> End_Function 86508>>> 86508>>> Function ComIndex Returns Integer 86510>>> Handle hDispatchDriver 86510>>> Integer retVal 86510>>> Get phDispatchDriver to hDispatchDriver 86511>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 86512>>> Function_Return retVal 86513>>> End_Function 86514>>> 86514>>> Function ComType Returns OLEXTPControlType 86516>>> Handle hDispatchDriver 86516>>> OLEXTPControlType retVal 86516>>> Get phDispatchDriver to hDispatchDriver 86517>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 86518>>> Function_Return retVal 86519>>> End_Function 86520>>> 86520>>> Procedure ComDelete 86522>>> Handle hDispatchDriver 86522>>> Get phDispatchDriver to hDispatchDriver 86523>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 86524>>> End_Procedure 86525>>> 86525>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 86527>>> Handle hDispatchDriver 86527>>> Variant retVal 86527>>> Get phDispatchDriver to hDispatchDriver 86528>>> Send PrepareParams to hDispatchDriver 2 86529>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 86530>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 86531>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 86532>>> Function_Return retVal 86533>>> End_Function 86534>>> 86534>>> Procedure ComSetFocus 86536>>> Handle hDispatchDriver 86536>>> Get phDispatchDriver to hDispatchDriver 86537>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 86538>>> End_Procedure 86539>>> 86539>>> Procedure ComExecute 86541>>> Handle hDispatchDriver 86541>>> Get phDispatchDriver to hDispatchDriver 86542>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 86543>>> End_Procedure 86544>>> 86544>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 86546>>> Handle hDispatchDriver 86546>>> Get phDispatchDriver to hDispatchDriver 86547>>> Send PrepareParams to hDispatchDriver 4 86548>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 86549>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 86550>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 86551>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 86552>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 86553>>> End_Procedure 86554>>> 86554>>> Function ComRibbonGroup Returns Variant 86556>>> Handle hDispatchDriver 86556>>> Variant retVal 86556>>> Get phDispatchDriver to hDispatchDriver 86557>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 86558>>> Function_Return retVal 86559>>> End_Function 86560>>> 86560>>> Procedure ComReset 86562>>> Handle hDispatchDriver 86562>>> Get phDispatchDriver to hDispatchDriver 86563>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 86564>>> End_Procedure 86565>>> 86565>>> Function ComTop Returns Integer 86567>>> Handle hDispatchDriver 86567>>> Integer retVal 86567>>> Get phDispatchDriver to hDispatchDriver 86568>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 86569>>> Function_Return retVal 86570>>> End_Function 86571>>> 86571>>> Function ComLeft Returns Integer 86573>>> Handle hDispatchDriver 86573>>> Integer retVal 86573>>> Get phDispatchDriver to hDispatchDriver 86574>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 86575>>> Function_Return retVal 86576>>> End_Function 86577>>> 86577>>> Function ComClone Variant llRecursive Returns Variant 86579>>> Handle hDispatchDriver 86579>>> Variant retVal 86579>>> Get phDispatchDriver to hDispatchDriver 86580>>> Send PrepareParams to hDispatchDriver 1 86581>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 86582>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 86583>>> Function_Return retVal 86584>>> End_Function 86585>>> 86585>>> Procedure ComSetIconSize Integer llcx Integer llcy 86587>>> Handle hDispatchDriver 86587>>> Get phDispatchDriver to hDispatchDriver 86588>>> Send PrepareParams to hDispatchDriver 2 86589>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 86590>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 86591>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 86592>>> End_Procedure 86593>>> 86593>>> Function ComCommandBar Returns Variant 86595>>> Handle hDispatchDriver 86595>>> Variant retVal 86595>>> Get phDispatchDriver to hDispatchDriver 86596>>> Get InvokeComMethod of hDispatchDriver 50 OLE_VT_DISPATCH to retVal 86597>>> Function_Return retVal 86598>>> End_Function 86599>>>End_Class 86600>>> 86600>>>Class cSigCjComCommandBarControl is a cComAutomationObject 86601>>> Import_Class_Protocol cSigCjComICommandBarControl 86602>>> 86602>>> Procedure Construct_Object 86604>>> Forward Send Construct_Object 86606>>> Set peAutoCreate to acNoAutoCreate 86607>>> End_Procedure 86608>>>End_Class 86609>>> 86609>>>Class cSigCjComICommandBarButton is a Mixin 86610>>> 86610>>> Function ComChecked Returns Boolean 86612>>> Boolean retVal 86612>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 86613>>> Function_Return retVal 86614>>> End_Function 86615>>> 86615>>> Procedure Set ComChecked Boolean value 86617>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 86618>>> End_Procedure 86619>>> 86619>>> Function ComBeginGroup Returns Boolean 86621>>> Boolean retVal 86621>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 86622>>> Function_Return retVal 86623>>> End_Function 86624>>> 86624>>> Procedure Set ComBeginGroup Boolean value 86626>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 86627>>> End_Procedure 86628>>> 86628>>> Function ComCaption Returns String 86630>>> String retVal 86630>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 86631>>> Function_Return retVal 86632>>> End_Function 86633>>> 86633>>> Procedure Set ComCaption String value 86635>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 86636>>> End_Procedure 86637>>> 86637>>> Function ComDescriptionText Returns String 86639>>> String retVal 86639>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 86640>>> Function_Return retVal 86641>>> End_Function 86642>>> 86642>>> Procedure Set ComDescriptionText String value 86644>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 86645>>> End_Procedure 86646>>> 86646>>> Function ComId Returns Integer 86648>>> Integer retVal 86648>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 86649>>> Function_Return retVal 86650>>> End_Function 86651>>> 86651>>> Procedure Set ComId Integer value 86653>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 86654>>> End_Procedure 86655>>> 86655>>> Function ComParameter Returns String 86657>>> String retVal 86657>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 86658>>> Function_Return retVal 86659>>> End_Function 86660>>> 86660>>> Procedure Set ComParameter String value 86662>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 86663>>> End_Procedure 86664>>> 86664>>> Function ComShortcutText Returns String 86666>>> String retVal 86666>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 86667>>> Function_Return retVal 86668>>> End_Function 86669>>> 86669>>> Procedure Set ComShortcutText String value 86671>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 86672>>> End_Procedure 86673>>> 86673>>> Function ComCustomShortcutText Returns String 86675>>> String retVal 86675>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 86676>>> Function_Return retVal 86677>>> End_Function 86678>>> 86678>>> Procedure Set ComCustomShortcutText String value 86680>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 86681>>> End_Procedure 86682>>> 86682>>> Function ComTooltipText Returns String 86684>>> String retVal 86684>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 86685>>> Function_Return retVal 86686>>> End_Function 86687>>> 86687>>> Procedure Set ComTooltipText String value 86689>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 86690>>> End_Procedure 86691>>> 86691>>> Function ComVisible Returns Boolean 86693>>> Boolean retVal 86693>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 86694>>> Function_Return retVal 86695>>> End_Function 86696>>> 86696>>> Procedure Set ComVisible Boolean value 86698>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 86699>>> End_Procedure 86700>>> 86700>>> Function ComEnabled Returns Boolean 86702>>> Boolean retVal 86702>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 86703>>> Function_Return retVal 86704>>> End_Function 86705>>> 86705>>> Procedure Set ComEnabled Boolean value 86707>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 86708>>> End_Procedure 86709>>> 86709>>> Function ComIconId Returns Integer 86711>>> Integer retVal 86711>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 86712>>> Function_Return retVal 86713>>> End_Function 86714>>> 86714>>> Procedure Set ComIconId Integer value 86716>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 86717>>> End_Procedure 86718>>> 86718>>> Function ComDefaultItem Returns Boolean 86720>>> Boolean retVal 86720>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 86721>>> Function_Return retVal 86722>>> End_Function 86723>>> 86723>>> Procedure Set ComDefaultItem Boolean value 86725>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 86726>>> End_Procedure 86727>>> 86727>>> Function ComFlags Returns OLEXTPControlFlags 86729>>> OLEXTPControlFlags retVal 86729>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 86730>>> Function_Return retVal 86731>>> End_Function 86732>>> 86732>>> Procedure Set ComFlags OLEXTPControlFlags value 86734>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 86735>>> End_Procedure 86736>>> 86736>>> Function ComCategory Returns String 86738>>> String retVal 86738>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 86739>>> Function_Return retVal 86740>>> End_Function 86741>>> 86741>>> Procedure Set ComCategory String value 86743>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 86744>>> End_Procedure 86745>>> 86745>>> Function ComHideFlags Returns OLEXTPControlHideFlags 86747>>> OLEXTPControlHideFlags retVal 86747>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 86748>>> Function_Return retVal 86749>>> End_Function 86750>>> 86750>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 86752>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 86753>>> End_Procedure 86754>>> 86754>>> Function ComCloseSubMenuOnClick Returns Boolean 86756>>> Boolean retVal 86756>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 86757>>> Function_Return retVal 86758>>> End_Function 86759>>> 86759>>> Procedure Set ComCloseSubMenuOnClick Boolean value 86761>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 86762>>> End_Procedure 86763>>> 86763>>> Function ComAction Returns Variant 86765>>> Variant retVal 86765>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 86766>>> Function_Return retVal 86767>>> End_Function 86768>>> 86768>>> Procedure Set ComAction Variant value 86770>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 86771>>> End_Procedure 86772>>> 86772>>> Function ComExecuteOnPressInterval Returns Integer 86774>>> Integer retVal 86774>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 86775>>> Function_Return retVal 86776>>> End_Function 86777>>> 86777>>> Procedure Set ComExecuteOnPressInterval Integer value 86779>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 86780>>> End_Procedure 86781>>> 86781>>> Function ComWidth Returns Integer 86783>>> Integer retVal 86783>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 86784>>> Function_Return retVal 86785>>> End_Function 86786>>> 86786>>> Procedure Set ComWidth Integer value 86788>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 86789>>> End_Procedure 86790>>> 86790>>> Function ComHeight Returns Integer 86792>>> Integer retVal 86792>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 86793>>> Function_Return retVal 86794>>> End_Function 86795>>> 86795>>> Procedure Set ComHeight Integer value 86797>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 86798>>> End_Procedure 86799>>> 86799>>> Function ComStyle Returns OLEXTPButtonStyle 86801>>> OLEXTPButtonStyle retVal 86801>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 86802>>> Function_Return retVal 86803>>> End_Function 86804>>> 86804>>> Procedure Set ComStyle OLEXTPButtonStyle value 86806>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 86807>>> End_Procedure 86808>>> 86808>>> Function ComKeyboardTip Returns String 86810>>> String retVal 86810>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 86811>>> Function_Return retVal 86812>>> End_Function 86813>>> 86813>>> Procedure Set ComKeyboardTip String value 86815>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 86816>>> End_Procedure 86817>>> 86817>>> Function ComStyleEx Returns OLEXTPButtonStyle 86819>>> OLEXTPButtonStyle retVal 86819>>> Get ComProperty of (phDispatchDriver(Self)) 220 OLE_VT_I4 to retVal 86820>>> Function_Return retVal 86821>>> End_Function 86822>>> 86822>>> Procedure Set ComStyleEx OLEXTPButtonStyle value 86824>>> Set ComProperty of (phDispatchDriver(Self)) 220 OLE_VT_I4 to value 86825>>> End_Procedure 86826>>> 86826>>> Function ComControls Returns Variant 86828>>> Handle hDispatchDriver 86828>>> Variant retVal 86828>>> Get phDispatchDriver to hDispatchDriver 86829>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 86830>>> Function_Return retVal 86831>>> End_Function 86832>>> 86832>>> Function ComParent Returns Variant 86834>>> Handle hDispatchDriver 86834>>> Variant retVal 86834>>> Get phDispatchDriver to hDispatchDriver 86835>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 86836>>> Function_Return retVal 86837>>> End_Function 86838>>> 86838>>> Function ComIndex Returns Integer 86840>>> Handle hDispatchDriver 86840>>> Integer retVal 86840>>> Get phDispatchDriver to hDispatchDriver 86841>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 86842>>> Function_Return retVal 86843>>> End_Function 86844>>> 86844>>> Function ComType Returns OLEXTPControlType 86846>>> Handle hDispatchDriver 86846>>> OLEXTPControlType retVal 86846>>> Get phDispatchDriver to hDispatchDriver 86847>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 86848>>> Function_Return retVal 86849>>> End_Function 86850>>> 86850>>> Procedure ComDelete 86852>>> Handle hDispatchDriver 86852>>> Get phDispatchDriver to hDispatchDriver 86853>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 86854>>> End_Procedure 86855>>> 86855>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 86857>>> Handle hDispatchDriver 86857>>> Variant retVal 86857>>> Get phDispatchDriver to hDispatchDriver 86858>>> Send PrepareParams to hDispatchDriver 2 86859>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 86860>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 86861>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 86862>>> Function_Return retVal 86863>>> End_Function 86864>>> 86864>>> Procedure ComSetFocus 86866>>> Handle hDispatchDriver 86866>>> Get phDispatchDriver to hDispatchDriver 86867>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 86868>>> End_Procedure 86869>>> 86869>>> Procedure ComExecute 86871>>> Handle hDispatchDriver 86871>>> Get phDispatchDriver to hDispatchDriver 86872>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 86873>>> End_Procedure 86874>>> 86874>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 86876>>> Handle hDispatchDriver 86876>>> Get phDispatchDriver to hDispatchDriver 86877>>> Send PrepareParams to hDispatchDriver 4 86878>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 86879>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 86880>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 86881>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 86882>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 86883>>> End_Procedure 86884>>> 86884>>> Function ComRibbonGroup Returns Variant 86886>>> Handle hDispatchDriver 86886>>> Variant retVal 86886>>> Get phDispatchDriver to hDispatchDriver 86887>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 86888>>> Function_Return retVal 86889>>> End_Function 86890>>> 86890>>> Procedure ComReset 86892>>> Handle hDispatchDriver 86892>>> Get phDispatchDriver to hDispatchDriver 86893>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 86894>>> End_Procedure 86895>>> 86895>>> Function ComTop Returns Integer 86897>>> Handle hDispatchDriver 86897>>> Integer retVal 86897>>> Get phDispatchDriver to hDispatchDriver 86898>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 86899>>> Function_Return retVal 86900>>> End_Function 86901>>> 86901>>> Function ComLeft Returns Integer 86903>>> Handle hDispatchDriver 86903>>> Integer retVal 86903>>> Get phDispatchDriver to hDispatchDriver 86904>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 86905>>> Function_Return retVal 86906>>> End_Function 86907>>> 86907>>> Function ComClone Variant llRecursive Returns Variant 86909>>> Handle hDispatchDriver 86909>>> Variant retVal 86909>>> Get phDispatchDriver to hDispatchDriver 86910>>> Send PrepareParams to hDispatchDriver 1 86911>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 86912>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 86913>>> Function_Return retVal 86914>>> End_Function 86915>>> 86915>>> Procedure ComSetIconSize Integer llcx Integer llcy 86917>>> Handle hDispatchDriver 86917>>> Get phDispatchDriver to hDispatchDriver 86918>>> Send PrepareParams to hDispatchDriver 2 86919>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 86920>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 86921>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 86922>>> End_Procedure 86923>>>End_Class 86924>>> 86924>>>Class cSigCjComCommandBarButton is a cComAutomationObject 86925>>> Import_Class_Protocol cSigCjComICommandBarButton 86926>>> 86926>>> Procedure Construct_Object 86928>>> Forward Send Construct_Object 86930>>> Set peAutoCreate to acNoAutoCreate 86931>>> End_Procedure 86932>>>End_Class 86933>>> 86933>>>Class cSigCjComICommandBarPopup is a Mixin 86934>>> 86934>>> Function ComChecked Returns Boolean 86936>>> Boolean retVal 86936>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 86937>>> Function_Return retVal 86938>>> End_Function 86939>>> 86939>>> Procedure Set ComChecked Boolean value 86941>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 86942>>> End_Procedure 86943>>> 86943>>> Function ComBeginGroup Returns Boolean 86945>>> Boolean retVal 86945>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 86946>>> Function_Return retVal 86947>>> End_Function 86948>>> 86948>>> Procedure Set ComBeginGroup Boolean value 86950>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 86951>>> End_Procedure 86952>>> 86952>>> Function ComCaption Returns String 86954>>> String retVal 86954>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 86955>>> Function_Return retVal 86956>>> End_Function 86957>>> 86957>>> Procedure Set ComCaption String value 86959>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 86960>>> End_Procedure 86961>>> 86961>>> Function ComDescriptionText Returns String 86963>>> String retVal 86963>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 86964>>> Function_Return retVal 86965>>> End_Function 86966>>> 86966>>> Procedure Set ComDescriptionText String value 86968>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 86969>>> End_Procedure 86970>>> 86970>>> Function ComId Returns Integer 86972>>> Integer retVal 86972>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 86973>>> Function_Return retVal 86974>>> End_Function 86975>>> 86975>>> Procedure Set ComId Integer value 86977>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 86978>>> End_Procedure 86979>>> 86979>>> Function ComParameter Returns String 86981>>> String retVal 86981>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 86982>>> Function_Return retVal 86983>>> End_Function 86984>>> 86984>>> Procedure Set ComParameter String value 86986>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 86987>>> End_Procedure 86988>>> 86988>>> Function ComShortcutText Returns String 86990>>> String retVal 86990>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 86991>>> Function_Return retVal 86992>>> End_Function 86993>>> 86993>>> Procedure Set ComShortcutText String value 86995>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 86996>>> End_Procedure 86997>>> 86997>>> Function ComCustomShortcutText Returns String 86999>>> String retVal 86999>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 87000>>> Function_Return retVal 87001>>> End_Function 87002>>> 87002>>> Procedure Set ComCustomShortcutText String value 87004>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 87005>>> End_Procedure 87006>>> 87006>>> Function ComTooltipText Returns String 87008>>> String retVal 87008>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 87009>>> Function_Return retVal 87010>>> End_Function 87011>>> 87011>>> Procedure Set ComTooltipText String value 87013>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 87014>>> End_Procedure 87015>>> 87015>>> Function ComVisible Returns Boolean 87017>>> Boolean retVal 87017>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 87018>>> Function_Return retVal 87019>>> End_Function 87020>>> 87020>>> Procedure Set ComVisible Boolean value 87022>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 87023>>> End_Procedure 87024>>> 87024>>> Function ComEnabled Returns Boolean 87026>>> Boolean retVal 87026>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 87027>>> Function_Return retVal 87028>>> End_Function 87029>>> 87029>>> Procedure Set ComEnabled Boolean value 87031>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 87032>>> End_Procedure 87033>>> 87033>>> Function ComIconId Returns Integer 87035>>> Integer retVal 87035>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 87036>>> Function_Return retVal 87037>>> End_Function 87038>>> 87038>>> Procedure Set ComIconId Integer value 87040>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 87041>>> End_Procedure 87042>>> 87042>>> Function ComDefaultItem Returns Boolean 87044>>> Boolean retVal 87044>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 87045>>> Function_Return retVal 87046>>> End_Function 87047>>> 87047>>> Procedure Set ComDefaultItem Boolean value 87049>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 87050>>> End_Procedure 87051>>> 87051>>> Function ComFlags Returns OLEXTPControlFlags 87053>>> OLEXTPControlFlags retVal 87053>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 87054>>> Function_Return retVal 87055>>> End_Function 87056>>> 87056>>> Procedure Set ComFlags OLEXTPControlFlags value 87058>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 87059>>> End_Procedure 87060>>> 87060>>> Function ComCategory Returns String 87062>>> String retVal 87062>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 87063>>> Function_Return retVal 87064>>> End_Function 87065>>> 87065>>> Procedure Set ComCategory String value 87067>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 87068>>> End_Procedure 87069>>> 87069>>> Function ComHideFlags Returns OLEXTPControlHideFlags 87071>>> OLEXTPControlHideFlags retVal 87071>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 87072>>> Function_Return retVal 87073>>> End_Function 87074>>> 87074>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 87076>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 87077>>> End_Procedure 87078>>> 87078>>> Function ComCloseSubMenuOnClick Returns Boolean 87080>>> Boolean retVal 87080>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 87081>>> Function_Return retVal 87082>>> End_Function 87083>>> 87083>>> Procedure Set ComCloseSubMenuOnClick Boolean value 87085>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 87086>>> End_Procedure 87087>>> 87087>>> Function ComAction Returns Variant 87089>>> Variant retVal 87089>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 87090>>> Function_Return retVal 87091>>> End_Function 87092>>> 87092>>> Procedure Set ComAction Variant value 87094>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 87095>>> End_Procedure 87096>>> 87096>>> Function ComExecuteOnPressInterval Returns Integer 87098>>> Integer retVal 87098>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 87099>>> Function_Return retVal 87100>>> End_Function 87101>>> 87101>>> Procedure Set ComExecuteOnPressInterval Integer value 87103>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 87104>>> End_Procedure 87105>>> 87105>>> Function ComWidth Returns Integer 87107>>> Integer retVal 87107>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 87108>>> Function_Return retVal 87109>>> End_Function 87110>>> 87110>>> Procedure Set ComWidth Integer value 87112>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 87113>>> End_Procedure 87114>>> 87114>>> Function ComHeight Returns Integer 87116>>> Integer retVal 87116>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 87117>>> Function_Return retVal 87118>>> End_Function 87119>>> 87119>>> Procedure Set ComHeight Integer value 87121>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 87122>>> End_Procedure 87123>>> 87123>>> Function ComStyle Returns OLEXTPButtonStyle 87125>>> OLEXTPButtonStyle retVal 87125>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 87126>>> Function_Return retVal 87127>>> End_Function 87128>>> 87128>>> Procedure Set ComStyle OLEXTPButtonStyle value 87130>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 87131>>> End_Procedure 87132>>> 87132>>> Function ComKeyboardTip Returns String 87134>>> String retVal 87134>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 87135>>> Function_Return retVal 87136>>> End_Function 87137>>> 87137>>> Procedure Set ComKeyboardTip String value 87139>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 87140>>> End_Procedure 87141>>> 87141>>> Function ComCommandBar Returns Variant 87143>>> Variant retVal 87143>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal 87144>>> Function_Return retVal 87145>>> End_Function 87146>>> 87146>>> Procedure Set ComCommandBar Variant value 87148>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value 87149>>> End_Procedure 87150>>> 87150>>> Function ComControls Returns Variant 87152>>> Handle hDispatchDriver 87152>>> Variant retVal 87152>>> Get phDispatchDriver to hDispatchDriver 87153>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 87154>>> Function_Return retVal 87155>>> End_Function 87156>>> 87156>>> Function ComParent Returns Variant 87158>>> Handle hDispatchDriver 87158>>> Variant retVal 87158>>> Get phDispatchDriver to hDispatchDriver 87159>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 87160>>> Function_Return retVal 87161>>> End_Function 87162>>> 87162>>> Function ComIndex Returns Integer 87164>>> Handle hDispatchDriver 87164>>> Integer retVal 87164>>> Get phDispatchDriver to hDispatchDriver 87165>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 87166>>> Function_Return retVal 87167>>> End_Function 87168>>> 87168>>> Function ComType Returns OLEXTPControlType 87170>>> Handle hDispatchDriver 87170>>> OLEXTPControlType retVal 87170>>> Get phDispatchDriver to hDispatchDriver 87171>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 87172>>> Function_Return retVal 87173>>> End_Function 87174>>> 87174>>> Procedure ComDelete 87176>>> Handle hDispatchDriver 87176>>> Get phDispatchDriver to hDispatchDriver 87177>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 87178>>> End_Procedure 87179>>> 87179>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 87181>>> Handle hDispatchDriver 87181>>> Variant retVal 87181>>> Get phDispatchDriver to hDispatchDriver 87182>>> Send PrepareParams to hDispatchDriver 2 87183>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 87184>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 87185>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 87186>>> Function_Return retVal 87187>>> End_Function 87188>>> 87188>>> Procedure ComSetFocus 87190>>> Handle hDispatchDriver 87190>>> Get phDispatchDriver to hDispatchDriver 87191>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 87192>>> End_Procedure 87193>>> 87193>>> Procedure ComExecute 87195>>> Handle hDispatchDriver 87195>>> Get phDispatchDriver to hDispatchDriver 87196>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 87197>>> End_Procedure 87198>>> 87198>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 87200>>> Handle hDispatchDriver 87200>>> Get phDispatchDriver to hDispatchDriver 87201>>> Send PrepareParams to hDispatchDriver 4 87202>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 87203>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 87204>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 87205>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 87206>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 87207>>> End_Procedure 87208>>> 87208>>> Function ComRibbonGroup Returns Variant 87210>>> Handle hDispatchDriver 87210>>> Variant retVal 87210>>> Get phDispatchDriver to hDispatchDriver 87211>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 87212>>> Function_Return retVal 87213>>> End_Function 87214>>> 87214>>> Procedure ComReset 87216>>> Handle hDispatchDriver 87216>>> Get phDispatchDriver to hDispatchDriver 87217>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 87218>>> End_Procedure 87219>>> 87219>>> Function ComTop Returns Integer 87221>>> Handle hDispatchDriver 87221>>> Integer retVal 87221>>> Get phDispatchDriver to hDispatchDriver 87222>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 87223>>> Function_Return retVal 87224>>> End_Function 87225>>> 87225>>> Function ComLeft Returns Integer 87227>>> Handle hDispatchDriver 87227>>> Integer retVal 87227>>> Get phDispatchDriver to hDispatchDriver 87228>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 87229>>> Function_Return retVal 87230>>> End_Function 87231>>> 87231>>> Function ComClone Variant llRecursive Returns Variant 87233>>> Handle hDispatchDriver 87233>>> Variant retVal 87233>>> Get phDispatchDriver to hDispatchDriver 87234>>> Send PrepareParams to hDispatchDriver 1 87235>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 87236>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 87237>>> Function_Return retVal 87238>>> End_Function 87239>>> 87239>>> Procedure ComSetIconSize Integer llcx Integer llcy 87241>>> Handle hDispatchDriver 87241>>> Get phDispatchDriver to hDispatchDriver 87242>>> Send PrepareParams to hDispatchDriver 2 87243>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 87244>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 87245>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 87246>>> End_Procedure 87247>>>End_Class 87248>>> 87248>>>Class cSigCjComCommandBarPopup is a cComAutomationObject 87249>>> Import_Class_Protocol cSigCjComICommandBarPopup 87250>>> 87250>>> Procedure Construct_Object 87252>>> Forward Send Construct_Object 87254>>> Set peAutoCreate to acNoAutoCreate 87255>>> End_Procedure 87256>>>End_Class 87257>>> 87257>>>Class cSigCjComICommandBarGalleryItem is a Mixin 87258>>> 87258>>> Function ComId Returns Integer 87260>>> Integer retVal 87260>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 87261>>> Function_Return retVal 87262>>> End_Function 87263>>> 87263>>> Procedure Set ComId Integer value 87265>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 87266>>> End_Procedure 87267>>> 87267>>> Function ComImageIndex Returns Integer 87269>>> Integer retVal 87269>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 87270>>> Function_Return retVal 87271>>> End_Function 87272>>> 87272>>> Procedure Set ComImageIndex Integer value 87274>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 87275>>> End_Procedure 87276>>> 87276>>> Function ComCaption Returns String 87278>>> String retVal 87278>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 87279>>> Function_Return retVal 87280>>> End_Function 87281>>> 87281>>> Procedure Set ComCaption String value 87283>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 87284>>> End_Procedure 87285>>> 87285>>> Function ComToolTip Returns String 87287>>> String retVal 87287>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 87288>>> Function_Return retVal 87289>>> End_Function 87290>>> 87290>>> Procedure Set ComToolTip String value 87292>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 87293>>> End_Procedure 87294>>> 87294>>> Function ComTag Returns Variant 87296>>> Variant retVal 87296>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 87297>>> Function_Return retVal 87298>>> End_Function 87299>>> 87299>>> Procedure Set ComTag Variant value 87301>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 87302>>> End_Procedure 87303>>> 87303>>> Function ComItemWidth Returns Integer 87305>>> Integer retVal 87305>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 87306>>> Function_Return retVal 87307>>> End_Function 87308>>> 87308>>> Procedure Set ComItemWidth Integer value 87310>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 87311>>> End_Procedure 87312>>> 87312>>> Function ComItemHeight Returns Integer 87314>>> Integer retVal 87314>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 87315>>> Function_Return retVal 87316>>> End_Function 87317>>> 87317>>> Procedure Set ComItemHeight Integer value 87319>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 87320>>> End_Procedure 87321>>> 87321>>> Function ComDescriptionText Returns String 87323>>> String retVal 87323>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 87324>>> Function_Return retVal 87325>>> End_Function 87326>>> 87326>>> Procedure Set ComDescriptionText String value 87328>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 87329>>> End_Procedure 87330>>> 87330>>> Function ComEnabled Returns Boolean 87332>>> Boolean retVal 87332>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 87333>>> Function_Return retVal 87334>>> End_Function 87335>>> 87335>>> Procedure Set ComEnabled Boolean value 87337>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 87338>>> End_Procedure 87339>>> 87339>>> Function ComIndex Returns Integer 87341>>> Handle hDispatchDriver 87341>>> Integer retVal 87341>>> Get phDispatchDriver to hDispatchDriver 87342>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 87343>>> Function_Return retVal 87344>>> End_Function 87345>>> 87345>>> Function ComLabel Returns Boolean 87347>>> Handle hDispatchDriver 87347>>> Boolean retVal 87347>>> Get phDispatchDriver to hDispatchDriver 87348>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_BOOL to retVal 87349>>> Function_Return retVal 87350>>> End_Function 87351>>>End_Class 87352>>> 87352>>>Class cSigCjComCommandBarGalleryItem is a cComAutomationObject 87353>>> Import_Class_Protocol cSigCjComICommandBarGalleryItem 87354>>> 87354>>> Procedure Construct_Object 87356>>> Forward Send Construct_Object 87358>>> Set peAutoCreate to acNoAutoCreate 87359>>> End_Procedure 87360>>>End_Class 87361>>> 87361>>>Class cSigCjComICommandBarGalleryItems is a Mixin 87362>>> 87362>>> Function ComIcons Returns Variant 87364>>> Variant retVal 87364>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 87365>>> Function_Return retVal 87366>>> End_Function 87367>>> 87367>>> Procedure Set ComIcons Variant value 87369>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 87370>>> End_Procedure 87371>>> 87371>>> Function ComItemWidth Returns Integer 87373>>> Integer retVal 87373>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 87374>>> Function_Return retVal 87375>>> End_Function 87376>>> 87376>>> Procedure Set ComItemWidth Integer value 87378>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 87379>>> End_Procedure 87380>>> 87380>>> Function ComItemHeight Returns Integer 87382>>> Integer retVal 87382>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 87383>>> Function_Return retVal 87384>>> End_Function 87385>>> 87385>>> Procedure Set ComItemHeight Integer value 87387>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 87388>>> End_Procedure 87389>>> 87389>>> Function ComClipItems Returns Boolean 87391>>> Boolean retVal 87391>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 87392>>> Function_Return retVal 87393>>> End_Function 87394>>> 87394>>> Procedure Set ComClipItems Boolean value 87396>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 87397>>> End_Procedure 87398>>> 87398>>> Function ComEnableMarkup Returns Boolean 87400>>> Boolean retVal 87400>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 87401>>> Function_Return retVal 87402>>> End_Function 87403>>> 87403>>> Procedure Set ComEnableMarkup Boolean value 87405>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 87406>>> End_Procedure 87407>>> 87407>>> Function ComAddItem Integer llId String llCaption Returns Variant 87409>>> Handle hDispatchDriver 87409>>> Variant retVal 87409>>> Get phDispatchDriver to hDispatchDriver 87410>>> Send PrepareParams to hDispatchDriver 2 87411>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 87412>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 87413>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 87414>>> Function_Return retVal 87415>>> End_Function 87416>>> 87416>>> Function ComAddLabel String llCaption Returns Variant 87418>>> Handle hDispatchDriver 87418>>> Variant retVal 87418>>> Get phDispatchDriver to hDispatchDriver 87419>>> Send PrepareParams to hDispatchDriver 1 87420>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 87421>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 87422>>> Function_Return retVal 87423>>> End_Function 87424>>> 87424>>> Function ComAddSeparator Returns Variant 87426>>> Handle hDispatchDriver 87426>>> Variant retVal 87426>>> Get phDispatchDriver to hDispatchDriver 87427>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 87428>>> Function_Return retVal 87429>>> End_Function 87430>>> 87430>>> // Gets the number of controls in the collection. 87430>>> Function ComCount Returns Integer 87432>>> Handle hDispatchDriver 87432>>> Integer retVal 87432>>> Get phDispatchDriver to hDispatchDriver 87433>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 87434>>> Function_Return retVal 87435>>> End_Function 87436>>> 87436>>> // Gets an item from the collection by its index. 87436>>> Function ComItem Integer llIndex Returns Variant 87438>>> Handle hDispatchDriver 87438>>> Variant retVal 87438>>> Get phDispatchDriver to hDispatchDriver 87439>>> Send PrepareParams to hDispatchDriver 1 87440>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 87441>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 87442>>> Function_Return retVal 87443>>> End_Function 87444>>> 87444>>> Function Com_NewEnum Returns Variant 87446>>> Handle hDispatchDriver 87446>>> Variant retVal 87446>>> Get phDispatchDriver to hDispatchDriver 87447>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 87448>>> Function_Return retVal 87449>>> End_Function 87450>>> 87450>>> // Deletes all of the command bar controls from the collection 87450>>> Procedure ComDeleteAll 87452>>> Handle hDispatchDriver 87452>>> Get phDispatchDriver to hDispatchDriver 87453>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 87454>>> End_Procedure 87455>>> 87455>>> Procedure ComDeleteAt Integer llIndex 87457>>> Handle hDispatchDriver 87457>>> Get phDispatchDriver to hDispatchDriver 87458>>> Send PrepareParams to hDispatchDriver 1 87459>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 87460>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 87461>>> End_Procedure 87462>>> 87462>>> Function ComMarkupContext Returns Variant 87464>>> Handle hDispatchDriver 87464>>> Variant retVal 87464>>> Get phDispatchDriver to hDispatchDriver 87465>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 87466>>> Function_Return retVal 87467>>> End_Function 87468>>>End_Class 87469>>> 87469>>>Class cSigCjComICommandBarGalleryItemsEvents is a Mixin 87470>>> 87470>>> 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 87472>>> End_Procedure 87473>>> 87473>>> Procedure RegisterComEvents 87475>>> Send RegisterComEvent 1 msg_OnComDrawItem 87476>>> End_Procedure 87477>>>End_Class 87478>>> 87478>>>Class cSigCjComCommandBarGalleryItems is a cComAutomationObject 87479>>> Import_Class_Protocol cSigCjComICommandBarGalleryItems 87480>>> Import_Class_Protocol cSigCjComICommandBarGalleryItemsEvents 87481>>> 87481>>> Procedure Construct_Object 87483>>> Forward Send Construct_Object 87485>>> Set psEventId to "{C0DE2030-7BE8-42EC-870C-8849F5540F14}" 87486>>> Set peAutoCreate to acNoAutoCreate 87487>>> End_Procedure 87488>>>End_Class 87489>>> 87489>>>Class cSigCjComICommandBarGallery is a Mixin 87490>>> 87490>>> Function ComChecked Returns Boolean 87492>>> Boolean retVal 87492>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 87493>>> Function_Return retVal 87494>>> End_Function 87495>>> 87495>>> Procedure Set ComChecked Boolean value 87497>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 87498>>> End_Procedure 87499>>> 87499>>> Function ComBeginGroup Returns Boolean 87501>>> Boolean retVal 87501>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 87502>>> Function_Return retVal 87503>>> End_Function 87504>>> 87504>>> Procedure Set ComBeginGroup Boolean value 87506>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 87507>>> End_Procedure 87508>>> 87508>>> Function ComCaption Returns String 87510>>> String retVal 87510>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 87511>>> Function_Return retVal 87512>>> End_Function 87513>>> 87513>>> Procedure Set ComCaption String value 87515>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 87516>>> End_Procedure 87517>>> 87517>>> Function ComDescriptionText Returns String 87519>>> String retVal 87519>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 87520>>> Function_Return retVal 87521>>> End_Function 87522>>> 87522>>> Procedure Set ComDescriptionText String value 87524>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 87525>>> End_Procedure 87526>>> 87526>>> Function ComId Returns Integer 87528>>> Integer retVal 87528>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 87529>>> Function_Return retVal 87530>>> End_Function 87531>>> 87531>>> Procedure Set ComId Integer value 87533>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 87534>>> End_Procedure 87535>>> 87535>>> Function ComParameter Returns String 87537>>> String retVal 87537>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 87538>>> Function_Return retVal 87539>>> End_Function 87540>>> 87540>>> Procedure Set ComParameter String value 87542>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 87543>>> End_Procedure 87544>>> 87544>>> Function ComShortcutText Returns String 87546>>> String retVal 87546>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 87547>>> Function_Return retVal 87548>>> End_Function 87549>>> 87549>>> Procedure Set ComShortcutText String value 87551>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 87552>>> End_Procedure 87553>>> 87553>>> Function ComCustomShortcutText Returns String 87555>>> String retVal 87555>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 87556>>> Function_Return retVal 87557>>> End_Function 87558>>> 87558>>> Procedure Set ComCustomShortcutText String value 87560>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 87561>>> End_Procedure 87562>>> 87562>>> Function ComTooltipText Returns String 87564>>> String retVal 87564>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 87565>>> Function_Return retVal 87566>>> End_Function 87567>>> 87567>>> Procedure Set ComTooltipText String value 87569>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 87570>>> End_Procedure 87571>>> 87571>>> Function ComVisible Returns Boolean 87573>>> Boolean retVal 87573>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 87574>>> Function_Return retVal 87575>>> End_Function 87576>>> 87576>>> Procedure Set ComVisible Boolean value 87578>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 87579>>> End_Procedure 87580>>> 87580>>> Function ComEnabled Returns Boolean 87582>>> Boolean retVal 87582>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 87583>>> Function_Return retVal 87584>>> End_Function 87585>>> 87585>>> Procedure Set ComEnabled Boolean value 87587>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 87588>>> End_Procedure 87589>>> 87589>>> Function ComIconId Returns Integer 87591>>> Integer retVal 87591>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 87592>>> Function_Return retVal 87593>>> End_Function 87594>>> 87594>>> Procedure Set ComIconId Integer value 87596>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 87597>>> End_Procedure 87598>>> 87598>>> Function ComDefaultItem Returns Boolean 87600>>> Boolean retVal 87600>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 87601>>> Function_Return retVal 87602>>> End_Function 87603>>> 87603>>> Procedure Set ComDefaultItem Boolean value 87605>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 87606>>> End_Procedure 87607>>> 87607>>> Function ComFlags Returns OLEXTPControlFlags 87609>>> OLEXTPControlFlags retVal 87609>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 87610>>> Function_Return retVal 87611>>> End_Function 87612>>> 87612>>> Procedure Set ComFlags OLEXTPControlFlags value 87614>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 87615>>> End_Procedure 87616>>> 87616>>> Function ComCategory Returns String 87618>>> String retVal 87618>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 87619>>> Function_Return retVal 87620>>> End_Function 87621>>> 87621>>> Procedure Set ComCategory String value 87623>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 87624>>> End_Procedure 87625>>> 87625>>> Function ComHideFlags Returns OLEXTPControlHideFlags 87627>>> OLEXTPControlHideFlags retVal 87627>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 87628>>> Function_Return retVal 87629>>> End_Function 87630>>> 87630>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 87632>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 87633>>> End_Procedure 87634>>> 87634>>> Function ComCloseSubMenuOnClick Returns Boolean 87636>>> Boolean retVal 87636>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 87637>>> Function_Return retVal 87638>>> End_Function 87639>>> 87639>>> Procedure Set ComCloseSubMenuOnClick Boolean value 87641>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 87642>>> End_Procedure 87643>>> 87643>>> Function ComAction Returns Variant 87645>>> Variant retVal 87645>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 87646>>> Function_Return retVal 87647>>> End_Function 87648>>> 87648>>> Procedure Set ComAction Variant value 87650>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 87651>>> End_Procedure 87652>>> 87652>>> Function ComExecuteOnPressInterval Returns Integer 87654>>> Integer retVal 87654>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 87655>>> Function_Return retVal 87656>>> End_Function 87657>>> 87657>>> Procedure Set ComExecuteOnPressInterval Integer value 87659>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 87660>>> End_Procedure 87661>>> 87661>>> Function ComWidth Returns Integer 87663>>> Integer retVal 87663>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 87664>>> Function_Return retVal 87665>>> End_Function 87666>>> 87666>>> Procedure Set ComWidth Integer value 87668>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 87669>>> End_Procedure 87670>>> 87670>>> Function ComHeight Returns Integer 87672>>> Integer retVal 87672>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 87673>>> Function_Return retVal 87674>>> End_Function 87675>>> 87675>>> Procedure Set ComHeight Integer value 87677>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 87678>>> End_Procedure 87679>>> 87679>>> Function ComStyle Returns OLEXTPButtonStyle 87681>>> OLEXTPButtonStyle retVal 87681>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 87682>>> Function_Return retVal 87683>>> End_Function 87684>>> 87684>>> Procedure Set ComStyle OLEXTPButtonStyle value 87686>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 87687>>> End_Procedure 87688>>> 87688>>> Function ComKeyboardTip Returns String 87690>>> String retVal 87690>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 87691>>> Function_Return retVal 87692>>> End_Function 87693>>> 87693>>> Procedure Set ComKeyboardTip String value 87695>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 87696>>> End_Procedure 87697>>> 87697>>> Function ComCommandBar Returns Variant 87699>>> Variant retVal 87699>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal 87700>>> Function_Return retVal 87701>>> End_Function 87702>>> 87702>>> Procedure Set ComCommandBar Variant value 87704>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value 87705>>> End_Procedure 87706>>> 87706>>> Function ComItems Returns Variant 87708>>> Variant retVal 87708>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_DISPATCH to retVal 87709>>> Function_Return retVal 87710>>> End_Function 87711>>> 87711>>> Procedure Set ComItems Variant value 87713>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_DISPATCH to value 87714>>> End_Procedure 87715>>> 87715>>> Function ComSelectedItem Returns Variant 87717>>> Variant retVal 87717>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_DISPATCH to retVal 87718>>> Function_Return retVal 87719>>> End_Function 87720>>> 87720>>> Procedure Set ComSelectedItem Variant value 87722>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_DISPATCH to value 87723>>> End_Procedure 87724>>> 87724>>> Function ComCheckedItem Returns Integer 87726>>> Integer retVal 87726>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 87727>>> Function_Return retVal 87728>>> End_Function 87729>>> 87729>>> Procedure Set ComCheckedItem Integer value 87731>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 87732>>> End_Procedure 87733>>> 87733>>> Function ComShowBorders Returns Boolean 87735>>> Boolean retVal 87735>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to retVal 87736>>> Function_Return retVal 87737>>> End_Function 87738>>> 87738>>> Procedure Set ComShowBorders Boolean value 87740>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to value 87741>>> End_Procedure 87742>>> 87742>>> Function ComShowLabels Returns Boolean 87744>>> Boolean retVal 87744>>> Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to retVal 87745>>> Function_Return retVal 87746>>> End_Function 87747>>> 87747>>> Procedure Set ComShowLabels Boolean value 87749>>> Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to value 87750>>> End_Procedure 87751>>> 87751>>> Function ComShowScrollBar Returns Boolean 87753>>> Boolean retVal 87753>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to retVal 87754>>> Function_Return retVal 87755>>> End_Function 87756>>> 87756>>> Procedure Set ComShowScrollBar Boolean value 87758>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to value 87759>>> End_Procedure 87760>>> 87760>>> Function ComScrollPos Returns Integer 87762>>> Integer retVal 87762>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to retVal 87763>>> Function_Return retVal 87764>>> End_Function 87765>>> 87765>>> Procedure Set ComScrollPos Integer value 87767>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to value 87768>>> End_Procedure 87769>>> 87769>>> Function ComResizable Returns OLEXTPGalleryResizable 87771>>> OLEXTPGalleryResizable retVal 87771>>> Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to retVal 87772>>> Function_Return retVal 87773>>> End_Function 87774>>> 87774>>> Procedure Set ComResizable OLEXTPGalleryResizable value 87776>>> Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to value 87777>>> End_Procedure 87778>>> 87778>>> Function ComEnableTransparency Returns Boolean 87780>>> Boolean retVal 87780>>> Get ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to retVal 87781>>> Function_Return retVal 87782>>> End_Function 87783>>> 87783>>> Procedure Set ComEnableTransparency Boolean value 87785>>> Set ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to value 87786>>> End_Procedure 87787>>> 87787>>> Function ComControls Returns Variant 87789>>> Handle hDispatchDriver 87789>>> Variant retVal 87789>>> Get phDispatchDriver to hDispatchDriver 87790>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 87791>>> Function_Return retVal 87792>>> End_Function 87793>>> 87793>>> Function ComParent Returns Variant 87795>>> Handle hDispatchDriver 87795>>> Variant retVal 87795>>> Get phDispatchDriver to hDispatchDriver 87796>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 87797>>> Function_Return retVal 87798>>> End_Function 87799>>> 87799>>> Function ComIndex Returns Integer 87801>>> Handle hDispatchDriver 87801>>> Integer retVal 87801>>> Get phDispatchDriver to hDispatchDriver 87802>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 87803>>> Function_Return retVal 87804>>> End_Function 87805>>> 87805>>> Function ComType Returns OLEXTPControlType 87807>>> Handle hDispatchDriver 87807>>> OLEXTPControlType retVal 87807>>> Get phDispatchDriver to hDispatchDriver 87808>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 87809>>> Function_Return retVal 87810>>> End_Function 87811>>> 87811>>> Procedure ComDelete 87813>>> Handle hDispatchDriver 87813>>> Get phDispatchDriver to hDispatchDriver 87814>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 87815>>> End_Procedure 87816>>> 87816>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 87818>>> Handle hDispatchDriver 87818>>> Variant retVal 87818>>> Get phDispatchDriver to hDispatchDriver 87819>>> Send PrepareParams to hDispatchDriver 2 87820>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 87821>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 87822>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 87823>>> Function_Return retVal 87824>>> End_Function 87825>>> 87825>>> Procedure ComSetFocus 87827>>> Handle hDispatchDriver 87827>>> Get phDispatchDriver to hDispatchDriver 87828>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 87829>>> End_Procedure 87830>>> 87830>>> Procedure ComExecute 87832>>> Handle hDispatchDriver 87832>>> Get phDispatchDriver to hDispatchDriver 87833>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 87834>>> End_Procedure 87835>>> 87835>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 87837>>> Handle hDispatchDriver 87837>>> Get phDispatchDriver to hDispatchDriver 87838>>> Send PrepareParams to hDispatchDriver 4 87839>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 87840>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 87841>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 87842>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 87843>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 87844>>> End_Procedure 87845>>> 87845>>> Function ComRibbonGroup Returns Variant 87847>>> Handle hDispatchDriver 87847>>> Variant retVal 87847>>> Get phDispatchDriver to hDispatchDriver 87848>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 87849>>> Function_Return retVal 87850>>> End_Function 87851>>> 87851>>> Procedure ComReset 87853>>> Handle hDispatchDriver 87853>>> Get phDispatchDriver to hDispatchDriver 87854>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 87855>>> End_Procedure 87856>>> 87856>>> Function ComTop Returns Integer 87858>>> Handle hDispatchDriver 87858>>> Integer retVal 87858>>> Get phDispatchDriver to hDispatchDriver 87859>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 87860>>> Function_Return retVal 87861>>> End_Function 87862>>> 87862>>> Function ComLeft Returns Integer 87864>>> Handle hDispatchDriver 87864>>> Integer retVal 87864>>> Get phDispatchDriver to hDispatchDriver 87865>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 87866>>> Function_Return retVal 87867>>> End_Function 87868>>> 87868>>> Function ComClone Variant llRecursive Returns Variant 87870>>> Handle hDispatchDriver 87870>>> Variant retVal 87870>>> Get phDispatchDriver to hDispatchDriver 87871>>> Send PrepareParams to hDispatchDriver 1 87872>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 87873>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 87874>>> Function_Return retVal 87875>>> End_Function 87876>>> 87876>>> Procedure ComSetIconSize Integer llcx Integer llcy 87878>>> Handle hDispatchDriver 87878>>> Get phDispatchDriver to hDispatchDriver 87879>>> Send PrepareParams to hDispatchDriver 2 87880>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 87881>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 87882>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 87883>>> End_Procedure 87884>>> 87884>>> Procedure ComSetItemsMargin Integer llLeft Integer llTop Integer llRight Integer llBottom 87886>>> Handle hDispatchDriver 87886>>> Get phDispatchDriver to hDispatchDriver 87887>>> Send PrepareParams to hDispatchDriver 4 87888>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 87889>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 87890>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 87891>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 87892>>> Send InvokeComMethod to hDispatchDriver 59 OLE_VT_VOID 87893>>> End_Procedure 87894>>> 87894>>> Procedure ComEnsureVisible Integer llIndex 87896>>> Handle hDispatchDriver 87896>>> Get phDispatchDriver to hDispatchDriver 87897>>> Send PrepareParams to hDispatchDriver 1 87898>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 87899>>> Send InvokeComMethod to hDispatchDriver 61 OLE_VT_VOID 87900>>> End_Procedure 87901>>>End_Class 87902>>> 87902>>>Class cSigCjComCommandBarGallery is a cComAutomationObject 87903>>> Import_Class_Protocol cSigCjComICommandBarGallery 87904>>> 87904>>> Procedure Construct_Object 87906>>> Forward Send Construct_Object 87908>>> Set peAutoCreate to acNoAutoCreate 87909>>> End_Procedure 87910>>>End_Class 87911>>> 87911>>>Class cSigCjComICommandBarComboBox is a Mixin 87912>>> 87912>>> Function ComChecked Returns Boolean 87914>>> Boolean retVal 87914>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 87915>>> Function_Return retVal 87916>>> End_Function 87917>>> 87917>>> Procedure Set ComChecked Boolean value 87919>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 87920>>> End_Procedure 87921>>> 87921>>> Function ComBeginGroup Returns Boolean 87923>>> Boolean retVal 87923>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 87924>>> Function_Return retVal 87925>>> End_Function 87926>>> 87926>>> Procedure Set ComBeginGroup Boolean value 87928>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 87929>>> End_Procedure 87930>>> 87930>>> Function ComCaption Returns String 87932>>> String retVal 87932>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 87933>>> Function_Return retVal 87934>>> End_Function 87935>>> 87935>>> Procedure Set ComCaption String value 87937>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 87938>>> End_Procedure 87939>>> 87939>>> Function ComDescriptionText Returns String 87941>>> String retVal 87941>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 87942>>> Function_Return retVal 87943>>> End_Function 87944>>> 87944>>> Procedure Set ComDescriptionText String value 87946>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 87947>>> End_Procedure 87948>>> 87948>>> Function ComId Returns Integer 87950>>> Integer retVal 87950>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 87951>>> Function_Return retVal 87952>>> End_Function 87953>>> 87953>>> Procedure Set ComId Integer value 87955>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 87956>>> End_Procedure 87957>>> 87957>>> Function ComParameter Returns String 87959>>> String retVal 87959>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 87960>>> Function_Return retVal 87961>>> End_Function 87962>>> 87962>>> Procedure Set ComParameter String value 87964>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 87965>>> End_Procedure 87966>>> 87966>>> Function ComShortcutText Returns String 87968>>> String retVal 87968>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 87969>>> Function_Return retVal 87970>>> End_Function 87971>>> 87971>>> Procedure Set ComShortcutText String value 87973>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 87974>>> End_Procedure 87975>>> 87975>>> Function ComCustomShortcutText Returns String 87977>>> String retVal 87977>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 87978>>> Function_Return retVal 87979>>> End_Function 87980>>> 87980>>> Procedure Set ComCustomShortcutText String value 87982>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 87983>>> End_Procedure 87984>>> 87984>>> Function ComTooltipText Returns String 87986>>> String retVal 87986>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 87987>>> Function_Return retVal 87988>>> End_Function 87989>>> 87989>>> Procedure Set ComTooltipText String value 87991>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 87992>>> End_Procedure 87993>>> 87993>>> Function ComVisible Returns Boolean 87995>>> Boolean retVal 87995>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 87996>>> Function_Return retVal 87997>>> End_Function 87998>>> 87998>>> Procedure Set ComVisible Boolean value 88000>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 88001>>> End_Procedure 88002>>> 88002>>> Function ComEnabled Returns Boolean 88004>>> Boolean retVal 88004>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 88005>>> Function_Return retVal 88006>>> End_Function 88007>>> 88007>>> Procedure Set ComEnabled Boolean value 88009>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 88010>>> End_Procedure 88011>>> 88011>>> Function ComIconId Returns Integer 88013>>> Integer retVal 88013>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 88014>>> Function_Return retVal 88015>>> End_Function 88016>>> 88016>>> Procedure Set ComIconId Integer value 88018>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 88019>>> End_Procedure 88020>>> 88020>>> Function ComDefaultItem Returns Boolean 88022>>> Boolean retVal 88022>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 88023>>> Function_Return retVal 88024>>> End_Function 88025>>> 88025>>> Procedure Set ComDefaultItem Boolean value 88027>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 88028>>> End_Procedure 88029>>> 88029>>> Function ComFlags Returns OLEXTPControlFlags 88031>>> OLEXTPControlFlags retVal 88031>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 88032>>> Function_Return retVal 88033>>> End_Function 88034>>> 88034>>> Procedure Set ComFlags OLEXTPControlFlags value 88036>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 88037>>> End_Procedure 88038>>> 88038>>> Function ComCategory Returns String 88040>>> String retVal 88040>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 88041>>> Function_Return retVal 88042>>> End_Function 88043>>> 88043>>> Procedure Set ComCategory String value 88045>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 88046>>> End_Procedure 88047>>> 88047>>> Function ComHideFlags Returns OLEXTPControlHideFlags 88049>>> OLEXTPControlHideFlags retVal 88049>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 88050>>> Function_Return retVal 88051>>> End_Function 88052>>> 88052>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 88054>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 88055>>> End_Procedure 88056>>> 88056>>> Function ComCloseSubMenuOnClick Returns Boolean 88058>>> Boolean retVal 88058>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 88059>>> Function_Return retVal 88060>>> End_Function 88061>>> 88061>>> Procedure Set ComCloseSubMenuOnClick Boolean value 88063>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 88064>>> End_Procedure 88065>>> 88065>>> Function ComAction Returns Variant 88067>>> Variant retVal 88067>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 88068>>> Function_Return retVal 88069>>> End_Function 88070>>> 88070>>> Procedure Set ComAction Variant value 88072>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 88073>>> End_Procedure 88074>>> 88074>>> Function ComExecuteOnPressInterval Returns Integer 88076>>> Integer retVal 88076>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 88077>>> Function_Return retVal 88078>>> End_Function 88079>>> 88079>>> Procedure Set ComExecuteOnPressInterval Integer value 88081>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 88082>>> End_Procedure 88083>>> 88083>>> Function ComWidth Returns Integer 88085>>> Integer retVal 88085>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 88086>>> Function_Return retVal 88087>>> End_Function 88088>>> 88088>>> Procedure Set ComWidth Integer value 88090>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 88091>>> End_Procedure 88092>>> 88092>>> Function ComHeight Returns Integer 88094>>> Integer retVal 88094>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 88095>>> Function_Return retVal 88096>>> End_Function 88097>>> 88097>>> Procedure Set ComHeight Integer value 88099>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 88100>>> End_Procedure 88101>>> 88101>>> Function ComStyle Returns OLEXTPButtonStyle 88103>>> OLEXTPButtonStyle retVal 88103>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 88104>>> Function_Return retVal 88105>>> End_Function 88106>>> 88106>>> Procedure Set ComStyle OLEXTPButtonStyle value 88108>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 88109>>> End_Procedure 88110>>> 88110>>> Function ComKeyboardTip Returns String 88112>>> String retVal 88112>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 88113>>> Function_Return retVal 88114>>> End_Function 88115>>> 88115>>> Procedure Set ComKeyboardTip String value 88117>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 88118>>> End_Procedure 88119>>> 88119>>> Function ComCommandBar Returns Variant 88121>>> Variant retVal 88121>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal 88122>>> Function_Return retVal 88123>>> End_Function 88124>>> 88124>>> Procedure Set ComCommandBar Variant value 88126>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value 88127>>> End_Procedure 88128>>> 88128>>> Function ComDropDownWidth Returns Integer 88130>>> Integer retVal 88130>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 88131>>> Function_Return retVal 88132>>> End_Function 88133>>> 88133>>> Procedure Set ComDropDownWidth Integer value 88135>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 88136>>> End_Procedure 88137>>> 88137>>> Function ComDropDownListStyle Returns Boolean 88139>>> Boolean retVal 88139>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to retVal 88140>>> Function_Return retVal 88141>>> End_Function 88142>>> 88142>>> Procedure Set ComDropDownListStyle Boolean value 88144>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to value 88145>>> End_Procedure 88146>>> 88146>>> Function ComListIndex Returns Integer 88148>>> Integer retVal 88148>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to retVal 88149>>> Function_Return retVal 88150>>> End_Function 88151>>> 88151>>> Procedure Set ComListIndex Integer value 88153>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to value 88154>>> End_Procedure 88155>>> 88155>>> Function ComText Returns String 88157>>> String retVal 88157>>> Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to retVal 88158>>> Function_Return retVal 88159>>> End_Function 88160>>> 88160>>> Procedure Set ComText String value 88162>>> Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to value 88163>>> End_Procedure 88164>>> 88164>>> Function ComEditHint Returns String 88166>>> String retVal 88166>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to retVal 88167>>> Function_Return retVal 88168>>> End_Function 88169>>> 88169>>> Procedure Set ComEditHint String value 88171>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to value 88172>>> End_Procedure 88173>>> 88173>>> Function ComAutoComplete Returns Boolean 88175>>> Boolean retVal 88175>>> Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to retVal 88176>>> Function_Return retVal 88177>>> End_Function 88178>>> 88178>>> Procedure Set ComAutoComplete Boolean value 88180>>> Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to value 88181>>> End_Procedure 88182>>> 88182>>> Function ComShellAutoComplete Returns OLEXTPShellAutoCompleteFlags 88184>>> OLEXTPShellAutoCompleteFlags retVal 88184>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to retVal 88185>>> Function_Return retVal 88186>>> End_Function 88187>>> 88187>>> Procedure Set ComShellAutoComplete OLEXTPShellAutoCompleteFlags value 88189>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to value 88190>>> End_Procedure 88191>>> 88191>>> Function ComEditIconId Returns Integer 88193>>> Integer retVal 88193>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to retVal 88194>>> Function_Return retVal 88195>>> End_Function 88196>>> 88196>>> Procedure Set ComEditIconId Integer value 88198>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to value 88199>>> End_Procedure 88200>>> 88200>>> Function ComEditStyle Returns OLEXTPCommandBarEditStyle 88202>>> OLEXTPCommandBarEditStyle retVal 88202>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to retVal 88203>>> Function_Return retVal 88204>>> End_Function 88205>>> 88205>>> Procedure Set ComEditStyle OLEXTPCommandBarEditStyle value 88207>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to value 88208>>> End_Procedure 88209>>> 88209>>> Function ComDropDownItemCount Returns Integer 88211>>> Integer retVal 88211>>> Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_I4 to retVal 88212>>> Function_Return retVal 88213>>> End_Function 88214>>> 88214>>> Procedure Set ComDropDownItemCount Integer value 88216>>> Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_I4 to value 88217>>> End_Procedure 88218>>> 88218>>> Function ComThemedItems Returns Boolean 88220>>> Boolean retVal 88220>>> Get ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BOOL to retVal 88221>>> Function_Return retVal 88222>>> End_Function 88223>>> 88223>>> Procedure Set ComThemedItems Boolean value 88225>>> Set ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BOOL to value 88226>>> End_Procedure 88227>>> 88227>>> Function ComListIconId Returns Integer 88229>>> Integer retVal 88229>>> Get ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_I4 to retVal 88230>>> Function_Return retVal 88231>>> End_Function 88232>>> 88232>>> Procedure Set ComListIconId Integer value 88234>>> Set ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_I4 to value 88235>>> End_Procedure 88236>>> 88236>>> Function ComTextLimit Returns Integer 88238>>> Integer retVal 88238>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal 88239>>> Function_Return retVal 88240>>> End_Function 88241>>> 88241>>> Procedure Set ComTextLimit Integer value 88243>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value 88244>>> End_Procedure 88245>>> 88245>>> Function ComControls Returns Variant 88247>>> Handle hDispatchDriver 88247>>> Variant retVal 88247>>> Get phDispatchDriver to hDispatchDriver 88248>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 88249>>> Function_Return retVal 88250>>> End_Function 88251>>> 88251>>> Function ComParent Returns Variant 88253>>> Handle hDispatchDriver 88253>>> Variant retVal 88253>>> Get phDispatchDriver to hDispatchDriver 88254>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 88255>>> Function_Return retVal 88256>>> End_Function 88257>>> 88257>>> Function ComIndex Returns Integer 88259>>> Handle hDispatchDriver 88259>>> Integer retVal 88259>>> Get phDispatchDriver to hDispatchDriver 88260>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 88261>>> Function_Return retVal 88262>>> End_Function 88263>>> 88263>>> Function ComType Returns OLEXTPControlType 88265>>> Handle hDispatchDriver 88265>>> OLEXTPControlType retVal 88265>>> Get phDispatchDriver to hDispatchDriver 88266>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 88267>>> Function_Return retVal 88268>>> End_Function 88269>>> 88269>>> Procedure ComDelete 88271>>> Handle hDispatchDriver 88271>>> Get phDispatchDriver to hDispatchDriver 88272>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 88273>>> End_Procedure 88274>>> 88274>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 88276>>> Handle hDispatchDriver 88276>>> Variant retVal 88276>>> Get phDispatchDriver to hDispatchDriver 88277>>> Send PrepareParams to hDispatchDriver 2 88278>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 88279>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 88280>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 88281>>> Function_Return retVal 88282>>> End_Function 88283>>> 88283>>> Procedure ComSetFocus 88285>>> Handle hDispatchDriver 88285>>> Get phDispatchDriver to hDispatchDriver 88286>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 88287>>> End_Procedure 88288>>> 88288>>> Procedure ComExecute 88290>>> Handle hDispatchDriver 88290>>> Get phDispatchDriver to hDispatchDriver 88291>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 88292>>> End_Procedure 88293>>> 88293>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 88295>>> Handle hDispatchDriver 88295>>> Get phDispatchDriver to hDispatchDriver 88296>>> Send PrepareParams to hDispatchDriver 4 88297>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 88298>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 88299>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 88300>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 88301>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 88302>>> End_Procedure 88303>>> 88303>>> Function ComRibbonGroup Returns Variant 88305>>> Handle hDispatchDriver 88305>>> Variant retVal 88305>>> Get phDispatchDriver to hDispatchDriver 88306>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 88307>>> Function_Return retVal 88308>>> End_Function 88309>>> 88309>>> Procedure ComReset 88311>>> Handle hDispatchDriver 88311>>> Get phDispatchDriver to hDispatchDriver 88312>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 88313>>> End_Procedure 88314>>> 88314>>> Function ComTop Returns Integer 88316>>> Handle hDispatchDriver 88316>>> Integer retVal 88316>>> Get phDispatchDriver to hDispatchDriver 88317>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 88318>>> Function_Return retVal 88319>>> End_Function 88320>>> 88320>>> Function ComLeft Returns Integer 88322>>> Handle hDispatchDriver 88322>>> Integer retVal 88322>>> Get phDispatchDriver to hDispatchDriver 88323>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 88324>>> Function_Return retVal 88325>>> End_Function 88326>>> 88326>>> Function ComClone Variant llRecursive Returns Variant 88328>>> Handle hDispatchDriver 88328>>> Variant retVal 88328>>> Get phDispatchDriver to hDispatchDriver 88329>>> Send PrepareParams to hDispatchDriver 1 88330>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 88331>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 88332>>> Function_Return retVal 88333>>> End_Function 88334>>> 88334>>> Procedure ComSetIconSize Integer llcx Integer llcy 88336>>> Handle hDispatchDriver 88336>>> Get phDispatchDriver to hDispatchDriver 88337>>> Send PrepareParams to hDispatchDriver 2 88338>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 88339>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 88340>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 88341>>> End_Procedure 88342>>> 88342>>> Procedure ComAddItem String llText Variant llIndex 88344>>> Handle hDispatchDriver 88344>>> Get phDispatchDriver to hDispatchDriver 88345>>> Send PrepareParams to hDispatchDriver 2 88346>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 88347>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 88348>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 88349>>> End_Procedure 88350>>> 88350>>> Function ComList Integer llIndex Returns String 88352>>> Handle hDispatchDriver 88352>>> String retVal 88352>>> Get phDispatchDriver to hDispatchDriver 88353>>> Send PrepareParams to hDispatchDriver 1 88354>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 88355>>> Get InvokeComMethod of hDispatchDriver 55 OLE_VT_BSTR to retVal 88356>>> Function_Return retVal 88357>>> End_Function 88358>>> 88358>>> Procedure ComClear 88360>>> Handle hDispatchDriver 88360>>> Get phDispatchDriver to hDispatchDriver 88361>>> Send InvokeComMethod to hDispatchDriver 56 OLE_VT_VOID 88362>>> End_Procedure 88363>>> 88363>>> Function ComListCount Returns Integer 88365>>> Handle hDispatchDriver 88365>>> Integer retVal 88365>>> Get phDispatchDriver to hDispatchDriver 88366>>> Get InvokeComMethod of hDispatchDriver 57 OLE_VT_I4 to retVal 88367>>> Function_Return retVal 88368>>> End_Function 88369>>> 88369>>> Procedure ComRemoveItem Integer llnIndex 88371>>> Handle hDispatchDriver 88371>>> Get phDispatchDriver to hDispatchDriver 88372>>> Send PrepareParams to hDispatchDriver 1 88373>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 88374>>> Send InvokeComMethod to hDispatchDriver 58 OLE_VT_VOID 88375>>> End_Procedure 88376>>> 88376>>> Function ComFindItem String llText Returns Integer 88378>>> Handle hDispatchDriver 88378>>> Integer retVal 88378>>> Get phDispatchDriver to hDispatchDriver 88379>>> Send PrepareParams to hDispatchDriver 1 88380>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 88381>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_I4 to retVal 88382>>> Function_Return retVal 88383>>> End_Function 88384>>> 88384>>> Function ComItemData Integer llIndex Returns Integer 88386>>> Handle hDispatchDriver 88386>>> Integer retVal 88386>>> Get phDispatchDriver to hDispatchDriver 88387>>> Send PrepareParams to hDispatchDriver 1 88388>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 88389>>> Get InvokeComMethod of hDispatchDriver 62 OLE_VT_I4 to retVal 88390>>> Function_Return retVal 88391>>> End_Function 88392>>> 88392>>> Procedure Set ComItemData Integer llIndex Integer value 88394>>> Handle hDispatchDriver 88394>>> Get phDispatchDriver to hDispatchDriver 88395>>> Send PrepareParams to hDispatchDriver 2 88396>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 88397>>> Set ComProperty of hDispatchDriver 62 OLE_VT_I4 to value 88398>>> End_Procedure 88399>>> 88399>>> Function ComEditHandle Returns OLE_HANDLE 88401>>> Handle hDispatchDriver 88401>>> OLE_HANDLE retVal 88401>>> Get phDispatchDriver to hDispatchDriver 88402>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_I4 to retVal 88403>>> Function_Return retVal 88404>>> End_Function 88405>>> 88405>>> Function ComHasFocus Returns Boolean 88407>>> Handle hDispatchDriver 88407>>> Boolean retVal 88407>>> Get phDispatchDriver to hDispatchDriver 88408>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_BOOL to retVal 88409>>> Function_Return retVal 88410>>> End_Function 88411>>>End_Class 88412>>> 88412>>>Class cSigCjComCommandBarComboBox is a cComAutomationObject 88413>>> Import_Class_Protocol cSigCjComICommandBarComboBox 88414>>> 88414>>> Procedure Construct_Object 88416>>> Forward Send Construct_Object 88418>>> Set peAutoCreate to acNoAutoCreate 88419>>> End_Procedure 88420>>>End_Class 88421>>> 88421>>>Class cSigCjComICommandBarCheckBox is a Mixin 88422>>> 88422>>> Function ComChecked Returns Integer 88424>>> Integer retVal 88424>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 88425>>> Function_Return retVal 88426>>> End_Function 88427>>> 88427>>> Procedure Set ComChecked Integer value 88429>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 88430>>> End_Procedure 88431>>> 88431>>> Function ComBeginGroup Returns Boolean 88433>>> Boolean retVal 88433>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 88434>>> Function_Return retVal 88435>>> End_Function 88436>>> 88436>>> Procedure Set ComBeginGroup Boolean value 88438>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 88439>>> End_Procedure 88440>>> 88440>>> Function ComCaption Returns String 88442>>> String retVal 88442>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 88443>>> Function_Return retVal 88444>>> End_Function 88445>>> 88445>>> Procedure Set ComCaption String value 88447>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 88448>>> End_Procedure 88449>>> 88449>>> Function ComDescriptionText Returns String 88451>>> String retVal 88451>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 88452>>> Function_Return retVal 88453>>> End_Function 88454>>> 88454>>> Procedure Set ComDescriptionText String value 88456>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 88457>>> End_Procedure 88458>>> 88458>>> Function ComId Returns Integer 88460>>> Integer retVal 88460>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 88461>>> Function_Return retVal 88462>>> End_Function 88463>>> 88463>>> Procedure Set ComId Integer value 88465>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 88466>>> End_Procedure 88467>>> 88467>>> Function ComParameter Returns String 88469>>> String retVal 88469>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 88470>>> Function_Return retVal 88471>>> End_Function 88472>>> 88472>>> Procedure Set ComParameter String value 88474>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 88475>>> End_Procedure 88476>>> 88476>>> Function ComShortcutText Returns String 88478>>> String retVal 88478>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 88479>>> Function_Return retVal 88480>>> End_Function 88481>>> 88481>>> Procedure Set ComShortcutText String value 88483>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 88484>>> End_Procedure 88485>>> 88485>>> Function ComCustomShortcutText Returns String 88487>>> String retVal 88487>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 88488>>> Function_Return retVal 88489>>> End_Function 88490>>> 88490>>> Procedure Set ComCustomShortcutText String value 88492>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 88493>>> End_Procedure 88494>>> 88494>>> Function ComTooltipText Returns String 88496>>> String retVal 88496>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 88497>>> Function_Return retVal 88498>>> End_Function 88499>>> 88499>>> Procedure Set ComTooltipText String value 88501>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 88502>>> End_Procedure 88503>>> 88503>>> Function ComVisible Returns Boolean 88505>>> Boolean retVal 88505>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 88506>>> Function_Return retVal 88507>>> End_Function 88508>>> 88508>>> Procedure Set ComVisible Boolean value 88510>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 88511>>> End_Procedure 88512>>> 88512>>> Function ComEnabled Returns Boolean 88514>>> Boolean retVal 88514>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 88515>>> Function_Return retVal 88516>>> End_Function 88517>>> 88517>>> Procedure Set ComEnabled Boolean value 88519>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 88520>>> End_Procedure 88521>>> 88521>>> Function ComIconId Returns Integer 88523>>> Integer retVal 88523>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 88524>>> Function_Return retVal 88525>>> End_Function 88526>>> 88526>>> Procedure Set ComIconId Integer value 88528>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 88529>>> End_Procedure 88530>>> 88530>>> Function ComDefaultItem Returns Boolean 88532>>> Boolean retVal 88532>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 88533>>> Function_Return retVal 88534>>> End_Function 88535>>> 88535>>> Procedure Set ComDefaultItem Boolean value 88537>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 88538>>> End_Procedure 88539>>> 88539>>> Function ComFlags Returns OLEXTPControlFlags 88541>>> OLEXTPControlFlags retVal 88541>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 88542>>> Function_Return retVal 88543>>> End_Function 88544>>> 88544>>> Procedure Set ComFlags OLEXTPControlFlags value 88546>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 88547>>> End_Procedure 88548>>> 88548>>> Function ComCategory Returns String 88550>>> String retVal 88550>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 88551>>> Function_Return retVal 88552>>> End_Function 88553>>> 88553>>> Procedure Set ComCategory String value 88555>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 88556>>> End_Procedure 88557>>> 88557>>> Function ComHideFlags Returns OLEXTPControlHideFlags 88559>>> OLEXTPControlHideFlags retVal 88559>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 88560>>> Function_Return retVal 88561>>> End_Function 88562>>> 88562>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 88564>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 88565>>> End_Procedure 88566>>> 88566>>> Function ComCloseSubMenuOnClick Returns Boolean 88568>>> Boolean retVal 88568>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 88569>>> Function_Return retVal 88570>>> End_Function 88571>>> 88571>>> Procedure Set ComCloseSubMenuOnClick Boolean value 88573>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 88574>>> End_Procedure 88575>>> 88575>>> Function ComAction Returns Variant 88577>>> Variant retVal 88577>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 88578>>> Function_Return retVal 88579>>> End_Function 88580>>> 88580>>> Procedure Set ComAction Variant value 88582>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 88583>>> End_Procedure 88584>>> 88584>>> Function ComExecuteOnPressInterval Returns Integer 88586>>> Integer retVal 88586>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 88587>>> Function_Return retVal 88588>>> End_Function 88589>>> 88589>>> Procedure Set ComExecuteOnPressInterval Integer value 88591>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 88592>>> End_Procedure 88593>>> 88593>>> Function ComWidth Returns Integer 88595>>> Integer retVal 88595>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 88596>>> Function_Return retVal 88597>>> End_Function 88598>>> 88598>>> Procedure Set ComWidth Integer value 88600>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 88601>>> End_Procedure 88602>>> 88602>>> Function ComHeight Returns Integer 88604>>> Integer retVal 88604>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 88605>>> Function_Return retVal 88606>>> End_Function 88607>>> 88607>>> Procedure Set ComHeight Integer value 88609>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 88610>>> End_Procedure 88611>>> 88611>>> Function ComStyle Returns OLEXTPButtonStyle 88613>>> OLEXTPButtonStyle retVal 88613>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 88614>>> Function_Return retVal 88615>>> End_Function 88616>>> 88616>>> Procedure Set ComStyle OLEXTPButtonStyle value 88618>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 88619>>> End_Procedure 88620>>> 88620>>> Function ComKeyboardTip Returns String 88622>>> String retVal 88622>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 88623>>> Function_Return retVal 88624>>> End_Function 88625>>> 88625>>> Procedure Set ComKeyboardTip String value 88627>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 88628>>> End_Procedure 88629>>> 88629>>> Function ComControls Returns Variant 88631>>> Handle hDispatchDriver 88631>>> Variant retVal 88631>>> Get phDispatchDriver to hDispatchDriver 88632>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 88633>>> Function_Return retVal 88634>>> End_Function 88635>>> 88635>>> Function ComParent Returns Variant 88637>>> Handle hDispatchDriver 88637>>> Variant retVal 88637>>> Get phDispatchDriver to hDispatchDriver 88638>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 88639>>> Function_Return retVal 88640>>> End_Function 88641>>> 88641>>> Function ComIndex Returns Integer 88643>>> Handle hDispatchDriver 88643>>> Integer retVal 88643>>> Get phDispatchDriver to hDispatchDriver 88644>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 88645>>> Function_Return retVal 88646>>> End_Function 88647>>> 88647>>> Function ComType Returns OLEXTPControlType 88649>>> Handle hDispatchDriver 88649>>> OLEXTPControlType retVal 88649>>> Get phDispatchDriver to hDispatchDriver 88650>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 88651>>> Function_Return retVal 88652>>> End_Function 88653>>> 88653>>> Procedure ComDelete 88655>>> Handle hDispatchDriver 88655>>> Get phDispatchDriver to hDispatchDriver 88656>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 88657>>> End_Procedure 88658>>> 88658>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 88660>>> Handle hDispatchDriver 88660>>> Variant retVal 88660>>> Get phDispatchDriver to hDispatchDriver 88661>>> Send PrepareParams to hDispatchDriver 2 88662>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 88663>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 88664>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 88665>>> Function_Return retVal 88666>>> End_Function 88667>>> 88667>>> Procedure ComSetFocus 88669>>> Handle hDispatchDriver 88669>>> Get phDispatchDriver to hDispatchDriver 88670>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 88671>>> End_Procedure 88672>>> 88672>>> Procedure ComExecute 88674>>> Handle hDispatchDriver 88674>>> Get phDispatchDriver to hDispatchDriver 88675>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 88676>>> End_Procedure 88677>>> 88677>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 88679>>> Handle hDispatchDriver 88679>>> Get phDispatchDriver to hDispatchDriver 88680>>> Send PrepareParams to hDispatchDriver 4 88681>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 88682>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 88683>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 88684>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 88685>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 88686>>> End_Procedure 88687>>> 88687>>> Function ComRibbonGroup Returns Variant 88689>>> Handle hDispatchDriver 88689>>> Variant retVal 88689>>> Get phDispatchDriver to hDispatchDriver 88690>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 88691>>> Function_Return retVal 88692>>> End_Function 88693>>> 88693>>> Procedure ComReset 88695>>> Handle hDispatchDriver 88695>>> Get phDispatchDriver to hDispatchDriver 88696>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 88697>>> End_Procedure 88698>>> 88698>>> Function ComTop Returns Integer 88700>>> Handle hDispatchDriver 88700>>> Integer retVal 88700>>> Get phDispatchDriver to hDispatchDriver 88701>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 88702>>> Function_Return retVal 88703>>> End_Function 88704>>> 88704>>> Function ComLeft Returns Integer 88706>>> Handle hDispatchDriver 88706>>> Integer retVal 88706>>> Get phDispatchDriver to hDispatchDriver 88707>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 88708>>> Function_Return retVal 88709>>> End_Function 88710>>> 88710>>> Function ComClone Variant llRecursive Returns Variant 88712>>> Handle hDispatchDriver 88712>>> Variant retVal 88712>>> Get phDispatchDriver to hDispatchDriver 88713>>> Send PrepareParams to hDispatchDriver 1 88714>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 88715>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 88716>>> Function_Return retVal 88717>>> End_Function 88718>>> 88718>>> Procedure ComSetIconSize Integer llcx Integer llcy 88720>>> Handle hDispatchDriver 88720>>> Get phDispatchDriver to hDispatchDriver 88721>>> Send PrepareParams to hDispatchDriver 2 88722>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 88723>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 88724>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 88725>>> End_Procedure 88726>>>End_Class 88727>>> 88727>>>Class cSigCjComCommandBarCheckBox is a cComAutomationObject 88728>>> Import_Class_Protocol cSigCjComICommandBarCheckBox 88729>>> 88729>>> Procedure Construct_Object 88731>>> Forward Send Construct_Object 88733>>> Set peAutoCreate to acNoAutoCreate 88734>>> End_Procedure 88735>>>End_Class 88736>>> 88736>>>Class cSigCjComICommandBarEdit is a Mixin 88737>>> 88737>>> Function ComChecked Returns Boolean 88739>>> Boolean retVal 88739>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 88740>>> Function_Return retVal 88741>>> End_Function 88742>>> 88742>>> Procedure Set ComChecked Boolean value 88744>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 88745>>> End_Procedure 88746>>> 88746>>> Function ComBeginGroup Returns Boolean 88748>>> Boolean retVal 88748>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 88749>>> Function_Return retVal 88750>>> End_Function 88751>>> 88751>>> Procedure Set ComBeginGroup Boolean value 88753>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 88754>>> End_Procedure 88755>>> 88755>>> Function ComCaption Returns String 88757>>> String retVal 88757>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 88758>>> Function_Return retVal 88759>>> End_Function 88760>>> 88760>>> Procedure Set ComCaption String value 88762>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 88763>>> End_Procedure 88764>>> 88764>>> Function ComDescriptionText Returns String 88766>>> String retVal 88766>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 88767>>> Function_Return retVal 88768>>> End_Function 88769>>> 88769>>> Procedure Set ComDescriptionText String value 88771>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 88772>>> End_Procedure 88773>>> 88773>>> Function ComId Returns Integer 88775>>> Integer retVal 88775>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 88776>>> Function_Return retVal 88777>>> End_Function 88778>>> 88778>>> Procedure Set ComId Integer value 88780>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 88781>>> End_Procedure 88782>>> 88782>>> Function ComParameter Returns String 88784>>> String retVal 88784>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 88785>>> Function_Return retVal 88786>>> End_Function 88787>>> 88787>>> Procedure Set ComParameter String value 88789>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 88790>>> End_Procedure 88791>>> 88791>>> Function ComShortcutText Returns String 88793>>> String retVal 88793>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 88794>>> Function_Return retVal 88795>>> End_Function 88796>>> 88796>>> Procedure Set ComShortcutText String value 88798>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 88799>>> End_Procedure 88800>>> 88800>>> Function ComCustomShortcutText Returns String 88802>>> String retVal 88802>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 88803>>> Function_Return retVal 88804>>> End_Function 88805>>> 88805>>> Procedure Set ComCustomShortcutText String value 88807>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 88808>>> End_Procedure 88809>>> 88809>>> Function ComTooltipText Returns String 88811>>> String retVal 88811>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 88812>>> Function_Return retVal 88813>>> End_Function 88814>>> 88814>>> Procedure Set ComTooltipText String value 88816>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 88817>>> End_Procedure 88818>>> 88818>>> Function ComVisible Returns Boolean 88820>>> Boolean retVal 88820>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 88821>>> Function_Return retVal 88822>>> End_Function 88823>>> 88823>>> Procedure Set ComVisible Boolean value 88825>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 88826>>> End_Procedure 88827>>> 88827>>> Function ComEnabled Returns Boolean 88829>>> Boolean retVal 88829>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 88830>>> Function_Return retVal 88831>>> End_Function 88832>>> 88832>>> Procedure Set ComEnabled Boolean value 88834>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 88835>>> End_Procedure 88836>>> 88836>>> Function ComIconId Returns Integer 88838>>> Integer retVal 88838>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 88839>>> Function_Return retVal 88840>>> End_Function 88841>>> 88841>>> Procedure Set ComIconId Integer value 88843>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 88844>>> End_Procedure 88845>>> 88845>>> Function ComDefaultItem Returns Boolean 88847>>> Boolean retVal 88847>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 88848>>> Function_Return retVal 88849>>> End_Function 88850>>> 88850>>> Procedure Set ComDefaultItem Boolean value 88852>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 88853>>> End_Procedure 88854>>> 88854>>> Function ComFlags Returns OLEXTPControlFlags 88856>>> OLEXTPControlFlags retVal 88856>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 88857>>> Function_Return retVal 88858>>> End_Function 88859>>> 88859>>> Procedure Set ComFlags OLEXTPControlFlags value 88861>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 88862>>> End_Procedure 88863>>> 88863>>> Function ComCategory Returns String 88865>>> String retVal 88865>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 88866>>> Function_Return retVal 88867>>> End_Function 88868>>> 88868>>> Procedure Set ComCategory String value 88870>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 88871>>> End_Procedure 88872>>> 88872>>> Function ComHideFlags Returns OLEXTPControlHideFlags 88874>>> OLEXTPControlHideFlags retVal 88874>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 88875>>> Function_Return retVal 88876>>> End_Function 88877>>> 88877>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 88879>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 88880>>> End_Procedure 88881>>> 88881>>> Function ComCloseSubMenuOnClick Returns Boolean 88883>>> Boolean retVal 88883>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 88884>>> Function_Return retVal 88885>>> End_Function 88886>>> 88886>>> Procedure Set ComCloseSubMenuOnClick Boolean value 88888>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 88889>>> End_Procedure 88890>>> 88890>>> Function ComAction Returns Variant 88892>>> Variant retVal 88892>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 88893>>> Function_Return retVal 88894>>> End_Function 88895>>> 88895>>> Procedure Set ComAction Variant value 88897>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 88898>>> End_Procedure 88899>>> 88899>>> Function ComExecuteOnPressInterval Returns Integer 88901>>> Integer retVal 88901>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 88902>>> Function_Return retVal 88903>>> End_Function 88904>>> 88904>>> Procedure Set ComExecuteOnPressInterval Integer value 88906>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 88907>>> End_Procedure 88908>>> 88908>>> Function ComWidth Returns Integer 88910>>> Integer retVal 88910>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 88911>>> Function_Return retVal 88912>>> End_Function 88913>>> 88913>>> Procedure Set ComWidth Integer value 88915>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 88916>>> End_Procedure 88917>>> 88917>>> Function ComHeight Returns Integer 88919>>> Integer retVal 88919>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 88920>>> Function_Return retVal 88921>>> End_Function 88922>>> 88922>>> Procedure Set ComHeight Integer value 88924>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 88925>>> End_Procedure 88926>>> 88926>>> Function ComStyle Returns OLEXTPButtonStyle 88928>>> OLEXTPButtonStyle retVal 88928>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 88929>>> Function_Return retVal 88930>>> End_Function 88931>>> 88931>>> Procedure Set ComStyle OLEXTPButtonStyle value 88933>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 88934>>> End_Procedure 88935>>> 88935>>> Function ComKeyboardTip Returns String 88937>>> String retVal 88937>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 88938>>> Function_Return retVal 88939>>> End_Function 88940>>> 88940>>> Procedure Set ComKeyboardTip String value 88942>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 88943>>> End_Procedure 88944>>> 88944>>> Function ComShowLabel Returns Boolean 88946>>> Boolean retVal 88946>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 88947>>> Function_Return retVal 88948>>> End_Function 88949>>> 88949>>> Procedure Set ComShowLabel Boolean value 88951>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 88952>>> End_Procedure 88953>>> 88953>>> Function ComText Returns String 88955>>> String retVal 88955>>> Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to retVal 88956>>> Function_Return retVal 88957>>> End_Function 88958>>> 88958>>> Procedure Set ComText String value 88960>>> Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_BSTR to value 88961>>> End_Procedure 88962>>> 88962>>> Function ComReadOnly Returns Boolean 88964>>> Boolean retVal 88964>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to retVal 88965>>> Function_Return retVal 88966>>> End_Function 88967>>> 88967>>> Procedure Set ComReadOnly Boolean value 88969>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to value 88970>>> End_Procedure 88971>>> 88971>>> Function ComEditHint Returns String 88973>>> String retVal 88973>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to retVal 88974>>> Function_Return retVal 88975>>> End_Function 88976>>> 88976>>> Procedure Set ComEditHint String value 88978>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BSTR to value 88979>>> End_Procedure 88980>>> 88980>>> Function ComShellAutoComplete Returns OLEXTPShellAutoCompleteFlags 88982>>> OLEXTPShellAutoCompleteFlags retVal 88982>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to retVal 88983>>> Function_Return retVal 88984>>> End_Function 88985>>> 88985>>> Procedure Set ComShellAutoComplete OLEXTPShellAutoCompleteFlags value 88987>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_I4 to value 88988>>> End_Procedure 88989>>> 88989>>> Function ComEditIconId Returns Integer 88991>>> Integer retVal 88991>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to retVal 88992>>> Function_Return retVal 88993>>> End_Function 88994>>> 88994>>> Procedure Set ComEditIconId Integer value 88996>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_I4 to value 88997>>> End_Procedure 88998>>> 88998>>> Function ComEditStyle Returns OLEXTPCommandBarEditStyle 89000>>> OLEXTPCommandBarEditStyle retVal 89000>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to retVal 89001>>> Function_Return retVal 89002>>> End_Function 89003>>> 89003>>> Procedure Set ComEditStyle OLEXTPCommandBarEditStyle value 89005>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_I4 to value 89006>>> End_Procedure 89007>>> 89007>>> Function ComShowSpinButtons Returns Boolean 89009>>> Boolean retVal 89009>>> Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to retVal 89010>>> Function_Return retVal 89011>>> End_Function 89012>>> 89012>>> Procedure Set ComShowSpinButtons Boolean value 89014>>> Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to value 89015>>> End_Procedure 89016>>> 89016>>> Function ComBuddyButtonId Returns Integer 89018>>> Integer retVal 89018>>> Get ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_I4 to retVal 89019>>> Function_Return retVal 89020>>> End_Function 89021>>> 89021>>> Procedure Set ComBuddyButtonId Integer value 89023>>> Set ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_I4 to value 89024>>> End_Procedure 89025>>> 89025>>> Function ComTextLimit Returns Integer 89027>>> Integer retVal 89027>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal 89028>>> Function_Return retVal 89029>>> End_Function 89030>>> 89030>>> Procedure Set ComTextLimit Integer value 89032>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value 89033>>> End_Procedure 89034>>> 89034>>> Function ComNumericOnly Returns Boolean 89036>>> Boolean retVal 89036>>> Get ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to retVal 89037>>> Function_Return retVal 89038>>> End_Function 89039>>> 89039>>> Procedure Set ComNumericOnly Boolean value 89041>>> Set ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to value 89042>>> End_Procedure 89043>>> 89043>>> Function ComControls Returns Variant 89045>>> Handle hDispatchDriver 89045>>> Variant retVal 89045>>> Get phDispatchDriver to hDispatchDriver 89046>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 89047>>> Function_Return retVal 89048>>> End_Function 89049>>> 89049>>> Function ComParent Returns Variant 89051>>> Handle hDispatchDriver 89051>>> Variant retVal 89051>>> Get phDispatchDriver to hDispatchDriver 89052>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 89053>>> Function_Return retVal 89054>>> End_Function 89055>>> 89055>>> Function ComIndex Returns Integer 89057>>> Handle hDispatchDriver 89057>>> Integer retVal 89057>>> Get phDispatchDriver to hDispatchDriver 89058>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 89059>>> Function_Return retVal 89060>>> End_Function 89061>>> 89061>>> Function ComType Returns OLEXTPControlType 89063>>> Handle hDispatchDriver 89063>>> OLEXTPControlType retVal 89063>>> Get phDispatchDriver to hDispatchDriver 89064>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 89065>>> Function_Return retVal 89066>>> End_Function 89067>>> 89067>>> Procedure ComDelete 89069>>> Handle hDispatchDriver 89069>>> Get phDispatchDriver to hDispatchDriver 89070>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 89071>>> End_Procedure 89072>>> 89072>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 89074>>> Handle hDispatchDriver 89074>>> Variant retVal 89074>>> Get phDispatchDriver to hDispatchDriver 89075>>> Send PrepareParams to hDispatchDriver 2 89076>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 89077>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 89078>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 89079>>> Function_Return retVal 89080>>> End_Function 89081>>> 89081>>> Procedure ComSetFocus 89083>>> Handle hDispatchDriver 89083>>> Get phDispatchDriver to hDispatchDriver 89084>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 89085>>> End_Procedure 89086>>> 89086>>> Procedure ComExecute 89088>>> Handle hDispatchDriver 89088>>> Get phDispatchDriver to hDispatchDriver 89089>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 89090>>> End_Procedure 89091>>> 89091>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 89093>>> Handle hDispatchDriver 89093>>> Get phDispatchDriver to hDispatchDriver 89094>>> Send PrepareParams to hDispatchDriver 4 89095>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 89096>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 89097>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 89098>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 89099>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 89100>>> End_Procedure 89101>>> 89101>>> Function ComRibbonGroup Returns Variant 89103>>> Handle hDispatchDriver 89103>>> Variant retVal 89103>>> Get phDispatchDriver to hDispatchDriver 89104>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 89105>>> Function_Return retVal 89106>>> End_Function 89107>>> 89107>>> Procedure ComReset 89109>>> Handle hDispatchDriver 89109>>> Get phDispatchDriver to hDispatchDriver 89110>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 89111>>> End_Procedure 89112>>> 89112>>> Function ComTop Returns Integer 89114>>> Handle hDispatchDriver 89114>>> Integer retVal 89114>>> Get phDispatchDriver to hDispatchDriver 89115>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 89116>>> Function_Return retVal 89117>>> End_Function 89118>>> 89118>>> Function ComLeft Returns Integer 89120>>> Handle hDispatchDriver 89120>>> Integer retVal 89120>>> Get phDispatchDriver to hDispatchDriver 89121>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 89122>>> Function_Return retVal 89123>>> End_Function 89124>>> 89124>>> Function ComClone Variant llRecursive Returns Variant 89126>>> Handle hDispatchDriver 89126>>> Variant retVal 89126>>> Get phDispatchDriver to hDispatchDriver 89127>>> Send PrepareParams to hDispatchDriver 1 89128>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 89129>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 89130>>> Function_Return retVal 89131>>> End_Function 89132>>> 89132>>> Procedure ComSetIconSize Integer llcx Integer llcy 89134>>> Handle hDispatchDriver 89134>>> Get phDispatchDriver to hDispatchDriver 89135>>> Send PrepareParams to hDispatchDriver 2 89136>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 89137>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 89138>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 89139>>> End_Procedure 89140>>> 89140>>> Function ComEditHandle Returns OLE_HANDLE 89142>>> Handle hDispatchDriver 89142>>> OLE_HANDLE retVal 89142>>> Get phDispatchDriver to hDispatchDriver 89143>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_I4 to retVal 89144>>> Function_Return retVal 89145>>> End_Function 89146>>> 89146>>> Function ComHasFocus Returns Boolean 89148>>> Handle hDispatchDriver 89148>>> Boolean retVal 89148>>> Get phDispatchDriver to hDispatchDriver 89149>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_BOOL to retVal 89150>>> Function_Return retVal 89151>>> End_Function 89152>>>End_Class 89153>>> 89153>>>Class cSigCjComCommandBarEdit is a cComAutomationObject 89154>>> Import_Class_Protocol cSigCjComICommandBarEdit 89155>>> 89155>>> Procedure Construct_Object 89157>>> Forward Send Construct_Object 89159>>> Set peAutoCreate to acNoAutoCreate 89160>>> End_Procedure 89161>>>End_Class 89162>>> 89162>>>Class cSigCjComICommandBarControlCustom is a Mixin 89163>>> 89163>>> Function ComChecked Returns Boolean 89165>>> Boolean retVal 89165>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 89166>>> Function_Return retVal 89167>>> End_Function 89168>>> 89168>>> Procedure Set ComChecked Boolean value 89170>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 89171>>> End_Procedure 89172>>> 89172>>> Function ComBeginGroup Returns Boolean 89174>>> Boolean retVal 89174>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 89175>>> Function_Return retVal 89176>>> End_Function 89177>>> 89177>>> Procedure Set ComBeginGroup Boolean value 89179>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 89180>>> End_Procedure 89181>>> 89181>>> Function ComCaption Returns String 89183>>> String retVal 89183>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 89184>>> Function_Return retVal 89185>>> End_Function 89186>>> 89186>>> Procedure Set ComCaption String value 89188>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 89189>>> End_Procedure 89190>>> 89190>>> Function ComDescriptionText Returns String 89192>>> String retVal 89192>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 89193>>> Function_Return retVal 89194>>> End_Function 89195>>> 89195>>> Procedure Set ComDescriptionText String value 89197>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 89198>>> End_Procedure 89199>>> 89199>>> Function ComId Returns Integer 89201>>> Integer retVal 89201>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 89202>>> Function_Return retVal 89203>>> End_Function 89204>>> 89204>>> Procedure Set ComId Integer value 89206>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 89207>>> End_Procedure 89208>>> 89208>>> Function ComParameter Returns String 89210>>> String retVal 89210>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 89211>>> Function_Return retVal 89212>>> End_Function 89213>>> 89213>>> Procedure Set ComParameter String value 89215>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 89216>>> End_Procedure 89217>>> 89217>>> Function ComShortcutText Returns String 89219>>> String retVal 89219>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 89220>>> Function_Return retVal 89221>>> End_Function 89222>>> 89222>>> Procedure Set ComShortcutText String value 89224>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 89225>>> End_Procedure 89226>>> 89226>>> Function ComCustomShortcutText Returns String 89228>>> String retVal 89228>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 89229>>> Function_Return retVal 89230>>> End_Function 89231>>> 89231>>> Procedure Set ComCustomShortcutText String value 89233>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 89234>>> End_Procedure 89235>>> 89235>>> Function ComTooltipText Returns String 89237>>> String retVal 89237>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 89238>>> Function_Return retVal 89239>>> End_Function 89240>>> 89240>>> Procedure Set ComTooltipText String value 89242>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 89243>>> End_Procedure 89244>>> 89244>>> Function ComVisible Returns Boolean 89246>>> Boolean retVal 89246>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 89247>>> Function_Return retVal 89248>>> End_Function 89249>>> 89249>>> Procedure Set ComVisible Boolean value 89251>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 89252>>> End_Procedure 89253>>> 89253>>> Function ComEnabled Returns Boolean 89255>>> Boolean retVal 89255>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 89256>>> Function_Return retVal 89257>>> End_Function 89258>>> 89258>>> Procedure Set ComEnabled Boolean value 89260>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 89261>>> End_Procedure 89262>>> 89262>>> Function ComIconId Returns Integer 89264>>> Integer retVal 89264>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 89265>>> Function_Return retVal 89266>>> End_Function 89267>>> 89267>>> Procedure Set ComIconId Integer value 89269>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 89270>>> End_Procedure 89271>>> 89271>>> Function ComDefaultItem Returns Boolean 89273>>> Boolean retVal 89273>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 89274>>> Function_Return retVal 89275>>> End_Function 89276>>> 89276>>> Procedure Set ComDefaultItem Boolean value 89278>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 89279>>> End_Procedure 89280>>> 89280>>> Function ComFlags Returns OLEXTPControlFlags 89282>>> OLEXTPControlFlags retVal 89282>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 89283>>> Function_Return retVal 89284>>> End_Function 89285>>> 89285>>> Procedure Set ComFlags OLEXTPControlFlags value 89287>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 89288>>> End_Procedure 89289>>> 89289>>> Function ComCategory Returns String 89291>>> String retVal 89291>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 89292>>> Function_Return retVal 89293>>> End_Function 89294>>> 89294>>> Procedure Set ComCategory String value 89296>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 89297>>> End_Procedure 89298>>> 89298>>> Function ComHideFlags Returns OLEXTPControlHideFlags 89300>>> OLEXTPControlHideFlags retVal 89300>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 89301>>> Function_Return retVal 89302>>> End_Function 89303>>> 89303>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 89305>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 89306>>> End_Procedure 89307>>> 89307>>> Function ComCloseSubMenuOnClick Returns Boolean 89309>>> Boolean retVal 89309>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 89310>>> Function_Return retVal 89311>>> End_Function 89312>>> 89312>>> Procedure Set ComCloseSubMenuOnClick Boolean value 89314>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 89315>>> End_Procedure 89316>>> 89316>>> Function ComAction Returns Variant 89318>>> Variant retVal 89318>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 89319>>> Function_Return retVal 89320>>> End_Function 89321>>> 89321>>> Procedure Set ComAction Variant value 89323>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 89324>>> End_Procedure 89325>>> 89325>>> Function ComExecuteOnPressInterval Returns Integer 89327>>> Integer retVal 89327>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 89328>>> Function_Return retVal 89329>>> End_Function 89330>>> 89330>>> Procedure Set ComExecuteOnPressInterval Integer value 89332>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 89333>>> End_Procedure 89334>>> 89334>>> Function ComWidth Returns Integer 89336>>> Integer retVal 89336>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 89337>>> Function_Return retVal 89338>>> End_Function 89339>>> 89339>>> Procedure Set ComWidth Integer value 89341>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 89342>>> End_Procedure 89343>>> 89343>>> Function ComHeight Returns Integer 89345>>> Integer retVal 89345>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 89346>>> Function_Return retVal 89347>>> End_Function 89348>>> 89348>>> Procedure Set ComHeight Integer value 89350>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 89351>>> End_Procedure 89352>>> 89352>>> Function ComStyle Returns OLEXTPButtonStyle 89354>>> OLEXTPButtonStyle retVal 89354>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 89355>>> Function_Return retVal 89356>>> End_Function 89357>>> 89357>>> Procedure Set ComStyle OLEXTPButtonStyle value 89359>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 89360>>> End_Procedure 89361>>> 89361>>> Function ComKeyboardTip Returns String 89363>>> String retVal 89363>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 89364>>> Function_Return retVal 89365>>> End_Function 89366>>> 89366>>> Procedure Set ComKeyboardTip String value 89368>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 89369>>> End_Procedure 89370>>> 89370>>> Function ComHandle Returns Integer 89372>>> Integer retVal 89372>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 89373>>> Function_Return retVal 89374>>> End_Function 89375>>> 89375>>> Procedure Set ComHandle Integer value 89377>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 89378>>> End_Procedure 89379>>> 89379>>> Function ComVerticalOptions Returns OLEXTPControlCustomVerticalOptions 89381>>> OLEXTPControlCustomVerticalOptions retVal 89381>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 89382>>> Function_Return retVal 89383>>> End_Function 89384>>> 89384>>> Procedure Set ComVerticalOptions OLEXTPControlCustomVerticalOptions value 89386>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 89387>>> End_Procedure 89388>>> 89388>>> Function ComControls Returns Variant 89390>>> Handle hDispatchDriver 89390>>> Variant retVal 89390>>> Get phDispatchDriver to hDispatchDriver 89391>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 89392>>> Function_Return retVal 89393>>> End_Function 89394>>> 89394>>> Function ComParent Returns Variant 89396>>> Handle hDispatchDriver 89396>>> Variant retVal 89396>>> Get phDispatchDriver to hDispatchDriver 89397>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 89398>>> Function_Return retVal 89399>>> End_Function 89400>>> 89400>>> Function ComIndex Returns Integer 89402>>> Handle hDispatchDriver 89402>>> Integer retVal 89402>>> Get phDispatchDriver to hDispatchDriver 89403>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 89404>>> Function_Return retVal 89405>>> End_Function 89406>>> 89406>>> Function ComType Returns OLEXTPControlType 89408>>> Handle hDispatchDriver 89408>>> OLEXTPControlType retVal 89408>>> Get phDispatchDriver to hDispatchDriver 89409>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 89410>>> Function_Return retVal 89411>>> End_Function 89412>>> 89412>>> Procedure ComDelete 89414>>> Handle hDispatchDriver 89414>>> Get phDispatchDriver to hDispatchDriver 89415>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 89416>>> End_Procedure 89417>>> 89417>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 89419>>> Handle hDispatchDriver 89419>>> Variant retVal 89419>>> Get phDispatchDriver to hDispatchDriver 89420>>> Send PrepareParams to hDispatchDriver 2 89421>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 89422>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 89423>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 89424>>> Function_Return retVal 89425>>> End_Function 89426>>> 89426>>> Procedure ComSetFocus 89428>>> Handle hDispatchDriver 89428>>> Get phDispatchDriver to hDispatchDriver 89429>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 89430>>> End_Procedure 89431>>> 89431>>> Procedure ComExecute 89433>>> Handle hDispatchDriver 89433>>> Get phDispatchDriver to hDispatchDriver 89434>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 89435>>> End_Procedure 89436>>> 89436>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 89438>>> Handle hDispatchDriver 89438>>> Get phDispatchDriver to hDispatchDriver 89439>>> Send PrepareParams to hDispatchDriver 4 89440>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 89441>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 89442>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 89443>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 89444>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 89445>>> End_Procedure 89446>>> 89446>>> Function ComRibbonGroup Returns Variant 89448>>> Handle hDispatchDriver 89448>>> Variant retVal 89448>>> Get phDispatchDriver to hDispatchDriver 89449>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 89450>>> Function_Return retVal 89451>>> End_Function 89452>>> 89452>>> Procedure ComReset 89454>>> Handle hDispatchDriver 89454>>> Get phDispatchDriver to hDispatchDriver 89455>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 89456>>> End_Procedure 89457>>> 89457>>> Function ComTop Returns Integer 89459>>> Handle hDispatchDriver 89459>>> Integer retVal 89459>>> Get phDispatchDriver to hDispatchDriver 89460>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 89461>>> Function_Return retVal 89462>>> End_Function 89463>>> 89463>>> Function ComLeft Returns Integer 89465>>> Handle hDispatchDriver 89465>>> Integer retVal 89465>>> Get phDispatchDriver to hDispatchDriver 89466>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 89467>>> Function_Return retVal 89468>>> End_Function 89469>>> 89469>>> Function ComClone Variant llRecursive Returns Variant 89471>>> Handle hDispatchDriver 89471>>> Variant retVal 89471>>> Get phDispatchDriver to hDispatchDriver 89472>>> Send PrepareParams to hDispatchDriver 1 89473>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 89474>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 89475>>> Function_Return retVal 89476>>> End_Function 89477>>> 89477>>> Procedure ComSetIconSize Integer llcx Integer llcy 89479>>> Handle hDispatchDriver 89479>>> Get phDispatchDriver to hDispatchDriver 89480>>> Send PrepareParams to hDispatchDriver 2 89481>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 89482>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 89483>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 89484>>> End_Procedure 89485>>> 89485>>> Procedure ComSetSize Integer llcx Integer llcy 89487>>> Handle hDispatchDriver 89487>>> Get phDispatchDriver to hDispatchDriver 89488>>> Send PrepareParams to hDispatchDriver 2 89489>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 89490>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 89491>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 89492>>> End_Procedure 89493>>>End_Class 89494>>> 89494>>>Class cSigCjComCommandBarControlCustom is a cComAutomationObject 89495>>> Import_Class_Protocol cSigCjComICommandBarControlCustom 89496>>> 89496>>> Procedure Construct_Object 89498>>> Forward Send Construct_Object 89500>>> Set peAutoCreate to acNoAutoCreate 89501>>> End_Procedure 89502>>>End_Class 89503>>> 89503>>>Class cSigCjComICommandBarControls is a Mixin 89504>>> 89504>>> // Gets the number of controls in the collection. 89504>>> Function ComCount Returns Integer 89506>>> Handle hDispatchDriver 89506>>> Integer retVal 89506>>> Get phDispatchDriver to hDispatchDriver 89507>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 89508>>> Function_Return retVal 89509>>> End_Function 89510>>> 89510>>> // Gets an item from the collection by its index. 89510>>> Function ComItem Integer llIndex Returns Variant 89512>>> Handle hDispatchDriver 89512>>> Variant retVal 89512>>> Get phDispatchDriver to hDispatchDriver 89513>>> Send PrepareParams to hDispatchDriver 1 89514>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 89515>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 89516>>> Function_Return retVal 89517>>> End_Function 89518>>> 89518>>> Function Com_NewEnum Returns Variant 89520>>> Handle hDispatchDriver 89520>>> Variant retVal 89520>>> Get phDispatchDriver to hDispatchDriver 89521>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 89522>>> Function_Return retVal 89523>>> End_Function 89524>>> 89524>>> // Adds a new command bar control to the collection. 89524>>> Function ComAdd OLEXTPControlType llType Integer llId String llCaption Variant llBefore Variant llTemporary Returns Variant 89526>>> Handle hDispatchDriver 89526>>> Variant retVal 89526>>> Get phDispatchDriver to hDispatchDriver 89527>>> Send PrepareParams to hDispatchDriver 5 89528>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 89529>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 89530>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 89531>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 89532>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTemporary 89533>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 89534>>> Function_Return retVal 89535>>> End_Function 89536>>> 89536>>> // Gets the popup control representing the parent of the command bar 89536>>> Function ComParent Returns Variant 89538>>> Handle hDispatchDriver 89538>>> Variant retVal 89538>>> Get phDispatchDriver to hDispatchDriver 89539>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 89540>>> Function_Return retVal 89541>>> End_Function 89542>>> 89542>>> // Finds the specified control 89542>>> Function ComFind Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 89544>>> Handle hDispatchDriver 89544>>> Variant retVal 89544>>> Get phDispatchDriver to hDispatchDriver 89545>>> Send PrepareParams to hDispatchDriver 4 89546>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 89547>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 89548>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 89549>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 89550>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 89551>>> Function_Return retVal 89552>>> End_Function 89553>>> 89553>>> // Deletes all of the command bar controls from the collection 89553>>> Procedure ComDeleteAll 89555>>> Handle hDispatchDriver 89555>>> Get phDispatchDriver to hDispatchDriver 89556>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 89557>>> End_Procedure 89558>>> 89558>>> // Recreates original controls 89558>>> Procedure ComCreateOriginalControls 89560>>> Handle hDispatchDriver 89560>>> Get phDispatchDriver to hDispatchDriver 89561>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 89562>>> End_Procedure 89563>>> 89563>>> // Retrieve original controls 89563>>> Function ComOriginalControls Returns Variant 89565>>> Handle hDispatchDriver 89565>>> Variant retVal 89565>>> Get phDispatchDriver to hDispatchDriver 89566>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 89567>>> Function_Return retVal 89568>>> End_Function 89569>>> 89569>>> Procedure ComAddControl Variant llControl Variant llBefore 89571>>> Handle hDispatchDriver 89571>>> Get phDispatchDriver to hDispatchDriver 89572>>> Send PrepareParams to hDispatchDriver 2 89573>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl 89574>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 89575>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 89576>>> End_Procedure 89577>>>End_Class 89578>>> 89578>>>Class cSigCjComCommandBarControls is a cComAutomationObject 89579>>> Import_Class_Protocol cSigCjComICommandBarControls 89580>>> 89580>>> Procedure Construct_Object 89582>>> Forward Send Construct_Object 89584>>> Set peAutoCreate to acNoAutoCreate 89585>>> End_Procedure 89586>>>End_Class 89587>>> 89587>>>Class cSigCjComIKeyBinding is a Mixin 89588>>> 89588>>> Function ComCommand Returns Integer 89590>>> Integer retVal 89590>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 89591>>> Function_Return retVal 89592>>> End_Function 89593>>> 89593>>> Procedure Set ComCommand Integer value 89595>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 89596>>> End_Procedure 89597>>> 89597>>> Function ComShortcutText Returns String 89599>>> String retVal 89599>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 89600>>> Function_Return retVal 89601>>> End_Function 89602>>> 89602>>> Procedure Set ComShortcutText String value 89604>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 89605>>> End_Procedure 89606>>>End_Class 89607>>> 89607>>>Class cSigCjComKeyBinding is a cComAutomationObject 89608>>> Import_Class_Protocol cSigCjComIKeyBinding 89609>>> 89609>>> Procedure Construct_Object 89611>>> Forward Send Construct_Object 89613>>> Set peAutoCreate to acNoAutoCreate 89614>>> End_Procedure 89615>>>End_Class 89616>>> 89616>>>Class cSigCjComIKeyBindings is a Mixin 89617>>> 89617>>> Function ComUseSystemKeyNameText Returns Boolean 89619>>> Boolean retVal 89619>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 89620>>> Function_Return retVal 89621>>> End_Function 89622>>> 89622>>> Procedure Set ComUseSystemKeyNameText Boolean value 89624>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 89625>>> End_Procedure 89626>>> 89626>>> Function ComAllowDoubleKeyShortcuts Returns Boolean 89628>>> Boolean retVal 89628>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 89629>>> Function_Return retVal 89630>>> End_Function 89631>>> 89631>>> Procedure Set ComAllowDoubleKeyShortcuts Boolean value 89633>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 89634>>> End_Procedure 89635>>> 89635>>> Function ComEnabled Returns Boolean 89637>>> Boolean retVal 89637>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 89638>>> Function_Return retVal 89639>>> End_Function 89640>>> 89640>>> Procedure Set ComEnabled Boolean value 89642>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 89643>>> End_Procedure 89644>>> 89644>>> Function ComDisableOnCapture Returns Boolean 89646>>> Boolean retVal 89646>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 89647>>> Function_Return retVal 89648>>> End_Function 89649>>> 89649>>> Procedure Set ComDisableOnCapture Boolean value 89651>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 89652>>> End_Procedure 89653>>> 89653>>> Function ComEnableCustomShortcutText Returns Boolean 89655>>> Boolean retVal 89655>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 89656>>> Function_Return retVal 89657>>> End_Function 89658>>> 89658>>> Procedure Set ComEnableCustomShortcutText Boolean value 89660>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 89661>>> End_Procedure 89662>>> 89662>>> Procedure ComAdd Integer llfVirt Integer llKey Integer llCommand 89664>>> Handle hDispatchDriver 89664>>> Get phDispatchDriver to hDispatchDriver 89665>>> Send PrepareParams to hDispatchDriver 3 89666>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llfVirt 89667>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llKey 89668>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 89669>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 89670>>> End_Procedure 89671>>> 89671>>> Procedure ComAddShortcut Integer llCommand String llShortcut 89673>>> Handle hDispatchDriver 89673>>> Get phDispatchDriver to hDispatchDriver 89674>>> Send PrepareParams to hDispatchDriver 2 89675>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 89676>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llShortcut 89677>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 89678>>> End_Procedure 89679>>> 89679>>> Procedure ComDeleteAll 89681>>> Handle hDispatchDriver 89681>>> Get phDispatchDriver to hDispatchDriver 89682>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 89683>>> End_Procedure 89684>>> 89684>>> Procedure ComSetKeyNameText Integer llKey String llKeyName 89686>>> Handle hDispatchDriver 89686>>> Get phDispatchDriver to hDispatchDriver 89687>>> Send PrepareParams to hDispatchDriver 2 89688>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llKey 89689>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llKeyName 89690>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 89691>>> End_Procedure 89692>>> 89692>>> Procedure ComDelete Integer llCommand 89694>>> Handle hDispatchDriver 89694>>> Get phDispatchDriver to hDispatchDriver 89695>>> Send PrepareParams to hDispatchDriver 1 89696>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 89697>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 89698>>> End_Procedure 89699>>> 89699>>> Function ComCount Returns Integer 89701>>> Handle hDispatchDriver 89701>>> Integer retVal 89701>>> Get phDispatchDriver to hDispatchDriver 89702>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 89703>>> Function_Return retVal 89704>>> End_Function 89705>>> 89705>>> Function Com_NewEnum Returns Variant 89707>>> Handle hDispatchDriver 89707>>> Variant retVal 89707>>> Get phDispatchDriver to hDispatchDriver 89708>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 89709>>> Function_Return retVal 89710>>> End_Function 89711>>> 89711>>> // Gets an item from the collection by its Id. 89711>>> Function ComShortcut Integer llIndex Returns Variant 89713>>> Handle hDispatchDriver 89713>>> Variant retVal 89713>>> Get phDispatchDriver to hDispatchDriver 89714>>> Send PrepareParams to hDispatchDriver 1 89715>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 89716>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 89717>>> Function_Return retVal 89718>>> End_Function 89719>>> 89719>>> Function ComFindShortcut Integer llCommand Returns Variant 89721>>> Handle hDispatchDriver 89721>>> Variant retVal 89721>>> Get phDispatchDriver to hDispatchDriver 89722>>> Send PrepareParams to hDispatchDriver 1 89723>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 89724>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 89725>>> Function_Return retVal 89726>>> End_Function 89727>>>End_Class 89728>>> 89728>>>Class cSigCjComIKeyBindingsEvents is a Mixin 89729>>> 89729>>> Procedure OnComBeforeTranslate Integer llCommand Variant llCancel 89731>>> End_Procedure 89732>>> 89732>>> Procedure OnComBeforeAdd Integer llfVirt Integer llKey Integer llCommand Variant llCancel 89734>>> End_Procedure 89735>>> 89735>>> Procedure OnComBeforeRemove Integer llfVirt Integer llKey Integer llCommand Variant llCancel 89737>>> End_Procedure 89738>>> 89738>>> Procedure RegisterComEvents 89740>>> Send RegisterComEvent 1 msg_OnComBeforeTranslate 89741>>> Send RegisterComEvent 2 msg_OnComBeforeAdd 89742>>> Send RegisterComEvent 3 msg_OnComBeforeRemove 89743>>> End_Procedure 89744>>>End_Class 89745>>> 89745>>>Class cSigCjComKeyBindings is a cComAutomationObject 89746>>> Import_Class_Protocol cSigCjComIKeyBindings 89747>>> Import_Class_Protocol cSigCjComIKeyBindingsEvents 89748>>> 89748>>> Procedure Construct_Object 89750>>> Forward Send Construct_Object 89752>>> Set psEventId to "{C0DE2030-B842-4945-A2F6-CA4237496689}" 89753>>> Set peAutoCreate to acNoAutoCreate 89754>>> End_Procedure 89755>>>End_Class 89756>>> 89756>>>Class cSigCjComICommandBarsOptions is a Mixin 89757>>> 89757>>> Function ComAlwaysShowFullMenus Returns Boolean 89759>>> Boolean retVal 89759>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 89760>>> Function_Return retVal 89761>>> End_Function 89762>>> 89762>>> Procedure Set ComAlwaysShowFullMenus Boolean value 89764>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 89765>>> End_Procedure 89766>>> 89766>>> Function ComShowFullAfterDelay Returns Boolean 89768>>> Boolean retVal 89768>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 89769>>> Function_Return retVal 89770>>> End_Function 89771>>> 89771>>> Procedure Set ComShowFullAfterDelay Boolean value 89773>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 89774>>> End_Procedure 89775>>> 89775>>> Function ComToolBarScreenTips Returns Boolean 89777>>> Boolean retVal 89777>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 89778>>> Function_Return retVal 89779>>> End_Function 89780>>> 89780>>> Procedure Set ComToolBarScreenTips Boolean value 89782>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 89783>>> End_Procedure 89784>>> 89784>>> Function ComToolBarAccelTips Returns Boolean 89786>>> Boolean retVal 89786>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 89787>>> Function_Return retVal 89788>>> End_Function 89789>>> 89789>>> Procedure Set ComToolBarAccelTips Boolean value 89791>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 89792>>> End_Procedure 89793>>> 89793>>> Function ComLargeIcons Returns Boolean 89795>>> Boolean retVal 89795>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 89796>>> Function_Return retVal 89797>>> End_Function 89798>>> 89798>>> Procedure Set ComLargeIcons Boolean value 89800>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 89801>>> End_Procedure 89802>>> 89802>>> Function ComUseFadedIcons Returns Boolean 89804>>> Boolean retVal 89804>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 89805>>> Function_Return retVal 89806>>> End_Function 89807>>> 89807>>> Procedure Set ComUseFadedIcons Boolean value 89809>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 89810>>> End_Procedure 89811>>> 89811>>> Function ComUseDisabledIcons Returns Boolean 89813>>> Boolean retVal 89813>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 89814>>> Function_Return retVal 89815>>> End_Function 89816>>> 89816>>> Procedure Set ComUseDisabledIcons Boolean value 89818>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 89819>>> End_Procedure 89820>>> 89820>>> Function ComIconsWithShadow Returns Boolean 89822>>> Boolean retVal 89822>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 89823>>> Function_Return retVal 89824>>> End_Function 89825>>> 89825>>> Procedure Set ComIconsWithShadow Boolean value 89827>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 89828>>> End_Procedure 89829>>> 89829>>> Function ComShowExpandButtonAlways Returns Boolean 89831>>> Boolean retVal 89831>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 89832>>> Function_Return retVal 89833>>> End_Function 89834>>> 89834>>> Procedure Set ComShowExpandButtonAlways Boolean value 89836>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 89837>>> End_Procedure 89838>>> 89838>>> Function ComAnimation Returns OLEXTPAnimationType 89840>>> OLEXTPAnimationType retVal 89840>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 89841>>> Function_Return retVal 89842>>> End_Function 89843>>> 89843>>> Procedure Set ComAnimation OLEXTPAnimationType value 89845>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 89846>>> End_Procedure 89847>>> 89847>>> Function ComLunaColors Returns Boolean 89849>>> Boolean retVal 89849>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 89850>>> Function_Return retVal 89851>>> End_Function 89852>>> 89852>>> Procedure Set ComLunaColors Boolean value 89854>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 89855>>> End_Procedure 89856>>> 89856>>> Function ComUseSharedImageList Returns Boolean 89858>>> Boolean retVal 89858>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 89859>>> Function_Return retVal 89860>>> End_Function 89861>>> 89861>>> Procedure Set ComUseSharedImageList Boolean value 89863>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 89864>>> End_Procedure 89865>>> 89865>>> Function ComSyncFloatingToolbars Returns Boolean 89867>>> Boolean retVal 89867>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 89868>>> Function_Return retVal 89869>>> End_Function 89870>>> 89870>>> Procedure Set ComSyncFloatingToolbars Boolean value 89872>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 89873>>> End_Procedure 89874>>> 89874>>> Function ComFloatToolbarsByDoubleClick Returns Boolean 89876>>> Boolean retVal 89876>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 89877>>> Function_Return retVal 89878>>> End_Function 89879>>> 89879>>> Procedure Set ComFloatToolbarsByDoubleClick Boolean value 89881>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 89882>>> End_Procedure 89883>>> 89883>>> Function ComAutoHideUnusedPopups Returns Boolean 89885>>> Boolean retVal 89885>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 89886>>> Function_Return retVal 89887>>> End_Function 89888>>> 89888>>> Procedure Set ComAutoHideUnusedPopups Boolean value 89890>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 89891>>> End_Procedure 89892>>> 89892>>> Function ComShowPopupBarToolTips Returns Boolean 89894>>> Boolean retVal 89894>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 89895>>> Function_Return retVal 89896>>> End_Function 89897>>> 89897>>> Procedure Set ComShowPopupBarToolTips Boolean value 89899>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 89900>>> End_Procedure 89901>>> 89901>>> Function ComShowTextBelowIcons Returns Boolean 89903>>> Boolean retVal 89903>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 89904>>> Function_Return retVal 89905>>> End_Function 89906>>> 89906>>> Procedure Set ComShowTextBelowIcons Boolean value 89908>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 89909>>> End_Procedure 89910>>> 89910>>> Function ComUpdatePeriod Returns Integer 89912>>> Integer retVal 89912>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 89913>>> Function_Return retVal 89914>>> End_Function 89915>>> 89915>>> Procedure Set ComUpdatePeriod Integer value 89917>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 89918>>> End_Procedure 89919>>> 89919>>> Function ComAltDragCustomization Returns Boolean 89921>>> Boolean retVal 89921>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 89922>>> Function_Return retVal 89923>>> End_Function 89924>>> 89924>>> Procedure Set ComAltDragCustomization Boolean value 89926>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 89927>>> End_Procedure 89928>>> 89928>>> Function ComFont Returns Variant 89930>>> Variant retVal 89930>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 89931>>> Function_Return retVal 89932>>> End_Function 89933>>> 89933>>> Procedure Set ComFont Variant value 89935>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 89936>>> End_Procedure 89937>>> 89937>>> Function ComMaxPopupWidth Returns Real 89939>>> Real retVal 89939>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_R8 to retVal 89940>>> Function_Return retVal 89941>>> End_Function 89942>>> 89942>>> Procedure Set ComMaxPopupWidth Real value 89944>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_R8 to value 89945>>> End_Procedure 89946>>> 89946>>> Function ComKeyboardCuesShow Returns OLEXTPKeyboardCuesShow 89948>>> OLEXTPKeyboardCuesShow retVal 89948>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 89949>>> Function_Return retVal 89950>>> End_Function 89951>>> 89951>>> Procedure Set ComKeyboardCuesShow OLEXTPKeyboardCuesShow value 89953>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 89954>>> End_Procedure 89955>>> 89955>>> Function ComKeyboardCuesUse Returns OLEXTPKeyboardCuesUse 89957>>> OLEXTPKeyboardCuesUse retVal 89957>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 89958>>> Function_Return retVal 89959>>> End_Function 89960>>> 89960>>> Procedure Set ComKeyboardCuesUse OLEXTPKeyboardCuesUse value 89962>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 89963>>> End_Procedure 89964>>> 89964>>> Function ComFloatingBarCaptionFont Returns Variant 89966>>> Variant retVal 89966>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to retVal 89967>>> Function_Return retVal 89968>>> End_Function 89969>>> 89969>>> Procedure Set ComFloatingBarCaptionFont Variant value 89971>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_DISPATCH to value 89972>>> End_Procedure 89973>>> 89973>>> Function ComComboBoxFont Returns Variant 89975>>> Variant retVal 89975>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to retVal 89976>>> Function_Return retVal 89977>>> End_Function 89978>>> 89978>>> Procedure Set ComComboBoxFont Variant value 89980>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to value 89981>>> End_Procedure 89982>>> 89982>>> Function ComOfficeStyleDisabledIcons Returns Boolean 89984>>> Boolean retVal 89984>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 89985>>> Function_Return retVal 89986>>> End_Function 89987>>> 89987>>> Procedure Set ComOfficeStyleDisabledIcons Boolean value 89989>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 89990>>> End_Procedure 89991>>> 89991>>> Function ComExpandHoverDelay Returns Integer 89993>>> Integer retVal 89993>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 89994>>> Function_Return retVal 89995>>> End_Function 89996>>> 89996>>> Procedure Set ComExpandHoverDelay Integer value 89998>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 89999>>> End_Procedure 90000>>> 90000>>> Function ComExpandDelay Returns Integer 90002>>> Integer retVal 90002>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 90003>>> Function_Return retVal 90004>>> End_Function 90005>>> 90005>>> Procedure Set ComExpandDelay Integer value 90007>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 90008>>> End_Procedure 90009>>> 90009>>> Function ComUseAltNumPadKeys Returns Boolean 90011>>> Boolean retVal 90011>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 90012>>> Function_Return retVal 90013>>> End_Function 90014>>> 90014>>> Procedure Set ComUseAltNumPadKeys Boolean value 90016>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 90017>>> End_Procedure 90018>>> 90018>>> Function ComUseSystemSaveBitsStyle Returns Boolean 90020>>> Boolean retVal 90020>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 90021>>> Function_Return retVal 90022>>> End_Function 90023>>> 90023>>> Procedure Set ComUseSystemSaveBitsStyle Boolean value 90025>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 90026>>> End_Procedure 90027>>> 90027>>> Function ComWrapLargePopups Returns Boolean 90029>>> Boolean retVal 90029>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 90030>>> Function_Return retVal 90031>>> End_Function 90032>>> 90032>>> Procedure Set ComWrapLargePopups Boolean value 90034>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 90035>>> End_Procedure 90036>>> 90036>>> Function ComShowKeyboardTips Returns Boolean 90038>>> Boolean retVal 90038>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 90039>>> Function_Return retVal 90040>>> End_Function 90041>>> 90041>>> Procedure Set ComShowKeyboardTips Boolean value 90043>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 90044>>> End_Procedure 90045>>> 90045>>> Function ComShowContextMenuAccelerators Returns Boolean 90047>>> Boolean retVal 90047>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal 90048>>> Function_Return retVal 90049>>> End_Function 90050>>> 90050>>> Procedure Set ComShowContextMenuAccelerators Boolean value 90052>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value 90053>>> End_Procedure 90054>>> 90054>>> // Synchronizes the activation of the mini-frame windows to the activation of its parent window 90054>>> Function ComSyncActiveFloatingFrames Returns Boolean 90056>>> Boolean retVal 90056>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 90057>>> Function_Return retVal 90058>>> End_Function 90059>>> 90059>>> // Synchronizes the activation of the mini-frame windows to the activation of its parent window 90059>>> Procedure Set ComSyncActiveFloatingFrames Boolean value 90061>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 90062>>> End_Procedure 90063>>> 90063>>> Function ComShowMiniToolbarTips Returns Boolean 90065>>> Boolean retVal 90065>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 90066>>> Function_Return retVal 90067>>> End_Function 90068>>> 90068>>> Procedure Set ComShowMiniToolbarTips Boolean value 90070>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 90071>>> End_Procedure 90072>>> 90072>>> // Color value for VisualStudio 2015 (and above) state color, usually applied to frame border and status bar 90072>>> Function ComVSStateColor Returns OLE_COLOR 90074>>> OLE_COLOR retVal 90074>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 90075>>> Function_Return retVal 90076>>> End_Function 90077>>> 90077>>> // Color value for VisualStudio 2015 (and above) state color, usually applied to frame border and status bar 90077>>> Procedure Set ComVSStateColor OLE_COLOR value 90079>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 90080>>> End_Procedure 90081>>> 90081>>> Function ComShowPopupButtonsSelectedToolbarOnly Returns Boolean 90083>>> Boolean retVal 90083>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal 90084>>> Function_Return retVal 90085>>> End_Function 90086>>> 90086>>> Procedure Set ComShowPopupButtonsSelectedToolbarOnly Boolean value 90088>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value 90089>>> End_Procedure 90090>>> 90090>>> Procedure ComSetIconSize Boolean llLargeIcons Integer llcx Integer llcy 90092>>> Handle hDispatchDriver 90092>>> Get phDispatchDriver to hDispatchDriver 90093>>> Send PrepareParams to hDispatchDriver 3 90094>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLargeIcons 90095>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 90096>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 90097>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 90098>>> End_Procedure 90099>>> 90099>>> Function ComGetIconWidth Boolean llLargeIcons Returns Integer 90101>>> Handle hDispatchDriver 90101>>> Integer retVal 90101>>> Get phDispatchDriver to hDispatchDriver 90102>>> Send PrepareParams to hDispatchDriver 1 90103>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLargeIcons 90104>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 90105>>> Function_Return retVal 90106>>> End_Function 90107>>> 90107>>> Function ComGetIconHeight Boolean llLargeIcons Returns Integer 90109>>> Handle hDispatchDriver 90109>>> Integer retVal 90109>>> Get phDispatchDriver to hDispatchDriver 90110>>> Send PrepareParams to hDispatchDriver 1 90111>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llLargeIcons 90112>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 90113>>> Function_Return retVal 90114>>> End_Function 90115>>> 90115>>> Procedure ComAddHiddenCommand Integer llCommand 90117>>> Handle hDispatchDriver 90117>>> Get phDispatchDriver to hDispatchDriver 90118>>> Send PrepareParams to hDispatchDriver 1 90119>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 90120>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 90121>>> End_Procedure 90122>>> 90122>>> Procedure ComSetPopupIconSize Integer llcx Integer llcy 90124>>> Handle hDispatchDriver 90124>>> Get phDispatchDriver to hDispatchDriver 90125>>> Send PrepareParams to hDispatchDriver 2 90126>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 90127>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 90128>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 90129>>> End_Procedure 90130>>> 90130>>> Function ComGetPopupIconWidth Returns Integer 90132>>> Handle hDispatchDriver 90132>>> Integer retVal 90132>>> Get phDispatchDriver to hDispatchDriver 90133>>> Get InvokeComMethod of hDispatchDriver 41 OLE_VT_I4 to retVal 90134>>> Function_Return retVal 90135>>> End_Function 90136>>> 90136>>> Function ComGetPopupIconHeight Returns Integer 90138>>> Handle hDispatchDriver 90138>>> Integer retVal 90138>>> Get phDispatchDriver to hDispatchDriver 90139>>> Get InvokeComMethod of hDispatchDriver 42 OLE_VT_I4 to retVal 90140>>> Function_Return retVal 90141>>> End_Function 90142>>> 90142>>> Procedure ComRemoveHiddenCommands 90144>>> Handle hDispatchDriver 90144>>> Get phDispatchDriver to hDispatchDriver 90145>>> Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID 90146>>> End_Procedure 90147>>> 90147>>> Procedure ComSetDPIScallingOptions Boolean llbScaleGalleryItems Boolean llbScaleToolbarIcons 90149>>> Handle hDispatchDriver 90149>>> Get phDispatchDriver to hDispatchDriver 90150>>> Send PrepareParams to hDispatchDriver 2 90151>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbScaleGalleryItems 90152>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbScaleToolbarIcons 90153>>> Send InvokeComMethod to hDispatchDriver 39 OLE_VT_VOID 90154>>> End_Procedure 90155>>> 90155>>> Function ComIsDPIScallingEnabled Returns Boolean 90157>>> Handle hDispatchDriver 90157>>> Boolean retVal 90157>>> Get phDispatchDriver to hDispatchDriver 90158>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_BOOL to retVal 90159>>> Function_Return retVal 90160>>> End_Function 90161>>>End_Class 90162>>> 90162>>>Class cSigCjComCommandBarsOptions is a cComAutomationObject 90163>>> Import_Class_Protocol cSigCjComICommandBarsOptions 90164>>> 90164>>> Procedure Construct_Object 90166>>> Forward Send Construct_Object 90168>>> Set peAutoCreate to acNoAutoCreate 90169>>> End_Procedure 90170>>>End_Class 90171>>> 90171>>>Class cSigCjComICommandBar is a Mixin 90172>>> 90172>>> Function ComTitle Returns String 90174>>> String retVal 90174>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 90175>>> Function_Return retVal 90176>>> End_Function 90177>>> 90177>>> Procedure Set ComTitle String value 90179>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 90180>>> End_Procedure 90181>>> 90181>>> Function ComVisible Returns Boolean 90183>>> Boolean retVal 90183>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 90184>>> Function_Return retVal 90185>>> End_Function 90186>>> 90186>>> Procedure Set ComVisible Boolean value 90188>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 90189>>> End_Procedure 90190>>> 90190>>> Function ComPosition Returns OLEXTPBarPosition 90192>>> OLEXTPBarPosition retVal 90192>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 90193>>> Function_Return retVal 90194>>> End_Function 90195>>> 90195>>> Procedure Set ComPosition OLEXTPBarPosition value 90197>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 90198>>> End_Procedure 90199>>> 90199>>> Function ComBarID Returns Integer 90201>>> Integer retVal 90201>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 90202>>> Function_Return retVal 90203>>> End_Function 90204>>> 90204>>> Procedure Set ComBarID Integer value 90206>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 90207>>> End_Procedure 90208>>> 90208>>> Function ComContextMenuPresent Returns Boolean 90210>>> Boolean retVal 90210>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 90211>>> Function_Return retVal 90212>>> End_Function 90213>>> 90213>>> Procedure Set ComContextMenuPresent Boolean value 90215>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 90216>>> End_Procedure 90217>>> 90217>>> Function ComWidth Returns Integer 90219>>> Integer retVal 90219>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 90220>>> Function_Return retVal 90221>>> End_Function 90222>>> 90222>>> Procedure Set ComWidth Integer value 90224>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 90225>>> End_Procedure 90226>>> 90226>>> Function ComCloseable Returns Boolean 90228>>> Boolean retVal 90228>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 90229>>> Function_Return retVal 90230>>> End_Function 90231>>> 90231>>> Procedure Set ComCloseable Boolean value 90233>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 90234>>> End_Procedure 90235>>> 90235>>> Function ComEnableAnimation Returns Boolean 90237>>> Boolean retVal 90237>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 90238>>> Function_Return retVal 90239>>> End_Function 90240>>> 90240>>> Procedure Set ComEnableAnimation Boolean value 90242>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 90243>>> End_Procedure 90244>>> 90244>>> Function ComShowGripper Returns Boolean 90246>>> Boolean retVal 90246>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 90247>>> Function_Return retVal 90248>>> End_Function 90249>>> 90249>>> Procedure Set ComShowGripper Boolean value 90251>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 90252>>> End_Procedure 90253>>> 90253>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 90255>>> OLEXTPButtonStyle retVal 90255>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 90256>>> Function_Return retVal 90257>>> End_Function 90258>>> 90258>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 90260>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 90261>>> End_Procedure 90262>>> 90262>>> Function ComCustomizable Returns Boolean 90264>>> Boolean retVal 90264>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 90265>>> Function_Return retVal 90266>>> End_Function 90267>>> 90267>>> Procedure Set ComCustomizable Boolean value 90269>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 90270>>> End_Procedure 90271>>> 90271>>> Function ComShowTextBelowIcons Returns Boolean 90273>>> Boolean retVal 90273>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 90274>>> Function_Return retVal 90275>>> End_Function 90276>>> 90276>>> Procedure Set ComShowTextBelowIcons Boolean value 90278>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 90279>>> End_Procedure 90280>>> 90280>>> Function ComDoubleGripper Returns Boolean 90282>>> Boolean retVal 90282>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 90283>>> Function_Return retVal 90284>>> End_Function 90285>>> 90285>>> Procedure Set ComDoubleGripper Boolean value 90287>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 90288>>> End_Procedure 90289>>> 90289>>> Function ComShowExpandButton Returns Boolean 90291>>> Boolean retVal 90291>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 90292>>> Function_Return retVal 90293>>> End_Function 90294>>> 90294>>> Procedure Set ComShowExpandButton Boolean value 90296>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 90297>>> End_Procedure 90298>>> 90298>>> Function ComSelectedControl Returns Variant 90300>>> Variant retVal 90300>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal 90301>>> Function_Return retVal 90302>>> End_Function 90303>>> 90303>>> Procedure Set ComSelectedControl Variant value 90305>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value 90306>>> End_Procedure 90307>>> 90307>>> Function ComCustomizeDialogPresent Returns Boolean 90309>>> Boolean retVal 90309>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 90310>>> Function_Return retVal 90311>>> End_Function 90312>>> 90312>>> Procedure Set ComCustomizeDialogPresent Boolean value 90314>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 90315>>> End_Procedure 90316>>> 90316>>> Function ComTextOrientation Returns OLEXTPBarTextOrientation 90318>>> OLEXTPBarTextOrientation retVal 90318>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 90319>>> Function_Return retVal 90320>>> End_Function 90321>>> 90321>>> Procedure Set ComTextOrientation OLEXTPBarTextOrientation value 90323>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 90324>>> End_Procedure 90325>>> 90325>>> Function ComType Returns OLEXTPBarType 90327>>> Handle hDispatchDriver 90327>>> OLEXTPBarType retVal 90327>>> Get phDispatchDriver to hDispatchDriver 90328>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 90329>>> Function_Return retVal 90330>>> End_Function 90331>>> 90331>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 90333>>> Handle hDispatchDriver 90333>>> Get phDispatchDriver to hDispatchDriver 90334>>> Send PrepareParams to hDispatchDriver 1 90335>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 90336>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 90337>>> End_Procedure 90338>>> 90338>>> Function ComBuiltIn Returns Boolean 90340>>> Handle hDispatchDriver 90340>>> Boolean retVal 90340>>> Get phDispatchDriver to hDispatchDriver 90341>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 90342>>> Function_Return retVal 90343>>> End_Function 90344>>> 90344>>> Procedure ComDelete 90346>>> Handle hDispatchDriver 90346>>> Get phDispatchDriver to hDispatchDriver 90347>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 90348>>> End_Procedure 90349>>> 90349>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 90351>>> Handle hDispatchDriver 90351>>> Get phDispatchDriver to hDispatchDriver 90352>>> Send PrepareParams to hDispatchDriver 4 90353>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 90354>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 90355>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 90356>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 90357>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 90358>>> End_Procedure 90359>>> 90359>>> Function ComHWnd Returns OLE_HANDLE 90361>>> Handle hDispatchDriver 90361>>> OLE_HANDLE retVal 90361>>> Get phDispatchDriver to hDispatchDriver 90362>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 90363>>> Function_Return retVal 90364>>> End_Function 90365>>> 90365>>> Function ComCommandBars Returns Variant 90367>>> Handle hDispatchDriver 90367>>> Variant retVal 90367>>> Get phDispatchDriver to hDispatchDriver 90368>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 90369>>> Function_Return retVal 90370>>> End_Function 90371>>> 90371>>> Function ComControls Returns Variant 90373>>> Handle hDispatchDriver 90373>>> Variant retVal 90373>>> Get phDispatchDriver to hDispatchDriver 90374>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 90375>>> Function_Return retVal 90376>>> End_Function 90377>>> 90377>>> Function ComShowPopup Variant llFlags Variant llx Variant lly Returns Integer 90379>>> Handle hDispatchDriver 90379>>> Integer retVal 90379>>> Get phDispatchDriver to hDispatchDriver 90380>>> Send PrepareParams to hDispatchDriver 3 90381>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags 90382>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx 90383>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly 90384>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 90385>>> Function_Return retVal 90386>>> End_Function 90387>>> 90387>>> Procedure ComSetIconSize Integer llcx Integer llcy 90389>>> Handle hDispatchDriver 90389>>> Get phDispatchDriver to hDispatchDriver 90390>>> Send PrepareParams to hDispatchDriver 2 90391>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 90392>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 90393>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 90394>>> End_Procedure 90395>>> 90395>>> Function ComGetIconWidth Returns Integer 90397>>> Handle hDispatchDriver 90397>>> Integer retVal 90397>>> Get phDispatchDriver to hDispatchDriver 90398>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 90399>>> Function_Return retVal 90400>>> End_Function 90401>>> 90401>>> Function ComGetIconHeight Returns Integer 90403>>> Handle hDispatchDriver 90403>>> Integer retVal 90403>>> Get phDispatchDriver to hDispatchDriver 90404>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 90405>>> Function_Return retVal 90406>>> End_Function 90407>>> 90407>>> Procedure ComSetTearOffPopup String llCaption Integer llId Integer llWidth 90409>>> Handle hDispatchDriver 90409>>> Get phDispatchDriver to hDispatchDriver 90410>>> Send PrepareParams to hDispatchDriver 3 90411>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 90412>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90413>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 90414>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 90415>>> End_Procedure 90416>>> 90416>>> Function ComParent Returns Variant 90418>>> Handle hDispatchDriver 90418>>> Variant retVal 90418>>> Get phDispatchDriver to hDispatchDriver 90419>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 90420>>> Function_Return retVal 90421>>> End_Function 90422>>> 90422>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 90424>>> Handle hDispatchDriver 90424>>> Variant retVal 90424>>> Get phDispatchDriver to hDispatchDriver 90425>>> Send PrepareParams to hDispatchDriver 4 90426>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 90427>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 90428>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 90429>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 90430>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 90431>>> Function_Return retVal 90432>>> End_Function 90433>>> 90433>>> Procedure ComSetPopupToolBar Boolean llToolBarType 90435>>> Handle hDispatchDriver 90435>>> Get phDispatchDriver to hDispatchDriver 90436>>> Send PrepareParams to hDispatchDriver 1 90437>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llToolBarType 90438>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 90439>>> End_Procedure 90440>>> 90440>>> Procedure ComSetFlags OLEXTPMenuBarFlags llAdd OLEXTPMenuBarFlags llRemove 90442>>> Handle hDispatchDriver 90442>>> Get phDispatchDriver to hDispatchDriver 90443>>> Send PrepareParams to hDispatchDriver 2 90444>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 90445>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 90446>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 90447>>> End_Procedure 90448>>> 90448>>> Procedure ComModifyStyle OLEXTPCommandBarStyle llRemove OLEXTPCommandBarStyle llAdd 90450>>> Handle hDispatchDriver 90450>>> Get phDispatchDriver to hDispatchDriver 90451>>> Send PrepareParams to hDispatchDriver 2 90452>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 90453>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 90454>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 90455>>> End_Procedure 90456>>> 90456>>> Procedure ComRedrawBar 90458>>> Handle hDispatchDriver 90458>>> Get phDispatchDriver to hDispatchDriver 90459>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 90460>>> End_Procedure 90461>>> 90461>>> Procedure ComRecalcLayout 90463>>> Handle hDispatchDriver 90463>>> Get phDispatchDriver to hDispatchDriver 90464>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 90465>>> End_Procedure 90466>>> 90466>>> Procedure ComReset 90468>>> Handle hDispatchDriver 90468>>> Get phDispatchDriver to hDispatchDriver 90469>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 90470>>> End_Procedure 90471>>>End_Class 90472>>> 90472>>>Class cSigCjComCommandBar is a cComAutomationObject 90473>>> Import_Class_Protocol cSigCjComICommandBar 90474>>> 90474>>> Procedure Construct_Object 90476>>> Forward Send Construct_Object 90478>>> Set peAutoCreate to acNoAutoCreate 90479>>> End_Procedure 90480>>>End_Class 90481>>> 90481>>>Class cSigCjComIMenuBarMDIMenu is a Mixin 90482>>> 90482>>> Function ComCaption Returns String 90484>>> String retVal 90484>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 90485>>> Function_Return retVal 90486>>> End_Function 90487>>> 90487>>> Procedure Set ComCaption String value 90489>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 90490>>> End_Procedure 90491>>> 90491>>> Function ComDescription Returns String 90493>>> String retVal 90493>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 90494>>> Function_Return retVal 90495>>> End_Function 90496>>> 90496>>> Procedure Set ComDescription String value 90498>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 90499>>> End_Procedure 90500>>> 90500>>> Function ComId Returns Integer 90502>>> Handle hDispatchDriver 90502>>> Integer retVal 90502>>> Get phDispatchDriver to hDispatchDriver 90503>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 90504>>> Function_Return retVal 90505>>> End_Function 90506>>> 90506>>> Function ComControls Returns Variant 90508>>> Handle hDispatchDriver 90508>>> Variant retVal 90508>>> Get phDispatchDriver to hDispatchDriver 90509>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 90510>>> Function_Return retVal 90511>>> End_Function 90512>>>End_Class 90513>>> 90513>>>Class cSigCjComMenuBarMDIMenu is a cComAutomationObject 90514>>> Import_Class_Protocol cSigCjComIMenuBarMDIMenu 90515>>> 90515>>> Procedure Construct_Object 90517>>> Forward Send Construct_Object 90519>>> Set peAutoCreate to acNoAutoCreate 90520>>> End_Procedure 90521>>>End_Class 90522>>> 90522>>>Class cSigCjComIMenuBarMDIMenus is a Mixin 90523>>> 90523>>> // Gets the number of menus in the collection. 90523>>> Function ComCount Returns Integer 90525>>> Handle hDispatchDriver 90525>>> Integer retVal 90525>>> Get phDispatchDriver to hDispatchDriver 90526>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 90527>>> Function_Return retVal 90528>>> End_Function 90529>>> 90529>>> // Gets an item from the collection by its Id. 90529>>> Function ComItem Integer llId Returns Variant 90531>>> Handle hDispatchDriver 90531>>> Variant retVal 90531>>> Get phDispatchDriver to hDispatchDriver 90532>>> Send PrepareParams to hDispatchDriver 1 90533>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90534>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 90535>>> Function_Return retVal 90536>>> End_Function 90537>>> 90537>>> Function Com_NewEnum Returns Variant 90539>>> Handle hDispatchDriver 90539>>> Variant retVal 90539>>> Get phDispatchDriver to hDispatchDriver 90540>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 90541>>> Function_Return retVal 90542>>> End_Function 90543>>> 90543>>> Function ComAdd Integer llId String llCaption String llDescription Returns Variant 90545>>> Handle hDispatchDriver 90545>>> Variant retVal 90545>>> Get phDispatchDriver to hDispatchDriver 90546>>> Send PrepareParams to hDispatchDriver 3 90547>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90548>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 90549>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llDescription 90550>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 90551>>> Function_Return retVal 90552>>> End_Function 90553>>> 90553>>> // Deletes all of the menus from the collection 90553>>> Procedure ComDeleteAll 90555>>> Handle hDispatchDriver 90555>>> Get phDispatchDriver to hDispatchDriver 90556>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 90557>>> End_Procedure 90558>>>End_Class 90559>>> 90559>>>Class cSigCjComMenuBarMDIMenus is a cComAutomationObject 90560>>> Import_Class_Protocol cSigCjComIMenuBarMDIMenus 90561>>> 90561>>> Procedure Construct_Object 90563>>> Forward Send Construct_Object 90565>>> Set peAutoCreate to acNoAutoCreate 90566>>> End_Procedure 90567>>>End_Class 90568>>> 90568>>>Class cSigCjComIMenuBar is a Mixin 90569>>> 90569>>> Function ComTitle Returns String 90571>>> String retVal 90571>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 90572>>> Function_Return retVal 90573>>> End_Function 90574>>> 90574>>> Procedure Set ComTitle String value 90576>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 90577>>> End_Procedure 90578>>> 90578>>> Function ComVisible Returns Boolean 90580>>> Boolean retVal 90580>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 90581>>> Function_Return retVal 90582>>> End_Function 90583>>> 90583>>> Procedure Set ComVisible Boolean value 90585>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 90586>>> End_Procedure 90587>>> 90587>>> Function ComPosition Returns OLEXTPBarPosition 90589>>> OLEXTPBarPosition retVal 90589>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 90590>>> Function_Return retVal 90591>>> End_Function 90592>>> 90592>>> Procedure Set ComPosition OLEXTPBarPosition value 90594>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 90595>>> End_Procedure 90596>>> 90596>>> Function ComBarID Returns Integer 90598>>> Integer retVal 90598>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 90599>>> Function_Return retVal 90600>>> End_Function 90601>>> 90601>>> Procedure Set ComBarID Integer value 90603>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 90604>>> End_Procedure 90605>>> 90605>>> Function ComContextMenuPresent Returns Boolean 90607>>> Boolean retVal 90607>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 90608>>> Function_Return retVal 90609>>> End_Function 90610>>> 90610>>> Procedure Set ComContextMenuPresent Boolean value 90612>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 90613>>> End_Procedure 90614>>> 90614>>> Function ComWidth Returns Integer 90616>>> Integer retVal 90616>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 90617>>> Function_Return retVal 90618>>> End_Function 90619>>> 90619>>> Procedure Set ComWidth Integer value 90621>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 90622>>> End_Procedure 90623>>> 90623>>> Function ComCloseable Returns Boolean 90625>>> Boolean retVal 90625>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 90626>>> Function_Return retVal 90627>>> End_Function 90628>>> 90628>>> Procedure Set ComCloseable Boolean value 90630>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 90631>>> End_Procedure 90632>>> 90632>>> Function ComEnableAnimation Returns Boolean 90634>>> Boolean retVal 90634>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 90635>>> Function_Return retVal 90636>>> End_Function 90637>>> 90637>>> Procedure Set ComEnableAnimation Boolean value 90639>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 90640>>> End_Procedure 90641>>> 90641>>> Function ComShowGripper Returns Boolean 90643>>> Boolean retVal 90643>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 90644>>> Function_Return retVal 90645>>> End_Function 90646>>> 90646>>> Procedure Set ComShowGripper Boolean value 90648>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 90649>>> End_Procedure 90650>>> 90650>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 90652>>> OLEXTPButtonStyle retVal 90652>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 90653>>> Function_Return retVal 90654>>> End_Function 90655>>> 90655>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 90657>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 90658>>> End_Procedure 90659>>> 90659>>> Function ComCustomizable Returns Boolean 90661>>> Boolean retVal 90661>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 90662>>> Function_Return retVal 90663>>> End_Function 90664>>> 90664>>> Procedure Set ComCustomizable Boolean value 90666>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 90667>>> End_Procedure 90668>>> 90668>>> Function ComShowTextBelowIcons Returns Boolean 90670>>> Boolean retVal 90670>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 90671>>> Function_Return retVal 90672>>> End_Function 90673>>> 90673>>> Procedure Set ComShowTextBelowIcons Boolean value 90675>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 90676>>> End_Procedure 90677>>> 90677>>> Function ComShowExpandButton Returns Boolean 90679>>> Boolean retVal 90679>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 90680>>> Function_Return retVal 90681>>> End_Function 90682>>> 90682>>> Procedure Set ComShowExpandButton Boolean value 90684>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 90685>>> End_Procedure 90686>>> 90686>>> Function ComSelectedControl Returns Variant 90688>>> Variant retVal 90688>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal 90689>>> Function_Return retVal 90690>>> End_Function 90691>>> 90691>>> Procedure Set ComSelectedControl Variant value 90693>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value 90694>>> End_Procedure 90695>>> 90695>>> Function ComCustomizeDialogPresent Returns Boolean 90697>>> Boolean retVal 90697>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 90698>>> Function_Return retVal 90699>>> End_Function 90700>>> 90700>>> Procedure Set ComCustomizeDialogPresent Boolean value 90702>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 90703>>> End_Procedure 90704>>> 90704>>> Function ComType Returns OLEXTPBarType 90706>>> Handle hDispatchDriver 90706>>> OLEXTPBarType retVal 90706>>> Get phDispatchDriver to hDispatchDriver 90707>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 90708>>> Function_Return retVal 90709>>> End_Function 90710>>> 90710>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 90712>>> Handle hDispatchDriver 90712>>> Get phDispatchDriver to hDispatchDriver 90713>>> Send PrepareParams to hDispatchDriver 1 90714>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 90715>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 90716>>> End_Procedure 90717>>> 90717>>> Function ComBuiltIn Returns Boolean 90719>>> Handle hDispatchDriver 90719>>> Boolean retVal 90719>>> Get phDispatchDriver to hDispatchDriver 90720>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 90721>>> Function_Return retVal 90722>>> End_Function 90723>>> 90723>>> Procedure ComDelete 90725>>> Handle hDispatchDriver 90725>>> Get phDispatchDriver to hDispatchDriver 90726>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 90727>>> End_Procedure 90728>>> 90728>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 90730>>> Handle hDispatchDriver 90730>>> Get phDispatchDriver to hDispatchDriver 90731>>> Send PrepareParams to hDispatchDriver 4 90732>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 90733>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 90734>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 90735>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 90736>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 90737>>> End_Procedure 90738>>> 90738>>> Function ComHWnd Returns OLE_HANDLE 90740>>> Handle hDispatchDriver 90740>>> OLE_HANDLE retVal 90740>>> Get phDispatchDriver to hDispatchDriver 90741>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 90742>>> Function_Return retVal 90743>>> End_Function 90744>>> 90744>>> Function ComCommandBars Returns Variant 90746>>> Handle hDispatchDriver 90746>>> Variant retVal 90746>>> Get phDispatchDriver to hDispatchDriver 90747>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 90748>>> Function_Return retVal 90749>>> End_Function 90750>>> 90750>>> Function ComControls Returns Variant 90752>>> Handle hDispatchDriver 90752>>> Variant retVal 90752>>> Get phDispatchDriver to hDispatchDriver 90753>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 90754>>> Function_Return retVal 90755>>> End_Function 90756>>> 90756>>> Procedure ComSetIconSize Integer llcx Integer llcy 90758>>> Handle hDispatchDriver 90758>>> Get phDispatchDriver to hDispatchDriver 90759>>> Send PrepareParams to hDispatchDriver 2 90760>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 90761>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 90762>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 90763>>> End_Procedure 90764>>> 90764>>> Function ComGetIconWidth Returns Integer 90766>>> Handle hDispatchDriver 90766>>> Integer retVal 90766>>> Get phDispatchDriver to hDispatchDriver 90767>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 90768>>> Function_Return retVal 90769>>> End_Function 90770>>> 90770>>> Function ComGetIconHeight Returns Integer 90772>>> Handle hDispatchDriver 90772>>> Integer retVal 90772>>> Get phDispatchDriver to hDispatchDriver 90773>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 90774>>> Function_Return retVal 90775>>> End_Function 90776>>> 90776>>> Function ComParent Returns Variant 90778>>> Handle hDispatchDriver 90778>>> Variant retVal 90778>>> Get phDispatchDriver to hDispatchDriver 90779>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 90780>>> Function_Return retVal 90781>>> End_Function 90782>>> 90782>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 90784>>> Handle hDispatchDriver 90784>>> Variant retVal 90784>>> Get phDispatchDriver to hDispatchDriver 90785>>> Send PrepareParams to hDispatchDriver 4 90786>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 90787>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 90788>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 90789>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 90790>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 90791>>> Function_Return retVal 90792>>> End_Function 90793>>> 90793>>> Procedure ComSetFlags OLEXTPMenuBarFlags llAdd OLEXTPMenuBarFlags llRemove 90795>>> Handle hDispatchDriver 90795>>> Get phDispatchDriver to hDispatchDriver 90796>>> Send PrepareParams to hDispatchDriver 2 90797>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 90798>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 90799>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 90800>>> End_Procedure 90801>>> 90801>>> Procedure ComModifyStyle OLEXTPCommandBarStyle llRemove OLEXTPCommandBarStyle llAdd 90803>>> Handle hDispatchDriver 90803>>> Get phDispatchDriver to hDispatchDriver 90804>>> Send PrepareParams to hDispatchDriver 2 90805>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 90806>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 90807>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 90808>>> End_Procedure 90809>>> 90809>>> Procedure ComRedrawBar 90811>>> Handle hDispatchDriver 90811>>> Get phDispatchDriver to hDispatchDriver 90812>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 90813>>> End_Procedure 90814>>> 90814>>> Procedure ComRecalcLayout 90816>>> Handle hDispatchDriver 90816>>> Get phDispatchDriver to hDispatchDriver 90817>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 90818>>> End_Procedure 90819>>> 90819>>> Procedure ComReset 90821>>> Handle hDispatchDriver 90821>>> Get phDispatchDriver to hDispatchDriver 90822>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 90823>>> End_Procedure 90824>>> 90824>>> Function ComMDIMenus Returns Variant 90826>>> Handle hDispatchDriver 90826>>> Variant retVal 90826>>> Get phDispatchDriver to hDispatchDriver 90827>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_DISPATCH to retVal 90828>>> Function_Return retVal 90829>>> End_Function 90830>>> 90830>>> Procedure ComSwitchMDIMenu Integer llId 90832>>> Handle hDispatchDriver 90832>>> Get phDispatchDriver to hDispatchDriver 90833>>> Send PrepareParams to hDispatchDriver 1 90834>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90835>>> Send InvokeComMethod to hDispatchDriver 131 OLE_VT_VOID 90836>>> End_Procedure 90837>>>End_Class 90838>>> 90838>>>Class cSigCjComMenuBar is a cComAutomationObject 90839>>> Import_Class_Protocol cSigCjComIMenuBar 90840>>> 90840>>> Procedure Construct_Object 90842>>> Forward Send Construct_Object 90844>>> Set peAutoCreate to acNoAutoCreate 90845>>> End_Procedure 90846>>>End_Class 90847>>> 90847>>>Class cSigCjComICommandBarsContextMenus is a Mixin 90848>>> 90848>>> // Gets the number of menus in the collection. 90848>>> Function ComCount Returns Integer 90850>>> Handle hDispatchDriver 90850>>> Integer retVal 90850>>> Get phDispatchDriver to hDispatchDriver 90851>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 90852>>> Function_Return retVal 90853>>> End_Function 90854>>> 90854>>> // Gets an item from the collection by its index. 90854>>> Function ComItem Integer llIndex Returns Variant 90856>>> Handle hDispatchDriver 90856>>> Variant retVal 90856>>> Get phDispatchDriver to hDispatchDriver 90857>>> Send PrepareParams to hDispatchDriver 1 90858>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 90859>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 90860>>> Function_Return retVal 90861>>> End_Function 90862>>> 90862>>> Function Com_NewEnum Returns Variant 90864>>> Handle hDispatchDriver 90864>>> Variant retVal 90864>>> Get phDispatchDriver to hDispatchDriver 90865>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 90866>>> Function_Return retVal 90867>>> End_Function 90868>>> 90868>>> // Adds a new command bar to the collection. 90868>>> Function ComAdd Integer llId String llCaption Returns Variant 90870>>> Handle hDispatchDriver 90870>>> Variant retVal 90870>>> Get phDispatchDriver to hDispatchDriver 90871>>> Send PrepareParams to hDispatchDriver 2 90872>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90873>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 90874>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 90875>>> Function_Return retVal 90876>>> End_Function 90877>>> 90877>>> // Finds the specified menu 90877>>> Function ComFind Integer llId Returns Variant 90879>>> Handle hDispatchDriver 90879>>> Variant retVal 90879>>> Get phDispatchDriver to hDispatchDriver 90880>>> Send PrepareParams to hDispatchDriver 1 90881>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 90882>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 90883>>> Function_Return retVal 90884>>> End_Function 90885>>> 90885>>> // Deletes all of the menus from the collection 90885>>> Procedure ComDeleteAll 90887>>> Handle hDispatchDriver 90887>>> Get phDispatchDriver to hDispatchDriver 90888>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 90889>>> End_Procedure 90890>>> 90890>>> // Adds a new command bar to the collection. 90890>>> Procedure ComAddPopup Variant llPopupBar 90892>>> Handle hDispatchDriver 90892>>> Get phDispatchDriver to hDispatchDriver 90893>>> Send PrepareParams to hDispatchDriver 1 90894>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPopupBar 90895>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 90896>>> End_Procedure 90897>>>End_Class 90898>>> 90898>>>Class cSigCjComCommandBarsContextMenus is a cComAutomationObject 90899>>> Import_Class_Protocol cSigCjComICommandBarsContextMenus 90900>>> 90900>>> Procedure Construct_Object 90902>>> Forward Send Construct_Object 90904>>> Set peAutoCreate to acNoAutoCreate 90905>>> End_Procedure 90906>>>End_Class 90907>>> 90907>>>Class cSigCjComITabToolBar is a Mixin 90908>>> 90908>>> Function ComTitle Returns String 90910>>> String retVal 90910>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 90911>>> Function_Return retVal 90912>>> End_Function 90913>>> 90913>>> Procedure Set ComTitle String value 90915>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 90916>>> End_Procedure 90917>>> 90917>>> Function ComVisible Returns Boolean 90919>>> Boolean retVal 90919>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 90920>>> Function_Return retVal 90921>>> End_Function 90922>>> 90922>>> Procedure Set ComVisible Boolean value 90924>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 90925>>> End_Procedure 90926>>> 90926>>> Function ComPosition Returns OLEXTPBarPosition 90928>>> OLEXTPBarPosition retVal 90928>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 90929>>> Function_Return retVal 90930>>> End_Function 90931>>> 90931>>> Procedure Set ComPosition OLEXTPBarPosition value 90933>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 90934>>> End_Procedure 90935>>> 90935>>> Function ComBarID Returns Integer 90937>>> Integer retVal 90937>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 90938>>> Function_Return retVal 90939>>> End_Function 90940>>> 90940>>> Procedure Set ComBarID Integer value 90942>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 90943>>> End_Procedure 90944>>> 90944>>> Function ComContextMenuPresent Returns Boolean 90946>>> Boolean retVal 90946>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 90947>>> Function_Return retVal 90948>>> End_Function 90949>>> 90949>>> Procedure Set ComContextMenuPresent Boolean value 90951>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 90952>>> End_Procedure 90953>>> 90953>>> Function ComWidth Returns Integer 90955>>> Integer retVal 90955>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 90956>>> Function_Return retVal 90957>>> End_Function 90958>>> 90958>>> Procedure Set ComWidth Integer value 90960>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 90961>>> End_Procedure 90962>>> 90962>>> Function ComCloseable Returns Boolean 90964>>> Boolean retVal 90964>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 90965>>> Function_Return retVal 90966>>> End_Function 90967>>> 90967>>> Procedure Set ComCloseable Boolean value 90969>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 90970>>> End_Procedure 90971>>> 90971>>> Function ComEnableAnimation Returns Boolean 90973>>> Boolean retVal 90973>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 90974>>> Function_Return retVal 90975>>> End_Function 90976>>> 90976>>> Procedure Set ComEnableAnimation Boolean value 90978>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 90979>>> End_Procedure 90980>>> 90980>>> Function ComShowGripper Returns Boolean 90982>>> Boolean retVal 90982>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 90983>>> Function_Return retVal 90984>>> End_Function 90985>>> 90985>>> Procedure Set ComShowGripper Boolean value 90987>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 90988>>> End_Procedure 90989>>> 90989>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 90991>>> OLEXTPButtonStyle retVal 90991>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 90992>>> Function_Return retVal 90993>>> End_Function 90994>>> 90994>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 90996>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 90997>>> End_Procedure 90998>>> 90998>>> Function ComCustomizable Returns Boolean 91000>>> Boolean retVal 91000>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 91001>>> Function_Return retVal 91002>>> End_Function 91003>>> 91003>>> Procedure Set ComCustomizable Boolean value 91005>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 91006>>> End_Procedure 91007>>> 91007>>> Function ComShowTextBelowIcons Returns Boolean 91009>>> Boolean retVal 91009>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 91010>>> Function_Return retVal 91011>>> End_Function 91012>>> 91012>>> Procedure Set ComShowTextBelowIcons Boolean value 91014>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 91015>>> End_Procedure 91016>>> 91016>>> Function ComDoubleGripper Returns Boolean 91018>>> Boolean retVal 91018>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 91019>>> Function_Return retVal 91020>>> End_Function 91021>>> 91021>>> Procedure Set ComDoubleGripper Boolean value 91023>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 91024>>> End_Procedure 91025>>> 91025>>> Function ComShowExpandButton Returns Boolean 91027>>> Boolean retVal 91027>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 91028>>> Function_Return retVal 91029>>> End_Function 91030>>> 91030>>> Procedure Set ComShowExpandButton Boolean value 91032>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 91033>>> End_Procedure 91034>>> 91034>>> Function ComSelectedControl Returns Variant 91036>>> Variant retVal 91036>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal 91037>>> Function_Return retVal 91038>>> End_Function 91039>>> 91039>>> Procedure Set ComSelectedControl Variant value 91041>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value 91042>>> End_Procedure 91043>>> 91043>>> Function ComCustomizeDialogPresent Returns Boolean 91045>>> Boolean retVal 91045>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 91046>>> Function_Return retVal 91047>>> End_Function 91048>>> 91048>>> Procedure Set ComCustomizeDialogPresent Boolean value 91050>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 91051>>> End_Procedure 91052>>> 91052>>> Function ComMinimumWidth Returns Integer 91054>>> Integer retVal 91054>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to retVal 91055>>> Function_Return retVal 91056>>> End_Function 91057>>> 91057>>> Procedure Set ComMinimumWidth Integer value 91059>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_I4 to value 91060>>> End_Procedure 91061>>> 91061>>> Function ComAllowReorder Returns Boolean 91063>>> Boolean retVal 91063>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 91064>>> Function_Return retVal 91065>>> End_Function 91066>>> 91066>>> Procedure Set ComAllowReorder Boolean value 91068>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 91069>>> End_Procedure 91070>>> 91070>>> Function ComType Returns OLEXTPBarType 91072>>> Handle hDispatchDriver 91072>>> OLEXTPBarType retVal 91072>>> Get phDispatchDriver to hDispatchDriver 91073>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 91074>>> Function_Return retVal 91075>>> End_Function 91076>>> 91076>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 91078>>> Handle hDispatchDriver 91078>>> Get phDispatchDriver to hDispatchDriver 91079>>> Send PrepareParams to hDispatchDriver 1 91080>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 91081>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 91082>>> End_Procedure 91083>>> 91083>>> Function ComBuiltIn Returns Boolean 91085>>> Handle hDispatchDriver 91085>>> Boolean retVal 91085>>> Get phDispatchDriver to hDispatchDriver 91086>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 91087>>> Function_Return retVal 91088>>> End_Function 91089>>> 91089>>> Procedure ComDelete 91091>>> Handle hDispatchDriver 91091>>> Get phDispatchDriver to hDispatchDriver 91092>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 91093>>> End_Procedure 91094>>> 91094>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 91096>>> Handle hDispatchDriver 91096>>> Get phDispatchDriver to hDispatchDriver 91097>>> Send PrepareParams to hDispatchDriver 4 91098>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 91099>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 91100>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 91101>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 91102>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 91103>>> End_Procedure 91104>>> 91104>>> Function ComHWnd Returns OLE_HANDLE 91106>>> Handle hDispatchDriver 91106>>> OLE_HANDLE retVal 91106>>> Get phDispatchDriver to hDispatchDriver 91107>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 91108>>> Function_Return retVal 91109>>> End_Function 91110>>> 91110>>> Function ComCommandBars Returns Variant 91112>>> Handle hDispatchDriver 91112>>> Variant retVal 91112>>> Get phDispatchDriver to hDispatchDriver 91113>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 91114>>> Function_Return retVal 91115>>> End_Function 91116>>> 91116>>> Function ComControls Returns Variant 91118>>> Handle hDispatchDriver 91118>>> Variant retVal 91118>>> Get phDispatchDriver to hDispatchDriver 91119>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 91120>>> Function_Return retVal 91121>>> End_Function 91122>>> 91122>>> Procedure ComSetIconSize Integer llcx Integer llcy 91124>>> Handle hDispatchDriver 91124>>> Get phDispatchDriver to hDispatchDriver 91125>>> Send PrepareParams to hDispatchDriver 2 91126>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 91127>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 91128>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 91129>>> End_Procedure 91130>>> 91130>>> Function ComGetIconWidth Returns Integer 91132>>> Handle hDispatchDriver 91132>>> Integer retVal 91132>>> Get phDispatchDriver to hDispatchDriver 91133>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 91134>>> Function_Return retVal 91135>>> End_Function 91136>>> 91136>>> Function ComGetIconHeight Returns Integer 91138>>> Handle hDispatchDriver 91138>>> Integer retVal 91138>>> Get phDispatchDriver to hDispatchDriver 91139>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 91140>>> Function_Return retVal 91141>>> End_Function 91142>>> 91142>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 91144>>> Handle hDispatchDriver 91144>>> Variant retVal 91144>>> Get phDispatchDriver to hDispatchDriver 91145>>> Send PrepareParams to hDispatchDriver 4 91146>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 91147>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 91148>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 91149>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 91150>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 91151>>> Function_Return retVal 91152>>> End_Function 91153>>> 91153>>> Procedure ComSetFlags OLEXTPMenuBarFlags llAdd OLEXTPMenuBarFlags llRemove 91155>>> Handle hDispatchDriver 91155>>> Get phDispatchDriver to hDispatchDriver 91156>>> Send PrepareParams to hDispatchDriver 2 91157>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 91158>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 91159>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 91160>>> End_Procedure 91161>>> 91161>>> Procedure ComModifyStyle OLEXTPCommandBarStyle llRemove OLEXTPCommandBarStyle llAdd 91163>>> Handle hDispatchDriver 91163>>> Get phDispatchDriver to hDispatchDriver 91164>>> Send PrepareParams to hDispatchDriver 2 91165>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 91166>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 91167>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 91168>>> End_Procedure 91169>>> 91169>>> Procedure ComRedrawBar 91171>>> Handle hDispatchDriver 91171>>> Get phDispatchDriver to hDispatchDriver 91172>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 91173>>> End_Procedure 91174>>> 91174>>> Procedure ComRecalcLayout 91176>>> Handle hDispatchDriver 91176>>> Get phDispatchDriver to hDispatchDriver 91177>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 91178>>> End_Procedure 91179>>> 91179>>> Procedure ComReset 91181>>> Handle hDispatchDriver 91181>>> Get phDispatchDriver to hDispatchDriver 91182>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 91183>>> End_Procedure 91184>>> 91184>>> Function ComInsertCategory Integer llIndex String llCategory Returns Variant 91186>>> Handle hDispatchDriver 91186>>> Variant retVal 91186>>> Get phDispatchDriver to hDispatchDriver 91187>>> Send PrepareParams to hDispatchDriver 2 91188>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91189>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCategory 91190>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 91191>>> Function_Return retVal 91192>>> End_Function 91193>>> 91193>>> Function ComCategoryCount Returns Integer 91195>>> Handle hDispatchDriver 91195>>> Integer retVal 91195>>> Get phDispatchDriver to hDispatchDriver 91196>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 91197>>> Function_Return retVal 91198>>> End_Function 91199>>> 91199>>> Function ComCategory Integer llIndex Returns Variant 91201>>> Handle hDispatchDriver 91201>>> Variant retVal 91201>>> Get phDispatchDriver to hDispatchDriver 91202>>> Send PrepareParams to hDispatchDriver 1 91203>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91204>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 91205>>> Function_Return retVal 91206>>> End_Function 91207>>> 91207>>> Function Com_NewEnum Returns Variant 91209>>> Handle hDispatchDriver 91209>>> Variant retVal 91209>>> Get phDispatchDriver to hDispatchDriver 91210>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 91211>>> Function_Return retVal 91212>>> End_Function 91213>>> 91213>>> Procedure ComRemoveCategory Integer llIndex 91215>>> Handle hDispatchDriver 91215>>> Get phDispatchDriver to hDispatchDriver 91216>>> Send PrepareParams to hDispatchDriver 1 91217>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91218>>> Send InvokeComMethod to hDispatchDriver 102 OLE_VT_VOID 91219>>> End_Procedure 91220>>> 91220>>> Function ComTabPaintManager Returns Variant 91222>>> Handle hDispatchDriver 91222>>> Variant retVal 91222>>> Get phDispatchDriver to hDispatchDriver 91223>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 91224>>> Function_Return retVal 91225>>> End_Function 91226>>> 91226>>> Procedure ComUpdateTabs 91228>>> Handle hDispatchDriver 91228>>> Get phDispatchDriver to hDispatchDriver 91229>>> Send InvokeComMethod to hDispatchDriver 105 OLE_VT_VOID 91230>>> End_Procedure 91231>>>End_Class 91232>>> 91232>>>Class cSigCjComITabToolBarEvents is a Mixin 91233>>> 91233>>> Procedure OnComSelectedChanged Variant llItem 91235>>> End_Procedure 91236>>> 91236>>> Procedure OnComBeforeItemClick Variant llItem Variant llCancel 91238>>> End_Procedure 91239>>> 91239>>> Procedure RegisterComEvents 91241>>> Send RegisterComEvent 1 msg_OnComSelectedChanged 91242>>> Send RegisterComEvent 4 msg_OnComBeforeItemClick 91243>>> End_Procedure 91244>>>End_Class 91245>>> 91245>>>Class cSigCjComTabToolBar is a cComAutomationObject 91246>>> Import_Class_Protocol cSigCjComITabToolBar 91247>>> Import_Class_Protocol cSigCjComITabToolBarEvents 91248>>> 91248>>> Procedure Construct_Object 91250>>> Forward Send Construct_Object 91252>>> Set psEventId to "{C0DE2030-8B30-4FE9-8F91-C1B573CF9AD5}" 91253>>> Set peAutoCreate to acNoAutoCreate 91254>>> End_Procedure 91255>>>End_Class 91256>>> 91256>>>Class cSigCjComIRibbonGroups is a Mixin 91257>>> 91257>>> Function ComInsertGroup Integer llIndex String llCaption Integer llId Returns Variant 91259>>> Handle hDispatchDriver 91259>>> Variant retVal 91259>>> Get phDispatchDriver to hDispatchDriver 91260>>> Send PrepareParams to hDispatchDriver 3 91261>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91262>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 91263>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 91264>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 91265>>> Function_Return retVal 91266>>> End_Function 91267>>> 91267>>> Function ComGroupCount Returns Integer 91269>>> Handle hDispatchDriver 91269>>> Integer retVal 91269>>> Get phDispatchDriver to hDispatchDriver 91270>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 91271>>> Function_Return retVal 91272>>> End_Function 91273>>> 91273>>> Function ComGroup Integer llIndex Returns Variant 91275>>> Handle hDispatchDriver 91275>>> Variant retVal 91275>>> Get phDispatchDriver to hDispatchDriver 91276>>> Send PrepareParams to hDispatchDriver 1 91277>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91278>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 91279>>> Function_Return retVal 91280>>> End_Function 91281>>> 91281>>> Function Com_NewEnum Returns Variant 91283>>> Handle hDispatchDriver 91283>>> Variant retVal 91283>>> Get phDispatchDriver to hDispatchDriver 91284>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 91285>>> Function_Return retVal 91286>>> End_Function 91287>>> 91287>>> Function ComAddGroup String llCaption Integer llId Returns Variant 91289>>> Handle hDispatchDriver 91289>>> Variant retVal 91289>>> Get phDispatchDriver to hDispatchDriver 91290>>> Send PrepareParams to hDispatchDriver 2 91291>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 91292>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 91293>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 91294>>> Function_Return retVal 91295>>> End_Function 91296>>> 91296>>> Procedure ComRemoveGroup Integer llIndex 91298>>> Handle hDispatchDriver 91298>>> Get phDispatchDriver to hDispatchDriver 91299>>> Send PrepareParams to hDispatchDriver 1 91300>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91301>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 91302>>> End_Procedure 91303>>> 91303>>> Procedure ComRemoveAll 91305>>> Handle hDispatchDriver 91305>>> Get phDispatchDriver to hDispatchDriver 91306>>> Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID 91307>>> End_Procedure 91308>>> 91308>>> Function ComRibbonTab Returns Variant 91310>>> Handle hDispatchDriver 91310>>> Variant retVal 91310>>> Get phDispatchDriver to hDispatchDriver 91311>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 91312>>> Function_Return retVal 91313>>> End_Function 91314>>>End_Class 91315>>> 91315>>>Class cSigCjComRibbonGroups is a cComAutomationObject 91316>>> Import_Class_Protocol cSigCjComIRibbonGroups 91317>>> 91317>>> Procedure Construct_Object 91319>>> Forward Send Construct_Object 91321>>> Set peAutoCreate to acNoAutoCreate 91322>>> End_Procedure 91323>>>End_Class 91324>>> 91324>>>Class cSigCjComIRibbonTab is a Mixin 91325>>> 91325>>> Function ComCaption Returns String 91327>>> String retVal 91327>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 91328>>> Function_Return retVal 91329>>> End_Function 91330>>> 91330>>> Procedure Set ComCaption String value 91332>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 91333>>> End_Procedure 91334>>> 91334>>> Function ComTag Returns Variant 91336>>> Variant retVal 91336>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to retVal 91337>>> Function_Return retVal 91338>>> End_Function 91339>>> 91339>>> Procedure Set ComTag Variant value 91341>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to value 91342>>> End_Procedure 91343>>> 91343>>> Function ComSelected Returns Boolean 91345>>> Boolean retVal 91345>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 91346>>> Function_Return retVal 91347>>> End_Function 91348>>> 91348>>> Procedure Set ComSelected Boolean value 91350>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 91351>>> End_Procedure 91352>>> 91352>>> Function ComImage Returns Integer 91354>>> Integer retVal 91354>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 91355>>> Function_Return retVal 91356>>> End_Function 91357>>> 91357>>> Procedure Set ComImage Integer value 91359>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 91360>>> End_Procedure 91361>>> 91361>>> Function ComVisible Returns Boolean 91363>>> Boolean retVal 91363>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 91364>>> Function_Return retVal 91365>>> End_Function 91366>>> 91366>>> Procedure Set ComVisible Boolean value 91368>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 91369>>> End_Procedure 91370>>> 91370>>> Function ComEnabled Returns Boolean 91372>>> Boolean retVal 91372>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 91373>>> Function_Return retVal 91374>>> End_Function 91375>>> 91375>>> Procedure Set ComEnabled Boolean value 91377>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 91378>>> End_Procedure 91379>>> 91379>>> Function ComToolTip Returns String 91381>>> String retVal 91381>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 91382>>> Function_Return retVal 91383>>> End_Function 91384>>> 91384>>> Procedure Set ComToolTip String value 91386>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 91387>>> End_Procedure 91388>>> 91388>>> Function ComKeyboardTip Returns String 91390>>> String retVal 91390>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BSTR to retVal 91391>>> Function_Return retVal 91392>>> End_Function 91393>>> 91393>>> Procedure Set ComKeyboardTip String value 91395>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BSTR to value 91396>>> End_Procedure 91397>>> 91397>>> Function ComId Returns Integer 91399>>> Integer retVal 91399>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 91400>>> Function_Return retVal 91401>>> End_Function 91402>>> 91402>>> Procedure Set ComId Integer value 91404>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 91405>>> End_Procedure 91406>>> 91406>>> Function ComColor Returns OLEXTPRibbonTabContextColor 91408>>> OLEXTPRibbonTabContextColor retVal 91408>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to retVal 91409>>> Function_Return retVal 91410>>> End_Function 91411>>> 91411>>> Procedure Set ComColor OLEXTPRibbonTabContextColor value 91413>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to value 91414>>> End_Procedure 91415>>> 91415>>> Function ComContextCaption Returns String 91417>>> String retVal 91417>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BSTR to retVal 91418>>> Function_Return retVal 91419>>> End_Function 91420>>> 91420>>> Procedure Set ComContextCaption String value 91422>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BSTR to value 91423>>> End_Procedure 91424>>> 91424>>> Function ComCustomizeCaption Returns String 91426>>> String retVal 91426>>> Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BSTR to retVal 91427>>> Function_Return retVal 91428>>> End_Function 91429>>> 91429>>> Procedure Set ComCustomizeCaption String value 91431>>> Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BSTR to value 91432>>> End_Procedure 91433>>> 91433>>> Function ComIndex Returns Integer 91435>>> Handle hDispatchDriver 91435>>> Integer retVal 91435>>> Get phDispatchDriver to hDispatchDriver 91436>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 91437>>> Function_Return retVal 91438>>> End_Function 91439>>> 91439>>> Procedure ComMove Integer llIndex 91441>>> Handle hDispatchDriver 91441>>> Get phDispatchDriver to hDispatchDriver 91442>>> Send PrepareParams to hDispatchDriver 1 91443>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91444>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 91445>>> End_Procedure 91446>>> 91446>>> Function ComRibbonBar Returns Variant 91448>>> Handle hDispatchDriver 91448>>> Variant retVal 91448>>> Get phDispatchDriver to hDispatchDriver 91449>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 91450>>> Function_Return retVal 91451>>> End_Function 91452>>> 91452>>> Function ComGroups Returns Variant 91454>>> Handle hDispatchDriver 91454>>> Variant retVal 91454>>> Get phDispatchDriver to hDispatchDriver 91455>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 91456>>> Function_Return retVal 91457>>> End_Function 91458>>> 91458>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 91460>>> Handle hDispatchDriver 91460>>> Get phDispatchDriver to hDispatchDriver 91461>>> Send PrepareParams to hDispatchDriver 4 91462>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 91463>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 91464>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 91465>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 91466>>> Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID 91467>>> End_Procedure 91468>>>End_Class 91469>>> 91469>>>Class cSigCjComRibbonTab is a cComAutomationObject 91470>>> Import_Class_Protocol cSigCjComIRibbonTab 91471>>> 91471>>> Procedure Construct_Object 91473>>> Forward Send Construct_Object 91475>>> Set peAutoCreate to acNoAutoCreate 91476>>> End_Procedure 91477>>>End_Class 91478>>> 91478>>>Class cSigCjComIRibbonBar is a Mixin 91479>>> 91479>>> Function ComTitle Returns String 91481>>> String retVal 91481>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 91482>>> Function_Return retVal 91483>>> End_Function 91484>>> 91484>>> Procedure Set ComTitle String value 91486>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 91487>>> End_Procedure 91488>>> 91488>>> Function ComVisible Returns Boolean 91490>>> Boolean retVal 91490>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 91491>>> Function_Return retVal 91492>>> End_Function 91493>>> 91493>>> Procedure Set ComVisible Boolean value 91495>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 91496>>> End_Procedure 91497>>> 91497>>> Function ComPosition Returns OLEXTPBarPosition 91499>>> OLEXTPBarPosition retVal 91499>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 91500>>> Function_Return retVal 91501>>> End_Function 91502>>> 91502>>> Procedure Set ComPosition OLEXTPBarPosition value 91504>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 91505>>> End_Procedure 91506>>> 91506>>> Function ComBarID Returns Integer 91508>>> Integer retVal 91508>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 91509>>> Function_Return retVal 91510>>> End_Function 91511>>> 91511>>> Procedure Set ComBarID Integer value 91513>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 91514>>> End_Procedure 91515>>> 91515>>> Function ComContextMenuPresent Returns Boolean 91517>>> Boolean retVal 91517>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 91518>>> Function_Return retVal 91519>>> End_Function 91520>>> 91520>>> Procedure Set ComContextMenuPresent Boolean value 91522>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 91523>>> End_Procedure 91524>>> 91524>>> Function ComWidth Returns Integer 91526>>> Integer retVal 91526>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 91527>>> Function_Return retVal 91528>>> End_Function 91529>>> 91529>>> Procedure Set ComWidth Integer value 91531>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 91532>>> End_Procedure 91533>>> 91533>>> Function ComCloseable Returns Boolean 91535>>> Boolean retVal 91535>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 91536>>> Function_Return retVal 91537>>> End_Function 91538>>> 91538>>> Procedure Set ComCloseable Boolean value 91540>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 91541>>> End_Procedure 91542>>> 91542>>> Function ComEnableAnimation Returns Boolean 91544>>> Boolean retVal 91544>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 91545>>> Function_Return retVal 91546>>> End_Function 91547>>> 91547>>> Procedure Set ComEnableAnimation Boolean value 91549>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 91550>>> End_Procedure 91551>>> 91551>>> Function ComShowGripper Returns Boolean 91553>>> Boolean retVal 91553>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 91554>>> Function_Return retVal 91555>>> End_Function 91556>>> 91556>>> Procedure Set ComShowGripper Boolean value 91558>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 91559>>> End_Procedure 91560>>> 91560>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 91562>>> OLEXTPButtonStyle retVal 91562>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 91563>>> Function_Return retVal 91564>>> End_Function 91565>>> 91565>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 91567>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 91568>>> End_Procedure 91569>>> 91569>>> Function ComCustomizable Returns Boolean 91571>>> Boolean retVal 91571>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 91572>>> Function_Return retVal 91573>>> End_Function 91574>>> 91574>>> Procedure Set ComCustomizable Boolean value 91576>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 91577>>> End_Procedure 91578>>> 91578>>> Function ComSelectedControl Returns Variant 91580>>> Variant retVal 91580>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal 91581>>> Function_Return retVal 91582>>> End_Function 91583>>> 91583>>> Procedure Set ComSelectedControl Variant value 91585>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value 91586>>> End_Procedure 91587>>> 91587>>> Function ComGroupsVisible Returns Boolean 91589>>> Boolean retVal 91589>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to retVal 91590>>> Function_Return retVal 91591>>> End_Function 91592>>> 91592>>> Procedure Set ComGroupsVisible Boolean value 91594>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to value 91595>>> End_Procedure 91596>>> 91596>>> Function ComSelectedTab Returns Variant 91598>>> Variant retVal 91598>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_DISPATCH to retVal 91599>>> Function_Return retVal 91600>>> End_Function 91601>>> 91601>>> Procedure Set ComSelectedTab Variant value 91603>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_DISPATCH to value 91604>>> End_Procedure 91605>>> 91605>>> Function ComMinimumVisibleWidth Returns Integer 91607>>> Integer retVal 91607>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 91608>>> Function_Return retVal 91609>>> End_Function 91610>>> 91610>>> Procedure Set ComMinimumVisibleWidth Integer value 91612>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 91613>>> End_Procedure 91614>>> 91614>>> Function ComShowQuickAccessBelowRibbon Returns Boolean 91616>>> Boolean retVal 91616>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 91617>>> Function_Return retVal 91618>>> End_Function 91619>>> 91619>>> Procedure Set ComShowQuickAccessBelowRibbon Boolean value 91621>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 91622>>> End_Procedure 91623>>> 91623>>> Function ComShowQuickAccess Returns Boolean 91625>>> Boolean retVal 91625>>> Get ComProperty of (phDispatchDriver(Self)) 115 OLE_VT_BOOL to retVal 91626>>> Function_Return retVal 91627>>> End_Function 91628>>> 91628>>> Procedure Set ComShowQuickAccess Boolean value 91630>>> Set ComProperty of (phDispatchDriver(Self)) 115 OLE_VT_BOOL to value 91631>>> End_Procedure 91632>>> 91632>>> Function ComAllowQuickAccessDuplicates Returns Boolean 91634>>> Boolean retVal 91634>>> Get ComProperty of (phDispatchDriver(Self)) 116 OLE_VT_BOOL to retVal 91635>>> Function_Return retVal 91636>>> End_Function 91637>>> 91637>>> Procedure Set ComAllowQuickAccessDuplicates Boolean value 91639>>> Set ComProperty of (phDispatchDriver(Self)) 116 OLE_VT_BOOL to value 91640>>> End_Procedure 91641>>> 91641>>> Function ComAllowMinimize Returns Boolean 91643>>> Boolean retVal 91643>>> Get ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to retVal 91644>>> Function_Return retVal 91645>>> End_Function 91646>>> 91646>>> Procedure Set ComAllowMinimize Boolean value 91648>>> Set ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to value 91649>>> End_Procedure 91650>>> 91650>>> Function ComMinimized Returns Boolean 91652>>> Boolean retVal 91652>>> Get ComProperty of (phDispatchDriver(Self)) 118 OLE_VT_BOOL to retVal 91653>>> Function_Return retVal 91654>>> End_Function 91655>>> 91655>>> Procedure Set ComMinimized Boolean value 91657>>> Set ComProperty of (phDispatchDriver(Self)) 118 OLE_VT_BOOL to value 91658>>> End_Procedure 91659>>> 91659>>> Function ComFontHeight Returns Integer 91661>>> Integer retVal 91661>>> Get ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to retVal 91662>>> Function_Return retVal 91663>>> End_Function 91664>>> 91664>>> Procedure Set ComFontHeight Integer value 91666>>> Set ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to value 91667>>> End_Procedure 91668>>> 91668>>> Function ComTabsVisible Returns Boolean 91670>>> Boolean retVal 91670>>> Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_BOOL to retVal 91671>>> Function_Return retVal 91672>>> End_Function 91673>>> 91673>>> Procedure Set ComTabsVisible Boolean value 91675>>> Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_BOOL to value 91676>>> End_Procedure 91677>>> 91677>>> Function ComShowCaptionAlways Returns Boolean 91679>>> Boolean retVal 91679>>> Get ComProperty of (phDispatchDriver(Self)) 123 OLE_VT_BOOL to retVal 91680>>> Function_Return retVal 91681>>> End_Function 91682>>> 91682>>> Procedure Set ComShowCaptionAlways Boolean value 91684>>> Set ComProperty of (phDispatchDriver(Self)) 123 OLE_VT_BOOL to value 91685>>> End_Procedure 91686>>> 91686>>> Function ComAllowQuickAccessCustomization Returns Boolean 91688>>> Boolean retVal 91688>>> Get ComProperty of (phDispatchDriver(Self)) 124 OLE_VT_BOOL to retVal 91689>>> Function_Return retVal 91690>>> End_Function 91691>>> 91691>>> Procedure Set ComAllowQuickAccessCustomization Boolean value 91693>>> Set ComProperty of (phDispatchDriver(Self)) 124 OLE_VT_BOOL to value 91694>>> End_Procedure 91695>>> 91695>>> Function ComGroupsHeight Returns Integer 91697>>> Integer retVal 91697>>> Get ComProperty of (phDispatchDriver(Self)) 125 OLE_VT_I4 to retVal 91698>>> Function_Return retVal 91699>>> End_Function 91700>>> 91700>>> Procedure Set ComGroupsHeight Integer value 91702>>> Set ComProperty of (phDispatchDriver(Self)) 125 OLE_VT_I4 to value 91703>>> End_Procedure 91704>>> 91704>>> Function ComClientHeight Returns Integer 91706>>> Integer retVal 91706>>> Get ComProperty of (phDispatchDriver(Self)) 126 OLE_VT_I4 to retVal 91707>>> Function_Return retVal 91708>>> End_Function 91709>>> 91709>>> Procedure Set ComClientHeight Integer value 91711>>> Set ComProperty of (phDispatchDriver(Self)) 126 OLE_VT_I4 to value 91712>>> End_Procedure 91713>>> 91713>>> Function ComQuickAccessEmptyIconId Returns Integer 91715>>> Integer retVal 91715>>> Get ComProperty of (phDispatchDriver(Self)) 130 OLE_VT_I4 to retVal 91716>>> Function_Return retVal 91717>>> End_Function 91718>>> 91718>>> Procedure Set ComQuickAccessEmptyIconId Integer value 91720>>> Set ComProperty of (phDispatchDriver(Self)) 130 OLE_VT_I4 to value 91721>>> End_Procedure 91722>>> 91722>>> Function ComSystemButton Returns Variant 91724>>> Variant retVal 91724>>> Get ComProperty of (phDispatchDriver(Self)) 128 OLE_VT_DISPATCH to retVal 91725>>> Function_Return retVal 91726>>> End_Function 91727>>> 91727>>> Procedure Set ComSystemButton Variant value 91729>>> Set ComProperty of (phDispatchDriver(Self)) 128 OLE_VT_DISPATCH to value 91730>>> End_Procedure 91731>>> 91731>>> Function ComType Returns OLEXTPBarType 91733>>> Handle hDispatchDriver 91733>>> OLEXTPBarType retVal 91733>>> Get phDispatchDriver to hDispatchDriver 91734>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 91735>>> Function_Return retVal 91736>>> End_Function 91737>>> 91737>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 91739>>> Handle hDispatchDriver 91739>>> Get phDispatchDriver to hDispatchDriver 91740>>> Send PrepareParams to hDispatchDriver 1 91741>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 91742>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 91743>>> End_Procedure 91744>>> 91744>>> Function ComBuiltIn Returns Boolean 91746>>> Handle hDispatchDriver 91746>>> Boolean retVal 91746>>> Get phDispatchDriver to hDispatchDriver 91747>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 91748>>> Function_Return retVal 91749>>> End_Function 91750>>> 91750>>> Procedure ComDelete 91752>>> Handle hDispatchDriver 91752>>> Get phDispatchDriver to hDispatchDriver 91753>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 91754>>> End_Procedure 91755>>> 91755>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 91757>>> Handle hDispatchDriver 91757>>> Get phDispatchDriver to hDispatchDriver 91758>>> Send PrepareParams to hDispatchDriver 4 91759>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 91760>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 91761>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 91762>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 91763>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 91764>>> End_Procedure 91765>>> 91765>>> Function ComHWnd Returns OLE_HANDLE 91767>>> Handle hDispatchDriver 91767>>> OLE_HANDLE retVal 91767>>> Get phDispatchDriver to hDispatchDriver 91768>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 91769>>> Function_Return retVal 91770>>> End_Function 91771>>> 91771>>> Function ComCommandBars Returns Variant 91773>>> Handle hDispatchDriver 91773>>> Variant retVal 91773>>> Get phDispatchDriver to hDispatchDriver 91774>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 91775>>> Function_Return retVal 91776>>> End_Function 91777>>> 91777>>> Function ComControls Returns Variant 91779>>> Handle hDispatchDriver 91779>>> Variant retVal 91779>>> Get phDispatchDriver to hDispatchDriver 91780>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 91781>>> Function_Return retVal 91782>>> End_Function 91783>>> 91783>>> Procedure ComSetIconSize Integer llcx Integer llcy 91785>>> Handle hDispatchDriver 91785>>> Get phDispatchDriver to hDispatchDriver 91786>>> Send PrepareParams to hDispatchDriver 2 91787>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 91788>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 91789>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 91790>>> End_Procedure 91791>>> 91791>>> Function ComGetIconWidth Returns Integer 91793>>> Handle hDispatchDriver 91793>>> Integer retVal 91793>>> Get phDispatchDriver to hDispatchDriver 91794>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 91795>>> Function_Return retVal 91796>>> End_Function 91797>>> 91797>>> Function ComGetIconHeight Returns Integer 91799>>> Handle hDispatchDriver 91799>>> Integer retVal 91799>>> Get phDispatchDriver to hDispatchDriver 91800>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 91801>>> Function_Return retVal 91802>>> End_Function 91803>>> 91803>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 91805>>> Handle hDispatchDriver 91805>>> Variant retVal 91805>>> Get phDispatchDriver to hDispatchDriver 91806>>> Send PrepareParams to hDispatchDriver 4 91807>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 91808>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 91809>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 91810>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 91811>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 91812>>> Function_Return retVal 91813>>> End_Function 91814>>> 91814>>> Procedure ComSetFlags OLEXTPMenuBarFlags llAdd OLEXTPMenuBarFlags llRemove 91816>>> Handle hDispatchDriver 91816>>> Get phDispatchDriver to hDispatchDriver 91817>>> Send PrepareParams to hDispatchDriver 2 91818>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 91819>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 91820>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 91821>>> End_Procedure 91822>>> 91822>>> Procedure ComRedrawBar 91824>>> Handle hDispatchDriver 91824>>> Get phDispatchDriver to hDispatchDriver 91825>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 91826>>> End_Procedure 91827>>> 91827>>> Procedure ComRecalcLayout 91829>>> Handle hDispatchDriver 91829>>> Get phDispatchDriver to hDispatchDriver 91830>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 91831>>> End_Procedure 91832>>> 91832>>> Procedure ComReset 91834>>> Handle hDispatchDriver 91834>>> Get phDispatchDriver to hDispatchDriver 91835>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 91836>>> End_Procedure 91837>>> 91837>>> Function ComInsertTab Integer llIndex String llCaption Returns Variant 91839>>> Handle hDispatchDriver 91839>>> Variant retVal 91839>>> Get phDispatchDriver to hDispatchDriver 91840>>> Send PrepareParams to hDispatchDriver 2 91841>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91842>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 91843>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 91844>>> Function_Return retVal 91845>>> End_Function 91846>>> 91846>>> Function ComTabCount Returns Integer 91848>>> Handle hDispatchDriver 91848>>> Integer retVal 91848>>> Get phDispatchDriver to hDispatchDriver 91849>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 91850>>> Function_Return retVal 91851>>> End_Function 91852>>> 91852>>> Function ComTab Integer llIndex Returns Variant 91854>>> Handle hDispatchDriver 91854>>> Variant retVal 91854>>> Get phDispatchDriver to hDispatchDriver 91855>>> Send PrepareParams to hDispatchDriver 1 91856>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91857>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 91858>>> Function_Return retVal 91859>>> End_Function 91860>>> 91860>>> Function Com_NewEnum Returns Variant 91862>>> Handle hDispatchDriver 91862>>> Variant retVal 91862>>> Get phDispatchDriver to hDispatchDriver 91863>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 91864>>> Function_Return retVal 91865>>> End_Function 91866>>> 91866>>> Function ComRibbonPaintManager Returns Variant 91868>>> Handle hDispatchDriver 91868>>> Variant retVal 91868>>> Get phDispatchDriver to hDispatchDriver 91869>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 91870>>> Function_Return retVal 91871>>> End_Function 91872>>> 91872>>> Function ComTabPaintManager Returns Variant 91874>>> Handle hDispatchDriver 91874>>> Variant retVal 91874>>> Get phDispatchDriver to hDispatchDriver 91875>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 91876>>> Function_Return retVal 91877>>> End_Function 91878>>> 91878>>> Procedure ComEnableFrameTheme 91880>>> Handle hDispatchDriver 91880>>> Get phDispatchDriver to hDispatchDriver 91881>>> Send InvokeComMethod to hDispatchDriver 107 OLE_VT_VOID 91882>>> End_Procedure 91883>>> 91883>>> Function ComAddSystemButton Returns Variant 91885>>> Handle hDispatchDriver 91885>>> Variant retVal 91885>>> Get phDispatchDriver to hDispatchDriver 91886>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 91887>>> Function_Return retVal 91888>>> End_Function 91889>>> 91889>>> Function ComQuickAccessControls Returns Variant 91891>>> Handle hDispatchDriver 91891>>> Variant retVal 91891>>> Get phDispatchDriver to hDispatchDriver 91892>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 91893>>> Function_Return retVal 91894>>> End_Function 91895>>> 91895>>> Function ComFindTab Integer llId Returns Variant 91897>>> Handle hDispatchDriver 91897>>> Variant retVal 91897>>> Get phDispatchDriver to hDispatchDriver 91898>>> Send PrepareParams to hDispatchDriver 1 91899>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 91900>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 91901>>> Function_Return retVal 91902>>> End_Function 91903>>> 91903>>> Function ComFindGroup Integer llId Returns Variant 91905>>> Handle hDispatchDriver 91905>>> Variant retVal 91905>>> Get phDispatchDriver to hDispatchDriver 91906>>> Send PrepareParams to hDispatchDriver 1 91907>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 91908>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 91909>>> Function_Return retVal 91910>>> End_Function 91911>>> 91911>>> Procedure ComRemoveAllTabs 91913>>> Handle hDispatchDriver 91913>>> Get phDispatchDriver to hDispatchDriver 91914>>> Send InvokeComMethod to hDispatchDriver 113 OLE_VT_VOID 91915>>> End_Procedure 91916>>> 91916>>> Procedure ComRemoveTab Integer llIndex 91918>>> Handle hDispatchDriver 91918>>> Get phDispatchDriver to hDispatchDriver 91919>>> Send PrepareParams to hDispatchDriver 1 91920>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 91921>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 91922>>> End_Procedure 91923>>> 91923>>> Function ComControlQuickAccess Returns Variant 91925>>> Handle hDispatchDriver 91925>>> Variant retVal 91925>>> Get phDispatchDriver to hDispatchDriver 91926>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_DISPATCH to retVal 91927>>> Function_Return retVal 91928>>> End_Function 91929>>> 91929>>> Function ComControlSystemButton Returns Variant 91931>>> Handle hDispatchDriver 91931>>> Variant retVal 91931>>> Get phDispatchDriver to hDispatchDriver 91932>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_DISPATCH to retVal 91933>>> Function_Return retVal 91934>>> End_Function 91935>>>End_Class 91936>>> 91936>>>Class cSigCjComRibbonBar is a cComAutomationObject 91937>>> Import_Class_Protocol cSigCjComIRibbonBar 91938>>> 91938>>> Procedure Construct_Object 91940>>> Forward Send Construct_Object 91942>>> Set peAutoCreate to acNoAutoCreate 91943>>> End_Procedure 91944>>>End_Class 91945>>> 91945>>>Class cSigCjComIDialogBar is a Mixin 91946>>> 91946>>> Function ComTitle Returns String 91948>>> String retVal 91948>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 91949>>> Function_Return retVal 91950>>> End_Function 91951>>> 91951>>> Procedure Set ComTitle String value 91953>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 91954>>> End_Procedure 91955>>> 91955>>> Function ComVisible Returns Boolean 91957>>> Boolean retVal 91957>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 91958>>> Function_Return retVal 91959>>> End_Function 91960>>> 91960>>> Procedure Set ComVisible Boolean value 91962>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 91963>>> End_Procedure 91964>>> 91964>>> Function ComPosition Returns OLEXTPBarPosition 91966>>> OLEXTPBarPosition retVal 91966>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 91967>>> Function_Return retVal 91968>>> End_Function 91969>>> 91969>>> Procedure Set ComPosition OLEXTPBarPosition value 91971>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 91972>>> End_Procedure 91973>>> 91973>>> Function ComBarID Returns Integer 91975>>> Integer retVal 91975>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 91976>>> Function_Return retVal 91977>>> End_Function 91978>>> 91978>>> Procedure Set ComBarID Integer value 91980>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 91981>>> End_Procedure 91982>>> 91982>>> Function ComContextMenuPresent Returns Boolean 91984>>> Boolean retVal 91984>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 91985>>> Function_Return retVal 91986>>> End_Function 91987>>> 91987>>> Procedure Set ComContextMenuPresent Boolean value 91989>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 91990>>> End_Procedure 91991>>> 91991>>> Function ComWidth Returns Integer 91993>>> Integer retVal 91993>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 91994>>> Function_Return retVal 91995>>> End_Function 91996>>> 91996>>> Procedure Set ComWidth Integer value 91998>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 91999>>> End_Procedure 92000>>> 92000>>> Function ComCloseable Returns Boolean 92002>>> Boolean retVal 92002>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 92003>>> Function_Return retVal 92004>>> End_Function 92005>>> 92005>>> Procedure Set ComCloseable Boolean value 92007>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 92008>>> End_Procedure 92009>>> 92009>>> Function ComEnableAnimation Returns Boolean 92011>>> Boolean retVal 92011>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 92012>>> Function_Return retVal 92013>>> End_Function 92014>>> 92014>>> Procedure Set ComEnableAnimation Boolean value 92016>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 92017>>> End_Procedure 92018>>> 92018>>> Function ComShowGripper Returns Boolean 92020>>> Boolean retVal 92020>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 92021>>> Function_Return retVal 92022>>> End_Function 92023>>> 92023>>> Procedure Set ComShowGripper Boolean value 92025>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 92026>>> End_Procedure 92027>>> 92027>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 92029>>> OLEXTPButtonStyle retVal 92029>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 92030>>> Function_Return retVal 92031>>> End_Function 92032>>> 92032>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 92034>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 92035>>> End_Procedure 92036>>> 92036>>> Function ComCaption Returns String 92038>>> String retVal 92038>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 92039>>> Function_Return retVal 92040>>> End_Function 92041>>> 92041>>> Procedure Set ComCaption String value 92043>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 92044>>> End_Procedure 92045>>> 92045>>> Function ComResizable Returns Boolean 92047>>> Boolean retVal 92047>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to retVal 92048>>> Function_Return retVal 92049>>> End_Function 92050>>> 92050>>> Procedure Set ComResizable Boolean value 92052>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BOOL to value 92053>>> End_Procedure 92054>>> 92054>>> Function ComChildHandle Returns OLE_HANDLE 92056>>> OLE_HANDLE retVal 92056>>> Get ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_I4 to retVal 92057>>> Function_Return retVal 92058>>> End_Function 92059>>> 92059>>> Procedure Set ComChildHandle OLE_HANDLE value 92061>>> Set ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_I4 to value 92062>>> End_Procedure 92063>>> 92063>>> Function ComShowCaption Returns Boolean 92065>>> Boolean retVal 92065>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to retVal 92066>>> Function_Return retVal 92067>>> End_Function 92068>>> 92068>>> Procedure Set ComShowCaption Boolean value 92070>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_BOOL to value 92071>>> End_Procedure 92072>>> 92072>>> Function ComCaptionPopup Returns Boolean 92074>>> Boolean retVal 92074>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 92075>>> Function_Return retVal 92076>>> End_Function 92077>>> 92077>>> Procedure Set ComCaptionPopup Boolean value 92079>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 92080>>> End_Procedure 92081>>> 92081>>> Function ComType Returns OLEXTPBarType 92083>>> Handle hDispatchDriver 92083>>> OLEXTPBarType retVal 92083>>> Get phDispatchDriver to hDispatchDriver 92084>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 92085>>> Function_Return retVal 92086>>> End_Function 92087>>> 92087>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 92089>>> Handle hDispatchDriver 92089>>> Get phDispatchDriver to hDispatchDriver 92090>>> Send PrepareParams to hDispatchDriver 1 92091>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 92092>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 92093>>> End_Procedure 92094>>> 92094>>> Function ComBuiltIn Returns Boolean 92096>>> Handle hDispatchDriver 92096>>> Boolean retVal 92096>>> Get phDispatchDriver to hDispatchDriver 92097>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 92098>>> Function_Return retVal 92099>>> End_Function 92100>>> 92100>>> Procedure ComDelete 92102>>> Handle hDispatchDriver 92102>>> Get phDispatchDriver to hDispatchDriver 92103>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 92104>>> End_Procedure 92105>>> 92105>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 92107>>> Handle hDispatchDriver 92107>>> Get phDispatchDriver to hDispatchDriver 92108>>> Send PrepareParams to hDispatchDriver 4 92109>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 92110>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 92111>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 92112>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 92113>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 92114>>> End_Procedure 92115>>> 92115>>> Function ComHWnd Returns OLE_HANDLE 92117>>> Handle hDispatchDriver 92117>>> OLE_HANDLE retVal 92117>>> Get phDispatchDriver to hDispatchDriver 92118>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 92119>>> Function_Return retVal 92120>>> End_Function 92121>>> 92121>>> Function ComCommandBars Returns Variant 92123>>> Handle hDispatchDriver 92123>>> Variant retVal 92123>>> Get phDispatchDriver to hDispatchDriver 92124>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 92125>>> Function_Return retVal 92126>>> End_Function 92127>>> 92127>>> Function ComCaptionPopupBar Returns Variant 92129>>> Handle hDispatchDriver 92129>>> Variant retVal 92129>>> Get phDispatchDriver to hDispatchDriver 92130>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 92131>>> Function_Return retVal 92132>>> End_Function 92133>>> 92133>>> Procedure ComSetSize Integer llcx Integer llcy 92135>>> Handle hDispatchDriver 92135>>> Get phDispatchDriver to hDispatchDriver 92136>>> Send PrepareParams to hDispatchDriver 2 92137>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 92138>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 92139>>> Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID 92140>>> End_Procedure 92141>>>End_Class 92142>>> 92142>>>Class cSigCjComDialogBar is a cComAutomationObject 92143>>> Import_Class_Protocol cSigCjComIDialogBar 92144>>> 92144>>> Procedure Construct_Object 92146>>> Forward Send Construct_Object 92148>>> Set peAutoCreate to acNoAutoCreate 92149>>> End_Procedure 92150>>>End_Class 92151>>> 92151>>>Class cSigCjComIPaintManager is a Mixin 92152>>> 92152>>> Function ComEnableAnimation Returns Boolean 92154>>> Boolean retVal 92154>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 92155>>> Function_Return retVal 92156>>> End_Function 92157>>> 92157>>> Procedure Set ComEnableAnimation Boolean value 92159>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 92160>>> End_Procedure 92161>>> 92161>>> Function ComFlatToolBar Returns Boolean 92163>>> Boolean retVal 92163>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 92164>>> Function_Return retVal 92165>>> End_Function 92166>>> 92166>>> Procedure Set ComFlatToolBar Boolean value 92168>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 92169>>> End_Procedure 92170>>> 92170>>> Function ComFlatMenuBar Returns Boolean 92172>>> Boolean retVal 92172>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 92173>>> Function_Return retVal 92174>>> End_Function 92175>>> 92175>>> Procedure Set ComFlatMenuBar Boolean value 92177>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 92178>>> End_Procedure 92179>>> 92179>>> Function ComClearTypeTextQuality Returns Boolean 92181>>> Boolean retVal 92181>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 92182>>> Function_Return retVal 92183>>> End_Function 92184>>> 92184>>> Procedure Set ComClearTypeTextQuality Boolean value 92186>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 92187>>> End_Procedure 92188>>> 92188>>> Function ComShowShadow Returns Boolean 92190>>> Boolean retVal 92190>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 92191>>> Function_Return retVal 92192>>> End_Function 92193>>> 92193>>> Procedure Set ComShowShadow Boolean value 92195>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 92196>>> End_Procedure 92197>>> 92197>>> Function ComThemedStatusBar Returns Boolean 92199>>> Boolean retVal 92199>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 92200>>> Function_Return retVal 92201>>> End_Function 92202>>> 92202>>> Procedure Set ComThemedStatusBar Boolean value 92204>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 92205>>> End_Procedure 92206>>> 92206>>> Function ComThickCheckMark Returns Boolean 92208>>> Boolean retVal 92208>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 92209>>> Function_Return retVal 92210>>> End_Function 92211>>> 92211>>> Procedure Set ComThickCheckMark Boolean value 92213>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 92214>>> End_Procedure 92215>>> 92215>>> Function ComSelectImageInPopupBar Returns Boolean 92217>>> Boolean retVal 92217>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 92218>>> Function_Return retVal 92219>>> End_Function 92220>>> 92220>>> Procedure Set ComSelectImageInPopupBar Boolean value 92222>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 92223>>> End_Procedure 92224>>> 92224>>> Function ComThemedCheckBox Returns Boolean 92226>>> Boolean retVal 92226>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 92227>>> Function_Return retVal 92228>>> End_Function 92229>>> 92229>>> Procedure Set ComThemedCheckBox Boolean value 92231>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 92232>>> End_Procedure 92233>>> 92233>>> Function ComAutoResizeIcons Returns Boolean 92235>>> Boolean retVal 92235>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 92236>>> Function_Return retVal 92237>>> End_Function 92238>>> 92238>>> Procedure Set ComAutoResizeIcons Boolean value 92240>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 92241>>> End_Procedure 92242>>> 92242>>> Procedure ComRefreshMetrics 92244>>> Handle hDispatchDriver 92244>>> Get phDispatchDriver to hDispatchDriver 92245>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 92246>>> End_Procedure 92247>>> 92247>>> Procedure ComFillWorkspace OLE_HANDLE llhDC Integer llx Integer lly Integer llcx Integer llcy 92249>>> Handle hDispatchDriver 92249>>> Get phDispatchDriver to hDispatchDriver 92250>>> Send PrepareParams to hDispatchDriver 5 92251>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 92252>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 92253>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 92254>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 92255>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 92256>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 92257>>> End_Procedure 92258>>> 92258>>> Procedure ComDrawRectangle OLE_HANDLE llhDC Integer llx Integer lly Integer llcx Integer llcy Boolean llSelected Boolean llPressed Boolean llEnabled Boolean llChecked Boolean llPopuped OLEXTPBarType llbarType OLEXTPBarPosition llbarPosition 92260>>> Handle hDispatchDriver 92260>>> Get phDispatchDriver to hDispatchDriver 92261>>> Send PrepareParams to hDispatchDriver 12 92262>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 92263>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 92264>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 92265>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 92266>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 92267>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelected 92268>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llPressed 92269>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnabled 92270>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llChecked 92271>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llPopuped 92272>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbarType 92273>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbarPosition 92274>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 92275>>> End_Procedure 92276>>> 92276>>> Function ComGetRectangleTextColor Boolean llSelected Boolean llPressed Boolean llEnabled Boolean llChecked Boolean llPopuped OLEXTPBarType llbarType OLEXTPBarPosition llbarPosition Returns OLE_COLOR 92278>>> Handle hDispatchDriver 92278>>> OLE_COLOR retVal 92278>>> Get phDispatchDriver to hDispatchDriver 92279>>> Send PrepareParams to hDispatchDriver 7 92280>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelected 92281>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llPressed 92282>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnabled 92283>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llChecked 92284>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llPopuped 92285>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbarType 92286>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbarPosition 92287>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 92288>>> Function_Return retVal 92289>>> End_Function 92290>>> 92290>>> Procedure ComLoadFrameIcon OLE_HANDLE llModule String llPath Integer llWidth Integer llHeight 92292>>> Handle hDispatchDriver 92292>>> Get phDispatchDriver to hDispatchDriver 92293>>> Send PrepareParams to hDispatchDriver 4 92294>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llModule 92295>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 92296>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 92297>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 92298>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 92299>>> End_Procedure 92300>>>End_Class 92301>>> 92301>>>Class cSigCjComPaintManager is a cComAutomationObject 92302>>> Import_Class_Protocol cSigCjComIPaintManager 92303>>> 92303>>> Procedure Construct_Object 92305>>> Forward Send Construct_Object 92307>>> Set peAutoCreate to acNoAutoCreate 92308>>> End_Procedure 92309>>>End_Class 92310>>> 92310>>>Class cSigCjComITabWorkspace is a Mixin 92311>>> 92311>>> Function ComFlags Returns OLEXTPWorkspaceButtons 92313>>> OLEXTPWorkspaceButtons retVal 92313>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 92314>>> Function_Return retVal 92315>>> End_Function 92316>>> 92316>>> Procedure Set ComFlags OLEXTPWorkspaceButtons value 92318>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 92319>>> End_Procedure 92320>>> 92320>>> Function ComAllowReorder Returns Boolean 92322>>> Boolean retVal 92322>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 92323>>> Function_Return retVal 92324>>> End_Function 92325>>> 92325>>> Procedure Set ComAllowReorder Boolean value 92327>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 92328>>> End_Procedure 92329>>> 92329>>> Function ComAutoTheme Returns Boolean 92331>>> Boolean retVal 92331>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 92332>>> Function_Return retVal 92333>>> End_Function 92334>>> 92334>>> Procedure Set ComAutoTheme Boolean value 92336>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 92337>>> End_Procedure 92338>>> 92338>>> Function ComThemedBackColor Returns Boolean 92340>>> Boolean retVal 92340>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 92341>>> Function_Return retVal 92342>>> End_Function 92343>>> 92343>>> Procedure Set ComThemedBackColor Boolean value 92345>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 92346>>> End_Procedure 92347>>> 92347>>> Function ComUseSplitterTracker Returns Boolean 92349>>> Boolean retVal 92349>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 92350>>> Function_Return retVal 92351>>> End_Function 92352>>> 92352>>> Procedure Set ComUseSplitterTracker Boolean value 92354>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 92355>>> End_Procedure 92356>>> 92356>>> Function ComHorizGroupSplitting Returns Boolean 92358>>> Boolean retVal 92358>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 92359>>> Function_Return retVal 92360>>> End_Function 92361>>> 92361>>> Procedure Set ComHorizGroupSplitting Boolean value 92363>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 92364>>> End_Procedure 92365>>> 92365>>> Function ComNewTabPosition Returns OLEXTPWorkspaceNewTabPosition 92367>>> OLEXTPWorkspaceNewTabPosition retVal 92367>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 92368>>> Function_Return retVal 92369>>> End_Function 92370>>> 92370>>> Procedure Set ComNewTabPosition OLEXTPWorkspaceNewTabPosition value 92372>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 92373>>> End_Procedure 92374>>> 92374>>> Function ComRightToLeft Returns Boolean 92376>>> Boolean retVal 92376>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 92377>>> Function_Return retVal 92378>>> End_Function 92379>>> 92379>>> Procedure Set ComRightToLeft Boolean value 92381>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 92382>>> End_Procedure 92383>>> 92383>>> Function ComIgnoreFlickersOnActivate Returns Boolean 92385>>> Boolean retVal 92385>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 92386>>> Function_Return retVal 92387>>> End_Function 92388>>> 92388>>> Procedure Set ComIgnoreFlickersOnActivate Boolean value 92390>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 92391>>> End_Procedure 92392>>> 92392>>> Function ComAutoUpdateTabCaption Returns Boolean 92394>>> Boolean retVal 92394>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 92395>>> Function_Return retVal 92396>>> End_Function 92397>>> 92397>>> Procedure Set ComAutoUpdateTabCaption Boolean value 92399>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 92400>>> End_Procedure 92401>>> 92401>>> Function ComEnableMarkup Returns Boolean 92403>>> Boolean retVal 92403>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 92404>>> Function_Return retVal 92405>>> End_Function 92406>>> 92406>>> Procedure Set ComEnableMarkup Boolean value 92408>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 92409>>> End_Procedure 92410>>> 92410>>> Function ComPaintManager Returns Variant 92412>>> Handle hDispatchDriver 92412>>> Variant retVal 92412>>> Get phDispatchDriver to hDispatchDriver 92413>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 92414>>> Function_Return retVal 92415>>> End_Function 92416>>> 92416>>> Procedure ComEnableGroups 92418>>> Handle hDispatchDriver 92418>>> Get phDispatchDriver to hDispatchDriver 92419>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 92420>>> End_Procedure 92421>>> 92421>>> Procedure ComRefresh 92423>>> Handle hDispatchDriver 92423>>> Get phDispatchDriver to hDispatchDriver 92424>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 92425>>> End_Procedure 92426>>> 92426>>> Function ComItem Integer llIndex Returns Variant 92428>>> Handle hDispatchDriver 92428>>> Variant retVal 92428>>> Get phDispatchDriver to hDispatchDriver 92429>>> Send PrepareParams to hDispatchDriver 1 92430>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92431>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 92432>>> Function_Return retVal 92433>>> End_Function 92434>>> 92434>>> Function Com_NewEnum Returns Variant 92436>>> Handle hDispatchDriver 92436>>> Variant retVal 92436>>> Get phDispatchDriver to hDispatchDriver 92437>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 92438>>> Function_Return retVal 92439>>> End_Function 92440>>> 92440>>> Function ComItemCount Returns Integer 92442>>> Handle hDispatchDriver 92442>>> Integer retVal 92442>>> Get phDispatchDriver to hDispatchDriver 92443>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 92444>>> Function_Return retVal 92445>>> End_Function 92446>>> 92446>>> Function ComHitTest Integer llx Integer lly Returns Variant 92448>>> Handle hDispatchDriver 92448>>> Variant retVal 92448>>> Get phDispatchDriver to hDispatchDriver 92449>>> Send PrepareParams to hDispatchDriver 2 92450>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 92451>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 92452>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 92453>>> Function_Return retVal 92454>>> End_Function 92455>>> 92455>>> Function ComSelected Returns Variant 92457>>> Handle hDispatchDriver 92457>>> Variant retVal 92457>>> Get phDispatchDriver to hDispatchDriver 92458>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 92459>>> Function_Return retVal 92460>>> End_Function 92461>>> 92461>>> Procedure ComDoWorkspaceCommand OLEXTPWorkspaceCommand llId 92463>>> Handle hDispatchDriver 92463>>> Get phDispatchDriver to hDispatchDriver 92464>>> Send PrepareParams to hDispatchDriver 1 92465>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92466>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 92467>>> End_Procedure 92468>>> 92468>>> Function ComIsWorkspaceCommandEnabled OLEXTPWorkspaceCommand llId Returns Boolean 92470>>> Handle hDispatchDriver 92470>>> Boolean retVal 92470>>> Get phDispatchDriver to hDispatchDriver 92471>>> Send PrepareParams to hDispatchDriver 1 92472>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92473>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_BOOL to retVal 92474>>> Function_Return retVal 92475>>> End_Function 92476>>> 92476>>> Function ComToolTipContext Returns Variant 92478>>> Handle hDispatchDriver 92478>>> Variant retVal 92478>>> Get phDispatchDriver to hDispatchDriver 92479>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 92480>>> Function_Return retVal 92481>>> End_Function 92482>>> 92482>>> Function ComGroupCount Returns Integer 92484>>> Handle hDispatchDriver 92484>>> Integer retVal 92484>>> Get phDispatchDriver to hDispatchDriver 92485>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_I4 to retVal 92486>>> Function_Return retVal 92487>>> End_Function 92488>>> 92488>>> Function ComFindItem OLE_HANDLE llhWnd Returns Variant 92490>>> Handle hDispatchDriver 92490>>> Variant retVal 92490>>> Get phDispatchDriver to hDispatchDriver 92491>>> Send PrepareParams to hDispatchDriver 1 92492>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 92493>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 92494>>> Function_Return retVal 92495>>> End_Function 92496>>> 92496>>> Function ComFindGroup Variant llpItem Returns Integer 92498>>> Handle hDispatchDriver 92498>>> Integer retVal 92498>>> Get phDispatchDriver to hDispatchDriver 92499>>> Send PrepareParams to hDispatchDriver 1 92500>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpItem 92501>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_I4 to retVal 92502>>> Function_Return retVal 92503>>> End_Function 92504>>> 92504>>> Procedure ComCreateGroup Variant llItem Boolean llHoriz 92506>>> Handle hDispatchDriver 92506>>> Get phDispatchDriver to hDispatchDriver 92507>>> Send PrepareParams to hDispatchDriver 2 92508>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 92509>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llHoriz 92510>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 92511>>> End_Procedure 92512>>> 92512>>> Procedure ComMoveToGroup Variant llItem Integer llGroup 92514>>> Handle hDispatchDriver 92514>>> Get phDispatchDriver to hDispatchDriver 92515>>> Send PrepareParams to hDispatchDriver 2 92516>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 92517>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup 92518>>> Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID 92519>>> End_Procedure 92520>>> 92520>>> Function ComGroupSplitter Integer llGroup Returns Real 92522>>> Handle hDispatchDriver 92522>>> Real retVal 92522>>> Get phDispatchDriver to hDispatchDriver 92523>>> Send PrepareParams to hDispatchDriver 1 92524>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup 92525>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_R8 to retVal 92526>>> Function_Return retVal 92527>>> End_Function 92528>>> 92528>>> Procedure Set ComGroupSplitter Integer llGroup Real value 92530>>> Handle hDispatchDriver 92530>>> Get phDispatchDriver to hDispatchDriver 92531>>> Send PrepareParams to hDispatchDriver 2 92532>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llGroup 92533>>> Set ComProperty of hDispatchDriver 27 OLE_VT_R8 to value 92534>>> End_Procedure 92535>>> 92535>>> Procedure ComShowNewWindowTab Boolean llShow Integer llCommand 92537>>> Handle hDispatchDriver 92537>>> Get phDispatchDriver to hDispatchDriver 92538>>> Send PrepareParams to hDispatchDriver 2 92539>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow 92540>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 92541>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 92542>>> End_Procedure 92543>>> 92543>>> Function ComHWnd Returns OLE_HANDLE 92545>>> Handle hDispatchDriver 92545>>> OLE_HANDLE retVal 92545>>> Get phDispatchDriver to hDispatchDriver 92546>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 92547>>> Function_Return retVal 92548>>> End_Function 92549>>>End_Class 92550>>> 92550>>>Class cSigCjComITabWorkspaceEvents is a Mixin 92551>>> 92551>>> Procedure OnComRClick Variant llItem 92553>>> End_Procedure 92554>>> 92554>>> Procedure OnComNewItem Variant llItem 92556>>> End_Procedure 92557>>> 92557>>> Procedure OnComSelectedChanged Variant llItem 92559>>> End_Procedure 92560>>> 92560>>> Procedure OnComBeforeItemClick Variant llItem 92562>>> End_Procedure 92563>>> 92563>>> Procedure RegisterComEvents 92565>>> Send RegisterComEvent 1 msg_OnComRClick 92566>>> Send RegisterComEvent 2 msg_OnComNewItem 92567>>> Send RegisterComEvent 3 msg_OnComSelectedChanged 92568>>> Send RegisterComEvent 4 msg_OnComBeforeItemClick 92569>>> End_Procedure 92570>>>End_Class 92571>>> 92571>>>Class cSigCjComTabWorkspace is a cComAutomationObject 92572>>> Import_Class_Protocol cSigCjComITabWorkspace 92573>>> Import_Class_Protocol cSigCjComITabWorkspaceEvents 92574>>> 92574>>> Procedure Construct_Object 92576>>> Forward Send Construct_Object 92578>>> Set psEventId to "{C0DE2030-9AF2-433A-BA6D-8D7B12B76E12}" 92579>>> Set peAutoCreate to acNoAutoCreate 92580>>> End_Procedure 92581>>>End_Class 92582>>> 92582>>>// Dispatch interface for StatusBar Control 92582>>>Class cSigCjComIStatusBar is a Mixin 92583>>> 92583>>> Function ComVisible Returns Boolean 92585>>> Boolean retVal 92585>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 92586>>> Function_Return retVal 92587>>> End_Function 92588>>> 92588>>> Procedure Set ComVisible Boolean value 92590>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 92591>>> End_Procedure 92592>>> 92592>>> Function ComIdleText Returns String 92594>>> String retVal 92594>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 92595>>> Function_Return retVal 92596>>> End_Function 92597>>> 92597>>> Procedure Set ComIdleText String value 92599>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 92600>>> End_Procedure 92601>>> 92601>>> Function ComDrawDisabledText Returns Boolean 92603>>> Boolean retVal 92603>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 92604>>> Function_Return retVal 92605>>> End_Function 92606>>> 92606>>> Procedure Set ComDrawDisabledText Boolean value 92608>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 92609>>> End_Procedure 92610>>> 92610>>> Function ComMinHeight Returns Integer 92612>>> Integer retVal 92612>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 92613>>> Function_Return retVal 92614>>> End_Function 92615>>> 92615>>> Procedure Set ComMinHeight Integer value 92617>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 92618>>> End_Procedure 92619>>> 92619>>> Function ComFont Returns Variant 92621>>> Variant retVal 92621>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 92622>>> Function_Return retVal 92623>>> End_Function 92624>>> 92624>>> Procedure Set ComFont Variant value 92626>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 92627>>> End_Procedure 92628>>> 92628>>> Function ComShowSizeGripper Returns Boolean 92630>>> Boolean retVal 92630>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 92631>>> Function_Return retVal 92632>>> End_Function 92633>>> 92633>>> Procedure Set ComShowSizeGripper Boolean value 92635>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 92636>>> End_Procedure 92637>>> 92637>>> Function ComRibbonDividerIndex Returns Integer 92639>>> Integer retVal 92639>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 92640>>> Function_Return retVal 92641>>> End_Function 92642>>> 92642>>> Procedure Set ComRibbonDividerIndex Integer value 92644>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 92645>>> End_Procedure 92646>>> 92646>>> Function ComEnableMarkup Returns Boolean 92648>>> Boolean retVal 92648>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 92649>>> Function_Return retVal 92650>>> End_Function 92651>>> 92651>>> Procedure Set ComEnableMarkup Boolean value 92653>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 92654>>> End_Procedure 92655>>> 92655>>> Function ComIsAllCaps Returns Boolean 92657>>> Boolean retVal 92657>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 92658>>> Function_Return retVal 92659>>> End_Function 92660>>> 92660>>> Procedure Set ComIsAllCaps Boolean value 92662>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 92663>>> End_Procedure 92664>>> 92664>>> Function ComHWnd Returns OLE_HANDLE 92666>>> Handle hDispatchDriver 92666>>> OLE_HANDLE retVal 92666>>> Get phDispatchDriver to hDispatchDriver 92667>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 92668>>> Function_Return retVal 92669>>> End_Function 92670>>> 92670>>> Function ComAddPane Integer llId Returns Variant 92672>>> Handle hDispatchDriver 92672>>> Variant retVal 92672>>> Get phDispatchDriver to hDispatchDriver 92673>>> Send PrepareParams to hDispatchDriver 1 92674>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92675>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 92676>>> Function_Return retVal 92677>>> End_Function 92678>>> 92678>>> Procedure ComSetPaneText Integer llIndex String llText 92680>>> Handle hDispatchDriver 92680>>> Get phDispatchDriver to hDispatchDriver 92681>>> Send PrepareParams to hDispatchDriver 2 92682>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92683>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 92684>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 92685>>> End_Procedure 92686>>> 92686>>> Procedure ComSetPaneWidth Integer llIndex Integer llWidth 92688>>> Handle hDispatchDriver 92688>>> Get phDispatchDriver to hDispatchDriver 92689>>> Send PrepareParams to hDispatchDriver 2 92690>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92691>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 92692>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 92693>>> End_Procedure 92694>>> 92694>>> Procedure ComSetPaneStyle Integer llIndex OLEXTPStatusPaneStyle llStyle 92696>>> Handle hDispatchDriver 92696>>> Get phDispatchDriver to hDispatchDriver 92697>>> Send PrepareParams to hDispatchDriver 2 92698>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92699>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llStyle 92700>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 92701>>> End_Procedure 92702>>> 92702>>> Function ComPane Integer llIndex Returns Variant 92704>>> Handle hDispatchDriver 92704>>> Variant retVal 92704>>> Get phDispatchDriver to hDispatchDriver 92705>>> Send PrepareParams to hDispatchDriver 1 92706>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92707>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 92708>>> Function_Return retVal 92709>>> End_Function 92710>>> 92710>>> Function Com_NewEnum Returns Variant 92712>>> Handle hDispatchDriver 92712>>> Variant retVal 92712>>> Get phDispatchDriver to hDispatchDriver 92713>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 92714>>> Function_Return retVal 92715>>> End_Function 92716>>> 92716>>> Procedure ComRemoveAll 92718>>> Handle hDispatchDriver 92718>>> Get phDispatchDriver to hDispatchDriver 92719>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 92720>>> End_Procedure 92721>>> 92721>>> Function ComPaneCount Returns Integer 92723>>> Handle hDispatchDriver 92723>>> Integer retVal 92723>>> Get phDispatchDriver to hDispatchDriver 92724>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 92725>>> Function_Return retVal 92726>>> End_Function 92727>>> 92727>>> Function ComInsertPane Integer llIndex Integer llId Returns Variant 92729>>> Handle hDispatchDriver 92729>>> Variant retVal 92729>>> Get phDispatchDriver to hDispatchDriver 92730>>> Send PrepareParams to hDispatchDriver 2 92731>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92732>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92733>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 92734>>> Function_Return retVal 92735>>> End_Function 92736>>> 92736>>> Function ComFindPane Integer llId Returns Variant 92738>>> Handle hDispatchDriver 92738>>> Variant retVal 92738>>> Get phDispatchDriver to hDispatchDriver 92739>>> Send PrepareParams to hDispatchDriver 1 92740>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92741>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 92742>>> Function_Return retVal 92743>>> End_Function 92744>>> 92744>>> Function ComHitTest Integer llx Integer lly Returns Variant 92746>>> Handle hDispatchDriver 92746>>> Variant retVal 92746>>> Get phDispatchDriver to hDispatchDriver 92747>>> Send PrepareParams to hDispatchDriver 2 92748>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 92749>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 92750>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 92751>>> Function_Return retVal 92752>>> End_Function 92753>>> 92753>>> Function ComToolTipContext Returns Variant 92755>>> Handle hDispatchDriver 92755>>> Variant retVal 92755>>> Get phDispatchDriver to hDispatchDriver 92756>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 92757>>> Function_Return retVal 92758>>> End_Function 92759>>> 92759>>> Function ComAddSwitchPane Integer llId Returns Variant 92761>>> Handle hDispatchDriver 92761>>> Variant retVal 92761>>> Get phDispatchDriver to hDispatchDriver 92762>>> Send PrepareParams to hDispatchDriver 1 92763>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92764>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 92765>>> Function_Return retVal 92766>>> End_Function 92767>>> 92767>>> Function ComAddSliderPane Integer llId Returns Variant 92769>>> Handle hDispatchDriver 92769>>> Variant retVal 92769>>> Get phDispatchDriver to hDispatchDriver 92770>>> Send PrepareParams to hDispatchDriver 1 92771>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92772>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 92773>>> Function_Return retVal 92774>>> End_Function 92775>>> 92775>>> Function ComAddProgressPane Integer llId Returns Variant 92777>>> Handle hDispatchDriver 92777>>> Variant retVal 92777>>> Get phDispatchDriver to hDispatchDriver 92778>>> Send PrepareParams to hDispatchDriver 1 92779>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 92780>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 92781>>> Function_Return retVal 92782>>> End_Function 92783>>> 92783>>> Procedure ComEnableCustomization Boolean llEnable 92785>>> Handle hDispatchDriver 92785>>> Get phDispatchDriver to hDispatchDriver 92786>>> Send PrepareParams to hDispatchDriver 1 92787>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 92788>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 92789>>> End_Procedure 92790>>> 92790>>> Procedure ComSetAllCaps Boolean llSetAllCaps 92792>>> Handle hDispatchDriver 92792>>> Get phDispatchDriver to hDispatchDriver 92793>>> Send PrepareParams to hDispatchDriver 1 92794>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSetAllCaps 92795>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 92796>>> End_Procedure 92797>>>End_Class 92798>>> 92798>>>Class cSigCjComIStatusBarEvents is a Mixin 92799>>> 92799>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 92801>>> End_Procedure 92802>>> 92802>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 92804>>> End_Procedure 92805>>> 92805>>> Procedure OnComPaneDblClick Variant llPane 92807>>> End_Procedure 92808>>> 92808>>> Procedure OnComPaneClick Variant llPane 92810>>> End_Procedure 92811>>> 92811>>> Procedure OnComSwitchPaneClick Variant llPane Integer llSwitch 92813>>> End_Procedure 92814>>> 92814>>> Procedure OnComSliderPaneClick Variant llPane OLEXTPSliderCommand llCommand Integer llPos 92816>>> End_Procedure 92817>>> 92817>>> Procedure RegisterComEvents 92819>>> Send RegisterComEvent -605 msg_OnComMouseDown 92820>>> Send RegisterComEvent -607 msg_OnComMouseUp 92821>>> Send RegisterComEvent 1 msg_OnComPaneDblClick 92822>>> Send RegisterComEvent 2 msg_OnComPaneClick 92823>>> Send RegisterComEvent 3 msg_OnComSwitchPaneClick 92824>>> Send RegisterComEvent 4 msg_OnComSliderPaneClick 92825>>> End_Procedure 92826>>>End_Class 92827>>> 92827>>>// Xtreme StatusBar Control 92827>>>Class cSigCjComStatusBar is a cComAutomationObject 92828>>> Import_Class_Protocol cSigCjComIStatusBar 92829>>> Import_Class_Protocol cSigCjComIStatusBarEvents 92830>>> 92830>>> Procedure Construct_Object 92832>>> Forward Send Construct_Object 92834>>> Set psEventId to "{C0DE2030-4037-4B66-82A3-D948409E11A6}" 92835>>> Set peAutoCreate to acNoAutoCreate 92836>>> End_Procedure 92837>>>End_Class 92838>>> 92838>>>// Dispatch interface for CommandBars Control 92838>>>Class cSigCjCom_DCommandBarsFrame is a Mixin 92839>>> 92839>>> Function ComVisualTheme Returns OLEXTPVisualTheme 92841>>> OLEXTPVisualTheme retVal 92841>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 92842>>> Function_Return retVal 92843>>> End_Function 92844>>> 92844>>> Procedure Set ComVisualTheme OLEXTPVisualTheme value 92846>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 92847>>> End_Procedure 92848>>> 92848>>> Function ComIcons Returns Variant 92850>>> Variant retVal 92850>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 92851>>> Function_Return retVal 92852>>> End_Function 92853>>> 92853>>> Procedure Set ComIcons Variant value 92855>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 92856>>> End_Procedure 92857>>> 92857>>> Function ComScaleMode Returns OLEXTPScaleMode 92859>>> OLEXTPScaleMode retVal 92859>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 92860>>> Function_Return retVal 92861>>> End_Function 92862>>> 92862>>> Procedure Set ComScaleMode OLEXTPScaleMode value 92864>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 92865>>> End_Procedure 92866>>> 92866>>> Function ComRightToLeft Returns Boolean 92868>>> Boolean retVal 92868>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal 92869>>> Function_Return retVal 92870>>> End_Function 92871>>> 92871>>> Procedure Set ComRightToLeft Boolean value 92873>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value 92874>>> End_Procedure 92875>>> 92875>>> Function ComIsAllCaps Returns Boolean 92877>>> Boolean retVal 92877>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to retVal 92878>>> Function_Return retVal 92879>>> End_Function 92880>>> 92880>>> Procedure Set ComIsAllCaps Boolean value 92882>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to value 92883>>> End_Procedure 92884>>> 92884>>> Function ComIsAllowFrameTransparency Returns Boolean 92886>>> Boolean retVal 92886>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 92887>>> Function_Return retVal 92888>>> End_Function 92889>>> 92889>>> Procedure Set ComIsAllowFrameTransparency Boolean value 92891>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 92892>>> End_Procedure 92893>>> 92893>>> Function ComReCreateReparented Returns Boolean 92895>>> Boolean retVal 92895>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 92896>>> Function_Return retVal 92897>>> End_Function 92898>>> 92898>>> Procedure Set ComReCreateReparented Boolean value 92900>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 92901>>> End_Procedure 92902>>> 92902>>> Function ComCount Returns Integer 92904>>> Handle hDispatchDriver 92904>>> Integer retVal 92904>>> Get phDispatchDriver to hDispatchDriver 92905>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 92906>>> Function_Return retVal 92907>>> End_Function 92908>>> 92908>>> // Returns a specific item. 92908>>> Function ComItem Integer llIndex Returns Variant 92910>>> Handle hDispatchDriver 92910>>> Variant retVal 92910>>> Get phDispatchDriver to hDispatchDriver 92911>>> Send PrepareParams to hDispatchDriver 1 92912>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 92913>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 92914>>> Function_Return retVal 92915>>> End_Function 92916>>> 92916>>> Function Com_NewEnum Returns Variant 92918>>> Handle hDispatchDriver 92918>>> Variant retVal 92918>>> Get phDispatchDriver to hDispatchDriver 92919>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 92920>>> Function_Return retVal 92921>>> End_Function 92922>>> 92922>>> Function ComAdd String llName OLEXTPBarPosition llPosition Returns Variant 92924>>> Handle hDispatchDriver 92924>>> Variant retVal 92924>>> Get phDispatchDriver to hDispatchDriver 92925>>> Send PrepareParams to hDispatchDriver 2 92926>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 92927>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 92928>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 92929>>> Function_Return retVal 92930>>> End_Function 92931>>> 92931>>> Procedure ComAddImageList Variant llImageList 92933>>> Handle hDispatchDriver 92933>>> Get phDispatchDriver to hDispatchDriver 92934>>> Send PrepareParams to hDispatchDriver 1 92935>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 92936>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 92937>>> End_Procedure 92938>>> 92938>>> Function ComActiveMenuBar Returns Variant 92940>>> Handle hDispatchDriver 92940>>> Variant retVal 92940>>> Get phDispatchDriver to hDispatchDriver 92941>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 92942>>> Function_Return retVal 92943>>> End_Function 92944>>> 92944>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 92946>>> Handle hDispatchDriver 92946>>> Get phDispatchDriver to hDispatchDriver 92947>>> Send PrepareParams to hDispatchDriver 4 92948>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 92949>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 92950>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 92951>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 92952>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 92953>>> End_Procedure 92954>>> 92954>>> Procedure ComRecalcLayout 92956>>> Handle hDispatchDriver 92956>>> Get phDispatchDriver to hDispatchDriver 92957>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 92958>>> End_Procedure 92959>>> 92959>>> Function ComKeyBindings Returns Variant 92961>>> Handle hDispatchDriver 92961>>> Variant retVal 92961>>> Get phDispatchDriver to hDispatchDriver 92962>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 92963>>> Function_Return retVal 92964>>> End_Function 92965>>> 92965>>> Procedure ComAddIconHandle Integer llIcon Integer llCommand Integer llimageState Boolean llAlpha 92967>>> Handle hDispatchDriver 92967>>> Get phDispatchDriver to hDispatchDriver 92968>>> Send PrepareParams to hDispatchDriver 4 92969>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon 92970>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 92971>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llimageState 92972>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAlpha 92973>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 92974>>> End_Procedure 92975>>> 92975>>> Function ComOptions Returns Variant 92977>>> Handle hDispatchDriver 92977>>> Variant retVal 92977>>> Get phDispatchDriver to hDispatchDriver 92978>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 92979>>> Function_Return retVal 92980>>> End_Function 92981>>> 92981>>> Procedure ComSaveCommandBars Variant llRegistryKey Variant llAppName Variant llSection 92983>>> Handle hDispatchDriver 92983>>> Get phDispatchDriver to hDispatchDriver 92984>>> Send PrepareParams to hDispatchDriver 3 92985>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey 92986>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName 92987>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection 92988>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 92989>>> End_Procedure 92990>>> 92990>>> Procedure ComLoadCommandBars Variant llRegistryKey Variant llAppName Variant llSection 92992>>> Handle hDispatchDriver 92992>>> Get phDispatchDriver to hDispatchDriver 92993>>> Send PrepareParams to hDispatchDriver 3 92994>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRegistryKey 92995>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAppName 92996>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llSection 92997>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 92998>>> End_Procedure 92999>>> 92999>>> Procedure ComLoadDesignerBars Variant llFileNameOrResource Variant llInstance 93001>>> Handle hDispatchDriver 93001>>> Get phDispatchDriver to hDispatchDriver 93002>>> Send PrepareParams to hDispatchDriver 2 93003>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFileNameOrResource 93004>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llInstance 93005>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 93006>>> End_Procedure 93007>>> 93007>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 93009>>> Handle hDispatchDriver 93009>>> Variant retVal 93009>>> Get phDispatchDriver to hDispatchDriver 93010>>> Send PrepareParams to hDispatchDriver 4 93011>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 93012>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 93013>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 93014>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 93015>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 93016>>> Function_Return retVal 93017>>> End_Function 93018>>> 93018>>> Procedure ComAboutBox 93020>>> Handle hDispatchDriver 93020>>> Get phDispatchDriver to hDispatchDriver 93021>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 93022>>> End_Procedure 93023>>> 93023>>> Procedure ComDockToolBar Variant llToolBar Integer llx Integer lly OLEXTPBarPosition llPosition 93025>>> Handle hDispatchDriver 93025>>> Get phDispatchDriver to hDispatchDriver 93026>>> Send PrepareParams to hDispatchDriver 4 93027>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llToolBar 93028>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 93029>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 93030>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 93031>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 93032>>> End_Procedure 93033>>> 93033>>> Function ComGetSpecialColor OLEXTPColorManagerColor llIndex Returns OLE_COLOR 93035>>> Handle hDispatchDriver 93035>>> OLE_COLOR retVal 93035>>> Get phDispatchDriver to hDispatchDriver 93036>>> Send PrepareParams to hDispatchDriver 1 93037>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 93038>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_I4 to retVal 93039>>> Function_Return retVal 93040>>> End_Function 93041>>> 93041>>> Function ComShowTabWorkspace Boolean llShow Returns Variant 93043>>> Handle hDispatchDriver 93043>>> Variant retVal 93043>>> Get phDispatchDriver to hDispatchDriver 93044>>> Send PrepareParams to hDispatchDriver 1 93045>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShow 93046>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 93047>>> Function_Return retVal 93048>>> End_Function 93049>>> 93049>>> Procedure ComMoveAlignedControl Variant llControl Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 93051>>> Handle hDispatchDriver 93051>>> Get phDispatchDriver to hDispatchDriver 93052>>> Send PrepareParams to hDispatchDriver 5 93053>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llControl 93054>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 93055>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 93056>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 93057>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 93058>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 93059>>> End_Procedure 93060>>> 93060>>> Function ComTabWorkspace Returns Variant 93062>>> Handle hDispatchDriver 93062>>> Variant retVal 93062>>> Get phDispatchDriver to hDispatchDriver 93063>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 93064>>> Function_Return retVal 93065>>> End_Function 93066>>> 93066>>> Procedure ComLoadStateFromString String llProfile Boolean llRestoreControls Boolean llRestoreOptions Boolean llSilent 93068>>> Handle hDispatchDriver 93068>>> Get phDispatchDriver to hDispatchDriver 93069>>> Send PrepareParams to hDispatchDriver 4 93070>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 93071>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreControls 93072>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llRestoreOptions 93073>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSilent 93074>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 93075>>> End_Procedure 93076>>> 93076>>> Function ComSaveStateToString Boolean llSaveControls Boolean llSaveOnlyCustomized Boolean llSaveOptions Returns String 93078>>> Handle hDispatchDriver 93078>>> String retVal 93078>>> Get phDispatchDriver to hDispatchDriver 93079>>> Send PrepareParams to hDispatchDriver 3 93080>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveControls 93081>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOnlyCustomized 93082>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSaveOptions 93083>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal 93084>>> Function_Return retVal 93085>>> End_Function 93086>>> 93086>>> Function ComStatusBar Returns Variant 93088>>> Handle hDispatchDriver 93088>>> Variant retVal 93088>>> Get phDispatchDriver to hDispatchDriver 93089>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 93090>>> Function_Return retVal 93091>>> End_Function 93092>>> 93092>>> Function ComMessageBar Returns Variant 93094>>> Handle hDispatchDriver 93094>>> Variant retVal 93094>>> Get phDispatchDriver to hDispatchDriver 93095>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal 93096>>> Function_Return retVal 93097>>> End_Function 93098>>> 93098>>> Procedure ComEnableCustomization Boolean llEnable 93100>>> Handle hDispatchDriver 93100>>> Get phDispatchDriver to hDispatchDriver 93101>>> Send PrepareParams to hDispatchDriver 1 93102>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 93103>>> Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID 93104>>> End_Procedure 93105>>> 93105>>> Function ComDesignerControls Returns Variant 93107>>> Handle hDispatchDriver 93107>>> Variant retVal 93107>>> Get phDispatchDriver to hDispatchDriver 93108>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal 93109>>> Function_Return retVal 93110>>> End_Function 93111>>> 93111>>> Procedure ComEnableDefaultResetCustomizedToolbarChoice Boolean llEnable Boolean llDefaultYes 93113>>> Handle hDispatchDriver 93113>>> Get phDispatchDriver to hDispatchDriver 93114>>> Send PrepareParams to hDispatchDriver 2 93115>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 93116>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llDefaultYes 93117>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 93118>>> End_Procedure 93119>>> 93119>>> Function ComGetDispatch Returns Variant 93121>>> Handle hDispatchDriver 93121>>> Variant retVal 93121>>> Get phDispatchDriver to hDispatchDriver 93122>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 93123>>> Function_Return retVal 93124>>> End_Function 93125>>> 93125>>> Procedure ComSetMDIClient OLE_HANDLE llhWnd 93127>>> Handle hDispatchDriver 93127>>> Get phDispatchDriver to hDispatchDriver 93128>>> Send PrepareParams to hDispatchDriver 1 93129>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93130>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 93131>>> End_Procedure 93132>>> 93132>>> Function ComGlobalSettings Returns Variant 93134>>> Handle hDispatchDriver 93134>>> Variant retVal 93134>>> Get phDispatchDriver to hDispatchDriver 93135>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal 93136>>> Function_Return retVal 93137>>> End_Function 93138>>> 93138>>> Procedure ComClosePopups 93140>>> Handle hDispatchDriver 93140>>> Get phDispatchDriver to hDispatchDriver 93141>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 93142>>> End_Procedure 93143>>> 93143>>> Procedure ComSetSpecialColor OLEXTPColorManagerColor llIndex OLE_COLOR llColor 93145>>> Handle hDispatchDriver 93145>>> Get phDispatchDriver to hDispatchDriver 93146>>> Send PrepareParams to hDispatchDriver 2 93147>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 93148>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColor 93149>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 93150>>> End_Procedure 93151>>> 93151>>> Function ComAddDialogBar String llName OLEXTPBarPosition llPosition Returns Variant 93153>>> Handle hDispatchDriver 93153>>> Variant retVal 93153>>> Get phDispatchDriver to hDispatchDriver 93154>>> Send PrepareParams to hDispatchDriver 2 93155>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93156>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 93157>>> Get InvokeComMethod of hDispatchDriver 36 OLE_VT_DISPATCH to retVal 93158>>> Function_Return retVal 93159>>> End_Function 93160>>> 93160>>> Procedure ComLoadStateFromXMLString String llProfile String llstate Variant llOptions 93162>>> Handle hDispatchDriver 93162>>> Get phDispatchDriver to hDispatchDriver 93163>>> Send PrepareParams to hDispatchDriver 3 93164>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 93165>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstate 93166>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 93167>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 93168>>> End_Procedure 93169>>> 93169>>> Function ComSaveStateToXMLString String llProfile Variant llOptions Returns String 93171>>> Handle hDispatchDriver 93171>>> String retVal 93171>>> Get phDispatchDriver to hDispatchDriver 93172>>> Send PrepareParams to hDispatchDriver 2 93173>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 93174>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 93175>>> Get InvokeComMethod of hDispatchDriver 38 OLE_VT_BSTR to retVal 93176>>> Function_Return retVal 93177>>> End_Function 93178>>> 93178>>> Function ComCreateStateOptions Returns Variant 93180>>> Handle hDispatchDriver 93180>>> Variant retVal 93180>>> Get phDispatchDriver to hDispatchDriver 93181>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 93182>>> Function_Return retVal 93183>>> End_Function 93184>>> 93184>>> Procedure ComDoPropExchange Variant llpPX Variant llOptions 93186>>> Handle hDispatchDriver 93186>>> Get phDispatchDriver to hDispatchDriver 93187>>> Send PrepareParams to hDispatchDriver 2 93188>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 93189>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llOptions 93190>>> Send InvokeComMethod to hDispatchDriver 45 OLE_VT_VOID 93191>>> End_Procedure 93192>>> 93192>>> Function ComCustomizedControl Returns Variant 93194>>> Handle hDispatchDriver 93194>>> Variant retVal 93194>>> Get phDispatchDriver to hDispatchDriver 93195>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 93196>>> Function_Return retVal 93197>>> End_Function 93198>>> 93198>>> // Deletes all of the toolbars 93198>>> Procedure ComDeleteAll 93200>>> Handle hDispatchDriver 93200>>> Get phDispatchDriver to hDispatchDriver 93201>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 93202>>> End_Procedure 93203>>> 93203>>> Function ComToolTipContext Returns Variant 93205>>> Handle hDispatchDriver 93205>>> Variant retVal 93205>>> Get phDispatchDriver to hDispatchDriver 93206>>> Get InvokeComMethod of hDispatchDriver 42 OLE_VT_DISPATCH to retVal 93207>>> Function_Return retVal 93208>>> End_Function 93209>>> 93209>>> Function ComTrackingMode Returns Boolean 93211>>> Handle hDispatchDriver 93211>>> Boolean retVal 93211>>> Get phDispatchDriver to hDispatchDriver 93212>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_BOOL to retVal 93213>>> Function_Return retVal 93214>>> End_Function 93215>>> 93215>>> Function ComFocusedCommandBar Returns Variant 93217>>> Handle hDispatchDriver 93217>>> Variant retVal 93217>>> Get phDispatchDriver to hDispatchDriver 93218>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_DISPATCH to retVal 93219>>> Function_Return retVal 93220>>> End_Function 93221>>> 93221>>> Function ComAddMenuBar String llName Returns Variant 93223>>> Handle hDispatchDriver 93223>>> Variant retVal 93223>>> Get phDispatchDriver to hDispatchDriver 93224>>> Send PrepareParams to hDispatchDriver 1 93225>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93226>>> Get InvokeComMethod of hDispatchDriver 47 OLE_VT_DISPATCH to retVal 93227>>> Function_Return retVal 93228>>> End_Function 93229>>> 93229>>> Function ComAddTabToolBar String llName Returns Variant 93231>>> Handle hDispatchDriver 93231>>> Variant retVal 93231>>> Get phDispatchDriver to hDispatchDriver 93232>>> Send PrepareParams to hDispatchDriver 1 93233>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93234>>> Get InvokeComMethod of hDispatchDriver 48 OLE_VT_DISPATCH to retVal 93235>>> Function_Return retVal 93236>>> End_Function 93237>>> 93237>>> Function ComAddRibbonBar String llName Returns Variant 93239>>> Handle hDispatchDriver 93239>>> Variant retVal 93239>>> Get phDispatchDriver to hDispatchDriver 93240>>> Send PrepareParams to hDispatchDriver 1 93241>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93242>>> Get InvokeComMethod of hDispatchDriver 49 OLE_VT_DISPATCH to retVal 93243>>> Function_Return retVal 93244>>> End_Function 93245>>> 93245>>> Procedure ComAttachToWindow OLE_HANDLE llhWnd 93247>>> Handle hDispatchDriver 93247>>> Get phDispatchDriver to hDispatchDriver 93248>>> Send PrepareParams to hDispatchDriver 1 93249>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93250>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 93251>>> End_Procedure 93252>>> 93252>>> Procedure ComShowCustomizeDialog Integer llActiveTab 93254>>> Handle hDispatchDriver 93254>>> Get phDispatchDriver to hDispatchDriver 93255>>> Send PrepareParams to hDispatchDriver 1 93256>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llActiveTab 93257>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 93258>>> End_Procedure 93259>>> 93259>>> Procedure ComEnableOffice2007Frame Boolean llEnable 93261>>> Handle hDispatchDriver 93261>>> Get phDispatchDriver to hDispatchDriver 93262>>> Send PrepareParams to hDispatchDriver 1 93263>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 93264>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 93265>>> End_Procedure 93266>>> 93266>>> Procedure ComEnableFrameTheme Boolean llEnable 93268>>> Handle hDispatchDriver 93268>>> Get phDispatchDriver to hDispatchDriver 93269>>> Send PrepareParams to hDispatchDriver 1 93270>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 93271>>> Send InvokeComMethod to hDispatchDriver 90 OLE_VT_VOID 93272>>> End_Procedure 93273>>> 93273>>> Procedure ComEnableActions 93275>>> Handle hDispatchDriver 93275>>> Get phDispatchDriver to hDispatchDriver 93276>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 93277>>> End_Procedure 93278>>> 93278>>> Function ComActions Returns Variant 93280>>> Handle hDispatchDriver 93280>>> Variant retVal 93280>>> Get phDispatchDriver to hDispatchDriver 93281>>> Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal 93282>>> Function_Return retVal 93283>>> End_Function 93284>>> 93284>>> Function ComPaintManager Returns Variant 93286>>> Handle hDispatchDriver 93286>>> Variant retVal 93286>>> Get phDispatchDriver to hDispatchDriver 93287>>> Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal 93288>>> Function_Return retVal 93289>>> End_Function 93290>>> 93290>>> Function ComCreateGalleryItems Integer llId Returns Variant 93292>>> Handle hDispatchDriver 93292>>> Variant retVal 93292>>> Get phDispatchDriver to hDispatchDriver 93293>>> Send PrepareParams to hDispatchDriver 1 93294>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 93295>>> Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal 93296>>> Function_Return retVal 93297>>> End_Function 93298>>> 93298>>> Procedure ComEnableOffice2007FrameHandle OLE_HANDLE llhWnd 93300>>> Handle hDispatchDriver 93300>>> Get phDispatchDriver to hDispatchDriver 93301>>> Send PrepareParams to hDispatchDriver 1 93302>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93303>>> Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID 93304>>> End_Procedure 93305>>> 93305>>> Procedure ComEnableFrameThemeHandle OLE_HANDLE llhWnd 93307>>> Handle hDispatchDriver 93307>>> Get phDispatchDriver to hDispatchDriver 93308>>> Send PrepareParams to hDispatchDriver 1 93309>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93310>>> Send InvokeComMethod to hDispatchDriver 100 OLE_VT_VOID 93311>>> End_Procedure 93312>>> 93312>>> Function ComCreateCommandBarControl String llClassName Returns Variant 93314>>> Handle hDispatchDriver 93314>>> Variant retVal 93314>>> Get phDispatchDriver to hDispatchDriver 93315>>> Send PrepareParams to hDispatchDriver 1 93316>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 93317>>> Get InvokeComMethod of hDispatchDriver 58 OLE_VT_DISPATCH to retVal 93318>>> Function_Return retVal 93319>>> End_Function 93320>>> 93320>>> Function ComCreateCommandBar String llClassName Returns Variant 93322>>> Handle hDispatchDriver 93322>>> Variant retVal 93322>>> Get phDispatchDriver to hDispatchDriver 93323>>> Send PrepareParams to hDispatchDriver 1 93324>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 93325>>> Get InvokeComMethod of hDispatchDriver 59 OLE_VT_DISPATCH to retVal 93326>>> Function_Return retVal 93327>>> End_Function 93328>>> 93328>>> Function ComContextHelp Returns Integer 93330>>> Handle hDispatchDriver 93330>>> Integer retVal 93330>>> Get phDispatchDriver to hDispatchDriver 93331>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_I4 to retVal 93332>>> Function_Return retVal 93333>>> End_Function 93334>>> 93334>>> Function ComContextMenus Returns Variant 93336>>> Handle hDispatchDriver 93336>>> Variant retVal 93336>>> Get phDispatchDriver to hDispatchDriver 93337>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 93338>>> Function_Return retVal 93339>>> End_Function 93340>>> 93340>>> Procedure ComOLEDrag 93342>>> Handle hDispatchDriver 93342>>> Get phDispatchDriver to hDispatchDriver 93343>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 93344>>> End_Procedure 93345>>> 93345>>> Function ComAddMiniToolBar String llName Returns Variant 93347>>> Handle hDispatchDriver 93347>>> Variant retVal 93347>>> Get phDispatchDriver to hDispatchDriver 93348>>> Send PrepareParams to hDispatchDriver 1 93349>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93350>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal 93351>>> Function_Return retVal 93352>>> End_Function 93353>>> 93353>>> Function ComRecentFileList Returns Variant 93355>>> Handle hDispatchDriver 93355>>> Variant retVal 93355>>> Get phDispatchDriver to hDispatchDriver 93356>>> Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal 93357>>> Function_Return retVal 93358>>> End_Function 93359>>> 93359>>> Procedure ComDisableOffice2007FrameHandle OLE_HANDLE llhWnd 93361>>> Handle hDispatchDriver 93361>>> Get phDispatchDriver to hDispatchDriver 93362>>> Send PrepareParams to hDispatchDriver 1 93363>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93364>>> Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID 93365>>> End_Procedure 93366>>> 93366>>> Procedure ComDisableFrameThemeHandle OLE_HANDLE llhWnd 93368>>> Handle hDispatchDriver 93368>>> Get phDispatchDriver to hDispatchDriver 93369>>> Send PrepareParams to hDispatchDriver 1 93370>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 93371>>> Send InvokeComMethod to hDispatchDriver 110 OLE_VT_VOID 93372>>> End_Procedure 93373>>> 93373>>> Procedure ComAddCustomBar Variant llCommandBar String llName OLEXTPBarPosition llPosition 93375>>> Handle hDispatchDriver 93375>>> Get phDispatchDriver to hDispatchDriver 93376>>> Send PrepareParams to hDispatchDriver 3 93377>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCommandBar 93378>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 93379>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 93380>>> Send InvokeComMethod to hDispatchDriver 66 OLE_VT_VOID 93381>>> End_Procedure 93382>>> 93382>>> Procedure ComEnableToolbarComposition Boolean llEnable 93384>>> Handle hDispatchDriver 93384>>> Get phDispatchDriver to hDispatchDriver 93385>>> Send PrepareParams to hDispatchDriver 1 93386>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 93387>>> Send InvokeComMethod to hDispatchDriver 67 OLE_VT_VOID 93388>>> End_Procedure 93389>>> 93389>>> Procedure ComSetAllCaps Boolean llSetAllCaps 93391>>> Handle hDispatchDriver 93391>>> Get phDispatchDriver to hDispatchDriver 93392>>> Send PrepareParams to hDispatchDriver 1 93393>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSetAllCaps 93394>>> Send InvokeComMethod to hDispatchDriver 68 OLE_VT_VOID 93395>>> End_Procedure 93396>>> 93396>>> Procedure ComAllowFrameTransparency Boolean llSetAllowTransparency 93398>>> Handle hDispatchDriver 93398>>> Get phDispatchDriver to hDispatchDriver 93399>>> Send PrepareParams to hDispatchDriver 1 93400>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSetAllowTransparency 93401>>> Send InvokeComMethod to hDispatchDriver 70 OLE_VT_VOID 93402>>> End_Procedure 93403>>> 93403>>> Function ComSetOfficeSetBackImage OLEXTPBackImage llBackImage Returns Boolean 93405>>> Handle hDispatchDriver 93405>>> Boolean retVal 93405>>> Get phDispatchDriver to hDispatchDriver 93406>>> Send PrepareParams to hDispatchDriver 1 93407>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBackImage 93408>>> Get InvokeComMethod of hDispatchDriver 80 OLE_VT_BOOL to retVal 93409>>> Function_Return retVal 93410>>> End_Function 93411>>>End_Class 93412>>> 93412>>>// Event interface for CommandBars Control 93412>>>Class cSigCjCom_DCommandBarsFrameEvents is a Mixin 93413>>> 93413>>> Procedure OnComExecute Variant llControl 93415>>> End_Procedure 93416>>> 93416>>> Procedure OnComUpdate Variant llControl 93418>>> End_Procedure 93419>>> 93419>>> Procedure OnComResize 93421>>> End_Procedure 93422>>> 93422>>> Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 93424>>> End_Procedure 93425>>> 93425>>> Procedure OnComControlSelected Variant llControl 93427>>> End_Procedure 93428>>> 93428>>> Procedure OnComInitCommandsPopup Variant llCommandBar 93430>>> End_Procedure 93431>>> 93431>>> Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom 93433>>> End_Procedure 93434>>> 93434>>> Procedure OnComSpecialColorChanged 93436>>> End_Procedure 93437>>> 93437>>> Procedure OnComRepositionAlignedControls Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 93439>>> End_Procedure 93440>>> 93440>>> Procedure OnComCustomization Variant llOptions 93442>>> End_Procedure 93443>>> 93443>>> Procedure OnComToolBarVisibleChanged Variant llToolBar 93445>>> End_Procedure 93446>>> 93446>>> Procedure OnComControlRButtonUp Variant llControl 93448>>> End_Procedure 93449>>> 93449>>> Procedure OnComCustomizationDone 93451>>> End_Procedure 93452>>> 93452>>> Procedure OnComCommandBarKeyDown Variant llCommandBar Integer ByRef llKeyCode Short llShift 93454>>> End_Procedure 93455>>> 93455>>> Procedure OnComToolBarContextMenu Variant llToolBar Variant llContextMenu 93457>>> End_Procedure 93458>>> 93458>>> Procedure OnComTrackingModeChanged Variant llCommandBar Boolean llMode 93460>>> End_Procedure 93461>>> 93461>>> Procedure OnComCustomizationResetToolBar Variant llToolBar 93463>>> End_Procedure 93464>>> 93464>>> Procedure OnComCustomizationAddToolBar Variant llToolBar 93466>>> End_Procedure 93467>>> 93467>>> Procedure OnComCustomizationDeleteToolBar Variant llToolBar 93469>>> End_Procedure 93470>>> 93470>>> Procedure OnComControlNotify Variant llControl Integer llCode Variant llNotifyData Variant llHandled 93472>>> End_Procedure 93473>>> 93473>>> Procedure OnComGetActiveDocumentID Integer ByRef llId 93475>>> End_Procedure 93476>>> 93476>>> Procedure OnComCustomizationResetAll 93478>>> End_Procedure 93479>>> 93479>>> Procedure OnComMessageBarClosed Variant llMessageBar 93481>>> End_Procedure 93482>>> 93482>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 93484>>> End_Procedure 93485>>> 93485>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 93487>>> End_Procedure 93488>>> 93488>>> Procedure OnComReCreated 93490>>> End_Procedure 93491>>> 93491>>> Procedure RegisterComEvents 93493>>> Send RegisterComEvent 1 msg_OnComExecute 93494>>> Send RegisterComEvent 2 msg_OnComUpdate 93495>>> Send RegisterComEvent 3 msg_OnComResize 93496>>> Send RegisterComEvent 4 msg_OnComGetClientBordersWidth 93497>>> Send RegisterComEvent 5 msg_OnComControlSelected 93498>>> Send RegisterComEvent 6 msg_OnComInitCommandsPopup 93499>>> Send RegisterComEvent 7 msg_OnComResizeClient 93500>>> Send RegisterComEvent 8 msg_OnComSpecialColorChanged 93501>>> Send RegisterComEvent 9 msg_OnComRepositionAlignedControls 93502>>> Send RegisterComEvent 10 msg_OnComCustomization 93503>>> Send RegisterComEvent 11 msg_OnComToolBarVisibleChanged 93504>>> Send RegisterComEvent 12 msg_OnComControlRButtonUp 93505>>> Send RegisterComEvent 13 msg_OnComCustomizationDone 93506>>> Send RegisterComEvent -602 msg_OnComCommandBarKeyDown 93507>>> Send RegisterComEvent 14 msg_OnComToolBarContextMenu 93508>>> Send RegisterComEvent 15 msg_OnComTrackingModeChanged 93509>>> Send RegisterComEvent 16 msg_OnComCustomizationResetToolBar 93510>>> Send RegisterComEvent 17 msg_OnComCustomizationAddToolBar 93511>>> Send RegisterComEvent 18 msg_OnComCustomizationDeleteToolBar 93512>>> Send RegisterComEvent 19 msg_OnComControlNotify 93513>>> Send RegisterComEvent 20 msg_OnComGetActiveDocumentID 93514>>> Send RegisterComEvent 21 msg_OnComCustomizationResetAll 93515>>> Send RegisterComEvent 22 msg_OnComMessageBarClosed 93516>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 93517>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 93518>>> Send RegisterComEvent 10001000 msg_OnComReCreated 93519>>> End_Procedure 93520>>>End_Class 93521>>> 93521>>>// Xtreme CommandBars Frame Control 93521>>>Class cSigCjComCommandBarsFrame is a cComActiveXControl 93522>>> Import_Class_Protocol cSigCjCom_DCommandBarsFrame 93523>>> Import_Class_Protocol cSigCjCom_DCommandBarsFrameEvents 93524>>> 93524>>> Procedure Construct_Object 93526>>> Forward Send Construct_Object 93528>>> Set psProgID to L_cSigCjComCommandBarsFrame 93529>>> Set psEventId to "{C0DE2030-D2EF-4119-BBBB-8314B5794E11}" 93530>>> Set psLicenseKey to L_cSigCjKeyCommandBars 93531>>> Set peAutoCreate to acDeferredAutoCreate 93532>>> End_Procedure 93533>>>End_Class 93534>>> 93534>>>// Dispatch interface for ImageManager Control 93534>>>Class cSigCjCom_DImageManager is a Mixin 93535>>> 93535>>> Function ComIcons Returns Variant 93537>>> Variant retVal 93537>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 93538>>> Function_Return retVal 93539>>> End_Function 93540>>> 93540>>> Procedure Set ComIcons Variant value 93542>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 93543>>> End_Procedure 93544>>> 93544>>> Function ComIsAlphaIconsSupported Returns Boolean 93546>>> Handle hDispatchDriver 93546>>> Boolean retVal 93546>>> Get phDispatchDriver to hDispatchDriver 93547>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 93548>>> Function_Return retVal 93549>>> End_Function 93550>>> 93550>>> Procedure ComAboutBox 93552>>> Handle hDispatchDriver 93552>>> Get phDispatchDriver to hDispatchDriver 93553>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 93554>>> End_Procedure 93555>>>End_Class 93556>>> 93556>>>// Event interface for ImageManager Control 93556>>>Class cSigCjCom_DImageManagerEvents is a Mixin 93557>>> 93557>>> Procedure RegisterComEvents 93559>>> End_Procedure 93560>>>End_Class 93561>>> 93561>>>// Xtreme ImageManager Control 93561>>>Class cSigCjComImageManager is a cComActiveXControl 93562>>> Import_Class_Protocol cSigCjCom_DImageManager 93563>>> Import_Class_Protocol cSigCjCom_DImageManagerEvents 93564>>> 93564>>> Procedure Construct_Object 93566>>> Forward Send Construct_Object 93568>>> Set psProgID to L_cSigCjComImageManager 93569>>> Set psEventId to "{C0DE2030-E0F3-48CF-BD1D-5305A4F46C99}" 93570>>> Set peAutoCreate to acAutoCreate 93571>>> End_Procedure 93572>>>End_Class 93573>>> 93573>>>// Dispatch interface for ImageManagerPropPage 93573>>>Class cSigCjCom_DImageManagerPropPage is a Mixin 93574>>>End_Class 93575>>> 93575>>>// Image manager property page 93575>>>Class cSigCjComImageManagerPropPage is a cComAutomationObject 93576>>> Import_Class_Protocol cSigCjCom_DImageManagerPropPage 93577>>> 93577>>> Procedure Construct_Object 93579>>> Forward Send Construct_Object 93581>>> Set peAutoCreate to acNoAutoCreate 93582>>> End_Procedure 93583>>>End_Class 93584>>> 93584>>>// Dispatch interface for PrintPreview Control 93584>>>Class cSigCjCom_DPrintPreview is a Mixin 93585>>> 93585>>> Function ComPrintView Returns Variant 93587>>> Variant retVal 93587>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_UNKNOWN to retVal 93588>>> Function_Return retVal 93589>>> End_Function 93590>>> 93590>>> Procedure Set ComPrintView Variant value 93592>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_UNKNOWN to value 93593>>> End_Procedure 93594>>> 93594>>> Function ComTitle Returns String 93596>>> String retVal 93596>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 93597>>> Function_Return retVal 93598>>> End_Function 93599>>> 93599>>> Procedure Set ComTitle String value 93601>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 93602>>> End_Procedure 93603>>> 93603>>> Function ComVisualTheme Returns OLEXTPVisualTheme 93605>>> OLEXTPVisualTheme retVal 93605>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 93606>>> Function_Return retVal 93607>>> End_Function 93608>>> 93608>>> Procedure Set ComVisualTheme OLEXTPVisualTheme value 93610>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 93611>>> End_Procedure 93612>>> 93612>>> Function ComZoomState Returns Integer 93614>>> Integer retVal 93614>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 93615>>> Function_Return retVal 93616>>> End_Function 93617>>> 93617>>> Procedure Set ComZoomState Integer value 93619>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 93620>>> End_Procedure 93621>>> 93621>>> Function ComToolBarVisible Returns Boolean 93623>>> Boolean retVal 93623>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 93624>>> Function_Return retVal 93625>>> End_Function 93626>>> 93626>>> Procedure Set ComToolBarVisible Boolean value 93628>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 93629>>> End_Procedure 93630>>> 93630>>> Function ComOrientation Returns OLEXTPPrintOrientation 93632>>> OLEXTPPrintOrientation retVal 93632>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 93633>>> Function_Return retVal 93634>>> End_Function 93635>>> 93635>>> Procedure Set ComOrientation OLEXTPPrintOrientation value 93637>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 93638>>> End_Procedure 93639>>> 93639>>> Function ComBackColor Returns OLE_COLOR 93641>>> OLE_COLOR retVal 93641>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 93642>>> Function_Return retVal 93643>>> End_Function 93644>>> 93644>>> Procedure Set ComBackColor OLE_COLOR value 93646>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 93647>>> End_Procedure 93648>>> 93648>>> Function ComShowBorder Returns Boolean 93650>>> Boolean retVal 93650>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 93651>>> Function_Return retVal 93652>>> End_Function 93653>>> 93653>>> Procedure Set ComShowBorder Boolean value 93655>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 93656>>> End_Procedure 93657>>> 93657>>> Function ComReCreateReparented Returns Boolean 93659>>> Boolean retVal 93659>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 93660>>> Function_Return retVal 93661>>> End_Function 93662>>> 93662>>> Procedure Set ComReCreateReparented Boolean value 93664>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 93665>>> End_Procedure 93666>>> 93666>>> Function ComCreateMarkupPrintView String llMarkupText Returns Variant 93668>>> Handle hDispatchDriver 93668>>> Variant retVal 93668>>> Get phDispatchDriver to hDispatchDriver 93669>>> Send PrepareParams to hDispatchDriver 1 93670>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMarkupText 93671>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_UNKNOWN to retVal 93672>>> Function_Return retVal 93673>>> End_Function 93674>>> 93674>>> Procedure ComShowPrintDialog 93676>>> Handle hDispatchDriver 93676>>> Get phDispatchDriver to hDispatchDriver 93677>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 93678>>> End_Procedure 93679>>> 93679>>> Function ComCreateRichEditPrintView String llText Returns Variant 93681>>> Handle hDispatchDriver 93681>>> Variant retVal 93681>>> Get phDispatchDriver to hDispatchDriver 93682>>> Send PrepareParams to hDispatchDriver 1 93683>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 93684>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_UNKNOWN to retVal 93685>>> Function_Return retVal 93686>>> End_Function 93687>>> 93687>>> Function ComToolBar Returns Variant 93689>>> Handle hDispatchDriver 93689>>> Variant retVal 93689>>> Get phDispatchDriver to hDispatchDriver 93690>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 93691>>> Function_Return retVal 93692>>> End_Function 93693>>> 93693>>> Procedure ComPrintDirect OLE_HANDLE llhDC 93695>>> Handle hDispatchDriver 93695>>> Get phDispatchDriver to hDispatchDriver 93696>>> Send PrepareParams to hDispatchDriver 1 93697>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 93698>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 93699>>> End_Procedure 93700>>> 93700>>> Procedure ComAboutBox 93702>>> Handle hDispatchDriver 93702>>> Get phDispatchDriver to hDispatchDriver 93703>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 93704>>> End_Procedure 93705>>>End_Class 93706>>> 93706>>>// Event interface for PrintPreview Control 93706>>>Class cSigCjCom_DPrintPreviewEvents is a Mixin 93707>>> 93707>>> Procedure OnComCloseClick 93709>>> End_Procedure 93710>>> 93710>>> Procedure OnComPrintClick 93712>>> End_Procedure 93713>>> 93713>>> Procedure OnComReCreated 93715>>> End_Procedure 93716>>> 93716>>> Procedure RegisterComEvents 93718>>> Send RegisterComEvent 1 msg_OnComCloseClick 93719>>> Send RegisterComEvent 2 msg_OnComPrintClick 93720>>> Send RegisterComEvent 10001000 msg_OnComReCreated 93721>>> End_Procedure 93722>>>End_Class 93723>>> 93723>>>// PrintPreview Control 93723>>>Class cSigCjComPrintPreview is a cComActiveXControl 93724>>> Import_Class_Protocol cSigCjCom_DPrintPreview 93725>>> Import_Class_Protocol cSigCjCom_DPrintPreviewEvents 93726>>> 93726>>> Procedure Construct_Object 93728>>> Forward Send Construct_Object 93730>>> Set psProgID to L_cSigCjComPrintPreview 93731>>> Set psEventId to "{C0DE2030-DC0C-498B-9B3E-FEC9F5C31D94}" 93732>>> Set peAutoCreate to acDeferredAutoCreate 93733>>> End_Procedure 93734>>>End_Class 93735>>> 93735>>>// Dispatch interface for PushButton Control 93735>>>Class cSigCjCom_DBackstageButton is a Mixin 93736>>> 93736>>> Function ComValue Returns Boolean 93738>>> Boolean retVal 93738>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to retVal 93739>>> Function_Return retVal 93740>>> End_Function 93741>>> 93741>>> Procedure Set ComValue Boolean value 93743>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to value 93744>>> End_Procedure 93745>>> 93745>>> Function ComCaption Returns String 93747>>> String retVal 93747>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 93748>>> Function_Return retVal 93749>>> End_Function 93750>>> 93750>>> Procedure Set ComCaption String value 93752>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 93753>>> End_Procedure 93754>>> 93754>>> Function ComFont Returns Variant 93756>>> Variant retVal 93756>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 93757>>> Function_Return retVal 93758>>> End_Function 93759>>> 93759>>> Procedure Set ComFont Variant value 93761>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 93762>>> End_Procedure 93763>>> 93763>>> Function ComBackColor Returns OLE_COLOR 93765>>> OLE_COLOR retVal 93765>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 93766>>> Function_Return retVal 93767>>> End_Function 93768>>> 93768>>> Procedure Set ComBackColor OLE_COLOR value 93770>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 93771>>> End_Procedure 93772>>> 93772>>> Function ComForeColor Returns OLE_COLOR 93774>>> OLE_COLOR retVal 93774>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 93775>>> Function_Return retVal 93776>>> End_Function 93777>>> 93777>>> Procedure Set ComForeColor OLE_COLOR value 93779>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 93780>>> End_Procedure 93781>>> 93781>>> Function ComHWnd Returns OLE_HANDLE 93783>>> OLE_HANDLE retVal 93783>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 93784>>> Function_Return retVal 93785>>> End_Function 93786>>> 93786>>> Procedure Set ComHWnd OLE_HANDLE value 93788>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 93789>>> End_Procedure 93790>>> 93790>>> Function ComEnabled Returns Boolean 93792>>> Boolean retVal 93792>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 93793>>> Function_Return retVal 93794>>> End_Function 93795>>> 93795>>> Procedure Set ComEnabled Boolean value 93797>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 93798>>> End_Procedure 93799>>> 93799>>> Function ComDefault Returns Boolean 93801>>> Boolean retVal 93801>>> Get ComProperty of (phDispatchDriver(Self)) 1745027088 OLE_VT_BOOL to retVal 93802>>> Function_Return retVal 93803>>> End_Function 93804>>> 93804>>> Procedure Set ComDefault Boolean value 93806>>> Set ComProperty of (phDispatchDriver(Self)) 1745027088 OLE_VT_BOOL to value 93807>>> End_Procedure 93808>>> 93808>>> Function ComFlatStyle Returns Boolean 93810>>> Boolean retVal 93810>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 93811>>> Function_Return retVal 93812>>> End_Function 93813>>> 93813>>> Procedure Set ComFlatStyle Boolean value 93815>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 93816>>> End_Procedure 93817>>> 93817>>> Function ComAppearance Returns OLEXTPBackstageButtonControlAppearanceStyle 93819>>> OLEXTPBackstageButtonControlAppearanceStyle retVal 93819>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 93820>>> Function_Return retVal 93821>>> End_Function 93822>>> 93822>>> Procedure Set ComAppearance OLEXTPBackstageButtonControlAppearanceStyle value 93824>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 93825>>> End_Procedure 93826>>> 93826>>> Function ComTextAlignment Returns OLEAlignmentStyle 93828>>> OLEAlignmentStyle retVal 93828>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 93829>>> Function_Return retVal 93830>>> End_Function 93831>>> 93831>>> Procedure Set ComTextAlignment OLEAlignmentStyle value 93833>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 93834>>> End_Procedure 93835>>> 93835>>> Function ComMultiLine Returns Boolean 93837>>> Boolean retVal 93837>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 93838>>> Function_Return retVal 93839>>> End_Function 93840>>> 93840>>> Procedure Set ComMultiLine Boolean value 93842>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 93843>>> End_Procedure 93844>>> 93844>>> Function ComChecked Returns Boolean 93846>>> Boolean retVal 93846>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 93847>>> Function_Return retVal 93848>>> End_Function 93849>>> 93849>>> Procedure Set ComChecked Boolean value 93851>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 93852>>> End_Procedure 93853>>> 93853>>> Function ComIcon Returns Variant 93855>>> Variant retVal 93855>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to retVal 93856>>> Function_Return retVal 93857>>> End_Function 93858>>> 93858>>> Procedure Set ComIcon Variant value 93860>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to value 93861>>> End_Procedure 93862>>> 93862>>> Function ComRightToLeft Returns Boolean 93864>>> Boolean retVal 93864>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 93865>>> Function_Return retVal 93866>>> End_Function 93867>>> 93867>>> Procedure Set ComRightToLeft Boolean value 93869>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 93870>>> End_Procedure 93871>>> 93871>>> Function ComImageAlignment Returns OLEAlignmentStyle 93873>>> OLEAlignmentStyle retVal 93873>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 93874>>> Function_Return retVal 93875>>> End_Function 93876>>> 93876>>> Procedure Set ComImageAlignment OLEAlignmentStyle value 93878>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 93879>>> End_Procedure 93880>>> 93880>>> Function ComTextImageRelation Returns OLETextImageRelationStyle 93882>>> OLETextImageRelationStyle retVal 93882>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 93883>>> Function_Return retVal 93884>>> End_Function 93885>>> 93885>>> Procedure Set ComTextImageRelation OLETextImageRelationStyle value 93887>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 93888>>> End_Procedure 93889>>> 93889>>> Function ComImageGap Returns Integer 93891>>> Integer retVal 93891>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 93892>>> Function_Return retVal 93893>>> End_Function 93894>>> 93894>>> Procedure Set ComImageGap Integer value 93896>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 93897>>> End_Procedure 93898>>> 93898>>> Function ComBorderGap Returns Integer 93900>>> Integer retVal 93900>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 93901>>> Function_Return retVal 93902>>> End_Function 93903>>> 93903>>> Procedure Set ComBorderGap Integer value 93905>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 93906>>> End_Procedure 93907>>> 93907>>> Function ComStyle Returns OLEPushButtonStyle 93909>>> OLEPushButtonStyle retVal 93909>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 93910>>> Function_Return retVal 93911>>> End_Function 93912>>> 93912>>> Procedure Set ComStyle OLEPushButtonStyle value 93914>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 93915>>> End_Procedure 93916>>> 93916>>> Function ComEnableMarkup Returns Boolean 93918>>> Boolean retVal 93918>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 93919>>> Function_Return retVal 93920>>> End_Function 93921>>> 93921>>> Procedure Set ComEnableMarkup Boolean value 93923>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 93924>>> End_Procedure 93925>>> 93925>>> // Returns/Sets whether this control can act as an OLE drop target. 93925>>> Function ComOLEDropMode Returns OLEOLEDropConstants 93927>>> OLEOLEDropConstants retVal 93927>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 93928>>> Function_Return retVal 93929>>> End_Function 93930>>> 93930>>> // Returns/Sets whether this control can act as an OLE drop target. 93930>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 93932>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 93933>>> End_Procedure 93934>>> 93934>>> Function ComControlToolTip Returns String 93936>>> String retVal 93936>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 93937>>> Function_Return retVal 93938>>> End_Function 93939>>> 93939>>> Procedure Set ComControlToolTip String value 93941>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 93942>>> End_Procedure 93943>>> 93943>>> Function ComShowShadow Returns Boolean 93945>>> Boolean retVal 93945>>> Get ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to retVal 93946>>> Function_Return retVal 93947>>> End_Function 93948>>> 93948>>> Procedure Set ComShowShadow Boolean value 93950>>> Set ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to value 93951>>> End_Procedure 93952>>> 93952>>> Function ComTabStyle Returns Boolean 93954>>> Boolean retVal 93954>>> Get ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to retVal 93955>>> Function_Return retVal 93956>>> End_Function 93957>>> 93957>>> Procedure Set ComTabStyle Boolean value 93959>>> Set ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to value 93960>>> End_Procedure 93961>>> 93961>>> Function ComReCreateReparented Returns Boolean 93963>>> Boolean retVal 93963>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 93964>>> Function_Return retVal 93965>>> End_Function 93966>>> 93966>>> Procedure Set ComReCreateReparented Boolean value 93968>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 93969>>> End_Procedure 93970>>> 93970>>> Function ComMarkupContext Returns Variant 93972>>> Handle hDispatchDriver 93972>>> Variant retVal 93972>>> Get phDispatchDriver to hDispatchDriver 93973>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 93974>>> Function_Return retVal 93975>>> End_Function 93976>>> 93976>>> Procedure ComAboutBox 93978>>> Handle hDispatchDriver 93978>>> Get phDispatchDriver to hDispatchDriver 93979>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 93980>>> End_Procedure 93981>>> 93981>>> Function ComToolTipContext Returns Variant 93983>>> Handle hDispatchDriver 93983>>> Variant retVal 93983>>> Get phDispatchDriver to hDispatchDriver 93984>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 93985>>> Function_Return retVal 93986>>> End_Function 93987>>> 93987>>> Procedure ComVectorImageHeight Integer llHeight 93989>>> Handle hDispatchDriver 93989>>> Get phDispatchDriver to hDispatchDriver 93990>>> Send PrepareParams to hDispatchDriver 1 93991>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 93992>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 93993>>> End_Procedure 93994>>> 93994>>> Procedure ComVectorImageWidth Integer llWidth 93996>>> Handle hDispatchDriver 93996>>> Get phDispatchDriver to hDispatchDriver 93997>>> Send PrepareParams to hDispatchDriver 1 93998>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 93999>>> Send InvokeComMethod to hDispatchDriver 73 OLE_VT_VOID 94000>>> End_Procedure 94001>>>End_Class 94002>>> 94002>>>// Event interface for PushButton Control 94002>>>Class cSigCjCom_DBackstageButtonEvents is a Mixin 94003>>> 94003>>> Procedure OnComClick 94005>>> End_Procedure 94006>>> 94006>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 94008>>> End_Procedure 94009>>> 94009>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 94011>>> End_Procedure 94012>>> 94012>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 94014>>> End_Procedure 94015>>> 94015>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 94017>>> End_Procedure 94018>>> 94018>>> Procedure OnComKeyPress Short ByRef llKeyAscii 94020>>> End_Procedure 94021>>> 94021>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 94023>>> End_Procedure 94024>>> 94024>>> Procedure OnComDropDown 94026>>> End_Procedure 94027>>> 94027>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 94029>>> End_Procedure 94030>>> 94030>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 94032>>> End_Procedure 94033>>> 94033>>> Procedure OnComReCreated 94035>>> End_Procedure 94036>>> 94036>>> Procedure RegisterComEvents 94038>>> Send RegisterComEvent -600 msg_OnComClick 94039>>> Send RegisterComEvent -605 msg_OnComMouseDown 94040>>> Send RegisterComEvent -606 msg_OnComMouseMove 94041>>> Send RegisterComEvent -607 msg_OnComMouseUp 94042>>> Send RegisterComEvent -602 msg_OnComKeyDown 94043>>> Send RegisterComEvent -603 msg_OnComKeyPress 94044>>> Send RegisterComEvent -604 msg_OnComKeyUp 94045>>> Send RegisterComEvent 1 msg_OnComDropDown 94046>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 94047>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 94048>>> Send RegisterComEvent 10001000 msg_OnComReCreated 94049>>> End_Procedure 94050>>>End_Class 94051>>> 94051>>>// PushButton Control 94051>>>Class cSigCjComBackstageButton is a cComActiveXControl 94052>>> Import_Class_Protocol cSigCjCom_DBackstageButton 94053>>> Import_Class_Protocol cSigCjCom_DBackstageButtonEvents 94054>>> 94054>>> Procedure Construct_Object 94056>>> Forward Send Construct_Object 94058>>> Set psProgID to L_cSigCjComBackstageButton 94059>>> Set psEventId to "{C0DE2030-8784-4B18-976D-F889C1F8B1E9}" 94060>>> Set psLicenseKey to L_cSigCjKeyCommandBars 94061>>> Set peAutoCreate to acDeferredAutoCreate 94062>>> End_Procedure 94063>>>End_Class 94064>>> 94064>>>// Dispatch interface for BackstageButtonPropPage 94064>>>Class cSigCjCom_DBackstageButtonPropPage is a Mixin 94065>>>End_Class 94066>>> 94066>>>// Backstage button property page 94066>>>Class cSigCjComBackstageButtonPropPage is a cComAutomationObject 94067>>> Import_Class_Protocol cSigCjCom_DBackstageButtonPropPage 94068>>> 94068>>> Procedure Construct_Object 94070>>> Forward Send Construct_Object 94072>>> Set peAutoCreate to acNoAutoCreate 94073>>> End_Procedure 94074>>>End_Class 94075>>> 94075>>>// Dispatch interface for BackstageSeparator Control 94075>>>Class cSigCjCom_DBackstageSeparator is a Mixin 94076>>> 94076>>> Function ComVertical Returns Boolean 94078>>> Boolean retVal 94078>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 94079>>> Function_Return retVal 94080>>> End_Function 94081>>> 94081>>> Procedure Set ComVertical Boolean value 94083>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 94084>>> End_Procedure 94085>>> 94085>>> Function ComAppearance Returns OLEXTPBackstageSeparatorControlAppearanceStyle 94087>>> OLEXTPBackstageSeparatorControlAppearanceStyle retVal 94087>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 94088>>> Function_Return retVal 94089>>> End_Function 94090>>> 94090>>> Procedure Set ComAppearance OLEXTPBackstageSeparatorControlAppearanceStyle value 94092>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 94093>>> End_Procedure 94094>>> 94094>>> Function ComMarkupText Returns String 94096>>> String retVal 94096>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 94097>>> Function_Return retVal 94098>>> End_Function 94099>>> 94099>>> Procedure Set ComMarkupText String value 94101>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 94102>>> End_Procedure 94103>>> 94103>>> Function ComReCreateReparented Returns Boolean 94105>>> Boolean retVal 94105>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 94106>>> Function_Return retVal 94107>>> End_Function 94108>>> 94108>>> Procedure Set ComReCreateReparented Boolean value 94110>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 94111>>> End_Procedure 94112>>> 94112>>> Procedure ComAboutBox 94114>>> Handle hDispatchDriver 94114>>> Get phDispatchDriver to hDispatchDriver 94115>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 94116>>> End_Procedure 94117>>>End_Class 94118>>> 94118>>>// Event interface for BackstageSeparator Control 94118>>>Class cSigCjCom_DBackstageSeparatorEvents is a Mixin 94119>>> 94119>>> Procedure OnComReCreated 94121>>> End_Procedure 94122>>> 94122>>> Procedure RegisterComEvents 94124>>> Send RegisterComEvent 10001000 msg_OnComReCreated 94125>>> End_Procedure 94126>>>End_Class 94127>>> 94127>>>// BackstageSeparator Control 94127>>>Class cSigCjComBackstageSeparator is a cComActiveXControl 94128>>> Import_Class_Protocol cSigCjCom_DBackstageSeparator 94129>>> Import_Class_Protocol cSigCjCom_DBackstageSeparatorEvents 94130>>> 94130>>> Procedure Construct_Object 94132>>> Forward Send Construct_Object 94134>>> Set psProgID to L_cSigCjComBackstageSeparator 94135>>> Set psEventId to "{C0DE2030-A9B6-458C-8DBE-71B544CD06B4}" 94136>>> Set psLicenseKey to L_cSigCjKeyCommandBars 94137>>> Set peAutoCreate to acDeferredAutoCreate 94138>>> End_Procedure 94139>>>End_Class 94140>>> 94140>>>// Dispatch interface for BackstageListBox Control 94140>>>Class cSigCjCom_DBackstageListBox is a Mixin 94141>>> 94141>>> // Set True to allow using standard icons from shell. By default False. 94141>>> Function ComUseShellIcons Returns Boolean 94143>>> Boolean retVal 94143>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 94144>>> Function_Return retVal 94145>>> End_Function 94146>>> 94146>>> // Set True to allow using standard icons from shell. By default False. 94146>>> Procedure Set ComUseShellIcons Boolean value 94148>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 94149>>> End_Procedure 94150>>> 94150>>> Function ComVisualTheme Returns OLEXTPVisualTheme 94152>>> OLEXTPVisualTheme retVal 94152>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 94153>>> Function_Return retVal 94154>>> End_Function 94155>>> 94155>>> Procedure Set ComVisualTheme OLEXTPVisualTheme value 94157>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 94158>>> End_Procedure 94159>>> 94159>>> Function ComShowScrollBarAlways Returns Boolean 94161>>> Boolean retVal 94161>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 94162>>> Function_Return retVal 94163>>> End_Function 94164>>> 94164>>> Procedure Set ComShowScrollBarAlways Boolean value 94166>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 94167>>> End_Procedure 94168>>> 94168>>> Function ComReCreateReparented Returns Boolean 94170>>> Boolean retVal 94170>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 94171>>> Function_Return retVal 94172>>> End_Function 94173>>> 94173>>> Procedure Set ComReCreateReparented Boolean value 94175>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 94176>>> End_Procedure 94177>>> 94177>>> Function ComItems Returns Variant 94179>>> Handle hDispatchDriver 94179>>> Variant retVal 94179>>> Get phDispatchDriver to hDispatchDriver 94180>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 94181>>> Function_Return retVal 94182>>> End_Function 94183>>> 94183>>> Function ComGallery Returns Variant 94185>>> Handle hDispatchDriver 94185>>> Variant retVal 94185>>> Get phDispatchDriver to hDispatchDriver 94186>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 94187>>> Function_Return retVal 94188>>> End_Function 94189>>> 94189>>> Function ComIcons Returns Variant 94191>>> Handle hDispatchDriver 94191>>> Variant retVal 94191>>> Get phDispatchDriver to hDispatchDriver 94192>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 94193>>> Function_Return retVal 94194>>> End_Function 94195>>> 94195>>> Function ComToolTipContext Returns Variant 94197>>> Handle hDispatchDriver 94197>>> Variant retVal 94197>>> Get phDispatchDriver to hDispatchDriver 94198>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 94199>>> Function_Return retVal 94200>>> End_Function 94201>>> 94201>>> Procedure ComCreateRecentFileListItems Variant llRecentFileList 94203>>> Handle hDispatchDriver 94203>>> Get phDispatchDriver to hDispatchDriver 94204>>> Send PrepareParams to hDispatchDriver 1 94205>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecentFileList 94206>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 94207>>> End_Procedure 94208>>> 94208>>> Function ComPaintManager Returns Variant 94210>>> Handle hDispatchDriver 94210>>> Variant retVal 94210>>> Get phDispatchDriver to hDispatchDriver 94211>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 94212>>> Function_Return retVal 94213>>> End_Function 94214>>> 94214>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 94216>>> Handle hDispatchDriver 94216>>> Variant retVal 94216>>> Get phDispatchDriver to hDispatchDriver 94217>>> Send PrepareParams to hDispatchDriver 2 94218>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 94219>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 94220>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 94221>>> Function_Return retVal 94222>>> End_Function 94223>>> 94223>>> Procedure ComAboutBox 94225>>> Handle hDispatchDriver 94225>>> Get phDispatchDriver to hDispatchDriver 94226>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 94227>>> End_Procedure 94228>>>End_Class 94229>>> 94229>>>// Event interface for BackstageListBox Control 94229>>>Class cSigCjCom_DBackstageListBoxEvents is a Mixin 94230>>> 94230>>> Procedure OnComItemClick Variant llItem 94232>>> End_Procedure 94233>>> 94233>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 94235>>> End_Procedure 94236>>> 94236>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 94238>>> End_Procedure 94239>>> 94239>>> Procedure OnComReCreated 94241>>> End_Procedure 94242>>> 94242>>> Procedure RegisterComEvents 94244>>> Send RegisterComEvent 1 msg_OnComItemClick 94245>>> Send RegisterComEvent -605 msg_OnComMouseDown 94246>>> Send RegisterComEvent -607 msg_OnComMouseUp 94247>>> Send RegisterComEvent 10001000 msg_OnComReCreated 94248>>> End_Procedure 94249>>>End_Class 94250>>> 94250>>>// BackstageListBox Control 94250>>>Class cSigCjComBackstageListBox is a cComActiveXControl 94251>>> Import_Class_Protocol cSigCjCom_DBackstageListBox 94252>>> Import_Class_Protocol cSigCjCom_DBackstageListBoxEvents 94253>>> 94253>>> Procedure Construct_Object 94255>>> Forward Send Construct_Object 94257>>> Set psProgID to L_cSigCjComBackstageListBox 94258>>> Set psEventId to "{C0DE2030-B56F-4C5C-A7C1-BFD597BE6386}" 94259>>> Set psLicenseKey to L_cSigCjKeyCommandBars 94260>>> Set peAutoCreate to acDeferredAutoCreate 94261>>> End_Procedure 94262>>>End_Class 94263>>> 94263>>>// Global Global Settings 94263>>>Class cSigCjComICommandBarsGlobalSettings is a Mixin 94264>>> 94264>>> Function ComResourceFile Returns String 94266>>> String retVal 94266>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 94267>>> Function_Return retVal 94268>>> End_Function 94269>>> 94269>>> Procedure Set ComResourceFile String value 94271>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 94272>>> End_Procedure 94273>>> 94273>>> Function ComLicense Returns String 94275>>> String retVal 94275>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 94276>>> Function_Return retVal 94277>>> End_Function 94278>>> 94278>>> Procedure Set ComLicense String value 94280>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 94281>>> End_Procedure 94282>>> 94282>>> Function ComTitle Returns String 94284>>> String retVal 94284>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 94285>>> Function_Return retVal 94286>>> End_Function 94287>>> 94287>>> Procedure Set ComTitle String value 94289>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 94290>>> End_Procedure 94291>>> 94291>>> Function ComReCreateReparentedControls Returns Boolean 94293>>> Boolean retVal 94293>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 94294>>> Function_Return retVal 94295>>> End_Function 94296>>> 94296>>> Procedure Set ComReCreateReparentedControls Boolean value 94298>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 94299>>> End_Procedure 94300>>> 94300>>> Function ComApp Returns Variant 94302>>> Variant retVal 94302>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 94303>>> Function_Return retVal 94304>>> End_Function 94305>>> 94305>>> Procedure Set ComApp Variant value 94307>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 94308>>> End_Procedure 94309>>> 94309>>> Function ComCompanyName Returns String 94311>>> String retVal 94311>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 94312>>> Function_Return retVal 94313>>> End_Function 94314>>> 94314>>> Procedure Set ComCompanyName String value 94316>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 94317>>> End_Procedure 94318>>> 94318>>> Function ComColorManager Returns Variant 94320>>> Handle hDispatchDriver 94320>>> Variant retVal 94320>>> Get phDispatchDriver to hDispatchDriver 94321>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 94322>>> Function_Return retVal 94323>>> End_Function 94324>>> 94324>>> Function ComFrameShadowManager Returns Variant 94326>>> Handle hDispatchDriver 94326>>> Variant retVal 94326>>> Get phDispatchDriver to hDispatchDriver 94327>>> Get InvokeComMethod of hDispatchDriver 10003000 OLE_VT_DISPATCH to retVal 94328>>> Function_Return retVal 94329>>> End_Function 94330>>> 94330>>> Function ComVersion Returns String 94332>>> Handle hDispatchDriver 94332>>> String retVal 94332>>> Get phDispatchDriver to hDispatchDriver 94333>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 94334>>> Function_Return retVal 94335>>> End_Function 94336>>> 94336>>> Function ComUnicode Returns Boolean 94338>>> Handle hDispatchDriver 94338>>> Boolean retVal 94338>>> Get phDispatchDriver to hDispatchDriver 94339>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 94340>>> Function_Return retVal 94341>>> End_Function 94342>>> 94342>>> Function ComOcxPath Returns String 94344>>> Handle hDispatchDriver 94344>>> String retVal 94344>>> Get phDispatchDriver to hDispatchDriver 94345>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 94346>>> Function_Return retVal 94347>>> End_Function 94348>>> 94348>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 94350>>> Handle hDispatchDriver 94350>>> Variant retVal 94350>>> Get phDispatchDriver to hDispatchDriver 94351>>> Send PrepareParams to hDispatchDriver 1 94352>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 94353>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 94354>>> Function_Return retVal 94355>>> End_Function 94356>>> 94356>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 94358>>> Handle hDispatchDriver 94358>>> Get phDispatchDriver to hDispatchDriver 94359>>> Send PrepareParams to hDispatchDriver 2 94360>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 94361>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 94362>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 94363>>> End_Procedure 94364>>> 94364>>> Function ComCreatePropExchange Returns Variant 94366>>> Handle hDispatchDriver 94366>>> Variant retVal 94366>>> Get phDispatchDriver to hDispatchDriver 94367>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 94368>>> Function_Return retVal 94369>>> End_Function 94370>>> 94370>>> Function ComIcons Returns Variant 94372>>> Handle hDispatchDriver 94372>>> Variant retVal 94372>>> Get phDispatchDriver to hDispatchDriver 94373>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 94374>>> Function_Return retVal 94375>>> End_Function 94376>>> 94376>>> Function ComResourceImages Returns Variant 94378>>> Handle hDispatchDriver 94378>>> Variant retVal 94378>>> Get phDispatchDriver to hDispatchDriver 94379>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 94380>>> Function_Return retVal 94381>>> End_Function 94382>>>End_Class 94383>>> 94383>>>// Command Bars Settings 94383>>>Class cSigCjComCommandBarsGlobalSettings is a cComAutomationObject 94384>>> Import_Class_Protocol cSigCjComICommandBarsGlobalSettings 94385>>> 94385>>> Procedure Construct_Object 94387>>> Forward Send Construct_Object 94389>>> Set psProgID to L_cSigCjComCommandBarsGlobalSettings 94390>>> Set peAutoCreate to acNoAutoCreate 94391>>> End_Procedure 94392>>>End_Class 94393>>> 94393>>>Class cSigCjComStatusBarPane is a cComAutomationObject 94394>>> 94394>>> Function ComWidth Returns Integer 94396>>> Integer retVal 94396>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 94397>>> Function_Return retVal 94398>>> End_Function 94399>>> 94399>>> Procedure Set ComWidth Integer value 94401>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 94402>>> End_Procedure 94403>>> 94403>>> Function ComStyle Returns OLEXTPStatusPaneStyle 94405>>> OLEXTPStatusPaneStyle retVal 94405>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 94406>>> Function_Return retVal 94407>>> End_Function 94408>>> 94408>>> Procedure Set ComStyle OLEXTPStatusPaneStyle value 94410>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 94411>>> End_Procedure 94412>>> 94412>>> Function ComVisible Returns Boolean 94414>>> Boolean retVal 94414>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 94415>>> Function_Return retVal 94416>>> End_Function 94417>>> 94417>>> Procedure Set ComVisible Boolean value 94419>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 94420>>> End_Procedure 94421>>> 94421>>> Function ComHandle Returns OLE_HANDLE 94423>>> OLE_HANDLE retVal 94423>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 94424>>> Function_Return retVal 94425>>> End_Function 94426>>> 94426>>> Procedure Set ComHandle OLE_HANDLE value 94428>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 94429>>> End_Procedure 94430>>> 94430>>> Function ComToolTip Returns String 94432>>> String retVal 94432>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 94433>>> Function_Return retVal 94434>>> End_Function 94435>>> 94435>>> Procedure Set ComToolTip String value 94437>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 94438>>> End_Procedure 94439>>> 94439>>> Function ComBeginGroup Returns Boolean 94441>>> Boolean retVal 94441>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 94442>>> Function_Return retVal 94443>>> End_Function 94444>>> 94444>>> Procedure Set ComBeginGroup Boolean value 94446>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 94447>>> End_Procedure 94448>>> 94448>>> Function ComCaption Returns String 94450>>> String retVal 94450>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal 94451>>> Function_Return retVal 94452>>> End_Function 94453>>> 94453>>> Procedure Set ComCaption String value 94455>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value 94456>>> End_Procedure 94457>>> 94457>>> Function ComEnabled Returns Boolean 94459>>> Boolean retVal 94459>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 94460>>> Function_Return retVal 94461>>> End_Function 94462>>> 94462>>> Procedure Set ComEnabled Boolean value 94464>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 94465>>> End_Procedure 94466>>> 94466>>> Function ComCustomizable Returns Boolean 94468>>> Boolean retVal 94468>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 94469>>> Function_Return retVal 94470>>> End_Function 94471>>> 94471>>> Procedure Set ComCustomizable Boolean value 94473>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 94474>>> End_Procedure 94475>>> 94475>>> Function ComHideFlags Returns OLEXTPControlHideFlags 94477>>> OLEXTPControlHideFlags retVal 94477>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 94478>>> Function_Return retVal 94479>>> End_Function 94480>>> 94480>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 94482>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 94483>>> End_Procedure 94484>>> 94484>>> Function ComDark Returns Boolean 94486>>> Boolean retVal 94486>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 94487>>> Function_Return retVal 94488>>> End_Function 94489>>> 94489>>> Procedure Set ComDark Boolean value 94491>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 94492>>> End_Procedure 94493>>> 94493>>> Function ComText Returns String 94495>>> String retVal 94495>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 94496>>> Function_Return retVal 94497>>> End_Function 94498>>> 94498>>> Procedure Set ComText String value 94500>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 94501>>> End_Procedure 94502>>> 94502>>> Function ComTextColor Returns OLE_COLOR 94504>>> OLE_COLOR retVal 94504>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 94505>>> Function_Return retVal 94506>>> End_Function 94507>>> 94507>>> Procedure Set ComTextColor OLE_COLOR value 94509>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 94510>>> End_Procedure 94511>>> 94511>>> Function ComTextGrayColor Returns OLE_COLOR 94513>>> OLE_COLOR retVal 94513>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 94514>>> Function_Return retVal 94515>>> End_Function 94516>>> 94516>>> Procedure Set ComTextGrayColor OLE_COLOR value 94518>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 94519>>> End_Procedure 94520>>> 94520>>> Function ComBackgroundColor Returns OLE_COLOR 94522>>> OLE_COLOR retVal 94522>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 94523>>> Function_Return retVal 94524>>> End_Function 94525>>> 94525>>> Procedure Set ComBackgroundColor OLE_COLOR value 94527>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 94528>>> End_Procedure 94529>>> 94529>>> Function ComFont Returns Variant 94531>>> Variant retVal 94531>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 94532>>> Function_Return retVal 94533>>> End_Function 94534>>> 94534>>> Procedure Set ComFont Variant value 94536>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 94537>>> End_Procedure 94538>>> 94538>>> Function ComIconIndex Returns Integer 94540>>> Integer retVal 94540>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 94541>>> Function_Return retVal 94542>>> End_Function 94543>>> 94543>>> Procedure Set ComIconIndex Integer value 94545>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 94546>>> End_Procedure 94547>>> 94547>>> Function ComAlignment Returns OLEXTPTextAlignment 94549>>> OLEXTPTextAlignment retVal 94549>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 94550>>> Function_Return retVal 94551>>> End_Function 94552>>> 94552>>> Procedure Set ComAlignment OLEXTPTextAlignment value 94554>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 94555>>> End_Procedure 94556>>> 94556>>> Function ComButton Returns Boolean 94558>>> Boolean retVal 94558>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 94559>>> Function_Return retVal 94560>>> End_Function 94561>>> 94561>>> Procedure Set ComButton Boolean value 94563>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 94564>>> End_Procedure 94565>>> 94565>>> Function ComValue Returns String 94567>>> String retVal 94567>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to retVal 94568>>> Function_Return retVal 94569>>> End_Function 94570>>> 94570>>> Procedure Set ComValue String value 94572>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to value 94573>>> End_Procedure 94574>>> 94574>>> Function ComChecked Returns Boolean 94576>>> Boolean retVal 94576>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 94577>>> Function_Return retVal 94578>>> End_Function 94579>>> 94579>>> Procedure Set ComChecked Boolean value 94581>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 94582>>> End_Procedure 94583>>> 94583>>> Function ComId Returns Integer 94585>>> Handle hDispatchDriver 94585>>> Integer retVal 94585>>> Get phDispatchDriver to hDispatchDriver 94586>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 94587>>> Function_Return retVal 94588>>> End_Function 94589>>> 94589>>> Function ComIndex Returns Integer 94591>>> Handle hDispatchDriver 94591>>> Integer retVal 94591>>> Get phDispatchDriver to hDispatchDriver 94592>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 94593>>> Function_Return retVal 94594>>> End_Function 94595>>> 94595>>> Procedure ComRemove 94597>>> Handle hDispatchDriver 94597>>> Get phDispatchDriver to hDispatchDriver 94598>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 94599>>> End_Procedure 94600>>> 94600>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 94602>>> Handle hDispatchDriver 94602>>> Get phDispatchDriver to hDispatchDriver 94603>>> Send PrepareParams to hDispatchDriver 4 94604>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 94605>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 94606>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 94607>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 94608>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 94609>>> End_Procedure 94610>>> 94610>>> Procedure ComRedrawPane 94612>>> Handle hDispatchDriver 94612>>> Get phDispatchDriver to hDispatchDriver 94613>>> Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID 94614>>> End_Procedure 94615>>> 94615>>> Procedure ComSetPadding Integer llLeft Integer llTop Integer llRight Integer llBottom 94617>>> Handle hDispatchDriver 94617>>> Get phDispatchDriver to hDispatchDriver 94618>>> Send PrepareParams to hDispatchDriver 4 94619>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 94620>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 94621>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 94622>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 94623>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 94624>>> End_Procedure 94625>>> 94625>>> Procedure ComSetMargins Integer llLeft Integer llTop Integer llRight Integer llBottom 94627>>> Handle hDispatchDriver 94627>>> Get phDispatchDriver to hDispatchDriver 94628>>> Send PrepareParams to hDispatchDriver 4 94629>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 94630>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 94631>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 94632>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 94633>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 94634>>> End_Procedure 94635>>>End_Class 94636>>> 94636>>>Class cSigCjComStatusBarSwitchPane is a cComAutomationObject 94637>>> 94637>>> Function ComWidth Returns Integer 94639>>> Integer retVal 94639>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 94640>>> Function_Return retVal 94641>>> End_Function 94642>>> 94642>>> Procedure Set ComWidth Integer value 94644>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 94645>>> End_Procedure 94646>>> 94646>>> Function ComStyle Returns OLEXTPStatusPaneStyle 94648>>> OLEXTPStatusPaneStyle retVal 94648>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 94649>>> Function_Return retVal 94650>>> End_Function 94651>>> 94651>>> Procedure Set ComStyle OLEXTPStatusPaneStyle value 94653>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 94654>>> End_Procedure 94655>>> 94655>>> Function ComVisible Returns Boolean 94657>>> Boolean retVal 94657>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 94658>>> Function_Return retVal 94659>>> End_Function 94660>>> 94660>>> Procedure Set ComVisible Boolean value 94662>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 94663>>> End_Procedure 94664>>> 94664>>> Function ComHandle Returns OLE_HANDLE 94666>>> OLE_HANDLE retVal 94666>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 94667>>> Function_Return retVal 94668>>> End_Function 94669>>> 94669>>> Procedure Set ComHandle OLE_HANDLE value 94671>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 94672>>> End_Procedure 94673>>> 94673>>> Function ComToolTip Returns String 94675>>> String retVal 94675>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 94676>>> Function_Return retVal 94677>>> End_Function 94678>>> 94678>>> Procedure Set ComToolTip String value 94680>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 94681>>> End_Procedure 94682>>> 94682>>> Function ComBeginGroup Returns Boolean 94684>>> Boolean retVal 94684>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 94685>>> Function_Return retVal 94686>>> End_Function 94687>>> 94687>>> Procedure Set ComBeginGroup Boolean value 94689>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 94690>>> End_Procedure 94691>>> 94691>>> Function ComCaption Returns String 94693>>> String retVal 94693>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal 94694>>> Function_Return retVal 94695>>> End_Function 94696>>> 94696>>> Procedure Set ComCaption String value 94698>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value 94699>>> End_Procedure 94700>>> 94700>>> Function ComEnabled Returns Boolean 94702>>> Boolean retVal 94702>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 94703>>> Function_Return retVal 94704>>> End_Function 94705>>> 94705>>> Procedure Set ComEnabled Boolean value 94707>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 94708>>> End_Procedure 94709>>> 94709>>> Function ComCustomizable Returns Boolean 94711>>> Boolean retVal 94711>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 94712>>> Function_Return retVal 94713>>> End_Function 94714>>> 94714>>> Procedure Set ComCustomizable Boolean value 94716>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 94717>>> End_Procedure 94718>>> 94718>>> Function ComHideFlags Returns OLEXTPControlHideFlags 94720>>> OLEXTPControlHideFlags retVal 94720>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 94721>>> Function_Return retVal 94722>>> End_Function 94723>>> 94723>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 94725>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 94726>>> End_Procedure 94727>>> 94727>>> Function ComDark Returns Boolean 94729>>> Boolean retVal 94729>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 94730>>> Function_Return retVal 94731>>> End_Function 94732>>> 94732>>> Procedure Set ComDark Boolean value 94734>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 94735>>> End_Procedure 94736>>> 94736>>> Function ComChecked Returns Integer 94738>>> Integer retVal 94738>>> Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal 94739>>> Function_Return retVal 94740>>> End_Function 94741>>> 94741>>> Procedure Set ComChecked Integer value 94743>>> Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value 94744>>> End_Procedure 94745>>> 94745>>> Function ComId Returns Integer 94747>>> Handle hDispatchDriver 94747>>> Integer retVal 94747>>> Get phDispatchDriver to hDispatchDriver 94748>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 94749>>> Function_Return retVal 94750>>> End_Function 94751>>> 94751>>> Function ComIndex Returns Integer 94753>>> Handle hDispatchDriver 94753>>> Integer retVal 94753>>> Get phDispatchDriver to hDispatchDriver 94754>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 94755>>> Function_Return retVal 94756>>> End_Function 94757>>> 94757>>> Procedure ComRemove 94759>>> Handle hDispatchDriver 94759>>> Get phDispatchDriver to hDispatchDriver 94760>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 94761>>> End_Procedure 94762>>> 94762>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 94764>>> Handle hDispatchDriver 94764>>> Get phDispatchDriver to hDispatchDriver 94765>>> Send PrepareParams to hDispatchDriver 4 94766>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 94767>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 94768>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 94769>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 94770>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 94771>>> End_Procedure 94772>>> 94772>>> Procedure ComRedrawPane 94774>>> Handle hDispatchDriver 94774>>> Get phDispatchDriver to hDispatchDriver 94775>>> Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID 94776>>> End_Procedure 94777>>> 94777>>> Procedure ComAddSwitch Integer llId String llToolTip 94779>>> Handle hDispatchDriver 94779>>> Get phDispatchDriver to hDispatchDriver 94780>>> Send PrepareParams to hDispatchDriver 2 94781>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 94782>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip 94783>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 94784>>> End_Procedure 94785>>> 94785>>> Procedure ComRemoveSwitch Integer llId 94787>>> Handle hDispatchDriver 94787>>> Get phDispatchDriver to hDispatchDriver 94788>>> Send PrepareParams to hDispatchDriver 1 94789>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 94790>>> Send InvokeComMethod to hDispatchDriver 121 OLE_VT_VOID 94791>>> End_Procedure 94792>>> 94792>>> Procedure ComEnableSwitch Integer llId Boolean llEnable 94794>>> Handle hDispatchDriver 94794>>> Get phDispatchDriver to hDispatchDriver 94795>>> Send PrepareParams to hDispatchDriver 2 94796>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 94797>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 94798>>> Send InvokeComMethod to hDispatchDriver 123 OLE_VT_VOID 94799>>> End_Procedure 94800>>> 94800>>> Function ComSwitchTooltip Integer llId Returns String 94802>>> Handle hDispatchDriver 94802>>> String retVal 94802>>> Get phDispatchDriver to hDispatchDriver 94803>>> Send PrepareParams to hDispatchDriver 1 94804>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 94805>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BSTR to retVal 94806>>> Function_Return retVal 94807>>> End_Function 94808>>> 94808>>> Procedure Set ComSwitchTooltip Integer llId String value 94810>>> Handle hDispatchDriver 94810>>> Get phDispatchDriver to hDispatchDriver 94811>>> Send PrepareParams to hDispatchDriver 2 94812>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 94813>>> Set ComProperty of hDispatchDriver 124 OLE_VT_BSTR to value 94814>>> End_Procedure 94815>>>End_Class 94816>>> 94816>>>Class cSigCjComStatusBarSliderPane is a cComAutomationObject 94817>>> 94817>>> Function ComWidth Returns Integer 94819>>> Integer retVal 94819>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 94820>>> Function_Return retVal 94821>>> End_Function 94822>>> 94822>>> Procedure Set ComWidth Integer value 94824>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 94825>>> End_Procedure 94826>>> 94826>>> Function ComStyle Returns OLEXTPStatusPaneStyle 94828>>> OLEXTPStatusPaneStyle retVal 94828>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 94829>>> Function_Return retVal 94830>>> End_Function 94831>>> 94831>>> Procedure Set ComStyle OLEXTPStatusPaneStyle value 94833>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 94834>>> End_Procedure 94835>>> 94835>>> Function ComVisible Returns Boolean 94837>>> Boolean retVal 94837>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 94838>>> Function_Return retVal 94839>>> End_Function 94840>>> 94840>>> Procedure Set ComVisible Boolean value 94842>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 94843>>> End_Procedure 94844>>> 94844>>> Function ComHandle Returns OLE_HANDLE 94846>>> OLE_HANDLE retVal 94846>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 94847>>> Function_Return retVal 94848>>> End_Function 94849>>> 94849>>> Procedure Set ComHandle OLE_HANDLE value 94851>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 94852>>> End_Procedure 94853>>> 94853>>> Function ComToolTip Returns String 94855>>> String retVal 94855>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 94856>>> Function_Return retVal 94857>>> End_Function 94858>>> 94858>>> Procedure Set ComToolTip String value 94860>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 94861>>> End_Procedure 94862>>> 94862>>> Function ComBeginGroup Returns Boolean 94864>>> Boolean retVal 94864>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 94865>>> Function_Return retVal 94866>>> End_Function 94867>>> 94867>>> Procedure Set ComBeginGroup Boolean value 94869>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 94870>>> End_Procedure 94871>>> 94871>>> Function ComCaption Returns String 94873>>> String retVal 94873>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal 94874>>> Function_Return retVal 94875>>> End_Function 94876>>> 94876>>> Procedure Set ComCaption String value 94878>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value 94879>>> End_Procedure 94880>>> 94880>>> Function ComEnabled Returns Boolean 94882>>> Boolean retVal 94882>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 94883>>> Function_Return retVal 94884>>> End_Function 94885>>> 94885>>> Procedure Set ComEnabled Boolean value 94887>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 94888>>> End_Procedure 94889>>> 94889>>> Function ComCustomizable Returns Boolean 94891>>> Boolean retVal 94891>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 94892>>> Function_Return retVal 94893>>> End_Function 94894>>> 94894>>> Procedure Set ComCustomizable Boolean value 94896>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 94897>>> End_Procedure 94898>>> 94898>>> Function ComHideFlags Returns OLEXTPControlHideFlags 94900>>> OLEXTPControlHideFlags retVal 94900>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 94901>>> Function_Return retVal 94902>>> End_Function 94903>>> 94903>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 94905>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 94906>>> End_Procedure 94907>>> 94907>>> Function ComDark Returns Boolean 94909>>> Boolean retVal 94909>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 94910>>> Function_Return retVal 94911>>> End_Function 94912>>> 94912>>> Procedure Set ComDark Boolean value 94914>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 94915>>> End_Procedure 94916>>> 94916>>> Function ComMin Returns Integer 94918>>> Integer retVal 94918>>> Get ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to retVal 94919>>> Function_Return retVal 94920>>> End_Function 94921>>> 94921>>> Procedure Set ComMin Integer value 94923>>> Set ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to value 94924>>> End_Procedure 94925>>> 94925>>> Function ComMax Returns Integer 94927>>> Integer retVal 94927>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to retVal 94928>>> Function_Return retVal 94929>>> End_Function 94930>>> 94930>>> Procedure Set ComMax Integer value 94932>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to value 94933>>> End_Procedure 94934>>> 94934>>> Function ComValue Returns Integer 94936>>> Integer retVal 94936>>> Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal 94937>>> Function_Return retVal 94938>>> End_Function 94939>>> 94939>>> Procedure Set ComValue Integer value 94941>>> Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value 94942>>> End_Procedure 94943>>> 94943>>> Function ComId Returns Integer 94945>>> Handle hDispatchDriver 94945>>> Integer retVal 94945>>> Get phDispatchDriver to hDispatchDriver 94946>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 94947>>> Function_Return retVal 94948>>> End_Function 94949>>> 94949>>> Function ComIndex Returns Integer 94951>>> Handle hDispatchDriver 94951>>> Integer retVal 94951>>> Get phDispatchDriver to hDispatchDriver 94952>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 94953>>> Function_Return retVal 94954>>> End_Function 94955>>> 94955>>> Procedure ComRemove 94957>>> Handle hDispatchDriver 94957>>> Get phDispatchDriver to hDispatchDriver 94958>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 94959>>> End_Procedure 94960>>> 94960>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 94962>>> Handle hDispatchDriver 94962>>> Get phDispatchDriver to hDispatchDriver 94963>>> Send PrepareParams to hDispatchDriver 4 94964>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 94965>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 94966>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 94967>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 94968>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 94969>>> End_Procedure 94970>>> 94970>>> Procedure ComRedrawPane 94972>>> Handle hDispatchDriver 94972>>> Get phDispatchDriver to hDispatchDriver 94973>>> Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID 94974>>> End_Procedure 94975>>> 94975>>> Procedure ComSetTooltipPart OLEXTPSliderCommand llCommand String llToolTip 94977>>> Handle hDispatchDriver 94977>>> Get phDispatchDriver to hDispatchDriver 94978>>> Send PrepareParams to hDispatchDriver 2 94979>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCommand 94980>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip 94981>>> Send InvokeComMethod to hDispatchDriver 123 OLE_VT_VOID 94982>>> End_Procedure 94983>>> 94983>>> Procedure ComSetTicks Variant llTicks 94985>>> Handle hDispatchDriver 94985>>> Get phDispatchDriver to hDispatchDriver 94986>>> Send PrepareParams to hDispatchDriver 1 94987>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTicks 94988>>> Send InvokeComMethod to hDispatchDriver 124 OLE_VT_VOID 94989>>> End_Procedure 94990>>>End_Class 94991>>> 94991>>>Class cSigCjComStatusBarProgressPane is a cComAutomationObject 94992>>> 94992>>> Function ComWidth Returns Integer 94994>>> Integer retVal 94994>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 94995>>> Function_Return retVal 94996>>> End_Function 94997>>> 94997>>> Procedure Set ComWidth Integer value 94999>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 95000>>> End_Procedure 95001>>> 95001>>> Function ComStyle Returns OLEXTPStatusPaneStyle 95003>>> OLEXTPStatusPaneStyle retVal 95003>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 95004>>> Function_Return retVal 95005>>> End_Function 95006>>> 95006>>> Procedure Set ComStyle OLEXTPStatusPaneStyle value 95008>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 95009>>> End_Procedure 95010>>> 95010>>> Function ComVisible Returns Boolean 95012>>> Boolean retVal 95012>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 95013>>> Function_Return retVal 95014>>> End_Function 95015>>> 95015>>> Procedure Set ComVisible Boolean value 95017>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 95018>>> End_Procedure 95019>>> 95019>>> Function ComHandle Returns OLE_HANDLE 95021>>> OLE_HANDLE retVal 95021>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 95022>>> Function_Return retVal 95023>>> End_Function 95024>>> 95024>>> Procedure Set ComHandle OLE_HANDLE value 95026>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 95027>>> End_Procedure 95028>>> 95028>>> Function ComToolTip Returns String 95030>>> String retVal 95030>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 95031>>> Function_Return retVal 95032>>> End_Function 95033>>> 95033>>> Procedure Set ComToolTip String value 95035>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 95036>>> End_Procedure 95037>>> 95037>>> Function ComBeginGroup Returns Boolean 95039>>> Boolean retVal 95039>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 95040>>> Function_Return retVal 95041>>> End_Function 95042>>> 95042>>> Procedure Set ComBeginGroup Boolean value 95044>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 95045>>> End_Procedure 95046>>> 95046>>> Function ComCaption Returns String 95048>>> String retVal 95048>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal 95049>>> Function_Return retVal 95050>>> End_Function 95051>>> 95051>>> Procedure Set ComCaption String value 95053>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value 95054>>> End_Procedure 95055>>> 95055>>> Function ComEnabled Returns Boolean 95057>>> Boolean retVal 95057>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 95058>>> Function_Return retVal 95059>>> End_Function 95060>>> 95060>>> Procedure Set ComEnabled Boolean value 95062>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 95063>>> End_Procedure 95064>>> 95064>>> Function ComCustomizable Returns Boolean 95066>>> Boolean retVal 95066>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 95067>>> Function_Return retVal 95068>>> End_Function 95069>>> 95069>>> Procedure Set ComCustomizable Boolean value 95071>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 95072>>> End_Procedure 95073>>> 95073>>> Function ComHideFlags Returns OLEXTPControlHideFlags 95075>>> OLEXTPControlHideFlags retVal 95075>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 95076>>> Function_Return retVal 95077>>> End_Function 95078>>> 95078>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 95080>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 95081>>> End_Procedure 95082>>> 95082>>> Function ComDark Returns Boolean 95084>>> Boolean retVal 95084>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 95085>>> Function_Return retVal 95086>>> End_Function 95087>>> 95087>>> Procedure Set ComDark Boolean value 95089>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 95090>>> End_Procedure 95091>>> 95091>>> Function ComMin Returns Integer 95093>>> Integer retVal 95093>>> Get ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to retVal 95094>>> Function_Return retVal 95095>>> End_Function 95096>>> 95096>>> Procedure Set ComMin Integer value 95098>>> Set ComProperty of (phDispatchDriver(Self)) 120 OLE_VT_I4 to value 95099>>> End_Procedure 95100>>> 95100>>> Function ComMax Returns Integer 95102>>> Integer retVal 95102>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to retVal 95103>>> Function_Return retVal 95104>>> End_Function 95105>>> 95105>>> Procedure Set ComMax Integer value 95107>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_I4 to value 95108>>> End_Procedure 95109>>> 95109>>> Function ComValue Returns Integer 95111>>> Integer retVal 95111>>> Get ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to retVal 95112>>> Function_Return retVal 95113>>> End_Function 95114>>> 95114>>> Procedure Set ComValue Integer value 95116>>> Set ComProperty of (phDispatchDriver(Self)) 122 OLE_VT_I4 to value 95117>>> End_Procedure 95118>>> 95118>>> Function ComId Returns Integer 95120>>> Handle hDispatchDriver 95120>>> Integer retVal 95120>>> Get phDispatchDriver to hDispatchDriver 95121>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 95122>>> Function_Return retVal 95123>>> End_Function 95124>>> 95124>>> Function ComIndex Returns Integer 95126>>> Handle hDispatchDriver 95126>>> Integer retVal 95126>>> Get phDispatchDriver to hDispatchDriver 95127>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 95128>>> Function_Return retVal 95129>>> End_Function 95130>>> 95130>>> Procedure ComRemove 95132>>> Handle hDispatchDriver 95132>>> Get phDispatchDriver to hDispatchDriver 95133>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 95134>>> End_Procedure 95135>>> 95135>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 95137>>> Handle hDispatchDriver 95137>>> Get phDispatchDriver to hDispatchDriver 95138>>> Send PrepareParams to hDispatchDriver 4 95139>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 95140>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 95141>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 95142>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 95143>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 95144>>> End_Procedure 95145>>> 95145>>> Procedure ComRedrawPane 95147>>> Handle hDispatchDriver 95147>>> Get phDispatchDriver to hDispatchDriver 95148>>> Send InvokeComMethod to hDispatchDriver 333 OLE_VT_VOID 95149>>> End_Procedure 95150>>> 95150>>> Procedure ComRedrawProgress 95152>>> Handle hDispatchDriver 95152>>> Get phDispatchDriver to hDispatchDriver 95153>>> Send InvokeComMethod to hDispatchDriver 334 OLE_VT_VOID 95154>>> End_Procedure 95155>>>End_Class 95156>>> 95156>>>// Dispatch interface for MessageBar Control 95156>>>Class cSigCjComMessageBar is a cComAutomationObject 95157>>> 95157>>> Function ComVisible Returns Boolean 95159>>> Boolean retVal 95159>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 95160>>> Function_Return retVal 95161>>> End_Function 95162>>> 95162>>> Procedure Set ComVisible Boolean value 95164>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 95165>>> End_Procedure 95166>>> 95166>>> Function ComMessage Returns String 95168>>> String retVal 95168>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 95169>>> Function_Return retVal 95170>>> End_Function 95171>>> 95171>>> Procedure Set ComMessage String value 95173>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 95174>>> End_Procedure 95175>>> 95175>>> Function ComHeight Returns Integer 95177>>> Integer retVal 95177>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 95178>>> Function_Return retVal 95179>>> End_Function 95180>>> 95180>>> Procedure Set ComHeight Integer value 95182>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 95183>>> End_Procedure 95184>>> 95184>>> Procedure ComAddButton Integer llId String llCaption String llToolTip 95186>>> Handle hDispatchDriver 95186>>> Get phDispatchDriver to hDispatchDriver 95187>>> Send PrepareParams to hDispatchDriver 3 95188>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 95189>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 95190>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip 95191>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 95192>>> End_Procedure 95193>>> 95193>>> Procedure ComRemoveButtons 95195>>> Handle hDispatchDriver 95195>>> Get phDispatchDriver to hDispatchDriver 95196>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 95197>>> End_Procedure 95198>>> 95198>>> Procedure ComAddCloseButton String llToolTip 95200>>> Handle hDispatchDriver 95200>>> Get phDispatchDriver to hDispatchDriver 95201>>> Send PrepareParams to hDispatchDriver 1 95202>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llToolTip 95203>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 95204>>> End_Procedure 95205>>>End_Class 95206>>> 95206>>>Class cSigCjComRibbonBarSystemButton is a cComAutomationObject 95207>>> 95207>>> Function ComChecked Returns Boolean 95209>>> Boolean retVal 95209>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 95210>>> Function_Return retVal 95211>>> End_Function 95212>>> 95212>>> Procedure Set ComChecked Boolean value 95214>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 95215>>> End_Procedure 95216>>> 95216>>> Function ComBeginGroup Returns Boolean 95218>>> Boolean retVal 95218>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 95219>>> Function_Return retVal 95220>>> End_Function 95221>>> 95221>>> Procedure Set ComBeginGroup Boolean value 95223>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 95224>>> End_Procedure 95225>>> 95225>>> Function ComCaption Returns String 95227>>> String retVal 95227>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 95228>>> Function_Return retVal 95229>>> End_Function 95230>>> 95230>>> Procedure Set ComCaption String value 95232>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 95233>>> End_Procedure 95234>>> 95234>>> Function ComDescriptionText Returns String 95236>>> String retVal 95236>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 95237>>> Function_Return retVal 95238>>> End_Function 95239>>> 95239>>> Procedure Set ComDescriptionText String value 95241>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 95242>>> End_Procedure 95243>>> 95243>>> Function ComId Returns Integer 95245>>> Integer retVal 95245>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 95246>>> Function_Return retVal 95247>>> End_Function 95248>>> 95248>>> Procedure Set ComId Integer value 95250>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 95251>>> End_Procedure 95252>>> 95252>>> Function ComParameter Returns String 95254>>> String retVal 95254>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 95255>>> Function_Return retVal 95256>>> End_Function 95257>>> 95257>>> Procedure Set ComParameter String value 95259>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 95260>>> End_Procedure 95261>>> 95261>>> Function ComShortcutText Returns String 95263>>> String retVal 95263>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 95264>>> Function_Return retVal 95265>>> End_Function 95266>>> 95266>>> Procedure Set ComShortcutText String value 95268>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 95269>>> End_Procedure 95270>>> 95270>>> Function ComCustomShortcutText Returns String 95272>>> String retVal 95272>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 95273>>> Function_Return retVal 95274>>> End_Function 95275>>> 95275>>> Procedure Set ComCustomShortcutText String value 95277>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 95278>>> End_Procedure 95279>>> 95279>>> Function ComTooltipText Returns String 95281>>> String retVal 95281>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 95282>>> Function_Return retVal 95283>>> End_Function 95284>>> 95284>>> Procedure Set ComTooltipText String value 95286>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 95287>>> End_Procedure 95288>>> 95288>>> Function ComVisible Returns Boolean 95290>>> Boolean retVal 95290>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 95291>>> Function_Return retVal 95292>>> End_Function 95293>>> 95293>>> Procedure Set ComVisible Boolean value 95295>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 95296>>> End_Procedure 95297>>> 95297>>> Function ComEnabled Returns Boolean 95299>>> Boolean retVal 95299>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 95300>>> Function_Return retVal 95301>>> End_Function 95302>>> 95302>>> Procedure Set ComEnabled Boolean value 95304>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 95305>>> End_Procedure 95306>>> 95306>>> Function ComIconId Returns Integer 95308>>> Integer retVal 95308>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 95309>>> Function_Return retVal 95310>>> End_Function 95311>>> 95311>>> Procedure Set ComIconId Integer value 95313>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 95314>>> End_Procedure 95315>>> 95315>>> Function ComDefaultItem Returns Boolean 95317>>> Boolean retVal 95317>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 95318>>> Function_Return retVal 95319>>> End_Function 95320>>> 95320>>> Procedure Set ComDefaultItem Boolean value 95322>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 95323>>> End_Procedure 95324>>> 95324>>> Function ComFlags Returns OLEXTPControlFlags 95326>>> OLEXTPControlFlags retVal 95326>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 95327>>> Function_Return retVal 95328>>> End_Function 95329>>> 95329>>> Procedure Set ComFlags OLEXTPControlFlags value 95331>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 95332>>> End_Procedure 95333>>> 95333>>> Function ComCategory Returns String 95335>>> String retVal 95335>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 95336>>> Function_Return retVal 95337>>> End_Function 95338>>> 95338>>> Procedure Set ComCategory String value 95340>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 95341>>> End_Procedure 95342>>> 95342>>> Function ComHideFlags Returns OLEXTPControlHideFlags 95344>>> OLEXTPControlHideFlags retVal 95344>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 95345>>> Function_Return retVal 95346>>> End_Function 95347>>> 95347>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 95349>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 95350>>> End_Procedure 95351>>> 95351>>> Function ComCloseSubMenuOnClick Returns Boolean 95353>>> Boolean retVal 95353>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 95354>>> Function_Return retVal 95355>>> End_Function 95356>>> 95356>>> Procedure Set ComCloseSubMenuOnClick Boolean value 95358>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 95359>>> End_Procedure 95360>>> 95360>>> Function ComAction Returns Variant 95362>>> Variant retVal 95362>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 95363>>> Function_Return retVal 95364>>> End_Function 95365>>> 95365>>> Procedure Set ComAction Variant value 95367>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 95368>>> End_Procedure 95369>>> 95369>>> Function ComExecuteOnPressInterval Returns Integer 95371>>> Integer retVal 95371>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 95372>>> Function_Return retVal 95373>>> End_Function 95374>>> 95374>>> Procedure Set ComExecuteOnPressInterval Integer value 95376>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 95377>>> End_Procedure 95378>>> 95378>>> Function ComWidth Returns Integer 95380>>> Integer retVal 95380>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 95381>>> Function_Return retVal 95382>>> End_Function 95383>>> 95383>>> Procedure Set ComWidth Integer value 95385>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 95386>>> End_Procedure 95387>>> 95387>>> Function ComHeight Returns Integer 95389>>> Integer retVal 95389>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 95390>>> Function_Return retVal 95391>>> End_Function 95392>>> 95392>>> Procedure Set ComHeight Integer value 95394>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 95395>>> End_Procedure 95396>>> 95396>>> Function ComStyle Returns OLEXTPButtonStyle 95398>>> OLEXTPButtonStyle retVal 95398>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 95399>>> Function_Return retVal 95400>>> End_Function 95401>>> 95401>>> Procedure Set ComStyle OLEXTPButtonStyle value 95403>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 95404>>> End_Procedure 95405>>> 95405>>> Function ComKeyboardTip Returns String 95407>>> String retVal 95407>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 95408>>> Function_Return retVal 95409>>> End_Function 95410>>> 95410>>> Procedure Set ComKeyboardTip String value 95412>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 95413>>> End_Procedure 95414>>> 95414>>> Function ComCommandBar Returns Variant 95416>>> Variant retVal 95416>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal 95417>>> Function_Return retVal 95418>>> End_Function 95419>>> 95419>>> Procedure Set ComCommandBar Variant value 95421>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value 95422>>> End_Procedure 95423>>> 95423>>> Function ComCloseOnDblClick Returns Boolean 95425>>> Boolean retVal 95425>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to retVal 95426>>> Function_Return retVal 95427>>> End_Function 95428>>> 95428>>> Procedure Set ComCloseOnDblClick Boolean value 95430>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_BOOL to value 95431>>> End_Procedure 95432>>> 95432>>> Function ComControls Returns Variant 95434>>> Handle hDispatchDriver 95434>>> Variant retVal 95434>>> Get phDispatchDriver to hDispatchDriver 95435>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 95436>>> Function_Return retVal 95437>>> End_Function 95438>>> 95438>>> Function ComParent Returns Variant 95440>>> Handle hDispatchDriver 95440>>> Variant retVal 95440>>> Get phDispatchDriver to hDispatchDriver 95441>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 95442>>> Function_Return retVal 95443>>> End_Function 95444>>> 95444>>> Function ComIndex Returns Integer 95446>>> Handle hDispatchDriver 95446>>> Integer retVal 95446>>> Get phDispatchDriver to hDispatchDriver 95447>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 95448>>> Function_Return retVal 95449>>> End_Function 95450>>> 95450>>> Function ComType Returns OLEXTPControlType 95452>>> Handle hDispatchDriver 95452>>> OLEXTPControlType retVal 95452>>> Get phDispatchDriver to hDispatchDriver 95453>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 95454>>> Function_Return retVal 95455>>> End_Function 95456>>> 95456>>> Procedure ComDelete 95458>>> Handle hDispatchDriver 95458>>> Get phDispatchDriver to hDispatchDriver 95459>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 95460>>> End_Procedure 95461>>> 95461>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 95463>>> Handle hDispatchDriver 95463>>> Variant retVal 95463>>> Get phDispatchDriver to hDispatchDriver 95464>>> Send PrepareParams to hDispatchDriver 2 95465>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 95466>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 95467>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 95468>>> Function_Return retVal 95469>>> End_Function 95470>>> 95470>>> Procedure ComSetFocus 95472>>> Handle hDispatchDriver 95472>>> Get phDispatchDriver to hDispatchDriver 95473>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 95474>>> End_Procedure 95475>>> 95475>>> Procedure ComExecute 95477>>> Handle hDispatchDriver 95477>>> Get phDispatchDriver to hDispatchDriver 95478>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 95479>>> End_Procedure 95480>>> 95480>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 95482>>> Handle hDispatchDriver 95482>>> Get phDispatchDriver to hDispatchDriver 95483>>> Send PrepareParams to hDispatchDriver 4 95484>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 95485>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 95486>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 95487>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 95488>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 95489>>> End_Procedure 95490>>> 95490>>> Function ComRibbonGroup Returns Variant 95492>>> Handle hDispatchDriver 95492>>> Variant retVal 95492>>> Get phDispatchDriver to hDispatchDriver 95493>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 95494>>> Function_Return retVal 95495>>> End_Function 95496>>> 95496>>> Procedure ComReset 95498>>> Handle hDispatchDriver 95498>>> Get phDispatchDriver to hDispatchDriver 95499>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 95500>>> End_Procedure 95501>>> 95501>>> Function ComTop Returns Integer 95503>>> Handle hDispatchDriver 95503>>> Integer retVal 95503>>> Get phDispatchDriver to hDispatchDriver 95504>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 95505>>> Function_Return retVal 95506>>> End_Function 95507>>> 95507>>> Function ComLeft Returns Integer 95509>>> Handle hDispatchDriver 95509>>> Integer retVal 95509>>> Get phDispatchDriver to hDispatchDriver 95510>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 95511>>> Function_Return retVal 95512>>> End_Function 95513>>> 95513>>> Function ComClone Variant llRecursive Returns Variant 95515>>> Handle hDispatchDriver 95515>>> Variant retVal 95515>>> Get phDispatchDriver to hDispatchDriver 95516>>> Send PrepareParams to hDispatchDriver 1 95517>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 95518>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 95519>>> Function_Return retVal 95520>>> End_Function 95521>>> 95521>>> Procedure ComSetIconSize Integer llcx Integer llcy 95523>>> Handle hDispatchDriver 95523>>> Get phDispatchDriver to hDispatchDriver 95524>>> Send PrepareParams to hDispatchDriver 2 95525>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 95526>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 95527>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 95528>>> End_Procedure 95529>>>End_Class 95530>>> 95530>>>Class cSigCjComRibbonPaintManager is a cComAutomationObject 95531>>> 95531>>> Function ComCaptionFont Returns Variant 95533>>> Variant retVal 95533>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 95534>>> Function_Return retVal 95535>>> End_Function 95536>>> 95536>>> Procedure Set ComCaptionFont Variant value 95538>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 95539>>> End_Procedure 95540>>> 95540>>> Function ComHotTrackingGroups Returns Boolean 95542>>> Boolean retVal 95542>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to retVal 95543>>> Function_Return retVal 95544>>> End_Function 95545>>> 95545>>> Procedure Set ComHotTrackingGroups Boolean value 95547>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to value 95548>>> End_Procedure 95549>>> 95549>>> Function ComWindowCaptionFont Returns Variant 95551>>> Variant retVal 95551>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_DISPATCH to retVal 95552>>> Function_Return retVal 95553>>> End_Function 95554>>> 95554>>> Procedure Set ComWindowCaptionFont Variant value 95556>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_DISPATCH to value 95557>>> End_Procedure 95558>>>End_Class 95559>>> 95559>>>Class cSigCjComMiniToolBar is a cComAutomationObject 95560>>> 95560>>> Function ComTitle Returns String 95562>>> String retVal 95562>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 95563>>> Function_Return retVal 95564>>> End_Function 95565>>> 95565>>> Procedure Set ComTitle String value 95567>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 95568>>> End_Procedure 95569>>> 95569>>> Function ComVisible Returns Boolean 95571>>> Boolean retVal 95571>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 95572>>> Function_Return retVal 95573>>> End_Function 95574>>> 95574>>> Procedure Set ComVisible Boolean value 95576>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 95577>>> End_Procedure 95578>>> 95578>>> Function ComPosition Returns OLEXTPBarPosition 95580>>> OLEXTPBarPosition retVal 95580>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 95581>>> Function_Return retVal 95582>>> End_Function 95583>>> 95583>>> Procedure Set ComPosition OLEXTPBarPosition value 95585>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 95586>>> End_Procedure 95587>>> 95587>>> Function ComBarID Returns Integer 95589>>> Integer retVal 95589>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 95590>>> Function_Return retVal 95591>>> End_Function 95592>>> 95592>>> Procedure Set ComBarID Integer value 95594>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 95595>>> End_Procedure 95596>>> 95596>>> Function ComContextMenuPresent Returns Boolean 95598>>> Boolean retVal 95598>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 95599>>> Function_Return retVal 95600>>> End_Function 95601>>> 95601>>> Procedure Set ComContextMenuPresent Boolean value 95603>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 95604>>> End_Procedure 95605>>> 95605>>> Function ComWidth Returns Integer 95607>>> Integer retVal 95607>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 95608>>> Function_Return retVal 95609>>> End_Function 95610>>> 95610>>> Procedure Set ComWidth Integer value 95612>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 95613>>> End_Procedure 95614>>> 95614>>> Function ComCloseable Returns Boolean 95616>>> Boolean retVal 95616>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 95617>>> Function_Return retVal 95618>>> End_Function 95619>>> 95619>>> Procedure Set ComCloseable Boolean value 95621>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 95622>>> End_Procedure 95623>>> 95623>>> Function ComEnableAnimation Returns Boolean 95625>>> Boolean retVal 95625>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 95626>>> Function_Return retVal 95627>>> End_Function 95628>>> 95628>>> Procedure Set ComEnableAnimation Boolean value 95630>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 95631>>> End_Procedure 95632>>> 95632>>> Function ComShowGripper Returns Boolean 95634>>> Boolean retVal 95634>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 95635>>> Function_Return retVal 95636>>> End_Function 95637>>> 95637>>> Procedure Set ComShowGripper Boolean value 95639>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 95640>>> End_Procedure 95641>>> 95641>>> Function ComDefaultButtonStyle Returns OLEXTPButtonStyle 95643>>> OLEXTPButtonStyle retVal 95643>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 95644>>> Function_Return retVal 95645>>> End_Function 95646>>> 95646>>> Procedure Set ComDefaultButtonStyle OLEXTPButtonStyle value 95648>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 95649>>> End_Procedure 95650>>> 95650>>> Function ComCustomizable Returns Boolean 95652>>> Boolean retVal 95652>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 95653>>> Function_Return retVal 95654>>> End_Function 95655>>> 95655>>> Procedure Set ComCustomizable Boolean value 95657>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 95658>>> End_Procedure 95659>>> 95659>>> Function ComShowTextBelowIcons Returns Boolean 95661>>> Boolean retVal 95661>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 95662>>> Function_Return retVal 95663>>> End_Function 95664>>> 95664>>> Procedure Set ComShowTextBelowIcons Boolean value 95666>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 95667>>> End_Procedure 95668>>> 95668>>> Function ComCustomControlKeyboardInteraction Returns Boolean 95670>>> Boolean retVal 95670>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 95671>>> Function_Return retVal 95672>>> End_Function 95673>>> 95673>>> Procedure Set ComCustomControlKeyboardInteraction Boolean value 95675>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 95676>>> End_Procedure 95677>>> 95677>>> Function ComSelectedControl Returns Variant 95679>>> Variant retVal 95679>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to retVal 95680>>> Function_Return retVal 95681>>> End_Function 95682>>> 95682>>> Procedure Set ComSelectedControl Variant value 95684>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_DISPATCH to value 95685>>> End_Procedure 95686>>> 95686>>> Function ComType Returns OLEXTPBarType 95688>>> Handle hDispatchDriver 95688>>> OLEXTPBarType retVal 95688>>> Get phDispatchDriver to hDispatchDriver 95689>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 95690>>> Function_Return retVal 95691>>> End_Function 95692>>> 95692>>> Procedure ComEnableDocking OLEXTPToolBarFlags lldwFlags 95694>>> Handle hDispatchDriver 95694>>> Get phDispatchDriver to hDispatchDriver 95695>>> Send PrepareParams to hDispatchDriver 1 95696>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldwFlags 95697>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 95698>>> End_Procedure 95699>>> 95699>>> Function ComBuiltIn Returns Boolean 95701>>> Handle hDispatchDriver 95701>>> Boolean retVal 95701>>> Get phDispatchDriver to hDispatchDriver 95702>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 95703>>> Function_Return retVal 95704>>> End_Function 95705>>> 95705>>> Procedure ComDelete 95707>>> Handle hDispatchDriver 95707>>> Get phDispatchDriver to hDispatchDriver 95708>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 95709>>> End_Procedure 95710>>> 95710>>> Procedure ComGetWindowRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 95712>>> Handle hDispatchDriver 95712>>> Get phDispatchDriver to hDispatchDriver 95713>>> Send PrepareParams to hDispatchDriver 4 95714>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 95715>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 95716>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 95717>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 95718>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 95719>>> End_Procedure 95720>>> 95720>>> Function ComHWnd Returns OLE_HANDLE 95722>>> Handle hDispatchDriver 95722>>> OLE_HANDLE retVal 95722>>> Get phDispatchDriver to hDispatchDriver 95723>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 95724>>> Function_Return retVal 95725>>> End_Function 95726>>> 95726>>> Function ComCommandBars Returns Variant 95728>>> Handle hDispatchDriver 95728>>> Variant retVal 95728>>> Get phDispatchDriver to hDispatchDriver 95729>>> Get InvokeComMethod of hDispatchDriver 45 OLE_VT_DISPATCH to retVal 95730>>> Function_Return retVal 95731>>> End_Function 95732>>> 95732>>> Function ComControls Returns Variant 95734>>> Handle hDispatchDriver 95734>>> Variant retVal 95734>>> Get phDispatchDriver to hDispatchDriver 95735>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 95736>>> Function_Return retVal 95737>>> End_Function 95738>>> 95738>>> Procedure ComSetIconSize Integer llcx Integer llcy 95740>>> Handle hDispatchDriver 95740>>> Get phDispatchDriver to hDispatchDriver 95741>>> Send PrepareParams to hDispatchDriver 2 95742>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 95743>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 95744>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 95745>>> End_Procedure 95746>>> 95746>>> Function ComGetIconWidth Returns Integer 95748>>> Handle hDispatchDriver 95748>>> Integer retVal 95748>>> Get phDispatchDriver to hDispatchDriver 95749>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 95750>>> Function_Return retVal 95751>>> End_Function 95752>>> 95752>>> Function ComGetIconHeight Returns Integer 95754>>> Handle hDispatchDriver 95754>>> Integer retVal 95754>>> Get phDispatchDriver to hDispatchDriver 95755>>> Get InvokeComMethod of hDispatchDriver 44 OLE_VT_I4 to retVal 95756>>> Function_Return retVal 95757>>> End_Function 95758>>> 95758>>> Function ComFindControl Variant llType Variant llId Variant llVisible Variant llRecursive Returns Variant 95760>>> Handle hDispatchDriver 95760>>> Variant retVal 95760>>> Get phDispatchDriver to hDispatchDriver 95761>>> Send PrepareParams to hDispatchDriver 4 95762>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 95763>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llId 95764>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llVisible 95765>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 95766>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 95767>>> Function_Return retVal 95768>>> End_Function 95769>>> 95769>>> Procedure ComSetFlags OLEXTPMenuBarFlags llAdd OLEXTPMenuBarFlags llRemove 95771>>> Handle hDispatchDriver 95771>>> Get phDispatchDriver to hDispatchDriver 95772>>> Send PrepareParams to hDispatchDriver 2 95773>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAdd 95774>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRemove 95775>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 95776>>> End_Procedure 95777>>> 95777>>> Procedure ComRedrawBar 95779>>> Handle hDispatchDriver 95779>>> Get phDispatchDriver to hDispatchDriver 95780>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 95781>>> End_Procedure 95782>>> 95782>>> Procedure ComRecalcLayout 95784>>> Handle hDispatchDriver 95784>>> Get phDispatchDriver to hDispatchDriver 95785>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 95786>>> End_Procedure 95787>>> 95787>>> Procedure ComReset 95789>>> Handle hDispatchDriver 95789>>> Get phDispatchDriver to hDispatchDriver 95790>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 95791>>> End_Procedure 95792>>> 95792>>> Function ComPopupContextMenu Variant llPopupBar Variant llFlags Variant llx Variant lly Returns Integer 95794>>> Handle hDispatchDriver 95794>>> Integer retVal 95794>>> Get phDispatchDriver to hDispatchDriver 95795>>> Send PrepareParams to hDispatchDriver 4 95796>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPopupBar 95797>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags 95798>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx 95799>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly 95800>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_I4 to retVal 95801>>> Function_Return retVal 95802>>> End_Function 95803>>> 95803>>> Function ComPopupMiniToolBar Variant llFlags Variant llx Variant lly Returns Integer 95805>>> Handle hDispatchDriver 95805>>> Integer retVal 95805>>> Get phDispatchDriver to hDispatchDriver 95806>>> Send PrepareParams to hDispatchDriver 3 95807>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags 95808>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llx 95809>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT lly 95810>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_I4 to retVal 95811>>> Function_Return retVal 95812>>> End_Function 95813>>>End_Class 95814>>> 95814>>>Class cSigCjComRecentFileList is a cComAutomationObject 95815>>> 95815>>> Function ComMaxSize Returns Integer 95817>>> Integer retVal 95817>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 95818>>> Function_Return retVal 95819>>> End_Function 95820>>> 95820>>> Procedure Set ComMaxSize Integer value 95822>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 95823>>> End_Procedure 95824>>> 95824>>> Function ComPinable Returns Boolean 95826>>> Boolean retVal 95826>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 95827>>> Function_Return retVal 95828>>> End_Function 95829>>> 95829>>> Procedure Set ComPinable Boolean value 95831>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 95832>>> End_Procedure 95833>>> 95833>>> Function Com_NewEnum Returns Variant 95835>>> Handle hDispatchDriver 95835>>> Variant retVal 95835>>> Get phDispatchDriver to hDispatchDriver 95836>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 95837>>> Function_Return retVal 95838>>> End_Function 95839>>> 95839>>> Function ComItem Integer llIndex Returns Variant 95841>>> Handle hDispatchDriver 95841>>> Variant retVal 95841>>> Get phDispatchDriver to hDispatchDriver 95842>>> Send PrepareParams to hDispatchDriver 1 95843>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 95844>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 95845>>> Function_Return retVal 95846>>> End_Function 95847>>> 95847>>> Function ComAdd String llPathName Returns Variant 95849>>> Handle hDispatchDriver 95849>>> Variant retVal 95849>>> Get phDispatchDriver to hDispatchDriver 95850>>> Send PrepareParams to hDispatchDriver 1 95851>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPathName 95852>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 95853>>> Function_Return retVal 95854>>> End_Function 95855>>> 95855>>> Function ComCount Returns Integer 95857>>> Handle hDispatchDriver 95857>>> Integer retVal 95857>>> Get phDispatchDriver to hDispatchDriver 95858>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 95859>>> Function_Return retVal 95860>>> End_Function 95861>>> 95861>>> Procedure ComRemove Integer llIndex 95863>>> Handle hDispatchDriver 95863>>> Get phDispatchDriver to hDispatchDriver 95864>>> Send PrepareParams to hDispatchDriver 1 95865>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 95866>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 95867>>> End_Procedure 95868>>>End_Class 95869>>> 95869>>>Class cSigCjComRecentFileListItem is a cComAutomationObject 95870>>> 95870>>> Function ComCaption Returns String 95872>>> String retVal 95872>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 95873>>> Function_Return retVal 95874>>> End_Function 95875>>> 95875>>> Procedure Set ComCaption String value 95877>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 95878>>> End_Procedure 95879>>> 95879>>> Function ComTag Returns String 95881>>> String retVal 95881>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 95882>>> Function_Return retVal 95883>>> End_Function 95884>>> 95884>>> Procedure Set ComTag String value 95886>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 95887>>> End_Procedure 95888>>> 95888>>> Function ComIconId Returns Integer 95890>>> Integer retVal 95890>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 95891>>> Function_Return retVal 95892>>> End_Function 95893>>> 95893>>> Procedure Set ComIconId Integer value 95895>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 95896>>> End_Procedure 95897>>> 95897>>> Function ComPinned Returns Boolean 95899>>> Boolean retVal 95899>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 95900>>> Function_Return retVal 95901>>> End_Function 95902>>> 95902>>> Procedure Set ComPinned Boolean value 95904>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 95905>>> End_Procedure 95906>>> 95906>>> Function ComPathName Returns String 95908>>> Handle hDispatchDriver 95908>>> String retVal 95908>>> Get phDispatchDriver to hDispatchDriver 95909>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_BSTR to retVal 95910>>> Function_Return retVal 95911>>> End_Function 95912>>>End_Class 95913>>> 95913>>>Class cSigCjComCommandBarSlider is a cComAutomationObject 95914>>> 95914>>> Function ComChecked Returns Boolean 95916>>> Boolean retVal 95916>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 95917>>> Function_Return retVal 95918>>> End_Function 95919>>> 95919>>> Procedure Set ComChecked Boolean value 95921>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 95922>>> End_Procedure 95923>>> 95923>>> Function ComBeginGroup Returns Boolean 95925>>> Boolean retVal 95925>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 95926>>> Function_Return retVal 95927>>> End_Function 95928>>> 95928>>> Procedure Set ComBeginGroup Boolean value 95930>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 95931>>> End_Procedure 95932>>> 95932>>> Function ComCaption Returns String 95934>>> String retVal 95934>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 95935>>> Function_Return retVal 95936>>> End_Function 95937>>> 95937>>> Procedure Set ComCaption String value 95939>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 95940>>> End_Procedure 95941>>> 95941>>> Function ComDescriptionText Returns String 95943>>> String retVal 95943>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 95944>>> Function_Return retVal 95945>>> End_Function 95946>>> 95946>>> Procedure Set ComDescriptionText String value 95948>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 95949>>> End_Procedure 95950>>> 95950>>> Function ComId Returns Integer 95952>>> Integer retVal 95952>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 95953>>> Function_Return retVal 95954>>> End_Function 95955>>> 95955>>> Procedure Set ComId Integer value 95957>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 95958>>> End_Procedure 95959>>> 95959>>> Function ComParameter Returns String 95961>>> String retVal 95961>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 95962>>> Function_Return retVal 95963>>> End_Function 95964>>> 95964>>> Procedure Set ComParameter String value 95966>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 95967>>> End_Procedure 95968>>> 95968>>> Function ComShortcutText Returns String 95970>>> String retVal 95970>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 95971>>> Function_Return retVal 95972>>> End_Function 95973>>> 95973>>> Procedure Set ComShortcutText String value 95975>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 95976>>> End_Procedure 95977>>> 95977>>> Function ComCustomShortcutText Returns String 95979>>> String retVal 95979>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 95980>>> Function_Return retVal 95981>>> End_Function 95982>>> 95982>>> Procedure Set ComCustomShortcutText String value 95984>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 95985>>> End_Procedure 95986>>> 95986>>> Function ComTooltipText Returns String 95988>>> String retVal 95988>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 95989>>> Function_Return retVal 95990>>> End_Function 95991>>> 95991>>> Procedure Set ComTooltipText String value 95993>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 95994>>> End_Procedure 95995>>> 95995>>> Function ComVisible Returns Boolean 95997>>> Boolean retVal 95997>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 95998>>> Function_Return retVal 95999>>> End_Function 96000>>> 96000>>> Procedure Set ComVisible Boolean value 96002>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 96003>>> End_Procedure 96004>>> 96004>>> Function ComEnabled Returns Boolean 96006>>> Boolean retVal 96006>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 96007>>> Function_Return retVal 96008>>> End_Function 96009>>> 96009>>> Procedure Set ComEnabled Boolean value 96011>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 96012>>> End_Procedure 96013>>> 96013>>> Function ComIconId Returns Integer 96015>>> Integer retVal 96015>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 96016>>> Function_Return retVal 96017>>> End_Function 96018>>> 96018>>> Procedure Set ComIconId Integer value 96020>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 96021>>> End_Procedure 96022>>> 96022>>> Function ComDefaultItem Returns Boolean 96024>>> Boolean retVal 96024>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 96025>>> Function_Return retVal 96026>>> End_Function 96027>>> 96027>>> Procedure Set ComDefaultItem Boolean value 96029>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 96030>>> End_Procedure 96031>>> 96031>>> Function ComFlags Returns OLEXTPControlFlags 96033>>> OLEXTPControlFlags retVal 96033>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 96034>>> Function_Return retVal 96035>>> End_Function 96036>>> 96036>>> Procedure Set ComFlags OLEXTPControlFlags value 96038>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 96039>>> End_Procedure 96040>>> 96040>>> Function ComCategory Returns String 96042>>> String retVal 96042>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 96043>>> Function_Return retVal 96044>>> End_Function 96045>>> 96045>>> Procedure Set ComCategory String value 96047>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 96048>>> End_Procedure 96049>>> 96049>>> Function ComHideFlags Returns OLEXTPControlHideFlags 96051>>> OLEXTPControlHideFlags retVal 96051>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 96052>>> Function_Return retVal 96053>>> End_Function 96054>>> 96054>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 96056>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 96057>>> End_Procedure 96058>>> 96058>>> Function ComCloseSubMenuOnClick Returns Boolean 96060>>> Boolean retVal 96060>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 96061>>> Function_Return retVal 96062>>> End_Function 96063>>> 96063>>> Procedure Set ComCloseSubMenuOnClick Boolean value 96065>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 96066>>> End_Procedure 96067>>> 96067>>> Function ComAction Returns Variant 96069>>> Variant retVal 96069>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 96070>>> Function_Return retVal 96071>>> End_Function 96072>>> 96072>>> Procedure Set ComAction Variant value 96074>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 96075>>> End_Procedure 96076>>> 96076>>> Function ComExecuteOnPressInterval Returns Integer 96078>>> Integer retVal 96078>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 96079>>> Function_Return retVal 96080>>> End_Function 96081>>> 96081>>> Procedure Set ComExecuteOnPressInterval Integer value 96083>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 96084>>> End_Procedure 96085>>> 96085>>> Function ComWidth Returns Integer 96087>>> Integer retVal 96087>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 96088>>> Function_Return retVal 96089>>> End_Function 96090>>> 96090>>> Procedure Set ComWidth Integer value 96092>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 96093>>> End_Procedure 96094>>> 96094>>> Function ComHeight Returns Integer 96096>>> Integer retVal 96096>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 96097>>> Function_Return retVal 96098>>> End_Function 96099>>> 96099>>> Procedure Set ComHeight Integer value 96101>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 96102>>> End_Procedure 96103>>> 96103>>> Function ComStyle Returns OLEXTPButtonStyle 96105>>> OLEXTPButtonStyle retVal 96105>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 96106>>> Function_Return retVal 96107>>> End_Function 96108>>> 96108>>> Procedure Set ComStyle OLEXTPButtonStyle value 96110>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 96111>>> End_Procedure 96112>>> 96112>>> Function ComKeyboardTip Returns String 96114>>> String retVal 96114>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 96115>>> Function_Return retVal 96116>>> End_Function 96117>>> 96117>>> Procedure Set ComKeyboardTip String value 96119>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 96120>>> End_Procedure 96121>>> 96121>>> Function ComPos Returns Integer 96123>>> Integer retVal 96123>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 96124>>> Function_Return retVal 96125>>> End_Function 96126>>> 96126>>> Procedure Set ComPos Integer value 96128>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 96129>>> End_Procedure 96130>>> 96130>>> Function ComMin Returns Integer 96132>>> Integer retVal 96132>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 96133>>> Function_Return retVal 96134>>> End_Function 96135>>> 96135>>> Procedure Set ComMin Integer value 96137>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 96138>>> End_Procedure 96139>>> 96139>>> Function ComMax Returns Integer 96141>>> Integer retVal 96141>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 96142>>> Function_Return retVal 96143>>> End_Function 96144>>> 96144>>> Procedure Set ComMax Integer value 96146>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 96147>>> End_Procedure 96148>>> 96148>>> Function ComControls Returns Variant 96150>>> Handle hDispatchDriver 96150>>> Variant retVal 96150>>> Get phDispatchDriver to hDispatchDriver 96151>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 96152>>> Function_Return retVal 96153>>> End_Function 96154>>> 96154>>> Function ComParent Returns Variant 96156>>> Handle hDispatchDriver 96156>>> Variant retVal 96156>>> Get phDispatchDriver to hDispatchDriver 96157>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 96158>>> Function_Return retVal 96159>>> End_Function 96160>>> 96160>>> Function ComIndex Returns Integer 96162>>> Handle hDispatchDriver 96162>>> Integer retVal 96162>>> Get phDispatchDriver to hDispatchDriver 96163>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 96164>>> Function_Return retVal 96165>>> End_Function 96166>>> 96166>>> Function ComType Returns OLEXTPControlType 96168>>> Handle hDispatchDriver 96168>>> OLEXTPControlType retVal 96168>>> Get phDispatchDriver to hDispatchDriver 96169>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 96170>>> Function_Return retVal 96171>>> End_Function 96172>>> 96172>>> Procedure ComDelete 96174>>> Handle hDispatchDriver 96174>>> Get phDispatchDriver to hDispatchDriver 96175>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 96176>>> End_Procedure 96177>>> 96177>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 96179>>> Handle hDispatchDriver 96179>>> Variant retVal 96179>>> Get phDispatchDriver to hDispatchDriver 96180>>> Send PrepareParams to hDispatchDriver 2 96181>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 96182>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 96183>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 96184>>> Function_Return retVal 96185>>> End_Function 96186>>> 96186>>> Procedure ComSetFocus 96188>>> Handle hDispatchDriver 96188>>> Get phDispatchDriver to hDispatchDriver 96189>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 96190>>> End_Procedure 96191>>> 96191>>> Procedure ComExecute 96193>>> Handle hDispatchDriver 96193>>> Get phDispatchDriver to hDispatchDriver 96194>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 96195>>> End_Procedure 96196>>> 96196>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 96198>>> Handle hDispatchDriver 96198>>> Get phDispatchDriver to hDispatchDriver 96199>>> Send PrepareParams to hDispatchDriver 4 96200>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 96201>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 96202>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 96203>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 96204>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 96205>>> End_Procedure 96206>>> 96206>>> Function ComRibbonGroup Returns Variant 96208>>> Handle hDispatchDriver 96208>>> Variant retVal 96208>>> Get phDispatchDriver to hDispatchDriver 96209>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 96210>>> Function_Return retVal 96211>>> End_Function 96212>>> 96212>>> Procedure ComReset 96214>>> Handle hDispatchDriver 96214>>> Get phDispatchDriver to hDispatchDriver 96215>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 96216>>> End_Procedure 96217>>> 96217>>> Function ComTop Returns Integer 96219>>> Handle hDispatchDriver 96219>>> Integer retVal 96219>>> Get phDispatchDriver to hDispatchDriver 96220>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 96221>>> Function_Return retVal 96222>>> End_Function 96223>>> 96223>>> Function ComLeft Returns Integer 96225>>> Handle hDispatchDriver 96225>>> Integer retVal 96225>>> Get phDispatchDriver to hDispatchDriver 96226>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 96227>>> Function_Return retVal 96228>>> End_Function 96229>>> 96229>>> Function ComClone Variant llRecursive Returns Variant 96231>>> Handle hDispatchDriver 96231>>> Variant retVal 96231>>> Get phDispatchDriver to hDispatchDriver 96232>>> Send PrepareParams to hDispatchDriver 1 96233>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 96234>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 96235>>> Function_Return retVal 96236>>> End_Function 96237>>> 96237>>> Procedure ComSetIconSize Integer llcx Integer llcy 96239>>> Handle hDispatchDriver 96239>>> Get phDispatchDriver to hDispatchDriver 96240>>> Send PrepareParams to hDispatchDriver 2 96241>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 96242>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 96243>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 96244>>> End_Procedure 96245>>>End_Class 96246>>> 96246>>>Class cSigCjComCommandBarProgress is a cComAutomationObject 96247>>> 96247>>> Function ComChecked Returns Boolean 96249>>> Boolean retVal 96249>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 96250>>> Function_Return retVal 96251>>> End_Function 96252>>> 96252>>> Procedure Set ComChecked Boolean value 96254>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 96255>>> End_Procedure 96256>>> 96256>>> Function ComBeginGroup Returns Boolean 96258>>> Boolean retVal 96258>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 96259>>> Function_Return retVal 96260>>> End_Function 96261>>> 96261>>> Procedure Set ComBeginGroup Boolean value 96263>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 96264>>> End_Procedure 96265>>> 96265>>> Function ComCaption Returns String 96267>>> String retVal 96267>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 96268>>> Function_Return retVal 96269>>> End_Function 96270>>> 96270>>> Procedure Set ComCaption String value 96272>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 96273>>> End_Procedure 96274>>> 96274>>> Function ComDescriptionText Returns String 96276>>> String retVal 96276>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 96277>>> Function_Return retVal 96278>>> End_Function 96279>>> 96279>>> Procedure Set ComDescriptionText String value 96281>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 96282>>> End_Procedure 96283>>> 96283>>> Function ComId Returns Integer 96285>>> Integer retVal 96285>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 96286>>> Function_Return retVal 96287>>> End_Function 96288>>> 96288>>> Procedure Set ComId Integer value 96290>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 96291>>> End_Procedure 96292>>> 96292>>> Function ComParameter Returns String 96294>>> String retVal 96294>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 96295>>> Function_Return retVal 96296>>> End_Function 96297>>> 96297>>> Procedure Set ComParameter String value 96299>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 96300>>> End_Procedure 96301>>> 96301>>> Function ComShortcutText Returns String 96303>>> String retVal 96303>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 96304>>> Function_Return retVal 96305>>> End_Function 96306>>> 96306>>> Procedure Set ComShortcutText String value 96308>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 96309>>> End_Procedure 96310>>> 96310>>> Function ComCustomShortcutText Returns String 96312>>> String retVal 96312>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 96313>>> Function_Return retVal 96314>>> End_Function 96315>>> 96315>>> Procedure Set ComCustomShortcutText String value 96317>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 96318>>> End_Procedure 96319>>> 96319>>> Function ComTooltipText Returns String 96321>>> String retVal 96321>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 96322>>> Function_Return retVal 96323>>> End_Function 96324>>> 96324>>> Procedure Set ComTooltipText String value 96326>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 96327>>> End_Procedure 96328>>> 96328>>> Function ComVisible Returns Boolean 96330>>> Boolean retVal 96330>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 96331>>> Function_Return retVal 96332>>> End_Function 96333>>> 96333>>> Procedure Set ComVisible Boolean value 96335>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 96336>>> End_Procedure 96337>>> 96337>>> Function ComEnabled Returns Boolean 96339>>> Boolean retVal 96339>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 96340>>> Function_Return retVal 96341>>> End_Function 96342>>> 96342>>> Procedure Set ComEnabled Boolean value 96344>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 96345>>> End_Procedure 96346>>> 96346>>> Function ComIconId Returns Integer 96348>>> Integer retVal 96348>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 96349>>> Function_Return retVal 96350>>> End_Function 96351>>> 96351>>> Procedure Set ComIconId Integer value 96353>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 96354>>> End_Procedure 96355>>> 96355>>> Function ComDefaultItem Returns Boolean 96357>>> Boolean retVal 96357>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 96358>>> Function_Return retVal 96359>>> End_Function 96360>>> 96360>>> Procedure Set ComDefaultItem Boolean value 96362>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 96363>>> End_Procedure 96364>>> 96364>>> Function ComFlags Returns OLEXTPControlFlags 96366>>> OLEXTPControlFlags retVal 96366>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 96367>>> Function_Return retVal 96368>>> End_Function 96369>>> 96369>>> Procedure Set ComFlags OLEXTPControlFlags value 96371>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 96372>>> End_Procedure 96373>>> 96373>>> Function ComCategory Returns String 96375>>> String retVal 96375>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 96376>>> Function_Return retVal 96377>>> End_Function 96378>>> 96378>>> Procedure Set ComCategory String value 96380>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 96381>>> End_Procedure 96382>>> 96382>>> Function ComHideFlags Returns OLEXTPControlHideFlags 96384>>> OLEXTPControlHideFlags retVal 96384>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 96385>>> Function_Return retVal 96386>>> End_Function 96387>>> 96387>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 96389>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 96390>>> End_Procedure 96391>>> 96391>>> Function ComCloseSubMenuOnClick Returns Boolean 96393>>> Boolean retVal 96393>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 96394>>> Function_Return retVal 96395>>> End_Function 96396>>> 96396>>> Procedure Set ComCloseSubMenuOnClick Boolean value 96398>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 96399>>> End_Procedure 96400>>> 96400>>> Function ComAction Returns Variant 96402>>> Variant retVal 96402>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 96403>>> Function_Return retVal 96404>>> End_Function 96405>>> 96405>>> Procedure Set ComAction Variant value 96407>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 96408>>> End_Procedure 96409>>> 96409>>> Function ComExecuteOnPressInterval Returns Integer 96411>>> Integer retVal 96411>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 96412>>> Function_Return retVal 96413>>> End_Function 96414>>> 96414>>> Procedure Set ComExecuteOnPressInterval Integer value 96416>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 96417>>> End_Procedure 96418>>> 96418>>> Function ComWidth Returns Integer 96420>>> Integer retVal 96420>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 96421>>> Function_Return retVal 96422>>> End_Function 96423>>> 96423>>> Procedure Set ComWidth Integer value 96425>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 96426>>> End_Procedure 96427>>> 96427>>> Function ComHeight Returns Integer 96429>>> Integer retVal 96429>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 96430>>> Function_Return retVal 96431>>> End_Function 96432>>> 96432>>> Procedure Set ComHeight Integer value 96434>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 96435>>> End_Procedure 96436>>> 96436>>> Function ComStyle Returns OLEXTPButtonStyle 96438>>> OLEXTPButtonStyle retVal 96438>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 96439>>> Function_Return retVal 96440>>> End_Function 96441>>> 96441>>> Procedure Set ComStyle OLEXTPButtonStyle value 96443>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 96444>>> End_Procedure 96445>>> 96445>>> Function ComKeyboardTip Returns String 96447>>> String retVal 96447>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 96448>>> Function_Return retVal 96449>>> End_Function 96450>>> 96450>>> Procedure Set ComKeyboardTip String value 96452>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 96453>>> End_Procedure 96454>>> 96454>>> Function ComPos Returns Integer 96456>>> Integer retVal 96456>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 96457>>> Function_Return retVal 96458>>> End_Function 96459>>> 96459>>> Procedure Set ComPos Integer value 96461>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 96462>>> End_Procedure 96463>>> 96463>>> Function ComMin Returns Integer 96465>>> Integer retVal 96465>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 96466>>> Function_Return retVal 96467>>> End_Function 96468>>> 96468>>> Procedure Set ComMin Integer value 96470>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 96471>>> End_Procedure 96472>>> 96472>>> Function ComMax Returns Integer 96474>>> Integer retVal 96474>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 96475>>> Function_Return retVal 96476>>> End_Function 96477>>> 96477>>> Procedure Set ComMax Integer value 96479>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 96480>>> End_Procedure 96481>>> 96481>>> Function ComControls Returns Variant 96483>>> Handle hDispatchDriver 96483>>> Variant retVal 96483>>> Get phDispatchDriver to hDispatchDriver 96484>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 96485>>> Function_Return retVal 96486>>> End_Function 96487>>> 96487>>> Function ComParent Returns Variant 96489>>> Handle hDispatchDriver 96489>>> Variant retVal 96489>>> Get phDispatchDriver to hDispatchDriver 96490>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 96491>>> Function_Return retVal 96492>>> End_Function 96493>>> 96493>>> Function ComIndex Returns Integer 96495>>> Handle hDispatchDriver 96495>>> Integer retVal 96495>>> Get phDispatchDriver to hDispatchDriver 96496>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 96497>>> Function_Return retVal 96498>>> End_Function 96499>>> 96499>>> Function ComType Returns OLEXTPControlType 96501>>> Handle hDispatchDriver 96501>>> OLEXTPControlType retVal 96501>>> Get phDispatchDriver to hDispatchDriver 96502>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 96503>>> Function_Return retVal 96504>>> End_Function 96505>>> 96505>>> Procedure ComDelete 96507>>> Handle hDispatchDriver 96507>>> Get phDispatchDriver to hDispatchDriver 96508>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 96509>>> End_Procedure 96510>>> 96510>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 96512>>> Handle hDispatchDriver 96512>>> Variant retVal 96512>>> Get phDispatchDriver to hDispatchDriver 96513>>> Send PrepareParams to hDispatchDriver 2 96514>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 96515>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 96516>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 96517>>> Function_Return retVal 96518>>> End_Function 96519>>> 96519>>> Procedure ComSetFocus 96521>>> Handle hDispatchDriver 96521>>> Get phDispatchDriver to hDispatchDriver 96522>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 96523>>> End_Procedure 96524>>> 96524>>> Procedure ComExecute 96526>>> Handle hDispatchDriver 96526>>> Get phDispatchDriver to hDispatchDriver 96527>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 96528>>> End_Procedure 96529>>> 96529>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 96531>>> Handle hDispatchDriver 96531>>> Get phDispatchDriver to hDispatchDriver 96532>>> Send PrepareParams to hDispatchDriver 4 96533>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 96534>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 96535>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 96536>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 96537>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 96538>>> End_Procedure 96539>>> 96539>>> Function ComRibbonGroup Returns Variant 96541>>> Handle hDispatchDriver 96541>>> Variant retVal 96541>>> Get phDispatchDriver to hDispatchDriver 96542>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 96543>>> Function_Return retVal 96544>>> End_Function 96545>>> 96545>>> Procedure ComReset 96547>>> Handle hDispatchDriver 96547>>> Get phDispatchDriver to hDispatchDriver 96548>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 96549>>> End_Procedure 96550>>> 96550>>> Function ComTop Returns Integer 96552>>> Handle hDispatchDriver 96552>>> Integer retVal 96552>>> Get phDispatchDriver to hDispatchDriver 96553>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 96554>>> Function_Return retVal 96555>>> End_Function 96556>>> 96556>>> Function ComLeft Returns Integer 96558>>> Handle hDispatchDriver 96558>>> Integer retVal 96558>>> Get phDispatchDriver to hDispatchDriver 96559>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 96560>>> Function_Return retVal 96561>>> End_Function 96562>>> 96562>>> Function ComClone Variant llRecursive Returns Variant 96564>>> Handle hDispatchDriver 96564>>> Variant retVal 96564>>> Get phDispatchDriver to hDispatchDriver 96565>>> Send PrepareParams to hDispatchDriver 1 96566>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 96567>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 96568>>> Function_Return retVal 96569>>> End_Function 96570>>> 96570>>> Procedure ComSetIconSize Integer llcx Integer llcy 96572>>> Handle hDispatchDriver 96572>>> Get phDispatchDriver to hDispatchDriver 96573>>> Send PrepareParams to hDispatchDriver 2 96574>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 96575>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 96576>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 96577>>> End_Procedure 96578>>>End_Class 96579>>> 96579>>>Class cSigCjComCommandBarScrollBar is a cComAutomationObject 96580>>> 96580>>> Function ComChecked Returns Boolean 96582>>> Boolean retVal 96582>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 96583>>> Function_Return retVal 96584>>> End_Function 96585>>> 96585>>> Procedure Set ComChecked Boolean value 96587>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 96588>>> End_Procedure 96589>>> 96589>>> Function ComBeginGroup Returns Boolean 96591>>> Boolean retVal 96591>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 96592>>> Function_Return retVal 96593>>> End_Function 96594>>> 96594>>> Procedure Set ComBeginGroup Boolean value 96596>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 96597>>> End_Procedure 96598>>> 96598>>> Function ComCaption Returns String 96600>>> String retVal 96600>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 96601>>> Function_Return retVal 96602>>> End_Function 96603>>> 96603>>> Procedure Set ComCaption String value 96605>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 96606>>> End_Procedure 96607>>> 96607>>> Function ComDescriptionText Returns String 96609>>> String retVal 96609>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 96610>>> Function_Return retVal 96611>>> End_Function 96612>>> 96612>>> Procedure Set ComDescriptionText String value 96614>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 96615>>> End_Procedure 96616>>> 96616>>> Function ComId Returns Integer 96618>>> Integer retVal 96618>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 96619>>> Function_Return retVal 96620>>> End_Function 96621>>> 96621>>> Procedure Set ComId Integer value 96623>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 96624>>> End_Procedure 96625>>> 96625>>> Function ComParameter Returns String 96627>>> String retVal 96627>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 96628>>> Function_Return retVal 96629>>> End_Function 96630>>> 96630>>> Procedure Set ComParameter String value 96632>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 96633>>> End_Procedure 96634>>> 96634>>> Function ComShortcutText Returns String 96636>>> String retVal 96636>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 96637>>> Function_Return retVal 96638>>> End_Function 96639>>> 96639>>> Procedure Set ComShortcutText String value 96641>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 96642>>> End_Procedure 96643>>> 96643>>> Function ComCustomShortcutText Returns String 96645>>> String retVal 96645>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 96646>>> Function_Return retVal 96647>>> End_Function 96648>>> 96648>>> Procedure Set ComCustomShortcutText String value 96650>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 96651>>> End_Procedure 96652>>> 96652>>> Function ComTooltipText Returns String 96654>>> String retVal 96654>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 96655>>> Function_Return retVal 96656>>> End_Function 96657>>> 96657>>> Procedure Set ComTooltipText String value 96659>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 96660>>> End_Procedure 96661>>> 96661>>> Function ComVisible Returns Boolean 96663>>> Boolean retVal 96663>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 96664>>> Function_Return retVal 96665>>> End_Function 96666>>> 96666>>> Procedure Set ComVisible Boolean value 96668>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 96669>>> End_Procedure 96670>>> 96670>>> Function ComEnabled Returns Boolean 96672>>> Boolean retVal 96672>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 96673>>> Function_Return retVal 96674>>> End_Function 96675>>> 96675>>> Procedure Set ComEnabled Boolean value 96677>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 96678>>> End_Procedure 96679>>> 96679>>> Function ComIconId Returns Integer 96681>>> Integer retVal 96681>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 96682>>> Function_Return retVal 96683>>> End_Function 96684>>> 96684>>> Procedure Set ComIconId Integer value 96686>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 96687>>> End_Procedure 96688>>> 96688>>> Function ComDefaultItem Returns Boolean 96690>>> Boolean retVal 96690>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 96691>>> Function_Return retVal 96692>>> End_Function 96693>>> 96693>>> Procedure Set ComDefaultItem Boolean value 96695>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 96696>>> End_Procedure 96697>>> 96697>>> Function ComFlags Returns OLEXTPControlFlags 96699>>> OLEXTPControlFlags retVal 96699>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 96700>>> Function_Return retVal 96701>>> End_Function 96702>>> 96702>>> Procedure Set ComFlags OLEXTPControlFlags value 96704>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 96705>>> End_Procedure 96706>>> 96706>>> Function ComCategory Returns String 96708>>> String retVal 96708>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 96709>>> Function_Return retVal 96710>>> End_Function 96711>>> 96711>>> Procedure Set ComCategory String value 96713>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 96714>>> End_Procedure 96715>>> 96715>>> Function ComHideFlags Returns OLEXTPControlHideFlags 96717>>> OLEXTPControlHideFlags retVal 96717>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 96718>>> Function_Return retVal 96719>>> End_Function 96720>>> 96720>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 96722>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 96723>>> End_Procedure 96724>>> 96724>>> Function ComCloseSubMenuOnClick Returns Boolean 96726>>> Boolean retVal 96726>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 96727>>> Function_Return retVal 96728>>> End_Function 96729>>> 96729>>> Procedure Set ComCloseSubMenuOnClick Boolean value 96731>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 96732>>> End_Procedure 96733>>> 96733>>> Function ComAction Returns Variant 96735>>> Variant retVal 96735>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 96736>>> Function_Return retVal 96737>>> End_Function 96738>>> 96738>>> Procedure Set ComAction Variant value 96740>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 96741>>> End_Procedure 96742>>> 96742>>> Function ComExecuteOnPressInterval Returns Integer 96744>>> Integer retVal 96744>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 96745>>> Function_Return retVal 96746>>> End_Function 96747>>> 96747>>> Procedure Set ComExecuteOnPressInterval Integer value 96749>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 96750>>> End_Procedure 96751>>> 96751>>> Function ComWidth Returns Integer 96753>>> Integer retVal 96753>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 96754>>> Function_Return retVal 96755>>> End_Function 96756>>> 96756>>> Procedure Set ComWidth Integer value 96758>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 96759>>> End_Procedure 96760>>> 96760>>> Function ComHeight Returns Integer 96762>>> Integer retVal 96762>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 96763>>> Function_Return retVal 96764>>> End_Function 96765>>> 96765>>> Procedure Set ComHeight Integer value 96767>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 96768>>> End_Procedure 96769>>> 96769>>> Function ComStyle Returns OLEXTPButtonStyle 96771>>> OLEXTPButtonStyle retVal 96771>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 96772>>> Function_Return retVal 96773>>> End_Function 96774>>> 96774>>> Procedure Set ComStyle OLEXTPButtonStyle value 96776>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 96777>>> End_Procedure 96778>>> 96778>>> Function ComKeyboardTip Returns String 96780>>> String retVal 96780>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 96781>>> Function_Return retVal 96782>>> End_Function 96783>>> 96783>>> Procedure Set ComKeyboardTip String value 96785>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 96786>>> End_Procedure 96787>>> 96787>>> Function ComPos Returns Integer 96789>>> Integer retVal 96789>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 96790>>> Function_Return retVal 96791>>> End_Function 96792>>> 96792>>> Procedure Set ComPos Integer value 96794>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 96795>>> End_Procedure 96796>>> 96796>>> Function ComMin Returns Integer 96798>>> Integer retVal 96798>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 96799>>> Function_Return retVal 96800>>> End_Function 96801>>> 96801>>> Procedure Set ComMin Integer value 96803>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 96804>>> End_Procedure 96805>>> 96805>>> Function ComMax Returns Integer 96807>>> Integer retVal 96807>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 96808>>> Function_Return retVal 96809>>> End_Function 96810>>> 96810>>> Procedure Set ComMax Integer value 96812>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 96813>>> End_Procedure 96814>>> 96814>>> Function ComScrollBarStyle Returns OLEXTPScrollBarStyle 96816>>> OLEXTPScrollBarStyle retVal 96816>>> Get ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to retVal 96817>>> Function_Return retVal 96818>>> End_Function 96819>>> 96819>>> Procedure Set ComScrollBarStyle OLEXTPScrollBarStyle value 96821>>> Set ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to value 96822>>> End_Procedure 96823>>> 96823>>> Function ComControls Returns Variant 96825>>> Handle hDispatchDriver 96825>>> Variant retVal 96825>>> Get phDispatchDriver to hDispatchDriver 96826>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 96827>>> Function_Return retVal 96828>>> End_Function 96829>>> 96829>>> Function ComParent Returns Variant 96831>>> Handle hDispatchDriver 96831>>> Variant retVal 96831>>> Get phDispatchDriver to hDispatchDriver 96832>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 96833>>> Function_Return retVal 96834>>> End_Function 96835>>> 96835>>> Function ComIndex Returns Integer 96837>>> Handle hDispatchDriver 96837>>> Integer retVal 96837>>> Get phDispatchDriver to hDispatchDriver 96838>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 96839>>> Function_Return retVal 96840>>> End_Function 96841>>> 96841>>> Function ComType Returns OLEXTPControlType 96843>>> Handle hDispatchDriver 96843>>> OLEXTPControlType retVal 96843>>> Get phDispatchDriver to hDispatchDriver 96844>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 96845>>> Function_Return retVal 96846>>> End_Function 96847>>> 96847>>> Procedure ComDelete 96849>>> Handle hDispatchDriver 96849>>> Get phDispatchDriver to hDispatchDriver 96850>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 96851>>> End_Procedure 96852>>> 96852>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 96854>>> Handle hDispatchDriver 96854>>> Variant retVal 96854>>> Get phDispatchDriver to hDispatchDriver 96855>>> Send PrepareParams to hDispatchDriver 2 96856>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 96857>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 96858>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 96859>>> Function_Return retVal 96860>>> End_Function 96861>>> 96861>>> Procedure ComSetFocus 96863>>> Handle hDispatchDriver 96863>>> Get phDispatchDriver to hDispatchDriver 96864>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 96865>>> End_Procedure 96866>>> 96866>>> Procedure ComExecute 96868>>> Handle hDispatchDriver 96868>>> Get phDispatchDriver to hDispatchDriver 96869>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 96870>>> End_Procedure 96871>>> 96871>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 96873>>> Handle hDispatchDriver 96873>>> Get phDispatchDriver to hDispatchDriver 96874>>> Send PrepareParams to hDispatchDriver 4 96875>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 96876>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 96877>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 96878>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 96879>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 96880>>> End_Procedure 96881>>> 96881>>> Function ComRibbonGroup Returns Variant 96883>>> Handle hDispatchDriver 96883>>> Variant retVal 96883>>> Get phDispatchDriver to hDispatchDriver 96884>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 96885>>> Function_Return retVal 96886>>> End_Function 96887>>> 96887>>> Procedure ComReset 96889>>> Handle hDispatchDriver 96889>>> Get phDispatchDriver to hDispatchDriver 96890>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 96891>>> End_Procedure 96892>>> 96892>>> Function ComTop Returns Integer 96894>>> Handle hDispatchDriver 96894>>> Integer retVal 96894>>> Get phDispatchDriver to hDispatchDriver 96895>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 96896>>> Function_Return retVal 96897>>> End_Function 96898>>> 96898>>> Function ComLeft Returns Integer 96900>>> Handle hDispatchDriver 96900>>> Integer retVal 96900>>> Get phDispatchDriver to hDispatchDriver 96901>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 96902>>> Function_Return retVal 96903>>> End_Function 96904>>> 96904>>> Function ComClone Variant llRecursive Returns Variant 96906>>> Handle hDispatchDriver 96906>>> Variant retVal 96906>>> Get phDispatchDriver to hDispatchDriver 96907>>> Send PrepareParams to hDispatchDriver 1 96908>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 96909>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 96910>>> Function_Return retVal 96911>>> End_Function 96912>>> 96912>>> Procedure ComSetIconSize Integer llcx Integer llcy 96914>>> Handle hDispatchDriver 96914>>> Get phDispatchDriver to hDispatchDriver 96915>>> Send PrepareParams to hDispatchDriver 2 96916>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 96917>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 96918>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 96919>>> End_Procedure 96920>>>End_Class 96921>>> 96921>>>Class cSigCjComCommandBarPopupColor is a cComAutomationObject 96922>>> 96922>>> Function ComChecked Returns Boolean 96924>>> Boolean retVal 96924>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 96925>>> Function_Return retVal 96926>>> End_Function 96927>>> 96927>>> Procedure Set ComChecked Boolean value 96929>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 96930>>> End_Procedure 96931>>> 96931>>> Function ComBeginGroup Returns Boolean 96933>>> Boolean retVal 96933>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 96934>>> Function_Return retVal 96935>>> End_Function 96936>>> 96936>>> Procedure Set ComBeginGroup Boolean value 96938>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 96939>>> End_Procedure 96940>>> 96940>>> Function ComCaption Returns String 96942>>> String retVal 96942>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 96943>>> Function_Return retVal 96944>>> End_Function 96945>>> 96945>>> Procedure Set ComCaption String value 96947>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 96948>>> End_Procedure 96949>>> 96949>>> Function ComDescriptionText Returns String 96951>>> String retVal 96951>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 96952>>> Function_Return retVal 96953>>> End_Function 96954>>> 96954>>> Procedure Set ComDescriptionText String value 96956>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 96957>>> End_Procedure 96958>>> 96958>>> Function ComId Returns Integer 96960>>> Integer retVal 96960>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 96961>>> Function_Return retVal 96962>>> End_Function 96963>>> 96963>>> Procedure Set ComId Integer value 96965>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 96966>>> End_Procedure 96967>>> 96967>>> Function ComParameter Returns String 96969>>> String retVal 96969>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 96970>>> Function_Return retVal 96971>>> End_Function 96972>>> 96972>>> Procedure Set ComParameter String value 96974>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 96975>>> End_Procedure 96976>>> 96976>>> Function ComShortcutText Returns String 96978>>> String retVal 96978>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 96979>>> Function_Return retVal 96980>>> End_Function 96981>>> 96981>>> Procedure Set ComShortcutText String value 96983>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 96984>>> End_Procedure 96985>>> 96985>>> Function ComCustomShortcutText Returns String 96987>>> String retVal 96987>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 96988>>> Function_Return retVal 96989>>> End_Function 96990>>> 96990>>> Procedure Set ComCustomShortcutText String value 96992>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 96993>>> End_Procedure 96994>>> 96994>>> Function ComTooltipText Returns String 96996>>> String retVal 96996>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 96997>>> Function_Return retVal 96998>>> End_Function 96999>>> 96999>>> Procedure Set ComTooltipText String value 97001>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 97002>>> End_Procedure 97003>>> 97003>>> Function ComVisible Returns Boolean 97005>>> Boolean retVal 97005>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 97006>>> Function_Return retVal 97007>>> End_Function 97008>>> 97008>>> Procedure Set ComVisible Boolean value 97010>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 97011>>> End_Procedure 97012>>> 97012>>> Function ComEnabled Returns Boolean 97014>>> Boolean retVal 97014>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 97015>>> Function_Return retVal 97016>>> End_Function 97017>>> 97017>>> Procedure Set ComEnabled Boolean value 97019>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 97020>>> End_Procedure 97021>>> 97021>>> Function ComIconId Returns Integer 97023>>> Integer retVal 97023>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 97024>>> Function_Return retVal 97025>>> End_Function 97026>>> 97026>>> Procedure Set ComIconId Integer value 97028>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 97029>>> End_Procedure 97030>>> 97030>>> Function ComDefaultItem Returns Boolean 97032>>> Boolean retVal 97032>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 97033>>> Function_Return retVal 97034>>> End_Function 97035>>> 97035>>> Procedure Set ComDefaultItem Boolean value 97037>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 97038>>> End_Procedure 97039>>> 97039>>> Function ComFlags Returns OLEXTPControlFlags 97041>>> OLEXTPControlFlags retVal 97041>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 97042>>> Function_Return retVal 97043>>> End_Function 97044>>> 97044>>> Procedure Set ComFlags OLEXTPControlFlags value 97046>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 97047>>> End_Procedure 97048>>> 97048>>> Function ComCategory Returns String 97050>>> String retVal 97050>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 97051>>> Function_Return retVal 97052>>> End_Function 97053>>> 97053>>> Procedure Set ComCategory String value 97055>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 97056>>> End_Procedure 97057>>> 97057>>> Function ComHideFlags Returns OLEXTPControlHideFlags 97059>>> OLEXTPControlHideFlags retVal 97059>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 97060>>> Function_Return retVal 97061>>> End_Function 97062>>> 97062>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 97064>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 97065>>> End_Procedure 97066>>> 97066>>> Function ComCloseSubMenuOnClick Returns Boolean 97068>>> Boolean retVal 97068>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 97069>>> Function_Return retVal 97070>>> End_Function 97071>>> 97071>>> Procedure Set ComCloseSubMenuOnClick Boolean value 97073>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 97074>>> End_Procedure 97075>>> 97075>>> Function ComAction Returns Variant 97077>>> Variant retVal 97077>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 97078>>> Function_Return retVal 97079>>> End_Function 97080>>> 97080>>> Procedure Set ComAction Variant value 97082>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 97083>>> End_Procedure 97084>>> 97084>>> Function ComExecuteOnPressInterval Returns Integer 97086>>> Integer retVal 97086>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 97087>>> Function_Return retVal 97088>>> End_Function 97089>>> 97089>>> Procedure Set ComExecuteOnPressInterval Integer value 97091>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 97092>>> End_Procedure 97093>>> 97093>>> Function ComWidth Returns Integer 97095>>> Integer retVal 97095>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 97096>>> Function_Return retVal 97097>>> End_Function 97098>>> 97098>>> Procedure Set ComWidth Integer value 97100>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 97101>>> End_Procedure 97102>>> 97102>>> Function ComHeight Returns Integer 97104>>> Integer retVal 97104>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 97105>>> Function_Return retVal 97106>>> End_Function 97107>>> 97107>>> Procedure Set ComHeight Integer value 97109>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 97110>>> End_Procedure 97111>>> 97111>>> Function ComStyle Returns OLEXTPButtonStyle 97113>>> OLEXTPButtonStyle retVal 97113>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 97114>>> Function_Return retVal 97115>>> End_Function 97116>>> 97116>>> Procedure Set ComStyle OLEXTPButtonStyle value 97118>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 97119>>> End_Procedure 97120>>> 97120>>> Function ComKeyboardTip Returns String 97122>>> String retVal 97122>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 97123>>> Function_Return retVal 97124>>> End_Function 97125>>> 97125>>> Procedure Set ComKeyboardTip String value 97127>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 97128>>> End_Procedure 97129>>> 97129>>> Function ComColor Returns OLE_COLOR 97131>>> OLE_COLOR retVal 97131>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 97132>>> Function_Return retVal 97133>>> End_Function 97134>>> 97134>>> Procedure Set ComColor OLE_COLOR value 97136>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 97137>>> End_Procedure 97138>>> 97138>>> Function ComCommandBar Returns Variant 97140>>> Variant retVal 97140>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to retVal 97141>>> Function_Return retVal 97142>>> End_Function 97143>>> 97143>>> Procedure Set ComCommandBar Variant value 97145>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_DISPATCH to value 97146>>> End_Procedure 97147>>> 97147>>> Function ComControls Returns Variant 97149>>> Handle hDispatchDriver 97149>>> Variant retVal 97149>>> Get phDispatchDriver to hDispatchDriver 97150>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 97151>>> Function_Return retVal 97152>>> End_Function 97153>>> 97153>>> Function ComParent Returns Variant 97155>>> Handle hDispatchDriver 97155>>> Variant retVal 97155>>> Get phDispatchDriver to hDispatchDriver 97156>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97157>>> Function_Return retVal 97158>>> End_Function 97159>>> 97159>>> Function ComIndex Returns Integer 97161>>> Handle hDispatchDriver 97161>>> Integer retVal 97161>>> Get phDispatchDriver to hDispatchDriver 97162>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 97163>>> Function_Return retVal 97164>>> End_Function 97165>>> 97165>>> Function ComType Returns OLEXTPControlType 97167>>> Handle hDispatchDriver 97167>>> OLEXTPControlType retVal 97167>>> Get phDispatchDriver to hDispatchDriver 97168>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 97169>>> Function_Return retVal 97170>>> End_Function 97171>>> 97171>>> Procedure ComDelete 97173>>> Handle hDispatchDriver 97173>>> Get phDispatchDriver to hDispatchDriver 97174>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 97175>>> End_Procedure 97176>>> 97176>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 97178>>> Handle hDispatchDriver 97178>>> Variant retVal 97178>>> Get phDispatchDriver to hDispatchDriver 97179>>> Send PrepareParams to hDispatchDriver 2 97180>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 97181>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 97182>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 97183>>> Function_Return retVal 97184>>> End_Function 97185>>> 97185>>> Procedure ComSetFocus 97187>>> Handle hDispatchDriver 97187>>> Get phDispatchDriver to hDispatchDriver 97188>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 97189>>> End_Procedure 97190>>> 97190>>> Procedure ComExecute 97192>>> Handle hDispatchDriver 97192>>> Get phDispatchDriver to hDispatchDriver 97193>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 97194>>> End_Procedure 97195>>> 97195>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 97197>>> Handle hDispatchDriver 97197>>> Get phDispatchDriver to hDispatchDriver 97198>>> Send PrepareParams to hDispatchDriver 4 97199>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 97200>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 97201>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 97202>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 97203>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 97204>>> End_Procedure 97205>>> 97205>>> Function ComRibbonGroup Returns Variant 97207>>> Handle hDispatchDriver 97207>>> Variant retVal 97207>>> Get phDispatchDriver to hDispatchDriver 97208>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 97209>>> Function_Return retVal 97210>>> End_Function 97211>>> 97211>>> Procedure ComReset 97213>>> Handle hDispatchDriver 97213>>> Get phDispatchDriver to hDispatchDriver 97214>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 97215>>> End_Procedure 97216>>> 97216>>> Function ComTop Returns Integer 97218>>> Handle hDispatchDriver 97218>>> Integer retVal 97218>>> Get phDispatchDriver to hDispatchDriver 97219>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 97220>>> Function_Return retVal 97221>>> End_Function 97222>>> 97222>>> Function ComLeft Returns Integer 97224>>> Handle hDispatchDriver 97224>>> Integer retVal 97224>>> Get phDispatchDriver to hDispatchDriver 97225>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 97226>>> Function_Return retVal 97227>>> End_Function 97228>>> 97228>>> Function ComClone Variant llRecursive Returns Variant 97230>>> Handle hDispatchDriver 97230>>> Variant retVal 97230>>> Get phDispatchDriver to hDispatchDriver 97231>>> Send PrepareParams to hDispatchDriver 1 97232>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 97233>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 97234>>> Function_Return retVal 97235>>> End_Function 97236>>> 97236>>> Procedure ComSetIconSize Integer llcx Integer llcy 97238>>> Handle hDispatchDriver 97238>>> Get phDispatchDriver to hDispatchDriver 97239>>> Send PrepareParams to hDispatchDriver 2 97240>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 97241>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 97242>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 97243>>> End_Procedure 97244>>>End_Class 97245>>> 97245>>>Class cSigCjComCommandBarControlColorSelector is a cComAutomationObject 97246>>> 97246>>> Function ComChecked Returns Boolean 97248>>> Boolean retVal 97248>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 97249>>> Function_Return retVal 97250>>> End_Function 97251>>> 97251>>> Procedure Set ComChecked Boolean value 97253>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 97254>>> End_Procedure 97255>>> 97255>>> Function ComBeginGroup Returns Boolean 97257>>> Boolean retVal 97257>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 97258>>> Function_Return retVal 97259>>> End_Function 97260>>> 97260>>> Procedure Set ComBeginGroup Boolean value 97262>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 97263>>> End_Procedure 97264>>> 97264>>> Function ComCaption Returns String 97266>>> String retVal 97266>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 97267>>> Function_Return retVal 97268>>> End_Function 97269>>> 97269>>> Procedure Set ComCaption String value 97271>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 97272>>> End_Procedure 97273>>> 97273>>> Function ComDescriptionText Returns String 97275>>> String retVal 97275>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 97276>>> Function_Return retVal 97277>>> End_Function 97278>>> 97278>>> Procedure Set ComDescriptionText String value 97280>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 97281>>> End_Procedure 97282>>> 97282>>> Function ComId Returns Integer 97284>>> Integer retVal 97284>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 97285>>> Function_Return retVal 97286>>> End_Function 97287>>> 97287>>> Procedure Set ComId Integer value 97289>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 97290>>> End_Procedure 97291>>> 97291>>> Function ComParameter Returns String 97293>>> String retVal 97293>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 97294>>> Function_Return retVal 97295>>> End_Function 97296>>> 97296>>> Procedure Set ComParameter String value 97298>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 97299>>> End_Procedure 97300>>> 97300>>> Function ComShortcutText Returns String 97302>>> String retVal 97302>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 97303>>> Function_Return retVal 97304>>> End_Function 97305>>> 97305>>> Procedure Set ComShortcutText String value 97307>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 97308>>> End_Procedure 97309>>> 97309>>> Function ComCustomShortcutText Returns String 97311>>> String retVal 97311>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to retVal 97312>>> Function_Return retVal 97313>>> End_Function 97314>>> 97314>>> Procedure Set ComCustomShortcutText String value 97316>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BSTR to value 97317>>> End_Procedure 97318>>> 97318>>> Function ComTooltipText Returns String 97320>>> String retVal 97320>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 97321>>> Function_Return retVal 97322>>> End_Function 97323>>> 97323>>> Procedure Set ComTooltipText String value 97325>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 97326>>> End_Procedure 97327>>> 97327>>> Function ComVisible Returns Boolean 97329>>> Boolean retVal 97329>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 97330>>> Function_Return retVal 97331>>> End_Function 97332>>> 97332>>> Procedure Set ComVisible Boolean value 97334>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 97335>>> End_Procedure 97336>>> 97336>>> Function ComEnabled Returns Boolean 97338>>> Boolean retVal 97338>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 97339>>> Function_Return retVal 97340>>> End_Function 97341>>> 97341>>> Procedure Set ComEnabled Boolean value 97343>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 97344>>> End_Procedure 97345>>> 97345>>> Function ComIconId Returns Integer 97347>>> Integer retVal 97347>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 97348>>> Function_Return retVal 97349>>> End_Function 97350>>> 97350>>> Procedure Set ComIconId Integer value 97352>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 97353>>> End_Procedure 97354>>> 97354>>> Function ComDefaultItem Returns Boolean 97356>>> Boolean retVal 97356>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 97357>>> Function_Return retVal 97358>>> End_Function 97359>>> 97359>>> Procedure Set ComDefaultItem Boolean value 97361>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 97362>>> End_Procedure 97363>>> 97363>>> Function ComFlags Returns OLEXTPControlFlags 97365>>> OLEXTPControlFlags retVal 97365>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 97366>>> Function_Return retVal 97367>>> End_Function 97368>>> 97368>>> Procedure Set ComFlags OLEXTPControlFlags value 97370>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 97371>>> End_Procedure 97372>>> 97372>>> Function ComCategory Returns String 97374>>> String retVal 97374>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 97375>>> Function_Return retVal 97376>>> End_Function 97377>>> 97377>>> Procedure Set ComCategory String value 97379>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 97380>>> End_Procedure 97381>>> 97381>>> Function ComHideFlags Returns OLEXTPControlHideFlags 97383>>> OLEXTPControlHideFlags retVal 97383>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 97384>>> Function_Return retVal 97385>>> End_Function 97386>>> 97386>>> Procedure Set ComHideFlags OLEXTPControlHideFlags value 97388>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 97389>>> End_Procedure 97390>>> 97390>>> Function ComCloseSubMenuOnClick Returns Boolean 97392>>> Boolean retVal 97392>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 97393>>> Function_Return retVal 97394>>> End_Function 97395>>> 97395>>> Procedure Set ComCloseSubMenuOnClick Boolean value 97397>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 97398>>> End_Procedure 97399>>> 97399>>> Function ComAction Returns Variant 97401>>> Variant retVal 97401>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 97402>>> Function_Return retVal 97403>>> End_Function 97404>>> 97404>>> Procedure Set ComAction Variant value 97406>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 97407>>> End_Procedure 97408>>> 97408>>> Function ComExecuteOnPressInterval Returns Integer 97410>>> Integer retVal 97410>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 97411>>> Function_Return retVal 97412>>> End_Function 97413>>> 97413>>> Procedure Set ComExecuteOnPressInterval Integer value 97415>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 97416>>> End_Procedure 97417>>> 97417>>> Function ComWidth Returns Integer 97419>>> Integer retVal 97419>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 97420>>> Function_Return retVal 97421>>> End_Function 97422>>> 97422>>> Procedure Set ComWidth Integer value 97424>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 97425>>> End_Procedure 97426>>> 97426>>> Function ComHeight Returns Integer 97428>>> Integer retVal 97428>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 97429>>> Function_Return retVal 97430>>> End_Function 97431>>> 97431>>> Procedure Set ComHeight Integer value 97433>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 97434>>> End_Procedure 97435>>> 97435>>> Function ComStyle Returns OLEXTPButtonStyle 97437>>> OLEXTPButtonStyle retVal 97437>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 97438>>> Function_Return retVal 97439>>> End_Function 97440>>> 97440>>> Procedure Set ComStyle OLEXTPButtonStyle value 97442>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 97443>>> End_Procedure 97444>>> 97444>>> Function ComKeyboardTip Returns String 97446>>> String retVal 97446>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to retVal 97447>>> Function_Return retVal 97448>>> End_Function 97449>>> 97449>>> Procedure Set ComKeyboardTip String value 97451>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BSTR to value 97452>>> End_Procedure 97453>>> 97453>>> Function ComColor Returns OLE_COLOR 97455>>> OLE_COLOR retVal 97455>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 97456>>> Function_Return retVal 97457>>> End_Function 97458>>> 97458>>> Procedure Set ComColor OLE_COLOR value 97460>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 97461>>> End_Procedure 97462>>> 97462>>> Function ComControls Returns Variant 97464>>> Handle hDispatchDriver 97464>>> Variant retVal 97464>>> Get phDispatchDriver to hDispatchDriver 97465>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 97466>>> Function_Return retVal 97467>>> End_Function 97468>>> 97468>>> Function ComParent Returns Variant 97470>>> Handle hDispatchDriver 97470>>> Variant retVal 97470>>> Get phDispatchDriver to hDispatchDriver 97471>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97472>>> Function_Return retVal 97473>>> End_Function 97474>>> 97474>>> Function ComIndex Returns Integer 97476>>> Handle hDispatchDriver 97476>>> Integer retVal 97476>>> Get phDispatchDriver to hDispatchDriver 97477>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 97478>>> Function_Return retVal 97479>>> End_Function 97480>>> 97480>>> Function ComType Returns OLEXTPControlType 97482>>> Handle hDispatchDriver 97482>>> OLEXTPControlType retVal 97482>>> Get phDispatchDriver to hDispatchDriver 97483>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 97484>>> Function_Return retVal 97485>>> End_Function 97486>>> 97486>>> Procedure ComDelete 97488>>> Handle hDispatchDriver 97488>>> Get phDispatchDriver to hDispatchDriver 97489>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 97490>>> End_Procedure 97491>>> 97491>>> Function ComCopy Variant llBar Variant llBefore Returns Variant 97493>>> Handle hDispatchDriver 97493>>> Variant retVal 97493>>> Get phDispatchDriver to hDispatchDriver 97494>>> Send PrepareParams to hDispatchDriver 2 97495>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llBar 97496>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBefore 97497>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 97498>>> Function_Return retVal 97499>>> End_Function 97500>>> 97500>>> Procedure ComSetFocus 97502>>> Handle hDispatchDriver 97502>>> Get phDispatchDriver to hDispatchDriver 97503>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 97504>>> End_Procedure 97505>>> 97505>>> Procedure ComExecute 97507>>> Handle hDispatchDriver 97507>>> Get phDispatchDriver to hDispatchDriver 97508>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 97509>>> End_Procedure 97510>>> 97510>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 97512>>> Handle hDispatchDriver 97512>>> Get phDispatchDriver to hDispatchDriver 97513>>> Send PrepareParams to hDispatchDriver 4 97514>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 97515>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 97516>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 97517>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 97518>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 97519>>> End_Procedure 97520>>> 97520>>> Function ComRibbonGroup Returns Variant 97522>>> Handle hDispatchDriver 97522>>> Variant retVal 97522>>> Get phDispatchDriver to hDispatchDriver 97523>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 97524>>> Function_Return retVal 97525>>> End_Function 97526>>> 97526>>> Procedure ComReset 97528>>> Handle hDispatchDriver 97528>>> Get phDispatchDriver to hDispatchDriver 97529>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 97530>>> End_Procedure 97531>>> 97531>>> Function ComTop Returns Integer 97533>>> Handle hDispatchDriver 97533>>> Integer retVal 97533>>> Get phDispatchDriver to hDispatchDriver 97534>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 97535>>> Function_Return retVal 97536>>> End_Function 97537>>> 97537>>> Function ComLeft Returns Integer 97539>>> Handle hDispatchDriver 97539>>> Integer retVal 97539>>> Get phDispatchDriver to hDispatchDriver 97540>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_I4 to retVal 97541>>> Function_Return retVal 97542>>> End_Function 97543>>> 97543>>> Function ComClone Variant llRecursive Returns Variant 97545>>> Handle hDispatchDriver 97545>>> Variant retVal 97545>>> Get phDispatchDriver to hDispatchDriver 97546>>> Send PrepareParams to hDispatchDriver 1 97547>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRecursive 97548>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_DISPATCH to retVal 97549>>> Function_Return retVal 97550>>> End_Function 97551>>> 97551>>> Procedure ComSetIconSize Integer llcx Integer llcy 97553>>> Handle hDispatchDriver 97553>>> Get phDispatchDriver to hDispatchDriver 97554>>> Send PrepareParams to hDispatchDriver 2 97555>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 97556>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 97557>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 97558>>> End_Procedure 97559>>>End_Class 97560>>> 97560>>>Class cSigCjComRibbonBackstageView is a cComAutomationObject 97561>>> 97561>>> Function ComStyle Returns OLEXTPRibbonBackstageStyle 97563>>> OLEXTPRibbonBackstageStyle retVal 97563>>> Get ComProperty of (phDispatchDriver(Self)) 1102 OLE_VT_I4 to retVal 97564>>> Function_Return retVal 97565>>> End_Function 97566>>> 97566>>> Procedure Set ComStyle OLEXTPRibbonBackstageStyle value 97568>>> Set ComProperty of (phDispatchDriver(Self)) 1102 OLE_VT_I4 to value 97569>>> End_Procedure 97570>>> 97570>>> Function ComControls Returns Variant 97572>>> Handle hDispatchDriver 97572>>> Variant retVal 97572>>> Get phDispatchDriver to hDispatchDriver 97573>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97574>>> Function_Return retVal 97575>>> End_Function 97576>>> 97576>>> Function ComAddCommand Integer llId String llCaption Returns Variant 97578>>> Handle hDispatchDriver 97578>>> Variant retVal 97578>>> Get phDispatchDriver to hDispatchDriver 97579>>> Send PrepareParams to hDispatchDriver 2 97580>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 97581>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 97582>>> Get InvokeComMethod of hDispatchDriver 1000 OLE_VT_DISPATCH to retVal 97583>>> Function_Return retVal 97584>>> End_Function 97585>>> 97585>>> Function ComAddTab Integer llId String llCaption OLE_HANDLE llControlPaneHwnd Returns Variant 97587>>> Handle hDispatchDriver 97587>>> Variant retVal 97587>>> Get phDispatchDriver to hDispatchDriver 97588>>> Send PrepareParams to hDispatchDriver 3 97589>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 97590>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 97591>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llControlPaneHwnd 97592>>> Get InvokeComMethod of hDispatchDriver 1001 OLE_VT_DISPATCH to retVal 97593>>> Function_Return retVal 97594>>> End_Function 97595>>> 97595>>> Procedure ComClose 97597>>> Handle hDispatchDriver 97597>>> Get phDispatchDriver to hDispatchDriver 97598>>> Send InvokeComMethod to hDispatchDriver 1002 OLE_VT_VOID 97599>>> End_Procedure 97600>>> 97600>>> Procedure ComSetTheme OLEXTPVisualTheme llTheme 97602>>> Handle hDispatchDriver 97602>>> Get phDispatchDriver to hDispatchDriver 97603>>> Send PrepareParams to hDispatchDriver 1 97604>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTheme 97605>>> Send InvokeComMethod to hDispatchDriver 1003 OLE_VT_VOID 97606>>> End_Procedure 97607>>> 97607>>> Function ComAddMenuSeparator Returns Variant 97609>>> Handle hDispatchDriver 97609>>> Variant retVal 97609>>> Get phDispatchDriver to hDispatchDriver 97610>>> Get InvokeComMethod of hDispatchDriver 1004 OLE_VT_DISPATCH to retVal 97611>>> Function_Return retVal 97612>>> End_Function 97613>>> 97613>>> Function ComGetForeColor Returns OLE_COLOR 97615>>> Handle hDispatchDriver 97615>>> OLE_COLOR retVal 97615>>> Get phDispatchDriver to hDispatchDriver 97616>>> Get InvokeComMethod of hDispatchDriver 1100 OLE_VT_I4 to retVal 97617>>> Function_Return retVal 97618>>> End_Function 97619>>> 97619>>> Function ComGetBackColor Returns OLE_COLOR 97621>>> Handle hDispatchDriver 97621>>> OLE_COLOR retVal 97621>>> Get phDispatchDriver to hDispatchDriver 97622>>> Get InvokeComMethod of hDispatchDriver 1101 OLE_VT_I4 to retVal 97623>>> Function_Return retVal 97624>>> End_Function 97625>>>End_Class 97626>>> 97626>>>Class cSigCjComRibbonBackstageCommand is a cComAutomationObject 97627>>> 97627>>> Function ComCaption Returns String 97629>>> String retVal 97629>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 97630>>> Function_Return retVal 97631>>> End_Function 97632>>> 97632>>> Procedure Set ComCaption String value 97634>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 97635>>> End_Procedure 97636>>> 97636>>> Function ComDescriptionText Returns String 97638>>> String retVal 97638>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 97639>>> Function_Return retVal 97640>>> End_Function 97641>>> 97641>>> Procedure Set ComDescriptionText String value 97643>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 97644>>> End_Procedure 97645>>> 97645>>> Function ComId Returns Integer 97647>>> Integer retVal 97647>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 97648>>> Function_Return retVal 97649>>> End_Function 97650>>> 97650>>> Procedure Set ComId Integer value 97652>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 97653>>> End_Procedure 97654>>> 97654>>> Function ComParameter Returns String 97656>>> String retVal 97656>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 97657>>> Function_Return retVal 97658>>> End_Function 97659>>> 97659>>> Procedure Set ComParameter String value 97661>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 97662>>> End_Procedure 97663>>> 97663>>> Function ComEnabled Returns Boolean 97665>>> Boolean retVal 97665>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 97666>>> Function_Return retVal 97667>>> End_Function 97668>>> 97668>>> Procedure Set ComEnabled Boolean value 97670>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 97671>>> End_Procedure 97672>>> 97672>>> Function ComVisible Returns Boolean 97674>>> Boolean retVal 97674>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 97675>>> Function_Return retVal 97676>>> End_Function 97677>>> 97677>>> Procedure Set ComVisible Boolean value 97679>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 97680>>> End_Procedure 97681>>> 97681>>> Function ComIconId Returns Integer 97683>>> Integer retVal 97683>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 97684>>> Function_Return retVal 97685>>> End_Function 97686>>> 97686>>> Procedure Set ComIconId Integer value 97688>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 97689>>> End_Procedure 97690>>> 97690>>> Function ComAction Returns Variant 97692>>> Variant retVal 97692>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 97693>>> Function_Return retVal 97694>>> End_Function 97695>>> 97695>>> Procedure Set ComAction Variant value 97697>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 97698>>> End_Procedure 97699>>> 97699>>> Function ComControls Returns Variant 97701>>> Handle hDispatchDriver 97701>>> Variant retVal 97701>>> Get phDispatchDriver to hDispatchDriver 97702>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 97703>>> Function_Return retVal 97704>>> End_Function 97705>>> 97705>>> Function ComParent Returns Variant 97707>>> Handle hDispatchDriver 97707>>> Variant retVal 97707>>> Get phDispatchDriver to hDispatchDriver 97708>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97709>>> Function_Return retVal 97710>>> End_Function 97711>>> 97711>>> Function ComIndex Returns Integer 97713>>> Handle hDispatchDriver 97713>>> Integer retVal 97713>>> Get phDispatchDriver to hDispatchDriver 97714>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 97715>>> Function_Return retVal 97716>>> End_Function 97717>>> 97717>>> Procedure ComDelete 97719>>> Handle hDispatchDriver 97719>>> Get phDispatchDriver to hDispatchDriver 97720>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 97721>>> End_Procedure 97722>>>End_Class 97723>>> 97723>>>Class cSigCjComRibbonBackstageTab is a cComAutomationObject 97724>>> 97724>>> Function ComCaption Returns String 97726>>> String retVal 97726>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 97727>>> Function_Return retVal 97728>>> End_Function 97729>>> 97729>>> Procedure Set ComCaption String value 97731>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 97732>>> End_Procedure 97733>>> 97733>>> Function ComDescriptionText Returns String 97735>>> String retVal 97735>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 97736>>> Function_Return retVal 97737>>> End_Function 97738>>> 97738>>> Procedure Set ComDescriptionText String value 97740>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 97741>>> End_Procedure 97742>>> 97742>>> Function ComId Returns Integer 97744>>> Integer retVal 97744>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 97745>>> Function_Return retVal 97746>>> End_Function 97747>>> 97747>>> Procedure Set ComId Integer value 97749>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 97750>>> End_Procedure 97751>>> 97751>>> Function ComParameter Returns String 97753>>> String retVal 97753>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 97754>>> Function_Return retVal 97755>>> End_Function 97756>>> 97756>>> Procedure Set ComParameter String value 97758>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 97759>>> End_Procedure 97760>>> 97760>>> Function ComEnabled Returns Boolean 97762>>> Boolean retVal 97762>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 97763>>> Function_Return retVal 97764>>> End_Function 97765>>> 97765>>> Procedure Set ComEnabled Boolean value 97767>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 97768>>> End_Procedure 97769>>> 97769>>> Function ComVisible Returns Boolean 97771>>> Boolean retVal 97771>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 97772>>> Function_Return retVal 97773>>> End_Function 97774>>> 97774>>> Procedure Set ComVisible Boolean value 97776>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 97777>>> End_Procedure 97778>>> 97778>>> Function ComIconId Returns Integer 97780>>> Integer retVal 97780>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 97781>>> Function_Return retVal 97782>>> End_Function 97783>>> 97783>>> Procedure Set ComIconId Integer value 97785>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 97786>>> End_Procedure 97787>>> 97787>>> Function ComDefaultItem Returns Boolean 97789>>> Boolean retVal 97789>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 97790>>> Function_Return retVal 97791>>> End_Function 97792>>> 97792>>> Procedure Set ComDefaultItem Boolean value 97794>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 97795>>> End_Procedure 97796>>> 97796>>> Function ComAction Returns Variant 97798>>> Variant retVal 97798>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to retVal 97799>>> Function_Return retVal 97800>>> End_Function 97801>>> 97801>>> Procedure Set ComAction Variant value 97803>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_DISPATCH to value 97804>>> End_Procedure 97805>>> 97805>>> Function ComControls Returns Variant 97807>>> Handle hDispatchDriver 97807>>> Variant retVal 97807>>> Get phDispatchDriver to hDispatchDriver 97808>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 97809>>> Function_Return retVal 97810>>> End_Function 97811>>> 97811>>> Function ComParent Returns Variant 97813>>> Handle hDispatchDriver 97813>>> Variant retVal 97813>>> Get phDispatchDriver to hDispatchDriver 97814>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97815>>> Function_Return retVal 97816>>> End_Function 97817>>> 97817>>> Function ComIndex Returns Integer 97819>>> Handle hDispatchDriver 97819>>> Integer retVal 97819>>> Get phDispatchDriver to hDispatchDriver 97820>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 97821>>> Function_Return retVal 97822>>> End_Function 97823>>> 97823>>> Procedure ComDelete 97825>>> Handle hDispatchDriver 97825>>> Get phDispatchDriver to hDispatchDriver 97826>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 97827>>> End_Procedure 97828>>>End_Class 97829>>> 97829>>>Class cSigCjComRibbonBackstageMenuSeparator is a cComAutomationObject 97830>>> 97830>>> Function ComId Returns Integer 97832>>> Integer retVal 97832>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 97833>>> Function_Return retVal 97834>>> End_Function 97835>>> 97835>>> Procedure Set ComId Integer value 97837>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 97838>>> End_Procedure 97839>>> 97839>>> Function ComVisible Returns Boolean 97841>>> Boolean retVal 97841>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 97842>>> Function_Return retVal 97843>>> End_Function 97844>>> 97844>>> Procedure Set ComVisible Boolean value 97846>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 97847>>> End_Procedure 97848>>> 97848>>> Function ComDefaultItem Returns Boolean 97850>>> Boolean retVal 97850>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 97851>>> Function_Return retVal 97852>>> End_Function 97853>>> 97853>>> Procedure Set ComDefaultItem Boolean value 97855>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 97856>>> End_Procedure 97857>>> 97857>>> Function ComControls Returns Variant 97859>>> Handle hDispatchDriver 97859>>> Variant retVal 97859>>> Get phDispatchDriver to hDispatchDriver 97860>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 97861>>> Function_Return retVal 97862>>> End_Function 97863>>> 97863>>> Function ComParent Returns Variant 97865>>> Handle hDispatchDriver 97865>>> Variant retVal 97865>>> Get phDispatchDriver to hDispatchDriver 97866>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 97867>>> Function_Return retVal 97868>>> End_Function 97869>>> 97869>>> Function ComIndex Returns Integer 97871>>> Handle hDispatchDriver 97871>>> Integer retVal 97871>>> Get phDispatchDriver to hDispatchDriver 97872>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 97873>>> Function_Return retVal 97874>>> End_Function 97875>>> 97875>>> Procedure ComDelete 97877>>> Handle hDispatchDriver 97877>>> Get phDispatchDriver to hDispatchDriver 97878>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 97879>>> End_Procedure 97880>>>End_Class 97881>>> 97881>>>//============================================================================== 97881>>>//End of package - SigCjW_CommandBars.pkg 97881>>>//============================================================================== 97881>>> 97881>Use SigCjW_Controls.pkg Including file: SigCjW_Controls.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_Controls.pkg) 97881>>>//============================================================================== 97881>>>// Project : SigCj - VDF Classes for Codejock 97881>>>// File : SigCjW_Controls.pkg 97881>>>// From : Codejock.Controls.v20.3.0.ocx 97881>>>// Description : DF COM Wrapper Class for Codejock controls 97881>>>// 97881>>>// Created by : Ian Smith 97881>>>// Revision : $Rev$ 97881>>>// $Date$ 97881>>>// $Author$ 97881>>>// 97881>>>// Requirements : Visual DataFlex 19.1 97881>>>// Codejock SuitePro - Version 20.3.0 97881>>>// 97881>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 97881>>>// Visual DataFlex Special Interest Group UK. 97881>>>// http://www.vdfsig.co.uk 97881>>>// 97881>>>// This file is part of SigCj. 97881>>>// 97881>>>// SigCj is free software: you can redistribute it and/or modify 97881>>>// it under the terms of the GNU Lesser General Public License 97881>>>// as published by the Free Software Foundation, either version 97881>>>// 2.1 of the License, or (at your option) any later version. 97881>>>// 97881>>>// SigCj is distributed in the hope that it will be useful, but 97881>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 97881>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 97881>>>// GNU Lesser General Public License for more details. 97881>>>// 97881>>>// If you have the complete SigCj workspace then a copy of the 97881>>>// GNU Lesser General Public License is in the Docs folder. If 97881>>>// not, see . 97881>>>// 97881>>>//============================================================================== 97881>>>//CompilerWarnings Suspend 97881>>> 97881>>>Use FlexCom20.pkg 97881>>> 97881>>>Use SigCjLicense.pkg 97881>>>Use SigCjC_AlignmentStyle.pkg 97881>>>Use SigCjC_AmbientProperty.pkg 97881>>>Use SigCjC_ColorManager.pkg 97881>>>Use SigCjC_DataObjectFiles.pkg 97881>>>Use SigCjC_Drag_Drop.pkg 97881>>>Use SigCjC_ImageManager.pkg 97881>>>Use SigCjC_ItemAlign.pkg 97881>>>Use SigCjC_Markup.pkg 97881>>>Use SigCjC_PropExchange.pkg 97881>>>Use SigCjC_PushButtonStyle.pkg 97881>>>Use SigCjC_ResourceImages.pkg 97881>>>Use SigCjC_ShadowManager.pkg 97881>>>Use SigCjC_TabManager.pkg 97881>>>Use SigCjC_TextImageRelationStyle.pkg 97881>>>Use SigCjC_ToolTip.pkg 97881>>> 97881>>>Define OLECommonDialogColorConstants for Integer 97881>>> // Sets the initial color value for the dialog box 97881>>> Define OLExtpCCRGBInit for 1 97881>>> // Entire dialog box is displayed, including the Define Custom Colors section 97881>>> Define OLExtpCCFullOpen for 2 97881>>> // Disables the Define Custom Colors command button and prevents the user from defining custom colors 97881>>> Define OLExtpCCPreventFullOpen for 4 97881>>> // Causes the dialog box to display a Help button 97881>>> Define OLExtpCCShowHelp for 8 97881>>> // Causes the dialog box to display only solid colors in the set of basic colors. 97881>>> Define OLExtpCCSolidColor for 128 97881>>> // Causes the dialog box to display all available colors in the set of basic colors. 97881>>> Define OLExtpCCAnyColor for 256 97881>>> 97881>>>Define OLECommonDialogFileOpenConstants for Integer 97881>>> // Specifies that the File Namelist box allows multiple selections. 97881>>> Define OLExtpOFNAllowMultiselect for 512 97881>>> // Specifies that the dialog box prompts the user to create a file that doesn't currently exist. This flag automatically sets the xtpOFNPathMustExist and xtpOFNFileMustExist flags. 97881>>> Define OLExtpOFNCreatePrompt for 8192 97881>>> // Use the Explorer-like Open A File dialog box template. Common dialogs that use this flag do not work under Windows NT using the Windows 95 shell. 97881>>> Define OLExtpOFNExplorer for 524288 97881>>> // Indicates that the extension of the returned filename is different from the extension specified by the DefaultExt property. This flag isn't set if the DefaultExt property is Null, if the extensions match, or if the file has no extension. 97881>>> Define OLExtpOFNExtensionDifferent for 1024 97881>>> // Specifies that the user can enter only names of existing files in the File Name text box. If this flag is set and the user enters an invalid filename, a warning is displayed. This flag automatically sets the xtpOFNPathMustExist flag. 97881>>> Define OLExtpOFNFileMustExist for 4096 97881>>> // Causes the dialog box to display the Help button. 97881>>> Define OLExtpOFNHelpButton for 16 97881>>> // Hides the Read Onlycheck box. 97881>>> Define OLExtpOFNHideReadOnly for 4 97881>>> // Use long filenames. 97881>>> Define OLExtpOFNLongNames for 2097152 97881>>> // Forces the dialog box to set the current directory to what it was when the dialog box was opened. 97881>>> Define OLExtpOFNNoChangeDir for 8 97881>>> // Do not dereference shell links (also known as shortcuts). By default, choosing a shell link causes it to be dereferenced by the shell. 97881>>> Define OLExtpOFNNoDereferenceLinks for 1048576 97881>>> // Do not use long file names. 97881>>> Define OLExtpOFNNoLongNames for 262144 97881>>> // Specifies that the returned file won't have the Read Only attribute set and won't be in a write-protected directory. 97881>>> Define OLExtpOFNNoReadOnlyReturn for 32768 97881>>> // Specifies that the common dialog box allows invalid characters in the returned filename. 97881>>> Define OLExtpOFNNoValidate for 256 97881>>> // Causes the Save As dialog box to generate a message box if the selected file already exists. The user must confirm whether to overwrite the file. 97881>>> Define OLExtpOFNOverwritePrompt for 2 97881>>> // Specifies that the user can enter only validpaths. If this flag is set and the user enters an invalid path, a warning message is displayed. 97881>>> Define OLExtpOFNPathMustExist for 2048 97881>>> // Causes the Read Only check box to be initially checked when the dialog box is created. This flag also indicates the state of the Read Only check box when the dialog box is closed. 97881>>> Define OLExtpOFNReadOnly for 1 97881>>> // Specifies that sharing violation errors will be ignored. 97881>>> Define OLExtpOFNShareAware for 16384 97881>>> // Prevents the system from adding a link to the selected file in the file system directory that contains the user's most recently used documents. 97881>>> Define OLExtpOFNDontAddToRecent for 33554432 97881>>> // Enables the old-style Explorer-style dialog box to be resized using either the mouse or the keyboard. 97881>>> Define OLExtpOFNEnableSizing for 8388608 97881>>> // Forces the showing of system and hidden files, thus overriding the user setting to show or not show hidden files. However, a file that is marked both system and hidden is not shown. 97881>>> Define OLExtpOFNForceShowHidden for 268435456 97881>>> // Hides and disables the Network button. 97881>>> Define OLExtpOFNNoNetworkButton for 131072 97881>>> // When an application specifies this flag, the library does not check for write protection, a full disk, an open drive door, or network protection. A file cannot be reopened once it is closed. 97881>>> Define OLExtpOFNNoTestFileCreate for 65536 97881>>> 97881>>>Define OLECommonDialogFontConstants for Integer 97881>>> // Specifies that the dialog box allows only a selection of the fonts that use the Windows character set. If this flag is set, the user won't be able to select a font that contains only symbols. 97881>>> Define OLExtpCFANSIOnly for 1024 97881>>> // Enables the Apply button on the dialog box. 97881>>> Define OLExtpCFApply for 512 97881>>> // Causes the dialog box to list the available printer and screen fonts. The hDC property identifies thedevice context associated with the printer. 97881>>> Define OLExtpCFBoth for 3 97881>>> // Specifies that the dialog box enables strikethrough, underline, and color effects. 97881>>> Define OLExtpCFEffects for 256 97881>>> // Specifies that the dialog box selects only fixed-pitch fonts. 97881>>> Define OLExtpCFFixedPitchOnly for 16384 97881>>> // Specifies that an error message box is displayed if the user attempts to select a font or style that doesn't exist. 97881>>> Define OLExtpCFForceFontExist for 65536 97881>>> // Causes the dialog box to display a Help button. 97881>>> Define OLExtpCFHelpButton for 4 97881>>> // Specifies that the dialog box selects only font sizes within the range specified by the Min and Max properties. 97881>>> Define OLExtpCFLimitSize for 8192 97881>>> // No font name selected. 97881>>> Define OLExtpCFNoFaceSel for 524288 97881>>> // Specifies that the dialog box doesn't allow graphic device interface (GDI) font simulations. 97881>>> Define OLExtpCFNoSimulations for 4096 97881>>> // No font size selected. 97881>>> Define OLExtpCFNoSizeSel for 2097152 97881>>> // No style was selected. 97881>>> Define OLExtpCFNoStyleSel for 1048576 97881>>> // Specifies that the dialog box doesn't allow vector-font selections. 97881>>> Define OLExtpCFNoVectorFonts for 2048 97881>>> // Causes the dialog box to list only the fonts supported by the printer, specified by the hDC property. 97881>>> Define OLExtpCFPrinterFonts for 2 97881>>> // Specifies that the dialog box allows only the selection of fonts that can be scaled. 97881>>> Define OLExtpCFScalableOnly for 131072 97881>>> // Causes the dialog box to list only the screen fonts supported by the system. 97881>>> Define OLExtpCFScreenFonts for 1 97881>>> // Specifies that the dialog box allows only the selection of TrueType fonts. 97881>>> Define OLExtpCFTTOnly for 262144 97881>>> // Specifies that the dialog box allows only the selection of fonts that are available on both the printer and on screen. If this flag is set, the xtpCFBoth and xtpCFScalableOnly flags should also be set. 97881>>> Define OLExtpCFWYSIWYG for 32768 97881>>> // Additionally displays fonts that are set to Hide in Fonts Control Panel 97881>>> Define OLExtpCFInactiveFonts for 536870912 97881>>> // Disables the Script combo box. 97881>>> Define OLExtpCFNoScriptSel for 8388608 97881>>> // Causes the Font dialog box to list only horizontally oriented fonts. 97881>>> Define OLExtpCFNoVertFonts for 16777216 97881>>> 97881>>>Define OLECommonDialogHelpConstants for Integer 97881>>> // Displays Help for a particular command 97881>>> Define OLExtpHelpCommandHelp for 258 97881>>> // Displays the contents topic in the current Help file 97881>>> Define OLExtpHelpContents for 3 97881>>> // Displays Help for a particular topic 97881>>> Define OLExtpHelpContext for 1 97881>>> // Displays a topic identified by a context number 97881>>> Define OLExtpHelpContextPopup for 8 97881>>> // Creates a Help file that displays text in only one font 97881>>> Define OLExtpHelpForceFile for 9 97881>>> // Displays Help for using the Help application itself 97881>>> Define OLExtpHelpHelpOnHelp for 4 97881>>> // Displays the index of the specified Help file 97881>>> Define OLExtpHelpIndex for 3 97881>>> // Displays Help for a particular keyword 97881>>> Define OLExtpHelpKey for 257 97881>>> // Calls the search engine in Windows Help 97881>>> Define OLExtpHelpPartialKey for 261 97881>>> // Notifies the Help application that the specified Help file is no longer in use 97881>>> Define OLExtpHelpQuit for 2 97881>>> // Designates a specific topic as the contents topic 97881>>> Define OLExtpHelpSetContents for 5 97881>>> // Sets the current index for multi-index Help 97881>>> Define OLExtpHelpSetIndex for 5 97881>>> 97881>>>Define OLECommonDialogBrowseFolderConstants for Integer 97881>>> // Only return file system directories. If the user selects folders that are not part of the file system, the OK button is grayed. 97881>>> Define OLExtpBFReturnOnlyFSDirs for 1 97881>>> // Do not include network folders below the domain level in the dialog box's tree view control. 97881>>> Define OLExtpBFDontGoBelowDomain for 2 97881>>> // Include a status area in the dialog box. The callback function can set the status text by sending messages to the dialog box. This flag is not supported when xtpBFNewDialogStyle is specified. 97881>>> Define OLExtpBFStatusText for 4 97881>>> // Only return file system ancestors. An ancestor is a subfolder that is beneath the root folder in the namespace hierarchy. If the user selects an ancestor of the root folder that is not part of the file system, the OK button is grayed. 97881>>> Define OLExtpBFReturnFSAncestors for 8 97881>>> // Shell Version 4.71. Include an edit control in the browse dialog box that allows the user to type the name of an item. 97881>>> Define OLExtpBFEditBox for 16 97881>>> // Shell Version 5.0. Use the new user interface. Setting this flag provides the user with a larger dialog box that can be resized and has several new capabilities. 97881>>> Define OLExtpBFNewDialogStyle for 64 97881>>> // Shell Version 5.0. The browse dialog box can display URLs. The xtpBFUseNewUI and xtpBFBrowseIncludeFiles flags must also be set. The browse dialog box displays URLs only if the folder that contains the selected item supports URLs. 97881>>> Define OLExtpBFBrowseIncludeURL for 128 97881>>> // Shell Version 5.0. Use the new user interface, including an edit box. This flag is equivalent to xtpBFEditBox combined with xtpBFNewDialogStyle. 97881>>> Define OLExtpBFUseNewUI for 80 97881>>> // Shell Version 6.0. When combined with xtpBFNewDialogStyle, adds a usage hint to the dialog box, in place of the edit box. xtpBFEditBox overrides this flag. 97881>>> Define OLExtpBFUAHint for 256 97881>>> // Shell Version 6.0. Do not include the New Folder button in the browse dialog box. 97881>>> Define OLExtpBFNoNewFolderButton for 512 97881>>> // Shell Version 6.0. When the selected item is a shortcut, return the PIDL of the shortcut itself rather than its target. 97881>>> Define OLExtpBFNoTranslateTargets for 1024 97881>>> // Only return computers. If the user selects anything other than a computer, the OK button is grayed. 97881>>> Define OLExtpBFBrowseForComputer for 4096 97881>>> // Only allow the selection of printers. If the user selects anything other than a printer, the OK button is grayed. 97881>>> Define OLExtpBFBrowseForPrinter for 8192 97881>>> // Shell Version 4.71. The browse dialog box displays files as well as folders. 97881>>> Define OLExtpBFBrowseIncludeFiles for 16384 97881>>> // Shell Version 5.0. The browse dialog box can display sharable resources on remote systems. This is intended for applications that want to expose remote shares on a local system. The xtpBFNewDialogStyle flag must also be set. 97881>>> Define OLExtpBFShareable for 32768 97881>>> // Windows 7 and later. Allow folder junctions such as a library or a compressed file with a .zip file name extension to be browsed. 97881>>> Define OLExtpBFBrowseFileJunctions for 65536 97881>>> 97881>>>Define OLECommonDialogPrintDialogConstants for Integer 97881>>> // Returns or sets the state of the Collatecheck box. 97881>>> Define OLExtpPDCollate for 16 97881>>> // Disables the Print To File check box. 97881>>> Define OLExtpPDDisablePrintToFile for 524288 97881>>> // Causes the dialog box to display the Help button. 97881>>> Define OLExtpPDHelpButton for 2048 97881>>> // Hides the Print To File check box. 97881>>> Define OLExtpPDHidePrintToFile for 1048576 97881>>> // Disables the Pages option button and the associated edit control. 97881>>> Define OLExtpPDNoPageNums for 8 97881>>> // Disables the Selection option button. 97881>>> Define OLExtpPDNoSelection for 4 97881>>> // Prevents a warning message from being displayed when there is no default printer. 97881>>> Define OLExtpPDNoWarning for 128 97881>>> // Returns or sets the state of the Pages option button. 97881>>> Define OLExtpPDPageNums for 2 97881>>> // Causes the system to display the Print Setup dialog box rather than the Print dialog box. 97881>>> Define OLExtpPDPrintSetup for 64 97881>>> // Returns or sets the state of the Print To File check box. 97881>>> Define OLExtpPDPrintToFile for 32 97881>>> // Returns adevice context for the printer selection made in the dialog box. The device context is returned in the dialog box's hDC property. 97881>>> Define OLExtpPDReturnDC for 256 97881>>> // Returns default printer name. 97881>>> Define OLExtpPDReturnDefault for 1024 97881>>> // Returns an information context for the printer selection made in the dialog box. An information context provides a fast way to get information about the device without creating a device context. 97881>>> Define OLExtpPDReturnIC for 512 97881>>> // Returns or sets the state of the Selection option button. If neither xtpPDPageNums nor xtpPDSelection is specified, the All option button is in the selected state. 97881>>> Define OLExtpPDSelection for 1 97881>>> // If a printer driver doesn't support multiple copies, setting this flag disables the Number of copies spinner control in the Print dialog. 97881>>> Define OLExtpPDUseDevModeCopies for 262144 97881>>> // Hides and disables the Network button. 97881>>> Define OLExtpPDNoNetworkButton for 2097152 97881>>> 97881>>>Define OLEXTPTagCloudSort for Integer 97881>>> Define OLExtpTagCloudNone for 0 97881>>> Define OLExtpTagCloudAlpha for 1 97881>>> Define OLExtpTagCloudNumeric for 2 97881>>> 97881>>>Define OLEXTPTabNavigateButton for Integer 97881>>> Define OLExtpTabNavigateButtonLeft for 0 97881>>> Define OLExtpTabNavigateButtonRight for 1 97881>>> Define OLExtpTabNavigateButtonClose for 2 97881>>> 97881>>>Define OLEXTPTabNavigateButtonFlags for Integer 97881>>> Define OLExtpTabNavigateButtonNone for 0 97881>>> Define OLExtpTabNavigateButtonAutomatic for 1 97881>>> Define OLExtpTabNavigateButtonAlways for 2 97881>>> 97881>>>Define OLEXTPTabItemButtonFlags for Integer 97881>>> Define OLExtpTabItemButtonNone for 0 97881>>> Define OLExtpTabItemButtonSelected for 1 97881>>> Define OLExtpTabItemButtonAlways for 2 97881>>> 97881>>>Define OLEXTPPopupPaintTheme for Integer 97881>>> // Office2000 popup theme 97881>>> Define OLExtpPopupThemeOffice2000 for 0 97881>>> // OfficeXP popup theme 97881>>> Define OLExtpPopupThemeOfficeXP for 1 97881>>> // Office2003 popup theme 97881>>> Define OLExtpPopupThemeOffice2003 for 2 97881>>> // MSN Messenger popup theme 97881>>> Define OLExtpPopupThemeMSN for 3 97881>>> // Office2007 popup theme 97881>>> Define OLExtpPopupThemeResource for 4 97881>>> // Custom popup theme 97881>>> Define OLExtpPopupThemeCustom for 5 97881>>> // Office2013 popup theme 97881>>> Define OLExtpPopupThemeOffice2013 for 6 97881>>> // Office2013 popup theme 97881>>> Define OLExtpPopupThemeOffice2016 for 6 97881>>> 97881>>>Define OLEXTPPopupLocation for Integer 97881>>> Define OLExtpPopupLocationNearTaskBar for 0 97881>>> Define OLExtpPopupLocationBottomRight for 1 97881>>> Define OLExtpPopupLocationCenter for 2 97881>>> 97881>>>Define OLEXTPPopupItemIcon for Integer 97881>>> // normal icon handler 97881>>> Define OLExtpPopupItemIconNormal for 1 97881>>> // selected icon handler 97881>>> Define OLExtpPopupItemIconSelected for 2 97881>>> // pressed icon handler 97881>>> Define OLExtpPopupItemIconPressed for 4 97881>>> 97881>>>Define OLEXTPPopupAnimation for Integer 97881>>> // Animation is not used 97881>>> Define OLExtpPopupAnimationNone for 0 97881>>> // Fade method animation 97881>>> Define OLExtpPopupAnimationFade for 1 97881>>> // Slide method animation 97881>>> Define OLExtpPopupAnimationSlide for 2 97881>>> // Unfold method animation 97881>>> Define OLExtpPopupAnimationUnfold for 3 97881>>> 97881>>>Define OLEXTPPopupState for Integer 97881>>> // The popup window is closed 97881>>> Define OLExtpPopupStateClosed for 0 97881>>> // The popup window is expanding 97881>>> Define OLExtpPopupStateExpanding for 1 97881>>> // The popup window is shown 97881>>> Define OLExtpPopupStateShow for 2 97881>>> // The popup window is collapsing 97881>>> Define OLExtpPopupStateCollapsing for 3 97881>>> 97881>>>Define OLEAppearanceStyle for Integer 97881>>> Define OLExtpAppearanceStandard for 0 97881>>> Define OLExtpAppearanceFlat for 1 97881>>> Define OLExtpAppearanceUltraFlat for 2 97881>>> Define OLExtpAppearanceOffice2000 for 3 97881>>> Define OLExtpAppearanceOfficeXP for 4 97881>>> Define OLExtpAppearanceOffice2003 for 5 97881>>> Define OLExtpAppearanceResource for 6 97881>>> Define OLExtpAppearanceOffice2007 for 7 97881>>> Define OLExtpAppearanceNativeWinXP for 8 97881>>> Define OLExtpAppearanceVisualStudio2005 for 9 97881>>> Define OLExtpAppearanceVisualStudio2008 for 10 97881>>> Define OLExtpAppearanceVisualStudio2010 for 11 97881>>> Define OLExtpAppearanceOffice2013 for 12 97881>>> Define OLExtpAppearanceOffice2016 for 12 97881>>> Define OLExtpAppearanceVisualStudio2012 for 13 97881>>> Define OLExtpAppearanceVisualStudio2012Light for 14 97881>>> Define OLExtpAppearanceVisualStudio2012Dark for 15 97881>>> Define OLExtpAppearanceVisualStudio2015 for 16 97881>>> Define OLExtpAppearanceNativeWindows10 for 17 97881>>> 97881>>>Define OLEPictureAlignmentStyle for Integer 97881>>> Define OLExtpPictureLeft for 0 97881>>> Define OLExtpPictureRight for 1 97881>>> Define OLExtpPictureCenter for 2 97881>>> Define OLExtpPictureTop for 0 97881>>> Define OLExtpPictureBottom for 4 97881>>> Define OLExtpPictureMiddle for 8 97881>>> Define OLExtpPictureStretch for 16 97881>>> Define OLExtpPictureTile for 32 97881>>> 97881>>>Define OLECheckAlignment for Integer 97881>>> Define OLExtpCheckAlignLeft for 0 97881>>> Define OLExtpCheckAlignRight for 1 97881>>> 97881>>>Define OLEGroupBoxBorderStyle for Integer 97881>>> Define OLExtpFrameBorder for 0 97881>>> Define OLExtpFrameSingleLine for 1 97881>>> Define OLExtpFrameNone for 2 97881>>> 97881>>>Define OLECheckBoxValue for Integer 97881>>> Define OLExtpUnchecked for 0 97881>>> Define OLExtpChecked for 1 97881>>> Define OLExtpGrayed for 2 97881>>> 97881>>>Define OLEEditScrollBars for Integer 97881>>> Define OLExtpEditScrollBarsNone for 0 97881>>> Define OLExtpEditScrollBarsHorizontal for 1 97881>>> Define OLExtpEditScrollBarsVertical for 2 97881>>> Define OLExtpEditScrollBarsBoth for 3 97881>>> 97881>>>Define OLESliderTickStyle for Integer 97881>>> Define OLExtpSliderBottomRight for 0 97881>>> Define OLExtpSliderTopLeft for 1 97881>>> Define OLExtpSliderBoth for 2 97881>>> Define OLExtpSliderNoTicks for 3 97881>>> 97881>>>Define OLEEditAlignment for Integer 97881>>> Define OLExtpEditAlignLeft for 0 97881>>> Define OLExtpEditAlignRight for 1 97881>>> Define OLExtpEditAlignCenter for 2 97881>>> 97881>>>Define OLEListBoxMultiSelectStyle for Integer 97881>>> Define OLExtpListMultiSelectNone for 0 97881>>> Define OLExtpListMultiSelectSimple for 1 97881>>> Define OLExtpListMultiSelectExtended for 2 97881>>> 97881>>>Define OLEResizerBorderStyle for Integer 97881>>> Define OLExtpBorderNone for 0 97881>>> Define OLExtpBorderFlat for 1 97881>>> Define OLExtpBorderStaticEdge for 2 97881>>> Define OLExtpBorderClientEdge for 3 97881>>> Define OLExtpBorderFrame for 4 97881>>> 97881>>>Define OLEComboBoxStyle for Integer 97881>>> Define OLExtpComboDropDown for 0 97881>>> Define OLExtpComboSimple for 1 97881>>> Define OLExtpComboDropDownList for 2 97881>>> 97881>>>Define OLEListBoxStyle for Integer 97881>>> Define OLExtpListStandard for 0 97881>>> Define OLExtpListCheckbox for 1 97881>>> 97881>>>// Common Buttons 97881>>>Define OLETaskDialogCommonButtons for Integer 97881>>> Define OLExtpTaskButtonOk for 1 97881>>> Define OLExtpTaskButtonYes for 2 97881>>> Define OLExtpTaskButtonNo for 4 97881>>> Define OLExtpTaskButtonCancel for 8 97881>>> Define OLExtpTaskButtonRetry for 16 97881>>> Define OLExtpTaskButtonClose for 32 97881>>> 97881>>>// Icons 97881>>>Define OLETaskDialogIcon for Integer 97881>>> Define OLExtpTaskIconNone for 0 97881>>> Define OLExtpTaskIconWarning for 1 97881>>> Define OLExtpTaskIconError for 2 97881>>> Define OLExtpTaskIconInformation for 3 97881>>> Define OLExtpTaskIconShield for 4 97881>>> Define OLExtpTaskIconQuestion for 5 97881>>> Define OLExtpTaskIconCustom for 6 97881>>> 97881>>>// Style 97881>>>Define OLETaskDialogProgressBarStyle for Integer 97881>>> Define OLExtpTaskProgressBarNone for 0 97881>>> Define OLExtpTaskProgressBarNormal for 1 97881>>> Define OLExtpTaskProgressBarMarquee for 2 97881>>> 97881>>>// ListViewStyle 97881>>>Define OLEListViewStyle for Integer 97881>>> // xtpListViewIcon 97881>>> Define OLExtpListViewIcon for 0 97881>>> // xtpListViewSmallIcon 97881>>> Define OLExtpListViewSmallIcon for 1 97881>>> // xtpListViewList 97881>>> Define OLExtpListViewList for 2 97881>>> // xtpListViewReport 97881>>> Define OLExtpListViewReport for 3 97881>>> 97881>>>// ListViewFindItemWhere 97881>>>Define OLEListViewFindItemWhere for Integer 97881>>> // xtpListViewText 97881>>> Define OLExtpListViewText for 0 97881>>> // xtpListViewSubItem 97881>>> Define OLExtpListViewSubItem for 1 97881>>> // xtpListViewTag 97881>>> Define OLExtpListViewTag for 2 97881>>> 97881>>>// ListViewStyle 97881>>>Define OLEListViewColumnAlignment for Integer 97881>>> // xtpListViewColumnLeft 97881>>> Define OLExtpListViewColumnLeft for 0 97881>>> // xtpListViewColumnRight 97881>>> Define OLExtpListViewColumnRight for 1 97881>>> // xtpListViewColumnCenter 97881>>> Define OLExtpListViewColumnCenter for 2 97881>>> 97881>>>// ListViewLabelEdit 97881>>>Define OLEListViewLabelEdit for Integer 97881>>> // xtpListLabelEditAutomatic 97881>>> Define OLExtpListViewLabelAutomatic for 0 97881>>> // xtpListLabelEditManual 97881>>> Define OLExtpListViewLabelManual for 1 97881>>> 97881>>>// ListViewArrange 97881>>>Define OLEListViewArrange for Integer 97881>>> // xtpListViewArrangeNone 97881>>> Define OLExtpListViewArrangeNone for 0 97881>>> // xtpListViewArrangeAutoLeft 97881>>> Define OLExtpListViewArrangeAutoLeft for 1 97881>>> // xtpListViewArrangeAutoTop 97881>>> Define OLExtpListViewArrangeAutoTop for 2 97881>>> 97881>>>Define OLETreeViewRelationship for Integer 97881>>> Define OLExtpTreeViewFirst for 0 97881>>> Define OLExtpTreeViewLast for 1 97881>>> Define OLExtpTreeViewNext for 2 97881>>> Define OLExtpTreeViewPrevious for 3 97881>>> Define OLExtpTreeViewChild for 4 97881>>> 97881>>>Define OLETreeViewLinesStyle for Integer 97881>>> Define OLExtpTreeViewHideLines for 0 97881>>> Define OLExtpTreeViewShowLines for 1 97881>>> Define OLExtpTreeViewShowLinesAtRoot for 2 97881>>> Define OLExtpTreeViewHideLinesShowRoot for 3 97881>>> 97881>>>Define OLEDateTimeFormat for Integer 97881>>> Define OLExtpPickerLongDate for 0 97881>>> Define OLExtpPickerShortDate for 1 97881>>> Define OLExtpPickerTime for 2 97881>>> Define OLExtpPickerCustom for 3 97881>>> 97881>>>// TreeViewLabelEdit 97881>>>Define OLETreeViewLabelEdit for Integer 97881>>> // xtpListLabelEditAutomatic 97881>>> Define OLExtpTreeViewLabelAutomatic for 0 97881>>> // xtpListLabelEditManual 97881>>> Define OLExtpTreeViewLabelManual for 1 97881>>> 97881>>>// ProgressBarScrolling 97881>>>Define OLEProgressBarScrolling for Integer 97881>>> // xtpProgressBarStandard 97881>>> Define OLExtpProgressBarStandard for 0 97881>>> // xtpProgressBarSmooth 97881>>> Define OLExtpProgressBarSmooth for 1 97881>>> // xtpProgressBarMarquee 97881>>> Define OLExtpProgressBarMarquee for 2 97881>>> 97881>>>// ProgressBarOrientation 97881>>>Define OLEProgressBarOrientation for Integer 97881>>> // xtpProgressBarHorizontal 97881>>> Define OLExtpProgressBarHorizontal for 0 97881>>> // xtpProgressBarVertical 97881>>> Define OLExtpProgressBarVertical for 1 97881>>> 97881>>>// UpDownOrientation 97881>>>Define OLEUpDownOrientation for Integer 97881>>> // xtpUpDownVertical 97881>>> Define OLExtpUpDownVertical for 0 97881>>> // xtpUpDownHorizontal 97881>>> Define OLExtpUpDownHorizontal for 1 97881>>> 97881>>>// UpDownAlignment 97881>>>Define OLEUpDownAlignment for Integer 97881>>> // xtpUpDownVertical 97881>>> Define OLExtpUpDownLeft for 0 97881>>> // xtpUpDownHorizontal 97881>>> Define OLExtpUpDownRight for 1 97881>>> 97881>>>// ScrollBarOrientation 97881>>>Define OLEScrollBarOrientation for Integer 97881>>> // xtpScrollBarHorizontal 97881>>> Define OLExtpScrollBarHorizontal for 0 97881>>> // xtpScrollBarVertical 97881>>> Define OLExtpScrollBarVertical for 1 97881>>> 97881>>>// SliderOrientation 97881>>>Define OLESliderOrientation for Integer 97881>>> // xtpSliderHorizontal 97881>>> Define OLExtpSliderHorizontal for 0 97881>>> // xtpSliderVertical 97881>>> Define OLExtpSliderVertical for 1 97881>>> 97881>>>// WebBrowserScrollBar 97881>>>Define OLEWebBrowserScrollBar for Integer 97881>>> Define OLExtpScrollBarStandard for 0 97881>>> Define OLExtpScrollBarFlat for 1 97881>>> Define OLExtpScrollBarNone for 2 97881>>> 97881>>>// TaskbarProgressFlag 97881>>>Define OLETaskbarProgressFlag for Integer 97881>>> Define OLExtpProgressFlagNoProgress for 0 97881>>> Define OLExtpProgressFlagIndeterminate for 1 97881>>> Define OLExtpProgressFlagNormal for 2 97881>>> Define OLExtpProgressFlagError for 4 97881>>> Define OLExtpProgressFlagPaused for 8 97881>>> 97881>>>Define OLEXTPPreviewProvider for Integer 97881>>> Define OLExtpPreviewProviderSystem for 0 97881>>> Define OLExtpPreviewProviderGif for 1 97881>>> Define OLExtpPreviewProviderMsg for 2 97881>>> Define OLExtpPreviewProviderCommonPicture for 3 97881>>> Define OLExtpPreviewProviderText for 4 97881>>> Define OLExtpPreviewProviderXaml for 5 97881>>> 97881>>>// Dispatch interface for PushButton Control 97881>>>Class cSigCjCom_DPushButton is a Mixin 97882>>> 97882>>> Function ComValue Returns Boolean 97884>>> Boolean retVal 97884>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to retVal 97885>>> Function_Return retVal 97886>>> End_Function 97887>>> 97887>>> Procedure Set ComValue Boolean value 97889>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to value 97890>>> End_Procedure 97891>>> 97891>>> Function ComCaption Returns String 97893>>> String retVal 97893>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 97894>>> Function_Return retVal 97895>>> End_Function 97896>>> 97896>>> Procedure Set ComCaption String value 97898>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 97899>>> End_Procedure 97900>>> 97900>>> Function ComFont Returns Variant 97902>>> Variant retVal 97902>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 97903>>> Function_Return retVal 97904>>> End_Function 97905>>> 97905>>> Procedure Set ComFont Variant value 97907>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 97908>>> End_Procedure 97909>>> 97909>>> Function ComBackColor Returns OLE_COLOR 97911>>> OLE_COLOR retVal 97911>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 97912>>> Function_Return retVal 97913>>> End_Function 97914>>> 97914>>> Procedure Set ComBackColor OLE_COLOR value 97916>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 97917>>> End_Procedure 97918>>> 97918>>> Function ComForeColor Returns OLE_COLOR 97920>>> OLE_COLOR retVal 97920>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 97921>>> Function_Return retVal 97922>>> End_Function 97923>>> 97923>>> Procedure Set ComForeColor OLE_COLOR value 97925>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 97926>>> End_Procedure 97927>>> 97927>>> Function ComHWnd Returns OLE_HANDLE 97929>>> OLE_HANDLE retVal 97929>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 97930>>> Function_Return retVal 97931>>> End_Function 97932>>> 97932>>> Procedure Set ComHWnd OLE_HANDLE value 97934>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 97935>>> End_Procedure 97936>>> 97936>>> Function ComEnabled Returns Boolean 97938>>> Boolean retVal 97938>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 97939>>> Function_Return retVal 97940>>> End_Function 97941>>> 97941>>> Procedure Set ComEnabled Boolean value 97943>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 97944>>> End_Procedure 97945>>> 97945>>> Function ComDefault Returns Boolean 97947>>> Boolean retVal 97947>>> Get ComProperty of (phDispatchDriver(Self)) 1745027088 OLE_VT_BOOL to retVal 97948>>> Function_Return retVal 97949>>> End_Function 97950>>> 97950>>> Procedure Set ComDefault Boolean value 97952>>> Set ComProperty of (phDispatchDriver(Self)) 1745027088 OLE_VT_BOOL to value 97953>>> End_Procedure 97954>>> 97954>>> Function ComTransparent Returns Boolean 97956>>> Boolean retVal 97956>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 97957>>> Function_Return retVal 97958>>> End_Function 97959>>> 97959>>> Procedure Set ComTransparent Boolean value 97961>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 97962>>> End_Procedure 97963>>> 97963>>> Function ComFlatStyle Returns Boolean 97965>>> Boolean retVal 97965>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 97966>>> Function_Return retVal 97967>>> End_Function 97968>>> 97968>>> Procedure Set ComFlatStyle Boolean value 97970>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 97971>>> End_Procedure 97972>>> 97972>>> Function ComUseVisualStyle Returns Boolean 97974>>> Boolean retVal 97974>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 97975>>> Function_Return retVal 97976>>> End_Function 97977>>> 97977>>> Procedure Set ComUseVisualStyle Boolean value 97979>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 97980>>> End_Procedure 97981>>> 97981>>> Function ComAppearance Returns OLEAppearanceStyle 97983>>> OLEAppearanceStyle retVal 97983>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 97984>>> Function_Return retVal 97985>>> End_Function 97986>>> 97986>>> Procedure Set ComAppearance OLEAppearanceStyle value 97988>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 97989>>> End_Procedure 97990>>> 97990>>> Function ComTextAlignment Returns OLEAlignmentStyle 97992>>> OLEAlignmentStyle retVal 97992>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 97993>>> Function_Return retVal 97994>>> End_Function 97995>>> 97995>>> Procedure Set ComTextAlignment OLEAlignmentStyle value 97997>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 97998>>> End_Procedure 97999>>> 97999>>> Function ComMultiLine Returns Boolean 98001>>> Boolean retVal 98001>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 98002>>> Function_Return retVal 98003>>> End_Function 98004>>> 98004>>> Procedure Set ComMultiLine Boolean value 98006>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 98007>>> End_Procedure 98008>>> 98008>>> Function ComChecked Returns Boolean 98010>>> Boolean retVal 98010>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 98011>>> Function_Return retVal 98012>>> End_Function 98013>>> 98013>>> Procedure Set ComChecked Boolean value 98015>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 98016>>> End_Procedure 98017>>> 98017>>> Function ComPicture Returns Variant 98019>>> Variant retVal 98019>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to retVal 98020>>> Function_Return retVal 98021>>> End_Function 98022>>> 98022>>> Procedure Set ComPicture Variant value 98024>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to value 98025>>> End_Procedure 98026>>> 98026>>> Function ComIcon Returns Variant 98028>>> Variant retVal 98028>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to retVal 98029>>> Function_Return retVal 98030>>> End_Function 98031>>> 98031>>> Procedure Set ComIcon Variant value 98033>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to value 98034>>> End_Procedure 98035>>> 98035>>> Function ComRightToLeft Returns Boolean 98037>>> Boolean retVal 98037>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 98038>>> Function_Return retVal 98039>>> End_Function 98040>>> 98040>>> Procedure Set ComRightToLeft Boolean value 98042>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 98043>>> End_Procedure 98044>>> 98044>>> Function ComImageAlignment Returns OLEAlignmentStyle 98046>>> OLEAlignmentStyle retVal 98046>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 98047>>> Function_Return retVal 98048>>> End_Function 98049>>> 98049>>> Procedure Set ComImageAlignment OLEAlignmentStyle value 98051>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 98052>>> End_Procedure 98053>>> 98053>>> Function ComTextImageRelation Returns OLETextImageRelationStyle 98055>>> OLETextImageRelationStyle retVal 98055>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 98056>>> Function_Return retVal 98057>>> End_Function 98058>>> 98058>>> Procedure Set ComTextImageRelation OLETextImageRelationStyle value 98060>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 98061>>> End_Procedure 98062>>> 98062>>> Function ComImageGap Returns Integer 98064>>> Integer retVal 98064>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 98065>>> Function_Return retVal 98066>>> End_Function 98067>>> 98067>>> Procedure Set ComImageGap Integer value 98069>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 98070>>> End_Procedure 98071>>> 98071>>> Function ComBorderGap Returns Integer 98073>>> Integer retVal 98073>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 98074>>> Function_Return retVal 98075>>> End_Function 98076>>> 98076>>> Procedure Set ComBorderGap Integer value 98078>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 98079>>> End_Procedure 98080>>> 98080>>> Function ComStyle Returns OLEPushButtonStyle 98082>>> OLEPushButtonStyle retVal 98082>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 98083>>> Function_Return retVal 98084>>> End_Function 98085>>> 98085>>> Procedure Set ComStyle OLEPushButtonStyle value 98087>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 98088>>> End_Procedure 98089>>> 98089>>> Function ComEnableMarkup Returns Boolean 98091>>> Boolean retVal 98091>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 98092>>> Function_Return retVal 98093>>> End_Function 98094>>> 98094>>> Procedure Set ComEnableMarkup Boolean value 98096>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 98097>>> End_Procedure 98098>>> 98098>>> // Returns/Sets whether this control can act as an OLE drop target. 98098>>> Function ComOLEDropMode Returns OLEOLEDropConstants 98100>>> OLEOLEDropConstants retVal 98100>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 98101>>> Function_Return retVal 98102>>> End_Function 98103>>> 98103>>> // Returns/Sets whether this control can act as an OLE drop target. 98103>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 98105>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 98106>>> End_Procedure 98107>>> 98107>>> Function ComDrawFocusRect Returns Boolean 98109>>> Boolean retVal 98109>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 98110>>> Function_Return retVal 98111>>> End_Function 98112>>> 98112>>> Procedure Set ComDrawFocusRect Boolean value 98114>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 98115>>> End_Procedure 98116>>> 98116>>> Function ComBuddyControl Returns String 98118>>> String retVal 98118>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to retVal 98119>>> Function_Return retVal 98120>>> End_Function 98121>>> 98121>>> Procedure Set ComBuddyControl String value 98123>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to value 98124>>> End_Procedure 98125>>> 98125>>> Function ComControlToolTip Returns String 98127>>> String retVal 98127>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 98128>>> Function_Return retVal 98129>>> End_Function 98130>>> 98130>>> Procedure Set ComControlToolTip String value 98132>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 98133>>> End_Procedure 98134>>> 98134>>> Function ComGreyDisabledPicture Returns Boolean 98136>>> Boolean retVal 98136>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 98137>>> Function_Return retVal 98138>>> End_Function 98139>>> 98139>>> Procedure Set ComGreyDisabledPicture Boolean value 98141>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 98142>>> End_Procedure 98143>>> 98143>>> Function ComMousePointer Returns Integer 98145>>> Integer retVal 98145>>> Get ComProperty of (phDispatchDriver(Self)) -521 OLE_VT_I4 to retVal 98146>>> Function_Return retVal 98147>>> End_Function 98148>>> 98148>>> Procedure Set ComMousePointer Integer value 98150>>> Set ComProperty of (phDispatchDriver(Self)) -521 OLE_VT_I4 to value 98151>>> End_Procedure 98152>>> 98152>>> Function ComReCreateReparented Returns Boolean 98154>>> Boolean retVal 98154>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 98155>>> Function_Return retVal 98156>>> End_Function 98157>>> 98157>>> Procedure Set ComReCreateReparented Boolean value 98159>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 98160>>> End_Procedure 98161>>> 98161>>> Function ComMarkupContext Returns Variant 98163>>> Handle hDispatchDriver 98163>>> Variant retVal 98163>>> Get phDispatchDriver to hDispatchDriver 98164>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 98165>>> Function_Return retVal 98166>>> End_Function 98167>>> 98167>>> Procedure ComAboutBox 98169>>> Handle hDispatchDriver 98169>>> Get phDispatchDriver to hDispatchDriver 98170>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 98171>>> End_Procedure 98172>>> 98172>>> Function ComToolTipContext Returns Variant 98174>>> Handle hDispatchDriver 98174>>> Variant retVal 98174>>> Get phDispatchDriver to hDispatchDriver 98175>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 98176>>> Function_Return retVal 98177>>> End_Function 98178>>>End_Class 98179>>> 98179>>>// Event interface for PushButton Control 98179>>>Class cSigCjCom_DPushButtonEvents is a Mixin 98180>>> 98180>>> Procedure OnComClick 98182>>> End_Procedure 98183>>> 98183>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98185>>> End_Procedure 98186>>> 98186>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98188>>> End_Procedure 98189>>> 98189>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98191>>> End_Procedure 98192>>> 98192>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 98194>>> End_Procedure 98195>>> 98195>>> Procedure OnComKeyPress Short ByRef llKeyAscii 98197>>> End_Procedure 98198>>> 98198>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 98200>>> End_Procedure 98201>>> 98201>>> Procedure OnComDropDown 98203>>> End_Procedure 98204>>> 98204>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 98206>>> End_Procedure 98207>>> 98207>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98209>>> End_Procedure 98210>>> 98210>>> Procedure OnComReCreated 98212>>> End_Procedure 98213>>> 98213>>> Procedure RegisterComEvents 98215>>> Send RegisterComEvent -600 msg_OnComClick 98216>>> Send RegisterComEvent -605 msg_OnComMouseDown 98217>>> Send RegisterComEvent -606 msg_OnComMouseMove 98218>>> Send RegisterComEvent -607 msg_OnComMouseUp 98219>>> Send RegisterComEvent -602 msg_OnComKeyDown 98220>>> Send RegisterComEvent -603 msg_OnComKeyPress 98221>>> Send RegisterComEvent -604 msg_OnComKeyUp 98222>>> Send RegisterComEvent 1 msg_OnComDropDown 98223>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 98224>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 98225>>> Send RegisterComEvent 10001000 msg_OnComReCreated 98226>>> End_Procedure 98227>>>End_Class 98228>>> 98228>>>// PushButton Control 98228>>>Class cSigCjComPushButton is a cComActiveXControl 98229>>> Import_Class_Protocol cSigCjCom_DPushButton 98230>>> Import_Class_Protocol cSigCjCom_DPushButtonEvents 98231>>> 98231>>> Procedure Construct_Object 98233>>> Forward Send Construct_Object 98235>>> Set psProgID to L_cSigCjComPushButton 98236>>> Set psEventId to "{C0DE2030-F943-48EE-AE76-B8A124D9B701}" 98237>>> Set psLicenseKey to L_cSigCjKeyControls 98238>>> Set peAutoCreate to acDeferredAutoCreate 98239>>> End_Procedure 98240>>>End_Class 98241>>> 98241>>>// Dispatch interface for property page for PushButton Control 98241>>>Class cSigCjCom_DPushButtonPropPage is a Mixin 98242>>>End_Class 98243>>> 98243>>>// Property page for PushButton Control 98243>>>Class cSigCjComPushButtonPropPage is a cComAutomationObject 98244>>> Import_Class_Protocol cSigCjCom_DPushButtonPropPage 98245>>> 98245>>> Procedure Construct_Object 98247>>> Forward Send Construct_Object 98249>>> Set psProgID to L_cSigCjComPushButtonPropPage 98250>>> Set peAutoCreate to acNoAutoCreate 98251>>> End_Procedure 98252>>>End_Class 98253>>> 98253>>>// Dispatch interface for RadioButton Control 98253>>>Class cSigCjCom_DRadioButton is a Mixin 98254>>> 98254>>> Function ComCaption Returns String 98256>>> String retVal 98256>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 98257>>> Function_Return retVal 98258>>> End_Function 98259>>> 98259>>> Procedure Set ComCaption String value 98261>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 98262>>> End_Procedure 98263>>> 98263>>> Function ComFont Returns Variant 98265>>> Variant retVal 98265>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 98266>>> Function_Return retVal 98267>>> End_Function 98268>>> 98268>>> Procedure Set ComFont Variant value 98270>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 98271>>> End_Procedure 98272>>> 98272>>> Function ComBackColor Returns OLE_COLOR 98274>>> OLE_COLOR retVal 98274>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 98275>>> Function_Return retVal 98276>>> End_Function 98277>>> 98277>>> Procedure Set ComBackColor OLE_COLOR value 98279>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 98280>>> End_Procedure 98281>>> 98281>>> Function ComForeColor Returns OLE_COLOR 98283>>> OLE_COLOR retVal 98283>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 98284>>> Function_Return retVal 98285>>> End_Function 98286>>> 98286>>> Procedure Set ComForeColor OLE_COLOR value 98288>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 98289>>> End_Procedure 98290>>> 98290>>> Function ComHWnd Returns OLE_HANDLE 98292>>> OLE_HANDLE retVal 98292>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 98293>>> Function_Return retVal 98294>>> End_Function 98295>>> 98295>>> Procedure Set ComHWnd OLE_HANDLE value 98297>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 98298>>> End_Procedure 98299>>> 98299>>> Function ComEnabled Returns Boolean 98301>>> Boolean retVal 98301>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 98302>>> Function_Return retVal 98303>>> End_Function 98304>>> 98304>>> Procedure Set ComEnabled Boolean value 98306>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 98307>>> End_Procedure 98308>>> 98308>>> Function ComTransparent Returns Boolean 98310>>> Boolean retVal 98310>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 98311>>> Function_Return retVal 98312>>> End_Function 98313>>> 98313>>> Procedure Set ComTransparent Boolean value 98315>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 98316>>> End_Procedure 98317>>> 98317>>> Function ComUseVisualStyle Returns Boolean 98319>>> Boolean retVal 98319>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 98320>>> Function_Return retVal 98321>>> End_Function 98322>>> 98322>>> Procedure Set ComUseVisualStyle Boolean value 98324>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 98325>>> End_Procedure 98326>>> 98326>>> Function ComAppearance Returns OLEAppearanceStyle 98328>>> OLEAppearanceStyle retVal 98328>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 98329>>> Function_Return retVal 98330>>> End_Function 98331>>> 98331>>> Procedure Set ComAppearance OLEAppearanceStyle value 98333>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 98334>>> End_Procedure 98335>>> 98335>>> Function ComTextAlignment Returns OLEAlignmentStyle 98337>>> OLEAlignmentStyle retVal 98337>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 98338>>> Function_Return retVal 98339>>> End_Function 98340>>> 98340>>> Procedure Set ComTextAlignment OLEAlignmentStyle value 98342>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 98343>>> End_Procedure 98344>>> 98344>>> Function ComMultiLine Returns Boolean 98346>>> Boolean retVal 98346>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 98347>>> Function_Return retVal 98348>>> End_Function 98349>>> 98349>>> Procedure Set ComMultiLine Boolean value 98351>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 98352>>> End_Procedure 98353>>> 98353>>> Function ComValue Returns OLE_OPTEXCLUSIVE 98355>>> OLE_OPTEXCLUSIVE retVal 98355>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to retVal 98356>>> Function_Return retVal 98357>>> End_Function 98358>>> 98358>>> Procedure Set ComValue OLE_OPTEXCLUSIVE value 98360>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BOOL to value 98361>>> End_Procedure 98362>>> 98362>>> Function ComRightToLeft Returns Boolean 98364>>> Boolean retVal 98364>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 98365>>> Function_Return retVal 98366>>> End_Function 98367>>> 98367>>> Procedure Set ComRightToLeft Boolean value 98369>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 98370>>> End_Procedure 98371>>> 98371>>> Function ComEnableMarkup Returns Boolean 98373>>> Boolean retVal 98373>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 98374>>> Function_Return retVal 98375>>> End_Function 98376>>> 98376>>> Procedure Set ComEnableMarkup Boolean value 98378>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 98379>>> End_Procedure 98380>>> 98380>>> Function ComDrawFocusRect Returns Boolean 98382>>> Boolean retVal 98382>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 98383>>> Function_Return retVal 98384>>> End_Function 98385>>> 98385>>> Procedure Set ComDrawFocusRect Boolean value 98387>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 98388>>> End_Procedure 98389>>> 98389>>> Function ComAlignment Returns OLECheckAlignment 98391>>> OLECheckAlignment retVal 98391>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to retVal 98392>>> Function_Return retVal 98393>>> End_Function 98394>>> 98394>>> Procedure Set ComAlignment OLECheckAlignment value 98396>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to value 98397>>> End_Procedure 98398>>> 98398>>> // Returns/Sets whether this control can act as an OLE drop target. 98398>>> Function ComOLEDropMode Returns OLEOLEDropConstants 98400>>> OLEOLEDropConstants retVal 98400>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 98401>>> Function_Return retVal 98402>>> End_Function 98403>>> 98403>>> // Returns/Sets whether this control can act as an OLE drop target. 98403>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 98405>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 98406>>> End_Procedure 98407>>> 98407>>> Function ComControlToolTip Returns String 98409>>> String retVal 98409>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 98410>>> Function_Return retVal 98411>>> End_Function 98412>>> 98412>>> Procedure Set ComControlToolTip String value 98414>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 98415>>> End_Procedure 98416>>> 98416>>> Function ComReCreateReparented Returns Boolean 98418>>> Boolean retVal 98418>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 98419>>> Function_Return retVal 98420>>> End_Function 98421>>> 98421>>> Procedure Set ComReCreateReparented Boolean value 98423>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 98424>>> End_Procedure 98425>>> 98425>>> Function ComMarkupContext Returns Variant 98427>>> Handle hDispatchDriver 98427>>> Variant retVal 98427>>> Get phDispatchDriver to hDispatchDriver 98428>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 98429>>> Function_Return retVal 98430>>> End_Function 98431>>> 98431>>> Function ComToolTipContext Returns Variant 98433>>> Handle hDispatchDriver 98433>>> Variant retVal 98433>>> Get phDispatchDriver to hDispatchDriver 98434>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 98435>>> Function_Return retVal 98436>>> End_Function 98437>>> 98437>>> Procedure ComAboutBox 98439>>> Handle hDispatchDriver 98439>>> Get phDispatchDriver to hDispatchDriver 98440>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 98441>>> End_Procedure 98442>>>End_Class 98443>>> 98443>>>// Event interface for RadioButton Control 98443>>>Class cSigCjCom_DRadioButtonEvents is a Mixin 98444>>> 98444>>> Procedure OnComClick 98446>>> End_Procedure 98447>>> 98447>>> Procedure OnComDblClick 98449>>> End_Procedure 98450>>> 98450>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98452>>> End_Procedure 98453>>> 98453>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98455>>> End_Procedure 98456>>> 98456>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98458>>> End_Procedure 98459>>> 98459>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 98461>>> End_Procedure 98462>>> 98462>>> Procedure OnComKeyPress Short ByRef llKeyAscii 98464>>> End_Procedure 98465>>> 98465>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 98467>>> End_Procedure 98468>>> 98468>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 98470>>> End_Procedure 98471>>> 98471>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98473>>> End_Procedure 98474>>> 98474>>> Procedure OnComReCreated 98476>>> End_Procedure 98477>>> 98477>>> Procedure RegisterComEvents 98479>>> Send RegisterComEvent -600 msg_OnComClick 98480>>> Send RegisterComEvent -601 msg_OnComDblClick 98481>>> Send RegisterComEvent -605 msg_OnComMouseDown 98482>>> Send RegisterComEvent -606 msg_OnComMouseMove 98483>>> Send RegisterComEvent -607 msg_OnComMouseUp 98484>>> Send RegisterComEvent -602 msg_OnComKeyDown 98485>>> Send RegisterComEvent -603 msg_OnComKeyPress 98486>>> Send RegisterComEvent -604 msg_OnComKeyUp 98487>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 98488>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 98489>>> Send RegisterComEvent 10001000 msg_OnComReCreated 98490>>> End_Procedure 98491>>>End_Class 98492>>> 98492>>>// RadioButton Control 98492>>>Class cSigCjComRadioButton is a cComActiveXControl 98493>>> Import_Class_Protocol cSigCjCom_DRadioButton 98494>>> Import_Class_Protocol cSigCjCom_DRadioButtonEvents 98495>>> 98495>>> Procedure Construct_Object 98497>>> Forward Send Construct_Object 98499>>> Set psProgID to L_cSigCjComRadioButton 98500>>> Set psEventId to "{C0DE2030-7963-418D-9F13-13D0862DF647}" 98501>>> Set psLicenseKey to L_cSigCjKeyControls 98502>>> Set peAutoCreate to acDeferredAutoCreate 98503>>> End_Procedure 98504>>>End_Class 98505>>> 98505>>>// Dispatch interface for GroupBox Control 98505>>>Class cSigCjCom_DGroupBox is a Mixin 98506>>> 98506>>> Function ComCaption Returns String 98508>>> String retVal 98508>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 98509>>> Function_Return retVal 98510>>> End_Function 98511>>> 98511>>> Procedure Set ComCaption String value 98513>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 98514>>> End_Procedure 98515>>> 98515>>> Function ComFont Returns Variant 98517>>> Variant retVal 98517>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 98518>>> Function_Return retVal 98519>>> End_Function 98520>>> 98520>>> Procedure Set ComFont Variant value 98522>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 98523>>> End_Procedure 98524>>> 98524>>> Function ComBackColor Returns OLE_COLOR 98526>>> OLE_COLOR retVal 98526>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 98527>>> Function_Return retVal 98528>>> End_Function 98529>>> 98529>>> Procedure Set ComBackColor OLE_COLOR value 98531>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 98532>>> End_Procedure 98533>>> 98533>>> Function ComForeColor Returns OLE_COLOR 98535>>> OLE_COLOR retVal 98535>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 98536>>> Function_Return retVal 98537>>> End_Function 98538>>> 98538>>> Procedure Set ComForeColor OLE_COLOR value 98540>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 98541>>> End_Procedure 98542>>> 98542>>> Function ComHWnd Returns OLE_HANDLE 98544>>> OLE_HANDLE retVal 98544>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 98545>>> Function_Return retVal 98546>>> End_Function 98547>>> 98547>>> Procedure Set ComHWnd OLE_HANDLE value 98549>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 98550>>> End_Procedure 98551>>> 98551>>> Function ComEnabled Returns Boolean 98553>>> Boolean retVal 98553>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 98554>>> Function_Return retVal 98555>>> End_Function 98556>>> 98556>>> Procedure Set ComEnabled Boolean value 98558>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 98559>>> End_Procedure 98560>>> 98560>>> Function ComTransparent Returns Boolean 98562>>> Boolean retVal 98562>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 98563>>> Function_Return retVal 98564>>> End_Function 98565>>> 98565>>> Procedure Set ComTransparent Boolean value 98567>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 98568>>> End_Procedure 98569>>> 98569>>> Function ComUseVisualStyle Returns Boolean 98571>>> Boolean retVal 98571>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 98572>>> Function_Return retVal 98573>>> End_Function 98574>>> 98574>>> Procedure Set ComUseVisualStyle Boolean value 98576>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 98577>>> End_Procedure 98578>>> 98578>>> Function ComAppearance Returns OLEAppearanceStyle 98580>>> OLEAppearanceStyle retVal 98580>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 98581>>> Function_Return retVal 98582>>> End_Function 98583>>> 98583>>> Procedure Set ComAppearance OLEAppearanceStyle value 98585>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 98586>>> End_Procedure 98587>>> 98587>>> Function ComBorderStyle Returns OLEGroupBoxBorderStyle 98589>>> OLEGroupBoxBorderStyle retVal 98589>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 98590>>> Function_Return retVal 98591>>> End_Function 98592>>> 98592>>> Procedure Set ComBorderStyle OLEGroupBoxBorderStyle value 98594>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 98595>>> End_Procedure 98596>>> 98596>>> Function ComRightToLeft Returns Boolean 98598>>> Boolean retVal 98598>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 98599>>> Function_Return retVal 98600>>> End_Function 98601>>> 98601>>> Procedure Set ComRightToLeft Boolean value 98603>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 98604>>> End_Procedure 98605>>> 98605>>> Function ComReCreateReparented Returns Boolean 98607>>> Boolean retVal 98607>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 98608>>> Function_Return retVal 98609>>> End_Function 98610>>> 98610>>> Procedure Set ComReCreateReparented Boolean value 98612>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 98613>>> End_Procedure 98614>>> 98614>>> Procedure ComAboutBox 98616>>> Handle hDispatchDriver 98616>>> Get phDispatchDriver to hDispatchDriver 98617>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 98618>>> End_Procedure 98619>>>End_Class 98620>>> 98620>>>// Event interface for GroupBox Control 98620>>>Class cSigCjCom_DGroupBoxEvents is a Mixin 98621>>> 98621>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98623>>> End_Procedure 98624>>> 98624>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98626>>> End_Procedure 98627>>> 98627>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98629>>> End_Procedure 98630>>> 98630>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 98632>>> End_Procedure 98633>>> 98633>>> Procedure OnComKeyPress Short ByRef llKeyAscii 98635>>> End_Procedure 98636>>> 98636>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 98638>>> End_Procedure 98639>>> 98639>>> Procedure OnComReCreated 98641>>> End_Procedure 98642>>> 98642>>> Procedure RegisterComEvents 98644>>> Send RegisterComEvent -605 msg_OnComMouseDown 98645>>> Send RegisterComEvent -606 msg_OnComMouseMove 98646>>> Send RegisterComEvent -607 msg_OnComMouseUp 98647>>> Send RegisterComEvent -602 msg_OnComKeyDown 98648>>> Send RegisterComEvent -603 msg_OnComKeyPress 98649>>> Send RegisterComEvent -604 msg_OnComKeyUp 98650>>> Send RegisterComEvent 10001000 msg_OnComReCreated 98651>>> End_Procedure 98652>>>End_Class 98653>>> 98653>>>// GroupBox Control 98653>>>Class cSigCjComGroupBox is a cComActiveXControl 98654>>> Import_Class_Protocol cSigCjCom_DGroupBox 98655>>> Import_Class_Protocol cSigCjCom_DGroupBoxEvents 98656>>> 98656>>> Procedure Construct_Object 98658>>> Forward Send Construct_Object 98660>>> Set psProgID to L_cSigCjComGroupBox 98661>>> Set psEventId to "{C0DE2030-DF35-44EC-BDBD-94CD0B3BF4D8}" 98662>>> Set psLicenseKey to L_cSigCjKeyControls 98663>>> Set peAutoCreate to acDeferredAutoCreate 98664>>> End_Procedure 98665>>>End_Class 98666>>> 98666>>>// Dispatch interface for ColorPicker Control 98666>>>Class cSigCjCom_DColorPicker is a Mixin 98667>>> 98667>>> Function ComCaption Returns String 98669>>> String retVal 98669>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 98670>>> Function_Return retVal 98671>>> End_Function 98672>>> 98672>>> Procedure Set ComCaption String value 98674>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 98675>>> End_Procedure 98676>>> 98676>>> Function ComFont Returns Variant 98678>>> Variant retVal 98678>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 98679>>> Function_Return retVal 98680>>> End_Function 98681>>> 98681>>> Procedure Set ComFont Variant value 98683>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 98684>>> End_Procedure 98685>>> 98685>>> Function ComBackColor Returns OLE_COLOR 98687>>> OLE_COLOR retVal 98687>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 98688>>> Function_Return retVal 98689>>> End_Function 98690>>> 98690>>> Procedure Set ComBackColor OLE_COLOR value 98692>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 98693>>> End_Procedure 98694>>> 98694>>> Function ComHWnd Returns OLE_HANDLE 98696>>> OLE_HANDLE retVal 98696>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 98697>>> Function_Return retVal 98698>>> End_Function 98699>>> 98699>>> Procedure Set ComHWnd OLE_HANDLE value 98701>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 98702>>> End_Procedure 98703>>> 98703>>> Function ComEnabled Returns Boolean 98705>>> Boolean retVal 98705>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 98706>>> Function_Return retVal 98707>>> End_Function 98708>>> 98708>>> Procedure Set ComEnabled Boolean value 98710>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 98711>>> End_Procedure 98712>>> 98712>>> Function ComTransparent Returns Boolean 98714>>> Boolean retVal 98714>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 98715>>> Function_Return retVal 98716>>> End_Function 98717>>> 98717>>> Procedure Set ComTransparent Boolean value 98719>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 98720>>> End_Procedure 98721>>> 98721>>> Function ComFlatStyle Returns Boolean 98723>>> Boolean retVal 98723>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 98724>>> Function_Return retVal 98725>>> End_Function 98726>>> 98726>>> Procedure Set ComFlatStyle Boolean value 98728>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 98729>>> End_Procedure 98730>>> 98730>>> Function ComUseVisualStyle Returns Boolean 98732>>> Boolean retVal 98732>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 98733>>> Function_Return retVal 98734>>> End_Function 98735>>> 98735>>> Procedure Set ComUseVisualStyle Boolean value 98737>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 98738>>> End_Procedure 98739>>> 98739>>> Function ComAppearance Returns OLEAppearanceStyle 98741>>> OLEAppearanceStyle retVal 98741>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 98742>>> Function_Return retVal 98743>>> End_Function 98744>>> 98744>>> Procedure Set ComAppearance OLEAppearanceStyle value 98746>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 98747>>> End_Procedure 98748>>> 98748>>> Function ComSelectedColor Returns OLE_COLOR 98750>>> OLE_COLOR retVal 98750>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 98751>>> Function_Return retVal 98752>>> End_Function 98753>>> 98753>>> Procedure Set ComSelectedColor OLE_COLOR value 98755>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 98756>>> End_Procedure 98757>>> 98757>>> Function ComDefaultColor Returns OLE_COLOR 98759>>> OLE_COLOR retVal 98759>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 98760>>> Function_Return retVal 98761>>> End_Function 98762>>> 98762>>> Procedure Set ComDefaultColor OLE_COLOR value 98764>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 98765>>> End_Procedure 98766>>> 98766>>> Function ComShowAutomaticColor Returns Boolean 98768>>> Boolean retVal 98768>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 98769>>> Function_Return retVal 98770>>> End_Function 98771>>> 98771>>> Procedure Set ComShowAutomaticColor Boolean value 98773>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 98774>>> End_Procedure 98775>>> 98775>>> Function ComShowMoreColors Returns Boolean 98777>>> Boolean retVal 98777>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 98778>>> Function_Return retVal 98779>>> End_Function 98780>>> 98780>>> Procedure Set ComShowMoreColors Boolean value 98782>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 98783>>> End_Procedure 98784>>> 98784>>> Function ComControlToolTip Returns String 98786>>> String retVal 98786>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 98787>>> Function_Return retVal 98788>>> End_Function 98789>>> 98789>>> Procedure Set ComControlToolTip String value 98791>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 98792>>> End_Procedure 98793>>> 98793>>> Function ComReCreateReparented Returns Boolean 98795>>> Boolean retVal 98795>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 98796>>> Function_Return retVal 98797>>> End_Function 98798>>> 98798>>> Procedure Set ComReCreateReparented Boolean value 98800>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 98801>>> End_Procedure 98802>>> 98802>>> Procedure ComAboutBox 98804>>> Handle hDispatchDriver 98804>>> Get phDispatchDriver to hDispatchDriver 98805>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 98806>>> End_Procedure 98807>>> 98807>>> Function ComToolTipContext Returns Variant 98809>>> Handle hDispatchDriver 98809>>> Variant retVal 98809>>> Get phDispatchDriver to hDispatchDriver 98810>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 98811>>> Function_Return retVal 98812>>> End_Function 98813>>> 98813>>> Procedure ComSetNoColor 98815>>> Handle hDispatchDriver 98815>>> Get phDispatchDriver to hDispatchDriver 98816>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 98817>>> End_Procedure 98818>>> 98818>>> Function ComGetSelectedAsLong Returns Integer 98820>>> Handle hDispatchDriver 98820>>> Integer retVal 98820>>> Get phDispatchDriver to hDispatchDriver 98821>>> Get InvokeComMethod of hDispatchDriver 73 OLE_VT_I4 to retVal 98822>>> Function_Return retVal 98823>>> End_Function 98824>>>End_Class 98825>>> 98825>>>// Event interface for PushButton Control 98825>>>Class cSigCjCom_DColorPickerEvents is a Mixin 98826>>> 98826>>> Procedure OnComClick 98828>>> End_Procedure 98829>>> 98829>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98831>>> End_Procedure 98832>>> 98832>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98834>>> End_Procedure 98835>>> 98835>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 98837>>> End_Procedure 98838>>> 98838>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 98840>>> End_Procedure 98841>>> 98841>>> Procedure OnComKeyPress Short ByRef llKeyAscii 98843>>> End_Procedure 98844>>> 98844>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 98846>>> End_Procedure 98847>>> 98847>>> Procedure OnComReCreated 98849>>> End_Procedure 98850>>> 98850>>> Procedure RegisterComEvents 98852>>> Send RegisterComEvent -600 msg_OnComClick 98853>>> Send RegisterComEvent -605 msg_OnComMouseDown 98854>>> Send RegisterComEvent -606 msg_OnComMouseMove 98855>>> Send RegisterComEvent -607 msg_OnComMouseUp 98856>>> Send RegisterComEvent -602 msg_OnComKeyDown 98857>>> Send RegisterComEvent -603 msg_OnComKeyPress 98858>>> Send RegisterComEvent -604 msg_OnComKeyUp 98859>>> Send RegisterComEvent 10001000 msg_OnComReCreated 98860>>> End_Procedure 98861>>>End_Class 98862>>> 98862>>>// ColorPicker Control 98862>>>Class cSigCjComColorPicker is a cComActiveXControl 98863>>> Import_Class_Protocol cSigCjCom_DColorPicker 98864>>> Import_Class_Protocol cSigCjCom_DColorPickerEvents 98865>>> 98865>>> Procedure Construct_Object 98867>>> Forward Send Construct_Object 98869>>> Set psProgID to L_cSigCjComColorPicker 98870>>> Set psEventId to "{C0DE2030-D2C0-4C36-A3C5-9739EA1B7831}" 98871>>> Set psLicenseKey to L_cSigCjKeyControls 98872>>> Set peAutoCreate to acDeferredAutoCreate 98873>>> End_Procedure 98874>>>End_Class 98875>>> 98875>>>// Dispatch interface for FlatEdit Control 98875>>>Class cSigCjCom_DFlatEdit is a Mixin 98876>>> 98876>>> // Sets back color for the control. By default this will update when the appearance changes. Set this property to use a different back color. Once a custom color is set, this property needs to set to -1 to allow the appearance to change the color again. 98876>>> Function ComBackColor Returns OLE_COLOR 98878>>> OLE_COLOR retVal 98878>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 98879>>> Function_Return retVal 98880>>> End_Function 98881>>> 98881>>> // Sets back color for the control. By default this will update when the appearance changes. Set this property to use a different back color. Once a custom color is set, this property needs to set to -1 to allow the appearance to change the color again. 98881>>> Procedure Set ComBackColor OLE_COLOR value 98883>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 98884>>> End_Procedure 98885>>> 98885>>> // Sets fore color for the control. By default this will update when the appearance changes. Set this property to use a different fore color. Once a custom color is set, this property needs to set to -1 to allow the appearance to change the color again. 98885>>> Function ComForeColor Returns OLE_COLOR 98887>>> OLE_COLOR retVal 98887>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 98888>>> Function_Return retVal 98889>>> End_Function 98890>>> 98890>>> // Sets fore color for the control. By default this will update when the appearance changes. Set this property to use a different fore color. Once a custom color is set, this property needs to set to -1 to allow the appearance to change the color again. 98890>>> Procedure Set ComForeColor OLE_COLOR value 98892>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 98893>>> End_Procedure 98894>>> 98894>>> // (Member is Bindable) 98894>>> // (Member is DefaultBind) 98894>>> Function ComText Returns String 98896>>> String retVal 98896>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 98897>>> Function_Return retVal 98898>>> End_Function 98899>>> 98899>>> // (Member is Bindable) 98899>>> // (Member is DefaultBind) 98899>>> Procedure Set ComText String value 98901>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 98902>>> End_Procedure 98903>>> 98903>>> Function ComEnabled Returns Boolean 98905>>> Boolean retVal 98905>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 98906>>> Function_Return retVal 98907>>> End_Function 98908>>> 98908>>> Procedure Set ComEnabled Boolean value 98910>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 98911>>> End_Procedure 98912>>> 98912>>> Function ComHWnd Returns OLE_HANDLE 98914>>> OLE_HANDLE retVal 98914>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 98915>>> Function_Return retVal 98916>>> End_Function 98917>>> 98917>>> Procedure Set ComHWnd OLE_HANDLE value 98919>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 98920>>> End_Procedure 98921>>> 98921>>> Function ComFont Returns Variant 98923>>> Variant retVal 98923>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 98924>>> Function_Return retVal 98925>>> End_Function 98926>>> 98926>>> Procedure Set ComFont Variant value 98928>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 98929>>> End_Procedure 98930>>> 98930>>> Function ComTransparent Returns Boolean 98932>>> Boolean retVal 98932>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 98933>>> Function_Return retVal 98934>>> End_Function 98935>>> 98935>>> Procedure Set ComTransparent Boolean value 98937>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 98938>>> End_Procedure 98939>>> 98939>>> Function ComFlatStyle Returns Boolean 98941>>> Boolean retVal 98941>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 98942>>> Function_Return retVal 98943>>> End_Function 98944>>> 98944>>> Procedure Set ComFlatStyle Boolean value 98946>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 98947>>> End_Procedure 98948>>> 98948>>> Function ComUseVisualStyle Returns Boolean 98950>>> Boolean retVal 98950>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 98951>>> Function_Return retVal 98952>>> End_Function 98953>>> 98953>>> Procedure Set ComUseVisualStyle Boolean value 98955>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 98956>>> End_Procedure 98957>>> 98957>>> Function ComAlignment Returns OLEEditAlignment 98959>>> OLEEditAlignment retVal 98959>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 98960>>> Function_Return retVal 98961>>> End_Function 98962>>> 98962>>> Procedure Set ComAlignment OLEEditAlignment value 98964>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 98965>>> End_Procedure 98966>>> 98966>>> Function ComHideSelection Returns Boolean 98968>>> Boolean retVal 98968>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 98969>>> Function_Return retVal 98970>>> End_Function 98971>>> 98971>>> Procedure Set ComHideSelection Boolean value 98973>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 98974>>> End_Procedure 98975>>> 98975>>> Function ComLocked Returns Boolean 98977>>> Boolean retVal 98977>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 98978>>> Function_Return retVal 98979>>> End_Function 98980>>> 98980>>> Procedure Set ComLocked Boolean value 98982>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 98983>>> End_Procedure 98984>>> 98984>>> Function ComMaxLength Returns Integer 98986>>> Integer retVal 98986>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 98987>>> Function_Return retVal 98988>>> End_Function 98989>>> 98989>>> Procedure Set ComMaxLength Integer value 98991>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 98992>>> End_Procedure 98993>>> 98993>>> Function ComMultiLine Returns Boolean 98995>>> Boolean retVal 98995>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 98996>>> Function_Return retVal 98997>>> End_Function 98998>>> 98998>>> Procedure Set ComMultiLine Boolean value 99000>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 99001>>> End_Procedure 99002>>> 99002>>> Function ComPasswordChar Returns String 99004>>> String retVal 99004>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 99005>>> Function_Return retVal 99006>>> End_Function 99007>>> 99007>>> Procedure Set ComPasswordChar String value 99009>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 99010>>> End_Procedure 99011>>> 99011>>> Function ComScrollBars Returns OLEEditScrollBars 99013>>> OLEEditScrollBars retVal 99013>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 99014>>> Function_Return retVal 99015>>> End_Function 99016>>> 99016>>> Procedure Set ComScrollBars OLEEditScrollBars value 99018>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 99019>>> End_Procedure 99020>>> 99020>>> Function ComAppearance Returns OLEAppearanceStyle 99022>>> OLEAppearanceStyle retVal 99022>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 99023>>> Function_Return retVal 99024>>> End_Function 99025>>> 99025>>> Procedure Set ComAppearance OLEAppearanceStyle value 99027>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 99028>>> End_Procedure 99029>>> 99029>>> Function ComSelLength Returns Integer 99031>>> Integer retVal 99031>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 99032>>> Function_Return retVal 99033>>> End_Function 99034>>> 99034>>> Procedure Set ComSelLength Integer value 99036>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 99037>>> End_Procedure 99038>>> 99038>>> Function ComSelStart Returns Integer 99040>>> Integer retVal 99040>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 99041>>> Function_Return retVal 99042>>> End_Function 99043>>> 99043>>> Procedure Set ComSelStart Integer value 99045>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 99046>>> End_Procedure 99047>>> 99047>>> Function ComSelText Returns String 99049>>> String retVal 99049>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BSTR to retVal 99050>>> Function_Return retVal 99051>>> End_Function 99052>>> 99052>>> Procedure Set ComSelText String value 99054>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BSTR to value 99055>>> End_Procedure 99056>>> 99056>>> Function ComPattern Returns String 99058>>> String retVal 99058>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BSTR to retVal 99059>>> Function_Return retVal 99060>>> End_Function 99061>>> 99061>>> Procedure Set ComPattern String value 99063>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BSTR to value 99064>>> End_Procedure 99065>>> 99065>>> Function ComRightToLeft Returns Boolean 99067>>> Boolean retVal 99067>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 99068>>> Function_Return retVal 99069>>> End_Function 99070>>> 99070>>> Procedure Set ComRightToLeft Boolean value 99072>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 99073>>> End_Procedure 99074>>> 99074>>> Function ComShowBorder Returns Boolean 99076>>> Boolean retVal 99076>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 99077>>> Function_Return retVal 99078>>> End_Function 99079>>> 99079>>> Procedure Set ComShowBorder Boolean value 99081>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 99082>>> End_Procedure 99083>>> 99083>>> Function ComMaskedText Returns String 99085>>> String retVal 99085>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 99086>>> Function_Return retVal 99087>>> End_Function 99088>>> 99088>>> Procedure Set ComMaskedText String value 99090>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 99091>>> End_Procedure 99092>>> 99092>>> // Returns/Sets whether this control can act as an OLE drop target. 99092>>> Function ComOLEDropMode Returns OLEOLEDropConstants 99094>>> OLEOLEDropConstants retVal 99094>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 99095>>> Function_Return retVal 99096>>> End_Function 99097>>> 99097>>> // Returns/Sets whether this control can act as an OLE drop target. 99097>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 99099>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 99100>>> End_Procedure 99101>>> 99101>>> Function ComOLEDragMode Returns OLEOLEDragConstants 99103>>> OLEOLEDragConstants retVal 99103>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 99104>>> Function_Return retVal 99105>>> End_Function 99106>>> 99106>>> Procedure Set ComOLEDragMode OLEOLEDragConstants value 99108>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 99109>>> End_Procedure 99110>>> 99110>>> Function ComControlToolTip Returns String 99112>>> String retVal 99112>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 99113>>> Function_Return retVal 99114>>> End_Function 99115>>> 99115>>> Procedure Set ComControlToolTip String value 99117>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 99118>>> End_Procedure 99119>>> 99119>>> Function ComUpdateBackColorOnAppearanceChange Returns Boolean 99121>>> Boolean retVal 99121>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 99122>>> Function_Return retVal 99123>>> End_Function 99124>>> 99124>>> Procedure Set ComUpdateBackColorOnAppearanceChange Boolean value 99126>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 99127>>> End_Procedure 99128>>> 99128>>> Function ComUpdateForeColorOnAppearanceChange Returns Boolean 99130>>> Boolean retVal 99130>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 99131>>> Function_Return retVal 99132>>> End_Function 99133>>> 99133>>> Procedure Set ComUpdateForeColorOnAppearanceChange Boolean value 99135>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 99136>>> End_Procedure 99137>>> 99137>>> Function ComReCreateReparented Returns Boolean 99139>>> Boolean retVal 99139>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 99140>>> Function_Return retVal 99141>>> End_Function 99142>>> 99142>>> Procedure Set ComReCreateReparented Boolean value 99144>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 99145>>> End_Procedure 99146>>> 99146>>> Function ComIsValid Returns Boolean 99148>>> Handle hDispatchDriver 99148>>> Boolean retVal 99148>>> Get phDispatchDriver to hDispatchDriver 99149>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_BOOL to retVal 99150>>> Function_Return retVal 99151>>> End_Function 99152>>> 99152>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 99154>>> Handle hDispatchDriver 99154>>> Get phDispatchDriver to hDispatchDriver 99155>>> Send PrepareParams to hDispatchDriver 3 99156>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 99157>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 99158>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 99159>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 99160>>> End_Procedure 99161>>> 99161>>> Procedure ComAboutBox 99163>>> Handle hDispatchDriver 99163>>> Get phDispatchDriver to hDispatchDriver 99164>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 99165>>> End_Procedure 99166>>> 99166>>> Procedure ComOLEDrag 99168>>> Handle hDispatchDriver 99168>>> Get phDispatchDriver to hDispatchDriver 99169>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 99170>>> End_Procedure 99171>>> 99171>>> Function ComToolTipContext Returns Variant 99173>>> Handle hDispatchDriver 99173>>> Variant retVal 99173>>> Get phDispatchDriver to hDispatchDriver 99174>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 99175>>> Function_Return retVal 99176>>> End_Function 99177>>>End_Class 99178>>> 99178>>>// Event interface for FlatEdit Control 99178>>>Class cSigCjCom_DFlatEditEvents is a Mixin 99179>>> 99179>>> Procedure OnComChange 99181>>> End_Procedure 99182>>> 99182>>> Procedure OnComClick 99184>>> End_Procedure 99185>>> 99185>>> Procedure OnComDblClick 99187>>> End_Procedure 99188>>> 99188>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99190>>> End_Procedure 99191>>> 99191>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99193>>> End_Procedure 99194>>> 99194>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99196>>> End_Procedure 99197>>> 99197>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 99199>>> End_Procedure 99200>>> 99200>>> Procedure OnComKeyPress Short ByRef llKeyAscii 99202>>> End_Procedure 99203>>> 99203>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 99205>>> End_Procedure 99206>>> 99206>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 99208>>> End_Procedure 99209>>> 99209>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99211>>> End_Procedure 99212>>> 99212>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 99214>>> End_Procedure 99215>>> 99215>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 99217>>> End_Procedure 99218>>> 99218>>> Procedure OnComOLEGiveFeedback Integer ByRef llEffect Boolean ByRef llDefaultCursors 99220>>> End_Procedure 99221>>> 99221>>> Procedure OnComOLESetData Variant llData Short ByRef llDataFormat 99223>>> End_Procedure 99224>>> 99224>>> Procedure OnComReCreated 99226>>> End_Procedure 99227>>> 99227>>> Procedure RegisterComEvents 99229>>> Send RegisterComEvent 1 msg_OnComChange 99230>>> Send RegisterComEvent -600 msg_OnComClick 99231>>> Send RegisterComEvent -601 msg_OnComDblClick 99232>>> Send RegisterComEvent -605 msg_OnComMouseDown 99233>>> Send RegisterComEvent -606 msg_OnComMouseMove 99234>>> Send RegisterComEvent -607 msg_OnComMouseUp 99235>>> Send RegisterComEvent -602 msg_OnComKeyDown 99236>>> Send RegisterComEvent -603 msg_OnComKeyPress 99237>>> Send RegisterComEvent -604 msg_OnComKeyUp 99238>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 99239>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 99240>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 99241>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 99242>>> Send RegisterComEvent 305 msg_OnComOLEGiveFeedback 99243>>> Send RegisterComEvent 306 msg_OnComOLESetData 99244>>> Send RegisterComEvent 10001000 msg_OnComReCreated 99245>>> End_Procedure 99246>>>End_Class 99247>>> 99247>>>// FlatEdit Control 99247>>>Class cSigCjComFlatEdit is a cComActiveXControl 99248>>> Import_Class_Protocol cSigCjCom_DFlatEdit 99249>>> Import_Class_Protocol cSigCjCom_DFlatEditEvents 99250>>> 99250>>> Procedure Construct_Object 99252>>> Forward Send Construct_Object 99254>>> Set psProgID to L_cSigCjComFlatEdit 99255>>> Set psEventId to "{C0DE2030-B654-4763-A103-A3830E7E3B2D}" 99256>>> Set psLicenseKey to L_cSigCjKeyControls 99257>>> Set peAutoCreate to acDeferredAutoCreate 99258>>> //Connect the default bindable property 99258>>> Send RegisterPropertyChangeEvent 0 msg_OnControlValueChanged 99259>>> End_Procedure 99260>>> 99260>>> Function ControlValue Returns String 99262>>> //Associate the default bindable property with Get Value 99262>>> String retVal 99262>>> Get ComText to retVal 99263>>> Function_Return retVal 99264>>> End_Function 99265>>> 99265>>> Procedure Set ControlValue String sVal 99267>>> //Associate the default bindable property with Set Value 99267>>> Set ComText to sVal 99268>>> End_Procedure 99269>>>End_Class 99270>>> 99270>>>// Dispatch interface for Label Control 99270>>>Class cSigCjCom_DLabel is a Mixin 99271>>> 99271>>> Function ComBackColor Returns OLE_COLOR 99273>>> OLE_COLOR retVal 99273>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 99274>>> Function_Return retVal 99275>>> End_Function 99276>>> 99276>>> Procedure Set ComBackColor OLE_COLOR value 99278>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 99279>>> End_Procedure 99280>>> 99280>>> Function ComCaption Returns String 99282>>> String retVal 99282>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 99283>>> Function_Return retVal 99284>>> End_Function 99285>>> 99285>>> Procedure Set ComCaption String value 99287>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 99288>>> End_Procedure 99289>>> 99289>>> Function ComEnabled Returns Boolean 99291>>> Boolean retVal 99291>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 99292>>> Function_Return retVal 99293>>> End_Function 99294>>> 99294>>> Procedure Set ComEnabled Boolean value 99296>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 99297>>> End_Procedure 99298>>> 99298>>> Function ComFont Returns Variant 99300>>> Variant retVal 99300>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 99301>>> Function_Return retVal 99302>>> End_Function 99303>>> 99303>>> Procedure Set ComFont Variant value 99305>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 99306>>> End_Procedure 99307>>> 99307>>> Function ComForeColor Returns OLE_COLOR 99309>>> OLE_COLOR retVal 99309>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 99310>>> Function_Return retVal 99311>>> End_Function 99312>>> 99312>>> Procedure Set ComForeColor OLE_COLOR value 99314>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 99315>>> End_Procedure 99316>>> 99316>>> Function ComAlignment Returns OLEAlignmentStyle 99318>>> OLEAlignmentStyle retVal 99318>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 99319>>> Function_Return retVal 99320>>> End_Function 99321>>> 99321>>> Procedure Set ComAlignment OLEAlignmentStyle value 99323>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 99324>>> End_Procedure 99325>>> 99325>>> Function ComTransparent Returns Boolean 99327>>> Boolean retVal 99327>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 99328>>> Function_Return retVal 99329>>> End_Function 99330>>> 99330>>> Procedure Set ComTransparent Boolean value 99332>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 99333>>> End_Procedure 99334>>> 99334>>> Function ComUseMnemonic Returns Boolean 99336>>> Boolean retVal 99336>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 99337>>> Function_Return retVal 99338>>> End_Function 99339>>> 99339>>> Procedure Set ComUseMnemonic Boolean value 99341>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 99342>>> End_Procedure 99343>>> 99343>>> Function ComWordWrap Returns Boolean 99345>>> Boolean retVal 99345>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 99346>>> Function_Return retVal 99347>>> End_Function 99348>>> 99348>>> Procedure Set ComWordWrap Boolean value 99350>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 99351>>> End_Procedure 99352>>> 99352>>> Function ComRightToLeft Returns Boolean 99354>>> Boolean retVal 99354>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 99355>>> Function_Return retVal 99356>>> End_Function 99357>>> 99357>>> Procedure Set ComRightToLeft Boolean value 99359>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 99360>>> End_Procedure 99361>>> 99361>>> Function ComAutoEllipsis Returns Boolean 99363>>> Boolean retVal 99363>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 99364>>> Function_Return retVal 99365>>> End_Function 99366>>> 99366>>> Procedure Set ComAutoEllipsis Boolean value 99368>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 99369>>> End_Procedure 99370>>> 99370>>> Function ComAutoSize Returns Boolean 99372>>> Boolean retVal 99372>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 99373>>> Function_Return retVal 99374>>> End_Function 99375>>> 99375>>> Procedure Set ComAutoSize Boolean value 99377>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 99378>>> End_Procedure 99379>>> 99379>>> Function ComIcon Returns Variant 99381>>> Variant retVal 99381>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to retVal 99382>>> Function_Return retVal 99383>>> End_Function 99384>>> 99384>>> Procedure Set ComIcon Variant value 99386>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to value 99387>>> End_Procedure 99388>>> 99388>>> Function ComEnableMarkup Returns Boolean 99390>>> Boolean retVal 99390>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 99391>>> Function_Return retVal 99392>>> End_Function 99393>>> 99393>>> Procedure Set ComEnableMarkup Boolean value 99395>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 99396>>> End_Procedure 99397>>> 99397>>> Function ComControlToolTip Returns String 99399>>> String retVal 99399>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 99400>>> Function_Return retVal 99401>>> End_Function 99402>>> 99402>>> Procedure Set ComControlToolTip String value 99404>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 99405>>> End_Procedure 99406>>> 99406>>> Function ComReCreateReparented Returns Boolean 99408>>> Boolean retVal 99408>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 99409>>> Function_Return retVal 99410>>> End_Function 99411>>> 99411>>> Procedure Set ComReCreateReparented Boolean value 99413>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 99414>>> End_Procedure 99415>>> 99415>>> Function ComMarkupContext Returns Variant 99417>>> Handle hDispatchDriver 99417>>> Variant retVal 99417>>> Get phDispatchDriver to hDispatchDriver 99418>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 99419>>> Function_Return retVal 99420>>> End_Function 99421>>> 99421>>> Procedure ComAboutBox 99423>>> Handle hDispatchDriver 99423>>> Get phDispatchDriver to hDispatchDriver 99424>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 99425>>> End_Procedure 99426>>> 99426>>> Function ComToolTipContext Returns Variant 99428>>> Handle hDispatchDriver 99428>>> Variant retVal 99428>>> Get phDispatchDriver to hDispatchDriver 99429>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 99430>>> Function_Return retVal 99431>>> End_Function 99432>>>End_Class 99433>>> 99433>>>// Event interface for Label Control 99433>>>Class cSigCjCom_DLabelEvents is a Mixin 99434>>> 99434>>> Procedure OnComClick 99436>>> End_Procedure 99437>>> 99437>>> Procedure OnComDblClick 99439>>> End_Procedure 99440>>> 99440>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99442>>> End_Procedure 99443>>> 99443>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99445>>> End_Procedure 99446>>> 99446>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99448>>> End_Procedure 99449>>> 99449>>> Procedure OnComReCreated 99451>>> End_Procedure 99452>>> 99452>>> Procedure RegisterComEvents 99454>>> Send RegisterComEvent -600 msg_OnComClick 99455>>> Send RegisterComEvent -601 msg_OnComDblClick 99456>>> Send RegisterComEvent -605 msg_OnComMouseDown 99457>>> Send RegisterComEvent -606 msg_OnComMouseMove 99458>>> Send RegisterComEvent -607 msg_OnComMouseUp 99459>>> Send RegisterComEvent 10001000 msg_OnComReCreated 99460>>> End_Procedure 99461>>>End_Class 99462>>> 99462>>>// Label Control 99462>>>Class cSigCjComLabel is a cComActiveXControl 99463>>> Import_Class_Protocol cSigCjCom_DLabel 99464>>> Import_Class_Protocol cSigCjCom_DLabelEvents 99465>>> 99465>>> Procedure Construct_Object 99467>>> Forward Send Construct_Object 99469>>> Set psProgID to L_cSigCjComLabel 99470>>> Set psEventId to "{C0DE2030-FC32-47BE-AC0C-B5F7E9D9FFCF}" 99471>>> Set psLicenseKey to L_cSigCjKeyControls 99472>>> Set peAutoCreate to acDeferredAutoCreate 99473>>> End_Procedure 99474>>>End_Class 99475>>> 99475>>>// Dispatch interface for ListBox Control 99475>>>Class cSigCjCom_DListBox is a Mixin 99476>>> 99476>>> Function ComBackColor Returns OLE_COLOR 99478>>> OLE_COLOR retVal 99478>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 99479>>> Function_Return retVal 99480>>> End_Function 99481>>> 99481>>> Procedure Set ComBackColor OLE_COLOR value 99483>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 99484>>> End_Procedure 99485>>> 99485>>> Function ComForeColor Returns OLE_COLOR 99487>>> OLE_COLOR retVal 99487>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 99488>>> Function_Return retVal 99489>>> End_Function 99490>>> 99490>>> Procedure Set ComForeColor OLE_COLOR value 99492>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 99493>>> End_Procedure 99494>>> 99494>>> Function ComEnabled Returns Boolean 99496>>> Boolean retVal 99496>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 99497>>> Function_Return retVal 99498>>> End_Function 99499>>> 99499>>> Procedure Set ComEnabled Boolean value 99501>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 99502>>> End_Procedure 99503>>> 99503>>> Function ComHWnd Returns OLE_HANDLE 99505>>> OLE_HANDLE retVal 99505>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 99506>>> Function_Return retVal 99507>>> End_Function 99508>>> 99508>>> Procedure Set ComHWnd OLE_HANDLE value 99510>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 99511>>> End_Procedure 99512>>> 99512>>> Function ComFont Returns Variant 99514>>> Variant retVal 99514>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 99515>>> Function_Return retVal 99516>>> End_Function 99517>>> 99517>>> Procedure Set ComFont Variant value 99519>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 99520>>> End_Procedure 99521>>> 99521>>> Function ComFlatStyle Returns Boolean 99523>>> Boolean retVal 99523>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 99524>>> Function_Return retVal 99525>>> End_Function 99526>>> 99526>>> Procedure Set ComFlatStyle Boolean value 99528>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 99529>>> End_Procedure 99530>>> 99530>>> Function ComUseVisualStyle Returns Boolean 99532>>> Boolean retVal 99532>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 99533>>> Function_Return retVal 99534>>> End_Function 99535>>> 99535>>> Procedure Set ComUseVisualStyle Boolean value 99537>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 99538>>> End_Procedure 99539>>> 99539>>> Function ComSorted Returns Boolean 99541>>> Boolean retVal 99541>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 99542>>> Function_Return retVal 99543>>> End_Function 99544>>> 99544>>> Procedure Set ComSorted Boolean value 99546>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 99547>>> End_Procedure 99548>>> 99548>>> Function ComColumnWidth Returns Integer 99550>>> Integer retVal 99550>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 99551>>> Function_Return retVal 99552>>> End_Function 99553>>> 99553>>> Procedure Set ComColumnWidth Integer value 99555>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 99556>>> End_Procedure 99557>>> 99557>>> Function ComMultiSelect Returns OLEListBoxMultiSelectStyle 99559>>> OLEListBoxMultiSelectStyle retVal 99559>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 99560>>> Function_Return retVal 99561>>> End_Function 99562>>> 99562>>> Procedure Set ComMultiSelect OLEListBoxMultiSelectStyle value 99564>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 99565>>> End_Procedure 99566>>> 99566>>> Function ComAppearance Returns OLEAppearanceStyle 99568>>> OLEAppearanceStyle retVal 99568>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 99569>>> Function_Return retVal 99570>>> End_Function 99571>>> 99571>>> Procedure Set ComAppearance OLEAppearanceStyle value 99573>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 99574>>> End_Procedure 99575>>> 99575>>> Function ComListIndex Returns Integer 99577>>> Integer retVal 99577>>> Get ComProperty of (phDispatchDriver(Self)) -526 OLE_VT_I4 to retVal 99578>>> Function_Return retVal 99579>>> End_Function 99580>>> 99580>>> Procedure Set ComListIndex Integer value 99582>>> Set ComProperty of (phDispatchDriver(Self)) -526 OLE_VT_I4 to value 99583>>> End_Procedure 99584>>> 99584>>> Function ComTopIndex Returns Integer 99586>>> Integer retVal 99586>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 99587>>> Function_Return retVal 99588>>> End_Function 99589>>> 99589>>> Procedure Set ComTopIndex Integer value 99591>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 99592>>> End_Procedure 99593>>> 99593>>> Function ComStyle Returns OLEListBoxStyle 99595>>> OLEListBoxStyle retVal 99595>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 99596>>> Function_Return retVal 99597>>> End_Function 99598>>> 99598>>> Procedure Set ComStyle OLEListBoxStyle value 99600>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 99601>>> End_Procedure 99602>>> 99602>>> Function ComRightToLeft Returns Boolean 99604>>> Boolean retVal 99604>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 99605>>> Function_Return retVal 99606>>> End_Function 99607>>> 99607>>> Procedure Set ComRightToLeft Boolean value 99609>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 99610>>> End_Procedure 99611>>> 99611>>> Function ComShowBorder Returns Boolean 99613>>> Boolean retVal 99613>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 99614>>> Function_Return retVal 99615>>> End_Function 99616>>> 99616>>> Procedure Set ComShowBorder Boolean value 99618>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 99619>>> End_Procedure 99620>>> 99620>>> Function ComSelectionBackColor Returns OLE_COLOR 99622>>> OLE_COLOR retVal 99622>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 99623>>> Function_Return retVal 99624>>> End_Function 99625>>> 99625>>> Procedure Set ComSelectionBackColor OLE_COLOR value 99627>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 99628>>> End_Procedure 99629>>> 99629>>> Function ComSelectionForeColor Returns OLE_COLOR 99631>>> OLE_COLOR retVal 99631>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 99632>>> Function_Return retVal 99633>>> End_Function 99634>>> 99634>>> Procedure Set ComSelectionForeColor OLE_COLOR value 99636>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 99637>>> End_Procedure 99638>>> 99638>>> Function ComEnableMarkup Returns Boolean 99640>>> Boolean retVal 99640>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 99641>>> Function_Return retVal 99642>>> End_Function 99643>>> 99643>>> Procedure Set ComEnableMarkup Boolean value 99645>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 99646>>> End_Procedure 99647>>> 99647>>> // Returns/Sets whether this control can act as an OLE drop target. 99647>>> Function ComOLEDropMode Returns OLEOLEDropConstants 99649>>> OLEOLEDropConstants retVal 99649>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 99650>>> Function_Return retVal 99651>>> End_Function 99652>>> 99652>>> // Returns/Sets whether this control can act as an OLE drop target. 99652>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 99654>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 99655>>> End_Procedure 99656>>> 99656>>> Function ComOLEDragMode Returns OLEOLEDragConstants 99658>>> OLEOLEDragConstants retVal 99658>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 99659>>> Function_Return retVal 99660>>> End_Function 99661>>> 99661>>> Procedure Set ComOLEDragMode OLEOLEDragConstants value 99663>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 99664>>> End_Procedure 99665>>> 99665>>> Function ComDrawFocusRect Returns Boolean 99667>>> Boolean retVal 99667>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 99668>>> Function_Return retVal 99669>>> End_Function 99670>>> 99670>>> Procedure Set ComDrawFocusRect Boolean value 99672>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 99673>>> End_Procedure 99674>>> 99674>>> Function ComText Returns String 99676>>> String retVal 99676>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 99677>>> Function_Return retVal 99678>>> End_Function 99679>>> 99679>>> Procedure Set ComText String value 99681>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 99682>>> End_Procedure 99683>>> 99683>>> Function ComControlToolTip Returns String 99685>>> String retVal 99685>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 99686>>> Function_Return retVal 99687>>> End_Function 99688>>> 99688>>> Procedure Set ComControlToolTip String value 99690>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 99691>>> End_Procedure 99692>>> 99692>>> Function ComReCreateReparented Returns Boolean 99694>>> Boolean retVal 99694>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 99695>>> Function_Return retVal 99696>>> End_Function 99697>>> 99697>>> Procedure Set ComReCreateReparented Boolean value 99699>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 99700>>> End_Procedure 99701>>> 99701>>> Function ComList Integer llIndex Returns String 99703>>> Handle hDispatchDriver 99703>>> String retVal 99703>>> Get phDispatchDriver to hDispatchDriver 99704>>> Send PrepareParams to hDispatchDriver 1 99705>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99706>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BSTR to retVal 99707>>> Function_Return retVal 99708>>> End_Function 99709>>> 99709>>> Procedure Set ComList Integer llIndex String value 99711>>> Handle hDispatchDriver 99711>>> Get phDispatchDriver to hDispatchDriver 99712>>> Send PrepareParams to hDispatchDriver 2 99713>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99714>>> Set ComProperty of hDispatchDriver 5 OLE_VT_BSTR to value 99715>>> End_Procedure 99716>>> 99716>>> Function ComListCount Returns Integer 99718>>> Handle hDispatchDriver 99718>>> Integer retVal 99718>>> Get phDispatchDriver to hDispatchDriver 99719>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_I4 to retVal 99720>>> Function_Return retVal 99721>>> End_Function 99722>>> 99722>>> Procedure ComAddItem String llItem Variant llIndex Variant llData 99724>>> Handle hDispatchDriver 99724>>> Get phDispatchDriver to hDispatchDriver 99725>>> Send PrepareParams to hDispatchDriver 3 99726>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llItem 99727>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 99728>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llData 99729>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 99730>>> End_Procedure 99731>>> 99731>>> Procedure ComClear 99733>>> Handle hDispatchDriver 99733>>> Get phDispatchDriver to hDispatchDriver 99734>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 99735>>> End_Procedure 99736>>> 99736>>> Procedure ComRemoveItem Integer llIndex 99738>>> Handle hDispatchDriver 99738>>> Get phDispatchDriver to hDispatchDriver 99739>>> Send PrepareParams to hDispatchDriver 1 99740>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99741>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 99742>>> End_Procedure 99743>>> 99743>>> Function ComSelected Integer llIndex Returns Boolean 99745>>> Handle hDispatchDriver 99745>>> Boolean retVal 99745>>> Get phDispatchDriver to hDispatchDriver 99746>>> Send PrepareParams to hDispatchDriver 1 99747>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99748>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_BOOL to retVal 99749>>> Function_Return retVal 99750>>> End_Function 99751>>> 99751>>> Procedure Set ComSelected Integer llIndex Boolean value 99753>>> Handle hDispatchDriver 99753>>> Get phDispatchDriver to hDispatchDriver 99754>>> Send PrepareParams to hDispatchDriver 2 99755>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99756>>> Set ComProperty of hDispatchDriver 17 OLE_VT_BOOL to value 99757>>> End_Procedure 99758>>> 99758>>> Function ComSelCount Returns Integer 99760>>> Handle hDispatchDriver 99760>>> Integer retVal 99760>>> Get phDispatchDriver to hDispatchDriver 99761>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_I4 to retVal 99762>>> Function_Return retVal 99763>>> End_Function 99764>>> 99764>>> Function ComChecked Integer llIndex Returns Boolean 99766>>> Handle hDispatchDriver 99766>>> Boolean retVal 99766>>> Get phDispatchDriver to hDispatchDriver 99767>>> Send PrepareParams to hDispatchDriver 1 99768>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99769>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_BOOL to retVal 99770>>> Function_Return retVal 99771>>> End_Function 99772>>> 99772>>> Procedure Set ComChecked Integer llIndex Boolean value 99774>>> Handle hDispatchDriver 99774>>> Get phDispatchDriver to hDispatchDriver 99775>>> Send PrepareParams to hDispatchDriver 2 99776>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99777>>> Set ComProperty of hDispatchDriver 25 OLE_VT_BOOL to value 99778>>> End_Procedure 99779>>> 99779>>> Function ComMarkupContext Returns Variant 99781>>> Handle hDispatchDriver 99781>>> Variant retVal 99781>>> Get phDispatchDriver to hDispatchDriver 99782>>> Get InvokeComMethod of hDispatchDriver 240 OLE_VT_DISPATCH to retVal 99783>>> Function_Return retVal 99784>>> End_Function 99785>>> 99785>>> Function ComMarkupList Integer llIndex Returns String 99787>>> Handle hDispatchDriver 99787>>> String retVal 99787>>> Get phDispatchDriver to hDispatchDriver 99788>>> Send PrepareParams to hDispatchDriver 1 99789>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99790>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_BSTR to retVal 99791>>> Function_Return retVal 99792>>> End_Function 99793>>> 99793>>> Procedure Set ComMarkupList Integer llIndex String value 99795>>> Handle hDispatchDriver 99795>>> Get phDispatchDriver to hDispatchDriver 99796>>> Send PrepareParams to hDispatchDriver 2 99797>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99798>>> Set ComProperty of hDispatchDriver 28 OLE_VT_BSTR to value 99799>>> End_Procedure 99800>>> 99800>>> Function ComItemData Integer llIndex Returns Variant 99802>>> Handle hDispatchDriver 99802>>> Variant retVal 99802>>> Get phDispatchDriver to hDispatchDriver 99803>>> Send PrepareParams to hDispatchDriver 1 99804>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99805>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_VARIANT to retVal 99806>>> Function_Return retVal 99807>>> End_Function 99808>>> 99808>>> Procedure Set ComItemData Integer llIndex Variant value 99810>>> Handle hDispatchDriver 99810>>> Get phDispatchDriver to hDispatchDriver 99811>>> Send PrepareParams to hDispatchDriver 2 99812>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 99813>>> Set ComProperty of hDispatchDriver 20 OLE_VT_VARIANT to value 99814>>> End_Procedure 99815>>> 99815>>> Function ComFindItem Integer llIndexStart String llString Boolean llExact Returns Integer 99817>>> Handle hDispatchDriver 99817>>> Integer retVal 99817>>> Get phDispatchDriver to hDispatchDriver 99818>>> Send PrepareParams to hDispatchDriver 3 99819>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndexStart 99820>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llString 99821>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llExact 99822>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 99823>>> Function_Return retVal 99824>>> End_Function 99825>>> 99825>>> Function ComNewIndex Returns Integer 99827>>> Handle hDispatchDriver 99827>>> Integer retVal 99827>>> Get phDispatchDriver to hDispatchDriver 99828>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_I4 to retVal 99829>>> Function_Return retVal 99830>>> End_Function 99831>>> 99831>>> Procedure ComOLEDrag 99833>>> Handle hDispatchDriver 99833>>> Get phDispatchDriver to hDispatchDriver 99834>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 99835>>> End_Procedure 99836>>> 99836>>> Function ComHitTest Float llx Float lly Returns Integer 99838>>> Handle hDispatchDriver 99838>>> Integer retVal 99838>>> Get phDispatchDriver to hDispatchDriver 99839>>> Send PrepareParams to hDispatchDriver 2 99840>>> Send DefineParam to hDispatchDriver OLE_VT_R4 llx 99841>>> Send DefineParam to hDispatchDriver OLE_VT_R4 lly 99842>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_I4 to retVal 99843>>> Function_Return retVal 99844>>> End_Function 99845>>> 99845>>> Procedure ComAboutBox 99847>>> Handle hDispatchDriver 99847>>> Get phDispatchDriver to hDispatchDriver 99848>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 99849>>> End_Procedure 99850>>> 99850>>> Function ComToolTipContext Returns Variant 99852>>> Handle hDispatchDriver 99852>>> Variant retVal 99852>>> Get phDispatchDriver to hDispatchDriver 99853>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 99854>>> Function_Return retVal 99855>>> End_Function 99856>>>End_Class 99857>>> 99857>>>// Event interface for ListBox Control 99857>>>Class cSigCjCom_DListBoxEvents is a Mixin 99858>>> 99858>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99860>>> End_Procedure 99861>>> 99861>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99863>>> End_Procedure 99864>>> 99864>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99866>>> End_Procedure 99867>>> 99867>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 99869>>> End_Procedure 99870>>> 99870>>> Procedure OnComKeyPress Short ByRef llKeyAscii 99872>>> End_Procedure 99873>>> 99873>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 99875>>> End_Procedure 99876>>> 99876>>> Procedure OnComClick 99878>>> End_Procedure 99879>>> 99879>>> Procedure OnComDblClick 99881>>> End_Procedure 99882>>> 99882>>> Procedure OnComItemCheck Integer llItem 99884>>> End_Procedure 99885>>> 99885>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 99887>>> End_Procedure 99888>>> 99888>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 99890>>> End_Procedure 99891>>> 99891>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 99893>>> End_Procedure 99894>>> 99894>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 99896>>> End_Procedure 99897>>> 99897>>> Procedure OnComOLEGiveFeedback Integer ByRef llEffect Boolean ByRef llDefaultCursors 99899>>> End_Procedure 99900>>> 99900>>> Procedure OnComOLESetData Variant llData Short ByRef llDataFormat 99902>>> End_Procedure 99903>>> 99903>>> Procedure OnComReCreated 99905>>> End_Procedure 99906>>> 99906>>> Procedure RegisterComEvents 99908>>> Send RegisterComEvent -605 msg_OnComMouseDown 99909>>> Send RegisterComEvent -606 msg_OnComMouseMove 99910>>> Send RegisterComEvent -607 msg_OnComMouseUp 99911>>> Send RegisterComEvent -602 msg_OnComKeyDown 99912>>> Send RegisterComEvent -603 msg_OnComKeyPress 99913>>> Send RegisterComEvent -604 msg_OnComKeyUp 99914>>> Send RegisterComEvent -600 msg_OnComClick 99915>>> Send RegisterComEvent -601 msg_OnComDblClick 99916>>> Send RegisterComEvent 1 msg_OnComItemCheck 99917>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 99918>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 99919>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 99920>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 99921>>> Send RegisterComEvent 305 msg_OnComOLEGiveFeedback 99922>>> Send RegisterComEvent 306 msg_OnComOLESetData 99923>>> Send RegisterComEvent 10001000 msg_OnComReCreated 99924>>> End_Procedure 99925>>>End_Class 99926>>> 99926>>>// ListBox Control 99926>>>Class cSigCjComListBox is a cComActiveXControl 99927>>> Import_Class_Protocol cSigCjCom_DListBox 99928>>> Import_Class_Protocol cSigCjCom_DListBoxEvents 99929>>> 99929>>> Procedure Construct_Object 99931>>> Forward Send Construct_Object 99933>>> Set psProgID to L_cSigCjComListBox 99934>>> Set psEventId to "{C0DE2030-4B44-4BEE-A7A8-8F5954390D95}" 99935>>> Set psLicenseKey to L_cSigCjKeyControls 99936>>> Set peAutoCreate to acDeferredAutoCreate 99937>>> End_Procedure 99938>>>End_Class 99939>>> 99939>>>// Dispatch interface for ComboBox Control 99939>>>Class cSigCjCom_DComboBox is a Mixin 99940>>> 99940>>> Function ComBackColor Returns OLE_COLOR 99942>>> OLE_COLOR retVal 99942>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 99943>>> Function_Return retVal 99944>>> End_Function 99945>>> 99945>>> Procedure Set ComBackColor OLE_COLOR value 99947>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 99948>>> End_Procedure 99949>>> 99949>>> Function ComForeColor Returns OLE_COLOR 99951>>> OLE_COLOR retVal 99951>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 99952>>> Function_Return retVal 99953>>> End_Function 99954>>> 99954>>> Procedure Set ComForeColor OLE_COLOR value 99956>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 99957>>> End_Procedure 99958>>> 99958>>> Function ComEnabled Returns Boolean 99960>>> Boolean retVal 99960>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 99961>>> Function_Return retVal 99962>>> End_Function 99963>>> 99963>>> Procedure Set ComEnabled Boolean value 99965>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 99966>>> End_Procedure 99967>>> 99967>>> Function ComHWnd Returns OLE_HANDLE 99969>>> OLE_HANDLE retVal 99969>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 99970>>> Function_Return retVal 99971>>> End_Function 99972>>> 99972>>> Procedure Set ComHWnd OLE_HANDLE value 99974>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 99975>>> End_Procedure 99976>>> 99976>>> Function ComFont Returns Variant 99978>>> Variant retVal 99978>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 99979>>> Function_Return retVal 99980>>> End_Function 99981>>> 99981>>> Procedure Set ComFont Variant value 99983>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 99984>>> End_Procedure 99985>>> 99985>>> Function ComFlatStyle Returns Boolean 99987>>> Boolean retVal 99987>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 99988>>> Function_Return retVal 99989>>> End_Function 99990>>> 99990>>> Procedure Set ComFlatStyle Boolean value 99992>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 99993>>> End_Procedure 99994>>> 99994>>> Function ComUseVisualStyle Returns Boolean 99996>>> Boolean retVal 99996>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 99997>>> Function_Return retVal 99998>>> End_Function 99999>>> 99999>>> Procedure Set ComUseVisualStyle Boolean value 100001>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 100002>>> End_Procedure 100003>>> 100003>>> Function ComSorted Returns Boolean 100005>>> Boolean retVal 100005>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 100006>>> Function_Return retVal 100007>>> End_Function 100008>>> 100008>>> Procedure Set ComSorted Boolean value 100010>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 100011>>> End_Procedure 100012>>> 100012>>> Function ComLocked Returns Boolean 100014>>> Boolean retVal 100014>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 100015>>> Function_Return retVal 100016>>> End_Function 100017>>> 100017>>> Procedure Set ComLocked Boolean value 100019>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 100020>>> End_Procedure 100021>>> 100021>>> Function ComAppearance Returns OLEAppearanceStyle 100023>>> OLEAppearanceStyle retVal 100023>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 100024>>> Function_Return retVal 100025>>> End_Function 100026>>> 100026>>> Procedure Set ComAppearance OLEAppearanceStyle value 100028>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 100029>>> End_Procedure 100030>>> 100030>>> Function ComListIndex Returns Integer 100032>>> Integer retVal 100032>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 100033>>> Function_Return retVal 100034>>> End_Function 100035>>> 100035>>> Procedure Set ComListIndex Integer value 100037>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 100038>>> End_Procedure 100039>>> 100039>>> Function ComTopIndex Returns Integer 100041>>> Integer retVal 100041>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 100042>>> Function_Return retVal 100043>>> End_Function 100044>>> 100044>>> Procedure Set ComTopIndex Integer value 100046>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 100047>>> End_Procedure 100048>>> 100048>>> Function ComStyle Returns OLEComboBoxStyle 100050>>> OLEComboBoxStyle retVal 100050>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 100051>>> Function_Return retVal 100052>>> End_Function 100053>>> 100053>>> Procedure Set ComStyle OLEComboBoxStyle value 100055>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 100056>>> End_Procedure 100057>>> 100057>>> // (Member is Bindable) 100057>>> // (Member is DefaultBind) 100057>>> Function ComText Returns String 100059>>> String retVal 100059>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 100060>>> Function_Return retVal 100061>>> End_Function 100062>>> 100062>>> // (Member is Bindable) 100062>>> // (Member is DefaultBind) 100062>>> Procedure Set ComText String value 100064>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 100065>>> End_Procedure 100066>>> 100066>>> Function ComRightToLeft Returns Boolean 100068>>> Boolean retVal 100068>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 100069>>> Function_Return retVal 100070>>> End_Function 100071>>> 100071>>> Procedure Set ComRightToLeft Boolean value 100073>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 100074>>> End_Procedure 100075>>> 100075>>> Function ComDrawFocusRect Returns Boolean 100077>>> Boolean retVal 100077>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 100078>>> Function_Return retVal 100079>>> End_Function 100080>>> 100080>>> Procedure Set ComDrawFocusRect Boolean value 100082>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 100083>>> End_Procedure 100084>>> 100084>>> Function ComSelLength Returns Integer 100086>>> Integer retVal 100086>>> Get ComProperty of (phDispatchDriver(Self)) -548 OLE_VT_I4 to retVal 100087>>> Function_Return retVal 100088>>> End_Function 100089>>> 100089>>> Procedure Set ComSelLength Integer value 100091>>> Set ComProperty of (phDispatchDriver(Self)) -548 OLE_VT_I4 to value 100092>>> End_Procedure 100093>>> 100093>>> Function ComSelStart Returns Integer 100095>>> Integer retVal 100095>>> Get ComProperty of (phDispatchDriver(Self)) -547 OLE_VT_I4 to retVal 100096>>> Function_Return retVal 100097>>> End_Function 100098>>> 100098>>> Procedure Set ComSelStart Integer value 100100>>> Set ComProperty of (phDispatchDriver(Self)) -547 OLE_VT_I4 to value 100101>>> End_Procedure 100102>>> 100102>>> Function ComSelText Returns String 100104>>> String retVal 100104>>> Get ComProperty of (phDispatchDriver(Self)) -546 OLE_VT_BSTR to retVal 100105>>> Function_Return retVal 100106>>> End_Function 100107>>> 100107>>> Procedure Set ComSelText String value 100109>>> Set ComProperty of (phDispatchDriver(Self)) -546 OLE_VT_BSTR to value 100110>>> End_Procedure 100111>>> 100111>>> Function ComAutoComplete Returns Boolean 100113>>> Boolean retVal 100113>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 100114>>> Function_Return retVal 100115>>> End_Function 100116>>> 100116>>> Procedure Set ComAutoComplete Boolean value 100118>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 100119>>> End_Procedure 100120>>> 100120>>> Function ComDropDownItemCount Returns Integer 100122>>> Integer retVal 100122>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 100123>>> Function_Return retVal 100124>>> End_Function 100125>>> 100125>>> Procedure Set ComDropDownItemCount Integer value 100127>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 100128>>> End_Procedure 100129>>> 100129>>> Function ComDropDownWidth Returns Integer 100131>>> Integer retVal 100131>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 100132>>> Function_Return retVal 100133>>> End_Function 100134>>> 100134>>> Procedure Set ComDropDownWidth Integer value 100136>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 100137>>> End_Procedure 100138>>> 100138>>> Function ComMaxLength Returns Integer 100140>>> Integer retVal 100140>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 100141>>> Function_Return retVal 100142>>> End_Function 100143>>> 100143>>> Procedure Set ComMaxLength Integer value 100145>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 100146>>> End_Procedure 100147>>> 100147>>> Function ComEnableMarkup Returns Boolean 100149>>> Boolean retVal 100149>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 100150>>> Function_Return retVal 100151>>> End_Function 100152>>> 100152>>> Procedure Set ComEnableMarkup Boolean value 100154>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 100155>>> End_Procedure 100156>>> 100156>>> Function ComDroppedState Returns Boolean 100158>>> Boolean retVal 100158>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 100159>>> Function_Return retVal 100160>>> End_Function 100161>>> 100161>>> Procedure Set ComDroppedState Boolean value 100163>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 100164>>> End_Procedure 100165>>> 100165>>> Function ComControlToolTip Returns String 100167>>> String retVal 100167>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 100168>>> Function_Return retVal 100169>>> End_Function 100170>>> 100170>>> Procedure Set ComControlToolTip String value 100172>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 100173>>> End_Procedure 100174>>> 100174>>> Function ComUpdateBackColorOnAppearanceChange Returns Boolean 100176>>> Boolean retVal 100176>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 100177>>> Function_Return retVal 100178>>> End_Function 100179>>> 100179>>> Procedure Set ComUpdateBackColorOnAppearanceChange Boolean value 100181>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 100182>>> End_Procedure 100183>>> 100183>>> Function ComUpdateForeColorOnAppearanceChange Returns Boolean 100185>>> Boolean retVal 100185>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 100186>>> Function_Return retVal 100187>>> End_Function 100188>>> 100188>>> Procedure Set ComUpdateForeColorOnAppearanceChange Boolean value 100190>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 100191>>> End_Procedure 100192>>> 100192>>> Function ComReCreateReparented Returns Boolean 100194>>> Boolean retVal 100194>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 100195>>> Function_Return retVal 100196>>> End_Function 100197>>> 100197>>> Procedure Set ComReCreateReparented Boolean value 100199>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 100200>>> End_Procedure 100201>>> 100201>>> Function ComList Integer llIndex Returns String 100203>>> Handle hDispatchDriver 100203>>> String retVal 100203>>> Get phDispatchDriver to hDispatchDriver 100204>>> Send PrepareParams to hDispatchDriver 1 100205>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100206>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BSTR to retVal 100207>>> Function_Return retVal 100208>>> End_Function 100209>>> 100209>>> Procedure Set ComList Integer llIndex String value 100211>>> Handle hDispatchDriver 100211>>> Get phDispatchDriver to hDispatchDriver 100212>>> Send PrepareParams to hDispatchDriver 2 100213>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100214>>> Set ComProperty of hDispatchDriver 5 OLE_VT_BSTR to value 100215>>> End_Procedure 100216>>> 100216>>> Function ComListCount Returns Integer 100218>>> Handle hDispatchDriver 100218>>> Integer retVal 100218>>> Get phDispatchDriver to hDispatchDriver 100219>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_I4 to retVal 100220>>> Function_Return retVal 100221>>> End_Function 100222>>> 100222>>> Procedure ComAddItem String llItem Variant llIndex Variant llData 100224>>> Handle hDispatchDriver 100224>>> Get phDispatchDriver to hDispatchDriver 100225>>> Send PrepareParams to hDispatchDriver 3 100226>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llItem 100227>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 100228>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llData 100229>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 100230>>> End_Procedure 100231>>> 100231>>> Procedure ComClear 100233>>> Handle hDispatchDriver 100233>>> Get phDispatchDriver to hDispatchDriver 100234>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 100235>>> End_Procedure 100236>>> 100236>>> Procedure ComRemoveItem Integer llIndex 100238>>> Handle hDispatchDriver 100238>>> Get phDispatchDriver to hDispatchDriver 100239>>> Send PrepareParams to hDispatchDriver 1 100240>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100241>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 100242>>> End_Procedure 100243>>> 100243>>> Function ComItemData Integer llIndex Returns Variant 100245>>> Handle hDispatchDriver 100245>>> Variant retVal 100245>>> Get phDispatchDriver to hDispatchDriver 100246>>> Send PrepareParams to hDispatchDriver 1 100247>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100248>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_VARIANT to retVal 100249>>> Function_Return retVal 100250>>> End_Function 100251>>> 100251>>> Procedure Set ComItemData Integer llIndex Variant value 100253>>> Handle hDispatchDriver 100253>>> Get phDispatchDriver to hDispatchDriver 100254>>> Send PrepareParams to hDispatchDriver 2 100255>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100256>>> Set ComProperty of hDispatchDriver 20 OLE_VT_VARIANT to value 100257>>> End_Procedure 100258>>> 100258>>> Function ComFindItem Integer llIndexStart String llString Boolean llExact Returns Integer 100260>>> Handle hDispatchDriver 100260>>> Integer retVal 100260>>> Get phDispatchDriver to hDispatchDriver 100261>>> Send PrepareParams to hDispatchDriver 3 100262>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndexStart 100263>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llString 100264>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llExact 100265>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 100266>>> Function_Return retVal 100267>>> End_Function 100268>>> 100268>>> Function ComNewIndex Returns Integer 100270>>> Handle hDispatchDriver 100270>>> Integer retVal 100270>>> Get phDispatchDriver to hDispatchDriver 100271>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_I4 to retVal 100272>>> Function_Return retVal 100273>>> End_Function 100274>>> 100274>>> Function ComMarkupList Integer llIndex Returns String 100276>>> Handle hDispatchDriver 100276>>> String retVal 100276>>> Get phDispatchDriver to hDispatchDriver 100277>>> Send PrepareParams to hDispatchDriver 1 100278>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100279>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_BSTR to retVal 100280>>> Function_Return retVal 100281>>> End_Function 100282>>> 100282>>> Procedure Set ComMarkupList Integer llIndex String value 100284>>> Handle hDispatchDriver 100284>>> Get phDispatchDriver to hDispatchDriver 100285>>> Send PrepareParams to hDispatchDriver 2 100286>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100287>>> Set ComProperty of hDispatchDriver 28 OLE_VT_BSTR to value 100288>>> End_Procedure 100289>>> 100289>>> Procedure ComAboutBox 100291>>> Handle hDispatchDriver 100291>>> Get phDispatchDriver to hDispatchDriver 100292>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 100293>>> End_Procedure 100294>>> 100294>>> Function ComToolTipContext Returns Variant 100296>>> Handle hDispatchDriver 100296>>> Variant retVal 100296>>> Get phDispatchDriver to hDispatchDriver 100297>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 100298>>> Function_Return retVal 100299>>> End_Function 100300>>>End_Class 100301>>> 100301>>>// Event interface for ComboBox Control 100301>>>Class cSigCjCom_DComboBoxEvents is a Mixin 100302>>> 100302>>> Procedure OnComClick 100304>>> End_Procedure 100305>>> 100305>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 100307>>> End_Procedure 100308>>> 100308>>> Procedure OnComKeyPress Short ByRef llKeyAscii 100310>>> End_Procedure 100311>>> 100311>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 100313>>> End_Procedure 100314>>> 100314>>> Procedure OnComChange 100316>>> End_Procedure 100317>>> 100317>>> Procedure OnComDblClick 100319>>> End_Procedure 100320>>> 100320>>> Procedure OnComDropDown 100322>>> End_Procedure 100323>>> 100323>>> Procedure OnComReCreated 100325>>> End_Procedure 100326>>> 100326>>> Procedure RegisterComEvents 100328>>> Send RegisterComEvent -600 msg_OnComClick 100329>>> Send RegisterComEvent -602 msg_OnComKeyDown 100330>>> Send RegisterComEvent -603 msg_OnComKeyPress 100331>>> Send RegisterComEvent -604 msg_OnComKeyUp 100332>>> Send RegisterComEvent 1 msg_OnComChange 100333>>> Send RegisterComEvent -601 msg_OnComDblClick 100334>>> Send RegisterComEvent 2 msg_OnComDropDown 100335>>> Send RegisterComEvent 10001000 msg_OnComReCreated 100336>>> End_Procedure 100337>>>End_Class 100338>>> 100338>>>// ComboBox Control 100338>>>Class cSigCjComComboBox is a cComActiveXControl 100339>>> Import_Class_Protocol cSigCjCom_DComboBox 100340>>> Import_Class_Protocol cSigCjCom_DComboBoxEvents 100341>>> 100341>>> Procedure Construct_Object 100343>>> Forward Send Construct_Object 100345>>> Set psProgID to L_cSigCjComComboBox 100346>>> Set psEventId to "{C0DE2030-63FA-4657-95D5-F8C2B25BBD4B}" 100347>>> Set psLicenseKey to L_cSigCjKeyControls 100348>>> Set peAutoCreate to acDeferredAutoCreate 100349>>> //Connect the default bindable property 100349>>> Send RegisterPropertyChangeEvent 0 msg_OnControlValueChanged 100350>>> End_Procedure 100351>>> 100351>>> Function ControlValue Returns String 100353>>> //Associate the default bindable property with Get Value 100353>>> String retVal 100353>>> Get ComText to retVal 100354>>> Function_Return retVal 100355>>> End_Function 100356>>> 100356>>> Procedure Set ControlValue String sVal 100358>>> //Associate the default bindable property with Set Value 100358>>> Set ComText to sVal 100359>>> End_Procedure 100360>>>End_Class 100361>>> 100361>>>// Dispatch interface for Resizer Control 100361>>>Class cSigCjCom_DResizer is a Mixin 100362>>> 100362>>> Function ComBackColor Returns OLE_COLOR 100364>>> OLE_COLOR retVal 100364>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 100365>>> Function_Return retVal 100366>>> End_Function 100367>>> 100367>>> Procedure Set ComBackColor OLE_COLOR value 100369>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 100370>>> End_Procedure 100371>>> 100371>>> Function ComHWnd Returns OLE_HANDLE 100373>>> OLE_HANDLE retVal 100373>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 100374>>> Function_Return retVal 100375>>> End_Function 100376>>> 100376>>> Procedure Set ComHWnd OLE_HANDLE value 100378>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 100379>>> End_Procedure 100380>>> 100380>>> Function ComVScrollLargeChange Returns Integer 100382>>> Integer retVal 100382>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 100383>>> Function_Return retVal 100384>>> End_Function 100385>>> 100385>>> Procedure Set ComVScrollLargeChange Integer value 100387>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 100388>>> End_Procedure 100389>>> 100389>>> Function ComVScrollSmallChange Returns Integer 100391>>> Integer retVal 100391>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 100392>>> Function_Return retVal 100393>>> End_Function 100394>>> 100394>>> Procedure Set ComVScrollSmallChange Integer value 100396>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 100397>>> End_Procedure 100398>>> 100398>>> Function ComVScrollPosition Returns Integer 100400>>> Integer retVal 100400>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 100401>>> Function_Return retVal 100402>>> End_Function 100403>>> 100403>>> Procedure Set ComVScrollPosition Integer value 100405>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 100406>>> End_Procedure 100407>>> 100407>>> Function ComVScrollMaximum Returns Integer 100409>>> Integer retVal 100409>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 100410>>> Function_Return retVal 100411>>> End_Function 100412>>> 100412>>> Procedure Set ComVScrollMaximum Integer value 100414>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 100415>>> End_Procedure 100416>>> 100416>>> Function ComHScrollLargeChange Returns Integer 100418>>> Integer retVal 100418>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 100419>>> Function_Return retVal 100420>>> End_Function 100421>>> 100421>>> Procedure Set ComHScrollLargeChange Integer value 100423>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 100424>>> End_Procedure 100425>>> 100425>>> Function ComHScrollSmallChange Returns Integer 100427>>> Integer retVal 100427>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 100428>>> Function_Return retVal 100429>>> End_Function 100430>>> 100430>>> Procedure Set ComHScrollSmallChange Integer value 100432>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 100433>>> End_Procedure 100434>>> 100434>>> Function ComHScrollPosition Returns Integer 100436>>> Integer retVal 100436>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 100437>>> Function_Return retVal 100438>>> End_Function 100439>>> 100439>>> Procedure Set ComHScrollPosition Integer value 100441>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 100442>>> End_Procedure 100443>>> 100443>>> Function ComHScrollMaximum Returns Integer 100445>>> Integer retVal 100445>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 100446>>> Function_Return retVal 100447>>> End_Function 100448>>> 100448>>> Procedure Set ComHScrollMaximum Integer value 100450>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 100451>>> End_Procedure 100452>>> 100452>>> Function ComMouseIcon Returns Variant 100454>>> Variant retVal 100454>>> Get ComProperty of (phDispatchDriver(Self)) -522 OLE_VT_DISPATCH to retVal 100455>>> Function_Return retVal 100456>>> End_Function 100457>>> 100457>>> Procedure Set ComMouseIcon Variant value 100459>>> Set ComProperty of (phDispatchDriver(Self)) -522 OLE_VT_DISPATCH to value 100460>>> End_Procedure 100461>>> 100461>>> Function ComBorderStyle Returns OLEResizerBorderStyle 100463>>> OLEResizerBorderStyle retVal 100463>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 100464>>> Function_Return retVal 100465>>> End_Function 100466>>> 100466>>> Procedure Set ComBorderStyle OLEResizerBorderStyle value 100468>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 100469>>> End_Procedure 100470>>> 100470>>> Function ComAutoSize Returns Boolean 100472>>> Boolean retVal 100472>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 100473>>> Function_Return retVal 100474>>> End_Function 100475>>> 100475>>> Procedure Set ComAutoSize Boolean value 100477>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 100478>>> End_Procedure 100479>>> 100479>>> Function ComShowSizeIcon Returns Boolean 100481>>> Boolean retVal 100481>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 100482>>> Function_Return retVal 100483>>> End_Function 100484>>> 100484>>> Procedure Set ComShowSizeIcon Boolean value 100486>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 100487>>> End_Procedure 100488>>> 100488>>> Function ComClientMinWidth Returns Integer 100490>>> Integer retVal 100490>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 100491>>> Function_Return retVal 100492>>> End_Function 100493>>> 100493>>> Procedure Set ComClientMinWidth Integer value 100495>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 100496>>> End_Procedure 100497>>> 100497>>> Function ComClientMinHeight Returns Integer 100499>>> Integer retVal 100499>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 100500>>> Function_Return retVal 100501>>> End_Function 100502>>> 100502>>> Procedure Set ComClientMinHeight Integer value 100504>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 100505>>> End_Procedure 100506>>> 100506>>> Function ComClientMaxWidth Returns Integer 100508>>> Integer retVal 100508>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 100509>>> Function_Return retVal 100510>>> End_Function 100511>>> 100511>>> Procedure Set ComClientMaxWidth Integer value 100513>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 100514>>> End_Procedure 100515>>> 100515>>> Function ComClientMaxHeight Returns Integer 100517>>> Integer retVal 100517>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 100518>>> Function_Return retVal 100519>>> End_Function 100520>>> 100520>>> Procedure Set ComClientMaxHeight Integer value 100522>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 100523>>> End_Procedure 100524>>> 100524>>> Function ComReCreateReparented Returns Boolean 100526>>> Boolean retVal 100526>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 100527>>> Function_Return retVal 100528>>> End_Function 100529>>> 100529>>> Procedure Set ComReCreateReparented Boolean value 100531>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 100532>>> End_Procedure 100533>>> 100533>>> Procedure ComAddControl String llName Integer llx Integer lly Integer llWidth Integer llHeight 100535>>> Handle hDispatchDriver 100535>>> Get phDispatchDriver to hDispatchDriver 100536>>> Send PrepareParams to hDispatchDriver 5 100537>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 100538>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 100539>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 100540>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 100541>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 100542>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 100543>>> End_Procedure 100544>>> 100544>>> Procedure ComAboutBox 100546>>> Handle hDispatchDriver 100546>>> Get phDispatchDriver to hDispatchDriver 100547>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 100548>>> End_Procedure 100549>>>End_Class 100550>>> 100550>>>// Event interface for Resizer Control 100550>>>Class cSigCjCom_DResizerEvents is a Mixin 100551>>> 100551>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100553>>> End_Procedure 100554>>> 100554>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100556>>> End_Procedure 100557>>> 100557>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100559>>> End_Procedure 100560>>> 100560>>> Procedure OnComDblClick 100562>>> End_Procedure 100563>>> 100563>>> Procedure OnComVScroll 100565>>> End_Procedure 100566>>> 100566>>> Procedure OnComHScroll 100568>>> End_Procedure 100569>>> 100569>>> Procedure OnComMouseWheel Short llzDelta 100571>>> End_Procedure 100572>>> 100572>>> Procedure OnComReCreated 100574>>> End_Procedure 100575>>> 100575>>> Procedure RegisterComEvents 100577>>> Send RegisterComEvent -605 msg_OnComMouseDown 100578>>> Send RegisterComEvent -606 msg_OnComMouseMove 100579>>> Send RegisterComEvent -607 msg_OnComMouseUp 100580>>> Send RegisterComEvent -601 msg_OnComDblClick 100581>>> Send RegisterComEvent 1 msg_OnComVScroll 100582>>> Send RegisterComEvent 2 msg_OnComHScroll 100583>>> Send RegisterComEvent 3 msg_OnComMouseWheel 100584>>> Send RegisterComEvent 10001000 msg_OnComReCreated 100585>>> End_Procedure 100586>>>End_Class 100587>>> 100587>>>// Resizer Control 100587>>>Class cSigCjComResizer is a cComActiveXControl 100588>>> Import_Class_Protocol cSigCjCom_DResizer 100589>>> Import_Class_Protocol cSigCjCom_DResizerEvents 100590>>> 100590>>> Procedure Construct_Object 100592>>> Forward Send Construct_Object 100594>>> Set psProgID to L_cSigCjComResizer 100595>>> Set psEventId to "{C0DE2030-9731-436F-8D92-C949D200ADA1}" 100596>>> Set psLicenseKey to L_cSigCjKeyControls 100597>>> Set peAutoCreate to acDeferredAutoCreate 100598>>> End_Procedure 100599>>>End_Class 100600>>> 100600>>>// Dispatch interface for property page for general Resizer Control 100600>>>Class cSigCjCom_DResizerGeneralPropPage is a Mixin 100601>>>End_Class 100602>>> 100602>>>// Property page for general Resizer Control 100602>>>Class cSigCjComResizerGeneralPropPage is a cComAutomationObject 100603>>> Import_Class_Protocol cSigCjCom_DResizerGeneralPropPage 100604>>> 100604>>> Procedure Construct_Object 100606>>> Forward Send Construct_Object 100608>>> Set psProgID to L_cSigCjComResizerGeneralPropPage 100609>>> Set peAutoCreate to acNoAutoCreate 100610>>> End_Procedure 100611>>>End_Class 100612>>> 100612>>>// Dispatch interface for property page for Resizer controls 100612>>>Class cSigCjCom_DResizerControlsPropPage is a Mixin 100613>>>End_Class 100614>>> 100614>>>// Property page for Resizer controls 100614>>>Class cSigCjComResizerControlsPropPage is a cComAutomationObject 100615>>> Import_Class_Protocol cSigCjCom_DResizerControlsPropPage 100616>>> 100616>>> Procedure Construct_Object 100618>>> Forward Send Construct_Object 100620>>> Set psProgID to L_cSigCjComResizerControlsPropPage 100621>>> Set peAutoCreate to acNoAutoCreate 100622>>> End_Procedure 100623>>>End_Class 100624>>> 100624>>>// Dispatch interface for TabControl Control 100624>>>Class cSigCjCom_DTabControl is a Mixin 100625>>> 100625>>> Function ComHWnd Returns OLE_HANDLE 100627>>> OLE_HANDLE retVal 100627>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 100628>>> Function_Return retVal 100629>>> End_Function 100630>>> 100630>>> Procedure Set ComHWnd OLE_HANDLE value 100632>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 100633>>> End_Procedure 100634>>> 100634>>> Function ComEnabled Returns Boolean 100636>>> Boolean retVal 100636>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 100637>>> Function_Return retVal 100638>>> End_Function 100639>>> 100639>>> Procedure Set ComEnabled Boolean value 100641>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 100642>>> End_Procedure 100643>>> 100643>>> Function ComFont Returns Variant 100645>>> Variant retVal 100645>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 100646>>> Function_Return retVal 100647>>> End_Function 100648>>> 100648>>> Procedure Set ComFont Variant value 100650>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 100651>>> End_Procedure 100652>>> 100652>>> Function ComAllowReorder Returns Boolean 100654>>> Boolean retVal 100654>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 100655>>> Function_Return retVal 100656>>> End_Function 100657>>> 100657>>> Procedure Set ComAllowReorder Boolean value 100659>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 100660>>> End_Procedure 100661>>> 100661>>> Function ComIcons Returns Variant 100663>>> Variant retVal 100663>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to retVal 100664>>> Function_Return retVal 100665>>> End_Function 100666>>> 100666>>> Procedure Set ComIcons Variant value 100668>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to value 100669>>> End_Procedure 100670>>> 100670>>> Function ComDrawFocusRect Returns Boolean 100672>>> Boolean retVal 100672>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 100673>>> Function_Return retVal 100674>>> End_Function 100675>>> 100675>>> Procedure Set ComDrawFocusRect Boolean value 100677>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 100678>>> End_Procedure 100679>>> 100679>>> Function ComRightToLeft Returns Boolean 100681>>> Boolean retVal 100681>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 100682>>> Function_Return retVal 100683>>> End_Function 100684>>> 100684>>> Procedure Set ComRightToLeft Boolean value 100686>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 100687>>> End_Procedure 100688>>> 100688>>> Function ComAutoResizeClient Returns Boolean 100690>>> Boolean retVal 100690>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 100691>>> Function_Return retVal 100692>>> End_Function 100693>>> 100693>>> Procedure Set ComAutoResizeClient Boolean value 100695>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 100696>>> End_Procedure 100697>>> 100697>>> Function ComItemCount Returns Integer 100699>>> Integer retVal 100699>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 100700>>> Function_Return retVal 100701>>> End_Function 100702>>> 100702>>> Procedure Set ComItemCount Integer value 100704>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 100705>>> End_Procedure 100706>>> 100706>>> Function ComSelectedItem Returns Integer 100708>>> Integer retVal 100708>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 100709>>> Function_Return retVal 100710>>> End_Function 100711>>> 100711>>> Procedure Set ComSelectedItem Integer value 100713>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 100714>>> End_Procedure 100715>>> 100715>>> Function ComAppearance Returns OLEXTPTabAppearanceStyle 100717>>> OLEXTPTabAppearanceStyle retVal 100717>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 100718>>> Function_Return retVal 100719>>> End_Function 100720>>> 100720>>> Procedure Set ComAppearance OLEXTPTabAppearanceStyle value 100722>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 100723>>> End_Procedure 100724>>> 100724>>> Function ComColor Returns OLEXTPTabColorStyle 100726>>> OLEXTPTabColorStyle retVal 100726>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 100727>>> Function_Return retVal 100728>>> End_Function 100729>>> 100729>>> Procedure Set ComColor OLEXTPTabColorStyle value 100731>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 100732>>> End_Procedure 100733>>> 100733>>> Function ComHeaderScrollOffset Returns Integer 100735>>> Integer retVal 100735>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 100736>>> Function_Return retVal 100737>>> End_Function 100738>>> 100738>>> Procedure Set ComHeaderScrollOffset Integer value 100740>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 100741>>> End_Procedure 100742>>> 100742>>> Function ComEnableMarkup Returns Boolean 100744>>> Boolean retVal 100744>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal 100745>>> Function_Return retVal 100746>>> End_Function 100747>>> 100747>>> Procedure Set ComEnableMarkup Boolean value 100749>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value 100750>>> End_Procedure 100751>>> 100751>>> // Returns/Sets whether this control can act as an OLE drop target. 100751>>> Function ComOLEDropMode Returns OLEOLEDropConstants 100753>>> OLEOLEDropConstants retVal 100753>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 100754>>> Function_Return retVal 100755>>> End_Function 100756>>> 100756>>> // Returns/Sets whether this control can act as an OLE drop target. 100756>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 100758>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 100759>>> End_Procedure 100760>>> 100760>>> Function ComShowCloseItemButton Returns OLEXTPTabItemButtonFlags 100762>>> OLEXTPTabItemButtonFlags retVal 100762>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 100763>>> Function_Return retVal 100764>>> End_Function 100765>>> 100765>>> Procedure Set ComShowCloseItemButton OLEXTPTabItemButtonFlags value 100767>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 100768>>> End_Procedure 100769>>> 100769>>> Function ComReCreateReparented Returns Boolean 100771>>> Boolean retVal 100771>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 100772>>> Function_Return retVal 100773>>> End_Function 100774>>> 100774>>> Procedure Set ComReCreateReparented Boolean value 100776>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 100777>>> End_Procedure 100778>>> 100778>>> Function ComInsertItem Integer llIndex String llCaption OLE_HANDLE llChild Integer llImage Returns Variant 100780>>> Handle hDispatchDriver 100780>>> Variant retVal 100780>>> Get phDispatchDriver to hDispatchDriver 100781>>> Send PrepareParams to hDispatchDriver 4 100782>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100783>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 100784>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llChild 100785>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llImage 100786>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 100787>>> Function_Return retVal 100788>>> End_Function 100789>>> 100789>>> Function ComPaintManager Returns Variant 100791>>> Handle hDispatchDriver 100791>>> Variant retVal 100791>>> Get phDispatchDriver to hDispatchDriver 100792>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 100793>>> Function_Return retVal 100794>>> End_Function 100795>>> 100795>>> Procedure ComSetImageList Variant llImageList 100797>>> Handle hDispatchDriver 100797>>> Get phDispatchDriver to hDispatchDriver 100798>>> Send PrepareParams to hDispatchDriver 1 100799>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 100800>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 100801>>> End_Procedure 100802>>> 100802>>> Procedure ComRemoveItem Integer llIndex 100804>>> Handle hDispatchDriver 100804>>> Get phDispatchDriver to hDispatchDriver 100805>>> Send PrepareParams to hDispatchDriver 1 100806>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100807>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 100808>>> End_Procedure 100809>>> 100809>>> Function ComItem Integer llIndex Returns Variant 100811>>> Handle hDispatchDriver 100811>>> Variant retVal 100811>>> Get phDispatchDriver to hDispatchDriver 100812>>> Send PrepareParams to hDispatchDriver 1 100813>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 100814>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 100815>>> Function_Return retVal 100816>>> End_Function 100817>>> 100817>>> Procedure ComRemoveAll 100819>>> Handle hDispatchDriver 100819>>> Get phDispatchDriver to hDispatchDriver 100820>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 100821>>> End_Procedure 100822>>> 100822>>> Function ComHitTest Integer llx Integer lly Returns Variant 100824>>> Handle hDispatchDriver 100824>>> Variant retVal 100824>>> Get phDispatchDriver to hDispatchDriver 100825>>> Send PrepareParams to hDispatchDriver 2 100826>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 100827>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 100828>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 100829>>> Function_Return retVal 100830>>> End_Function 100831>>> 100831>>> Function ComSelected Returns Variant 100833>>> Handle hDispatchDriver 100833>>> Variant retVal 100833>>> Get phDispatchDriver to hDispatchDriver 100834>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 100835>>> Function_Return retVal 100836>>> End_Function 100837>>> 100837>>> Function ComToolTipContext Returns Variant 100839>>> Handle hDispatchDriver 100839>>> Variant retVal 100839>>> Get phDispatchDriver to hDispatchDriver 100840>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 100841>>> Function_Return retVal 100842>>> End_Function 100843>>> 100843>>> Procedure ComShowNavigateButton OLEXTPTabNavigateButton llButton OLEXTPTabNavigateButtonFlags llFlags 100845>>> Handle hDispatchDriver 100845>>> Get phDispatchDriver to hDispatchDriver 100846>>> Send PrepareParams to hDispatchDriver 2 100847>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llButton 100848>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 100849>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 100850>>> End_Procedure 100851>>> 100851>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 100853>>> Handle hDispatchDriver 100853>>> Get phDispatchDriver to hDispatchDriver 100854>>> Send PrepareParams to hDispatchDriver 4 100855>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 100856>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 100857>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 100858>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 100859>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 100860>>> End_Procedure 100861>>> 100861>>> Function ComClientLeft Returns Float 100863>>> Handle hDispatchDriver 100863>>> Float retVal 100863>>> Get phDispatchDriver to hDispatchDriver 100864>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_R4 to retVal 100865>>> Function_Return retVal 100866>>> End_Function 100867>>> 100867>>> Function ComClientTop Returns Float 100869>>> Handle hDispatchDriver 100869>>> Float retVal 100869>>> Get phDispatchDriver to hDispatchDriver 100870>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_R4 to retVal 100871>>> Function_Return retVal 100872>>> End_Function 100873>>> 100873>>> Function ComClientWidth Returns Float 100875>>> Handle hDispatchDriver 100875>>> Float retVal 100875>>> Get phDispatchDriver to hDispatchDriver 100876>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_R4 to retVal 100877>>> Function_Return retVal 100878>>> End_Function 100879>>> 100879>>> Function ComClientHeight Returns Float 100881>>> Handle hDispatchDriver 100881>>> Float retVal 100881>>> Get phDispatchDriver to hDispatchDriver 100882>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_R4 to retVal 100883>>> Function_Return retVal 100884>>> End_Function 100885>>> 100885>>> Procedure ComAboutBox 100887>>> Handle hDispatchDriver 100887>>> Get phDispatchDriver to hDispatchDriver 100888>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 100889>>> End_Procedure 100890>>>End_Class 100891>>> 100891>>>// Event interface for TabControl Control 100891>>>Class cSigCjCom_DTabControlEvents is a Mixin 100892>>> 100892>>> Procedure OnComSelectedChanged Variant llItem 100894>>> End_Procedure 100895>>> 100895>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100897>>> End_Procedure 100898>>> 100898>>> Procedure OnComNavigateButtonClick Variant llItem Integer llButtonId Variant llCancel 100900>>> End_Procedure 100901>>> 100901>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100903>>> End_Procedure 100904>>> 100904>>> Procedure OnComBeforeItemClick Variant llItem Variant llCancel 100906>>> End_Procedure 100907>>> 100907>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 100909>>> End_Procedure 100910>>> 100910>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 100912>>> End_Procedure 100913>>> 100913>>> Procedure OnComItemOrderChanged Variant llItem Integer llOldIndex Integer llNewIndex 100915>>> End_Procedure 100916>>> 100916>>> Procedure OnComItemDblClick Variant llItem 100918>>> End_Procedure 100919>>> 100919>>> Procedure OnComReCreated 100921>>> End_Procedure 100922>>> 100922>>> Procedure RegisterComEvents 100924>>> Send RegisterComEvent 1 msg_OnComSelectedChanged 100925>>> Send RegisterComEvent -607 msg_OnComMouseUp 100926>>> Send RegisterComEvent 2 msg_OnComNavigateButtonClick 100927>>> Send RegisterComEvent -606 msg_OnComMouseMove 100928>>> Send RegisterComEvent 4 msg_OnComBeforeItemClick 100929>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 100930>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 100931>>> Send RegisterComEvent 5 msg_OnComItemOrderChanged 100932>>> Send RegisterComEvent 6 msg_OnComItemDblClick 100933>>> Send RegisterComEvent 10001000 msg_OnComReCreated 100934>>> End_Procedure 100935>>>End_Class 100936>>> 100936>>>// TabControl Control 100936>>>Class cSigCjComTabControl is a cComActiveXControl 100937>>> Import_Class_Protocol cSigCjCom_DTabControl 100938>>> Import_Class_Protocol cSigCjCom_DTabControlEvents 100939>>> 100939>>> Procedure Construct_Object 100941>>> Forward Send Construct_Object 100943>>> Set psProgID to L_cSigCjComTabControl 100944>>> Set psEventId to "{C0DE2030-C2DC-4C83-8840-879B3C33E6BD}" 100945>>> Set psLicenseKey to L_cSigCjKeyControls 100946>>> Set peAutoCreate to acDeferredAutoCreate 100947>>> End_Procedure 100948>>>End_Class 100949>>> 100949>>>// Dispatch interface for TabControlPage Control 100949>>>Class cSigCjCom_DTabControlPage is a Mixin 100950>>> 100950>>> Function ComAutoSize Returns Boolean 100952>>> Boolean retVal 100952>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 100953>>> Function_Return retVal 100954>>> End_Function 100955>>> 100955>>> Procedure Set ComAutoSize Boolean value 100957>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 100958>>> End_Procedure 100959>>> 100959>>> Function ComHWnd Returns OLE_HANDLE 100961>>> OLE_HANDLE retVal 100961>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 100962>>> Function_Return retVal 100963>>> End_Function 100964>>> 100964>>> Procedure Set ComHWnd OLE_HANDLE value 100966>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 100967>>> End_Procedure 100968>>> 100968>>> Function ComBackColor Returns OLE_COLOR 100970>>> OLE_COLOR retVal 100970>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 100971>>> Function_Return retVal 100972>>> End_Function 100973>>> 100973>>> Procedure Set ComBackColor OLE_COLOR value 100975>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 100976>>> End_Procedure 100977>>> 100977>>> // Returns/Sets whether this control can act as an OLE drop target. 100977>>> Function ComOLEDropMode Returns OLEOLEDropConstants 100979>>> OLEOLEDropConstants retVal 100979>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 100980>>> Function_Return retVal 100981>>> End_Function 100982>>> 100982>>> // Returns/Sets whether this control can act as an OLE drop target. 100982>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 100984>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 100985>>> End_Procedure 100986>>> 100986>>> Function ComPicture Returns Variant 100988>>> Variant retVal 100988>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to retVal 100989>>> Function_Return retVal 100990>>> End_Function 100991>>> 100991>>> Procedure Set ComPicture Variant value 100993>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to value 100994>>> End_Procedure 100995>>> 100995>>> Function ComPictureAlignment Returns OLEPictureAlignmentStyle 100997>>> OLEPictureAlignmentStyle retVal 100997>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 100998>>> Function_Return retVal 100999>>> End_Function 101000>>> 101000>>> Procedure Set ComPictureAlignment OLEPictureAlignmentStyle value 101002>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 101003>>> End_Procedure 101004>>> 101004>>> Function ComReCreateReparented Returns Boolean 101006>>> Boolean retVal 101006>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 101007>>> Function_Return retVal 101008>>> End_Function 101009>>> 101009>>> Procedure Set ComReCreateReparented Boolean value 101011>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 101012>>> End_Procedure 101013>>> 101013>>> Procedure ComAboutBox 101015>>> Handle hDispatchDriver 101015>>> Get phDispatchDriver to hDispatchDriver 101016>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 101017>>> End_Procedure 101018>>>End_Class 101019>>> 101019>>>// Event interface for TabControlPage Control 101019>>>Class cSigCjCom_DTabControlPageEvents is a Mixin 101020>>> 101020>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101022>>> End_Procedure 101023>>> 101023>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101025>>> End_Procedure 101026>>> 101026>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 101028>>> End_Procedure 101029>>> 101029>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101031>>> End_Procedure 101032>>> 101032>>> Procedure OnComReCreated 101034>>> End_Procedure 101035>>> 101035>>> Procedure RegisterComEvents 101037>>> Send RegisterComEvent -605 msg_OnComMouseDown 101038>>> Send RegisterComEvent -607 msg_OnComMouseUp 101039>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 101040>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 101041>>> Send RegisterComEvent 10001000 msg_OnComReCreated 101042>>> End_Procedure 101043>>>End_Class 101044>>> 101044>>>// TabControlPage Control 101044>>>Class cSigCjComTabControlPage is a cComActiveXControl 101045>>> Import_Class_Protocol cSigCjCom_DTabControlPage 101046>>> Import_Class_Protocol cSigCjCom_DTabControlPageEvents 101047>>> 101047>>> Procedure Construct_Object 101049>>> Forward Send Construct_Object 101051>>> Set psProgID to L_cSigCjComTabControlPage 101052>>> Set psEventId to "{C0DE2030-4866-4C45-AF97-E4F95E2BA55A}" 101053>>> Set peAutoCreate to acDeferredAutoCreate 101054>>> End_Procedure 101055>>>End_Class 101056>>> 101056>>>// Dispatch interface for property page for TabControl 101056>>>Class cSigCjCom_DTabControlPropPage is a Mixin 101057>>>End_Class 101058>>> 101058>>>// Property page for TabControl 101058>>>Class cSigCjComTabControlPropPage is a cComAutomationObject 101059>>> Import_Class_Protocol cSigCjCom_DTabControlPropPage 101060>>> 101060>>> Procedure Construct_Object 101062>>> Forward Send Construct_Object 101064>>> Set psProgID to L_cSigCjComTabControlPropPage 101065>>> Set peAutoCreate to acNoAutoCreate 101066>>> End_Procedure 101067>>>End_Class 101068>>> 101068>>>// Dispatch interface for property page for TabMargins 101068>>>Class cSigCjCom_DTabMarginsPropPage is a Mixin 101069>>>End_Class 101070>>> 101070>>>// Property page for TabMargins 101070>>>Class cSigCjComTabMarginsPropPage is a cComAutomationObject 101071>>> Import_Class_Protocol cSigCjCom_DTabMarginsPropPage 101072>>> 101072>>> Procedure Construct_Object 101074>>> Forward Send Construct_Object 101076>>> Set psProgID to L_cSigCjComTabMarginsPropPage 101077>>> Set peAutoCreate to acNoAutoCreate 101078>>> End_Procedure 101079>>>End_Class 101080>>> 101080>>>// Dispatch interface for property page for TabPaintManager 101080>>>Class cSigCjCom_DTabPaintManagerPropPage is a Mixin 101081>>>End_Class 101082>>> 101082>>>// Property page for TabPaintManager 101082>>>Class cSigCjComTabPaintManagerPropPage is a cComAutomationObject 101083>>> Import_Class_Protocol cSigCjCom_DTabPaintManagerPropPage 101084>>> 101084>>> Procedure Construct_Object 101086>>> Forward Send Construct_Object 101088>>> Set psProgID to L_cSigCjComTabPaintManagerPropPage 101089>>> Set peAutoCreate to acNoAutoCreate 101090>>> End_Procedure 101091>>>End_Class 101092>>> 101092>>>Class cSigCjComIPopupControlItem is a Mixin 101093>>> 101093>>> Function ComCaption Returns String 101095>>> String retVal 101095>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 101096>>> Function_Return retVal 101097>>> End_Function 101098>>> 101098>>> Procedure Set ComCaption String value 101100>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 101101>>> End_Procedure 101102>>> 101102>>> Function ComTextAlignment Returns OLEXTPItemAlignment 101104>>> OLEXTPItemAlignment retVal 101104>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 101105>>> Function_Return retVal 101106>>> End_Function 101107>>> 101107>>> Procedure Set ComTextAlignment OLEXTPItemAlignment value 101109>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 101110>>> End_Procedure 101111>>> 101111>>> Function ComHyperLink Returns Boolean 101113>>> Boolean retVal 101113>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 101114>>> Function_Return retVal 101115>>> End_Function 101116>>> 101116>>> Procedure Set ComHyperLink Boolean value 101118>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 101119>>> End_Procedure 101120>>> 101120>>> Function ComButton Returns Boolean 101122>>> Boolean retVal 101122>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 101123>>> Function_Return retVal 101124>>> End_Function 101125>>> 101125>>> Procedure Set ComButton Boolean value 101127>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 101128>>> End_Procedure 101129>>> 101129>>> Function ComId Returns Integer 101131>>> Integer retVal 101131>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 101132>>> Function_Return retVal 101133>>> End_Function 101134>>> 101134>>> Procedure Set ComId Integer value 101136>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 101137>>> End_Procedure 101138>>> 101138>>> Function ComTextColor Returns OLE_COLOR 101140>>> OLE_COLOR retVal 101140>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 101141>>> Function_Return retVal 101142>>> End_Function 101143>>> 101143>>> Procedure Set ComTextColor OLE_COLOR value 101145>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 101146>>> End_Procedure 101147>>> 101147>>> Function ComBackgroundColor Returns OLE_COLOR 101149>>> OLE_COLOR retVal 101149>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 101150>>> Function_Return retVal 101151>>> End_Function 101152>>> 101152>>> Procedure Set ComBackgroundColor OLE_COLOR value 101154>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 101155>>> End_Procedure 101156>>> 101156>>> Function ComBorderColor Returns OLE_COLOR 101158>>> OLE_COLOR retVal 101158>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 101159>>> Function_Return retVal 101160>>> End_Function 101161>>> 101161>>> Procedure Set ComBorderColor OLE_COLOR value 101163>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 101164>>> End_Procedure 101165>>> 101165>>> Function ComBold Returns Boolean 101167>>> Boolean retVal 101167>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 101168>>> Function_Return retVal 101169>>> End_Function 101170>>> 101170>>> Procedure Set ComBold Boolean value 101172>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 101173>>> End_Procedure 101174>>> 101174>>> Function ComIconIndex Returns Integer 101176>>> Integer retVal 101176>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 101177>>> Function_Return retVal 101178>>> End_Function 101179>>> 101179>>> Procedure Set ComIconIndex Integer value 101181>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 101182>>> End_Procedure 101183>>> 101183>>> Function ComLeft Returns Integer 101185>>> Integer retVal 101185>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 101186>>> Function_Return retVal 101187>>> End_Function 101188>>> 101188>>> Procedure Set ComLeft Integer value 101190>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 101191>>> End_Procedure 101192>>> 101192>>> Function ComTop Returns Integer 101194>>> Integer retVal 101194>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 101195>>> Function_Return retVal 101196>>> End_Function 101197>>> 101197>>> Procedure Set ComTop Integer value 101199>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 101200>>> End_Procedure 101201>>> 101201>>> Function ComWidth Returns Integer 101203>>> Integer retVal 101203>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 101204>>> Function_Return retVal 101205>>> End_Function 101206>>> 101206>>> Procedure Set ComWidth Integer value 101208>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 101209>>> End_Procedure 101210>>> 101210>>> Function ComHeight Returns Integer 101212>>> Integer retVal 101212>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 101213>>> Function_Return retVal 101214>>> End_Function 101215>>> 101215>>> Procedure Set ComHeight Integer value 101217>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 101218>>> End_Procedure 101219>>> 101219>>> Function ComFont Returns Variant 101221>>> Variant retVal 101221>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 101222>>> Function_Return retVal 101223>>> End_Function 101224>>> 101224>>> Procedure Set ComFont Variant value 101226>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 101227>>> End_Procedure 101228>>> 101228>>> Procedure ComSetIcon OLE_HANDLE llHandle OLEXTPPopupItemIcon llitemIcon 101230>>> Handle hDispatchDriver 101230>>> Get phDispatchDriver to hDispatchDriver 101231>>> Send PrepareParams to hDispatchDriver 2 101232>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 101233>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llitemIcon 101234>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 101235>>> End_Procedure 101236>>> 101236>>> Procedure ComSetIcons OLE_HANDLE llHandle OLE_COLOR llTransparentColor OLEXTPPopupItemIcon llitemIcon 101238>>> Handle hDispatchDriver 101238>>> Get phDispatchDriver to hDispatchDriver 101239>>> Send PrepareParams to hDispatchDriver 3 101240>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 101241>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTransparentColor 101242>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llitemIcon 101243>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 101244>>> End_Procedure 101245>>> 101245>>> Procedure ComCenterIcon 101247>>> Handle hDispatchDriver 101247>>> Get phDispatchDriver to hDispatchDriver 101248>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 101249>>> End_Procedure 101250>>> 101250>>> Procedure ComCalculateHeight 101252>>> Handle hDispatchDriver 101252>>> Get phDispatchDriver to hDispatchDriver 101253>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 101254>>> End_Procedure 101255>>> 101255>>> Procedure ComCalculateWidth 101257>>> Handle hDispatchDriver 101257>>> Get phDispatchDriver to hDispatchDriver 101258>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 101259>>> End_Procedure 101260>>>End_Class 101261>>> 101261>>>Class cSigCjComPopupControlItem is a cComAutomationObject 101262>>> Import_Class_Protocol cSigCjComIPopupControlItem 101263>>> 101263>>> Procedure Construct_Object 101265>>> Forward Send Construct_Object 101267>>> Set peAutoCreate to acNoAutoCreate 101268>>> End_Procedure 101269>>>End_Class 101270>>> 101270>>>// Dispatch interface for PopupControl Control 101270>>>Class cSigCjCom_DPopupControl is a Mixin 101271>>> 101271>>> Function ComFont Returns Variant 101273>>> Variant retVal 101273>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 101274>>> Function_Return retVal 101275>>> End_Function 101276>>> 101276>>> Procedure Set ComFont Variant value 101278>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 101279>>> End_Procedure 101280>>> 101280>>> Function ComVisualTheme Returns OLEXTPPopupPaintTheme 101282>>> OLEXTPPopupPaintTheme retVal 101282>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 101283>>> Function_Return retVal 101284>>> End_Function 101285>>> 101285>>> Procedure Set ComVisualTheme OLEXTPPopupPaintTheme value 101287>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 101288>>> End_Procedure 101289>>> 101289>>> Function ComWidth Returns Integer 101291>>> Integer retVal 101291>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 101292>>> Function_Return retVal 101293>>> End_Function 101294>>> 101294>>> Procedure Set ComWidth Integer value 101296>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 101297>>> End_Procedure 101298>>> 101298>>> Function ComHeight Returns Integer 101300>>> Integer retVal 101300>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 101301>>> Function_Return retVal 101302>>> End_Function 101303>>> 101303>>> Procedure Set ComHeight Integer value 101305>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 101306>>> End_Procedure 101307>>> 101307>>> Function ComAnimation Returns OLEXTPPopupAnimation 101309>>> OLEXTPPopupAnimation retVal 101309>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 101310>>> Function_Return retVal 101311>>> End_Function 101312>>> 101312>>> Procedure Set ComAnimation OLEXTPPopupAnimation value 101314>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 101315>>> End_Procedure 101316>>> 101316>>> Function ComAnimateDelay Returns Integer 101318>>> Integer retVal 101318>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 101319>>> Function_Return retVal 101320>>> End_Function 101321>>> 101321>>> Procedure Set ComAnimateDelay Integer value 101323>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 101324>>> End_Procedure 101325>>> 101325>>> Function ComShowDelay Returns Integer 101327>>> Integer retVal 101327>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 101328>>> Function_Return retVal 101329>>> End_Function 101330>>> 101330>>> Procedure Set ComShowDelay Integer value 101332>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 101333>>> End_Procedure 101334>>> 101334>>> Function ComTransparency Returns Integer 101336>>> Integer retVal 101336>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 101337>>> Function_Return retVal 101338>>> End_Function 101339>>> 101339>>> Procedure Set ComTransparency Integer value 101341>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 101342>>> End_Procedure 101343>>> 101343>>> Function ComRight Returns Integer 101345>>> Integer retVal 101345>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 101346>>> Function_Return retVal 101347>>> End_Function 101348>>> 101348>>> Procedure Set ComRight Integer value 101350>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 101351>>> End_Procedure 101352>>> 101352>>> Function ComBottom Returns Integer 101354>>> Integer retVal 101354>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 101355>>> Function_Return retVal 101356>>> End_Function 101357>>> 101357>>> Procedure Set ComBottom Integer value 101359>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 101360>>> End_Procedure 101361>>> 101361>>> Function ComAllowMove Returns Boolean 101363>>> Boolean retVal 101363>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 101364>>> Function_Return retVal 101365>>> End_Function 101366>>> 101366>>> Procedure Set ComAllowMove Boolean value 101368>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 101369>>> End_Procedure 101370>>> 101370>>> Function ComSplashScreenMode Returns Boolean 101372>>> Boolean retVal 101372>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 101373>>> Function_Return retVal 101374>>> End_Function 101375>>> 101375>>> Procedure Set ComSplashScreenMode Boolean value 101377>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 101378>>> End_Procedure 101379>>> 101379>>> Function ComIcons Returns Variant 101381>>> Variant retVal 101381>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_DISPATCH to retVal 101382>>> Function_Return retVal 101383>>> End_Function 101384>>> 101384>>> Procedure Set ComIcons Variant value 101386>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_DISPATCH to value 101387>>> End_Procedure 101388>>> 101388>>> Function ComRightToLeft Returns Boolean 101390>>> Boolean retVal 101390>>> Get ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to retVal 101391>>> Function_Return retVal 101392>>> End_Function 101393>>> 101393>>> Procedure Set ComRightToLeft Boolean value 101395>>> Set ComProperty of (phDispatchDriver(Self)) -611 OLE_VT_BOOL to value 101396>>> End_Procedure 101397>>> 101397>>> Function ComBackgroundBitmap Returns Integer 101399>>> Integer retVal 101399>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to retVal 101400>>> Function_Return retVal 101401>>> End_Function 101402>>> 101402>>> Procedure Set ComBackgroundBitmap Integer value 101404>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to value 101405>>> End_Procedure 101406>>> 101406>>> Function ComEnableMarkup Returns Boolean 101408>>> Boolean retVal 101408>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 101409>>> Function_Return retVal 101410>>> End_Function 101411>>> 101411>>> Procedure Set ComEnableMarkup Boolean value 101413>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 101414>>> End_Procedure 101415>>> 101415>>> Function ComDefaultLocation Returns OLEXTPPopupLocation 101417>>> OLEXTPPopupLocation retVal 101417>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 101418>>> Function_Return retVal 101419>>> End_Function 101420>>> 101420>>> Procedure Set ComDefaultLocation OLEXTPPopupLocation value 101422>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 101423>>> End_Procedure 101424>>> 101424>>> Function ComReCreateReparented Returns Boolean 101426>>> Boolean retVal 101426>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 101427>>> Function_Return retVal 101428>>> End_Function 101429>>> 101429>>> Procedure Set ComReCreateReparented Boolean value 101431>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 101432>>> End_Procedure 101433>>> 101433>>> Procedure ComSetSize Integer llcx Integer llcy 101435>>> Handle hDispatchDriver 101435>>> Get phDispatchDriver to hDispatchDriver 101436>>> Send PrepareParams to hDispatchDriver 2 101437>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 101438>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 101439>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 101440>>> End_Procedure 101441>>> 101441>>> Procedure ComShow 101443>>> Handle hDispatchDriver 101443>>> Get phDispatchDriver to hDispatchDriver 101444>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 101445>>> End_Procedure 101446>>> 101446>>> Function ComAddItem Integer llLeft Integer llTop Integer llRight Integer llBottom String llCaption Variant llBackgroundColor Variant llBorderColor Returns Variant 101448>>> Handle hDispatchDriver 101448>>> Variant retVal 101448>>> Get phDispatchDriver to hDispatchDriver 101449>>> Send PrepareParams to hDispatchDriver 7 101450>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 101451>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 101452>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 101453>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 101454>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 101455>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBackgroundColor 101456>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llBorderColor 101457>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 101458>>> Function_Return retVal 101459>>> End_Function 101460>>> 101460>>> Procedure ComRemoveAllItems 101462>>> Handle hDispatchDriver 101462>>> Get phDispatchDriver to hDispatchDriver 101463>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 101464>>> End_Procedure 101465>>> 101465>>> Function ComState Returns OLEXTPPopupState 101467>>> Handle hDispatchDriver 101467>>> OLEXTPPopupState retVal 101467>>> Get phDispatchDriver to hDispatchDriver 101468>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 101469>>> Function_Return retVal 101470>>> End_Function 101471>>> 101471>>> Procedure ComClose 101473>>> Handle hDispatchDriver 101473>>> Get phDispatchDriver to hDispatchDriver 101474>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 101475>>> End_Procedure 101476>>> 101476>>> Procedure ComHide 101478>>> Handle hDispatchDriver 101478>>> Get phDispatchDriver to hDispatchDriver 101479>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 101480>>> End_Procedure 101481>>> 101481>>> Procedure ComRemoveItem Integer llIndex 101483>>> Handle hDispatchDriver 101483>>> Get phDispatchDriver to hDispatchDriver 101484>>> Send PrepareParams to hDispatchDriver 1 101485>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 101486>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 101487>>> End_Procedure 101488>>> 101488>>> Function ComItem Integer llIndex Returns Variant 101490>>> Handle hDispatchDriver 101490>>> Variant retVal 101490>>> Get phDispatchDriver to hDispatchDriver 101491>>> Send PrepareParams to hDispatchDriver 1 101492>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 101493>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 101494>>> Function_Return retVal 101495>>> End_Function 101496>>> 101496>>> Function ComItemCount Returns Integer 101498>>> Handle hDispatchDriver 101498>>> Integer retVal 101498>>> Get phDispatchDriver to hDispatchDriver 101499>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_I4 to retVal 101500>>> Function_Return retVal 101501>>> End_Function 101502>>> 101502>>> Procedure ComAboutBox 101504>>> Handle hDispatchDriver 101504>>> Get phDispatchDriver to hDispatchDriver 101505>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 101506>>> End_Procedure 101507>>> 101507>>> Function ComMarkupContext Returns Variant 101509>>> Handle hDispatchDriver 101509>>> Variant retVal 101509>>> Get phDispatchDriver to hDispatchDriver 101510>>> Get InvokeComMethod of hDispatchDriver 40 OLE_VT_DISPATCH to retVal 101511>>> Function_Return retVal 101512>>> End_Function 101513>>>End_Class 101514>>> 101514>>>// Event interface for PopupControl Control 101514>>>Class cSigCjCom_DPopupControlEvents is a Mixin 101515>>> 101515>>> Procedure OnComStateChanged 101517>>> End_Procedure 101518>>> 101518>>> Procedure OnComItemClick Variant llItem 101520>>> End_Procedure 101521>>> 101521>>> Procedure OnComReCreated 101523>>> End_Procedure 101524>>> 101524>>> Procedure RegisterComEvents 101526>>> Send RegisterComEvent 1 msg_OnComStateChanged 101527>>> Send RegisterComEvent 2 msg_OnComItemClick 101528>>> Send RegisterComEvent 10001000 msg_OnComReCreated 101529>>> End_Procedure 101530>>>End_Class 101531>>> 101531>>>// PopupControl Control 101531>>>Class cSigCjComPopupControl is a cComActiveXControl 101532>>> Import_Class_Protocol cSigCjCom_DPopupControl 101533>>> Import_Class_Protocol cSigCjCom_DPopupControlEvents 101534>>> 101534>>> Procedure Construct_Object 101536>>> Forward Send Construct_Object 101538>>> Set psProgID to L_cSigCjComPopupControl 101539>>> Set psEventId to "{C0DE2030-7787-44CF-AD0F-59D3D2737E5E}" 101540>>> Set psLicenseKey to L_cSigCjKeyControls 101541>>> Set peAutoCreate to acAutoCreate 101542>>> End_Procedure 101543>>>End_Class 101544>>> 101544>>>// Dispatch interface for TreeView Control 101544>>>Class cSigCjCom_DTreeView is a Mixin 101545>>> 101545>>> Function ComPathSeparator Returns String 101547>>> String retVal 101547>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 101548>>> Function_Return retVal 101549>>> End_Function 101550>>> 101550>>> Procedure Set ComPathSeparator String value 101552>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 101553>>> End_Procedure 101554>>> 101554>>> Function ComHideSelection Returns Boolean 101556>>> Boolean retVal 101556>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 101557>>> Function_Return retVal 101558>>> End_Function 101559>>> 101559>>> Procedure Set ComHideSelection Boolean value 101561>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 101562>>> End_Procedure 101563>>> 101563>>> Function ComFullRowSelect Returns Boolean 101565>>> Boolean retVal 101565>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 101566>>> Function_Return retVal 101567>>> End_Function 101568>>> 101568>>> Procedure Set ComFullRowSelect Boolean value 101570>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 101571>>> End_Procedure 101572>>> 101572>>> Function ComEnabled Returns Boolean 101574>>> Boolean retVal 101574>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 101575>>> Function_Return retVal 101576>>> End_Function 101577>>> 101577>>> Procedure Set ComEnabled Boolean value 101579>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 101580>>> End_Procedure 101581>>> 101581>>> Function ComHWnd Returns OLE_HANDLE 101583>>> OLE_HANDLE retVal 101583>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 101584>>> Function_Return retVal 101585>>> End_Function 101586>>> 101586>>> Procedure Set ComHWnd OLE_HANDLE value 101588>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 101589>>> End_Procedure 101590>>> 101590>>> Function ComFont Returns Variant 101592>>> Variant retVal 101592>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 101593>>> Function_Return retVal 101594>>> End_Function 101595>>> 101595>>> Procedure Set ComFont Variant value 101597>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 101598>>> End_Procedure 101599>>> 101599>>> Function ComCheckboxes Returns Boolean 101601>>> Boolean retVal 101601>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 101602>>> Function_Return retVal 101603>>> End_Function 101604>>> 101604>>> Procedure Set ComCheckboxes Boolean value 101606>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 101607>>> End_Procedure 101608>>> 101608>>> Function ComSingleSel Returns Boolean 101610>>> Boolean retVal 101610>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 101611>>> Function_Return retVal 101612>>> End_Function 101613>>> 101613>>> Procedure Set ComSingleSel Boolean value 101615>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 101616>>> End_Procedure 101617>>> 101617>>> Function ComScroll Returns Boolean 101619>>> Boolean retVal 101619>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 101620>>> Function_Return retVal 101621>>> End_Function 101622>>> 101622>>> Procedure Set ComScroll Boolean value 101624>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 101625>>> End_Procedure 101626>>> 101626>>> Function ComHotTracking Returns Boolean 101628>>> Boolean retVal 101628>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 101629>>> Function_Return retVal 101630>>> End_Function 101631>>> 101631>>> Procedure Set ComHotTracking Boolean value 101633>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 101634>>> End_Procedure 101635>>> 101635>>> Function ComShowPlusMinus Returns Boolean 101637>>> Boolean retVal 101637>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 101638>>> Function_Return retVal 101639>>> End_Function 101640>>> 101640>>> Procedure Set ComShowPlusMinus Boolean value 101642>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 101643>>> End_Procedure 101644>>> 101644>>> Function ComShowLines Returns OLETreeViewLinesStyle 101646>>> OLETreeViewLinesStyle retVal 101646>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 101647>>> Function_Return retVal 101648>>> End_Function 101649>>> 101649>>> Procedure Set ComShowLines OLETreeViewLinesStyle value 101651>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 101652>>> End_Procedure 101653>>> 101653>>> Function ComLabelEdit Returns OLETreeViewLabelEdit 101655>>> OLETreeViewLabelEdit retVal 101655>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 101656>>> Function_Return retVal 101657>>> End_Function 101658>>> 101658>>> Procedure Set ComLabelEdit OLETreeViewLabelEdit value 101660>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 101661>>> End_Procedure 101662>>> 101662>>> Function ComUseVisualStyle Returns Boolean 101664>>> Boolean retVal 101664>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 101665>>> Function_Return retVal 101666>>> End_Function 101667>>> 101667>>> Procedure Set ComUseVisualStyle Boolean value 101669>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 101670>>> End_Procedure 101671>>> 101671>>> Function ComRightToLeft Returns Boolean 101673>>> Boolean retVal 101673>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 101674>>> Function_Return retVal 101675>>> End_Function 101676>>> 101676>>> Procedure Set ComRightToLeft Boolean value 101678>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 101679>>> End_Procedure 101680>>> 101680>>> Function ComRightToLeftReading Returns Boolean 101682>>> Boolean retVal 101682>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 101683>>> Function_Return retVal 101684>>> End_Function 101685>>> 101685>>> Procedure Set ComRightToLeftReading Boolean value 101687>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 101688>>> End_Procedure 101689>>> 101689>>> Function ComAppearance Returns OLEAppearanceStyle 101691>>> OLEAppearanceStyle retVal 101691>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 101692>>> Function_Return retVal 101693>>> End_Function 101694>>> 101694>>> Procedure Set ComAppearance OLEAppearanceStyle value 101696>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 101697>>> End_Procedure 101698>>> 101698>>> Function ComSelectedItem Returns Variant 101700>>> Variant retVal 101700>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_DISPATCH to retVal 101701>>> Function_Return retVal 101702>>> End_Function 101703>>> 101703>>> Procedure Set ComSelectedItem Variant value 101705>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_DISPATCH to value 101706>>> End_Procedure 101707>>> 101707>>> Function ComIconSize Returns Integer 101709>>> Integer retVal 101709>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 101710>>> Function_Return retVal 101711>>> End_Function 101712>>> 101712>>> Procedure Set ComIconSize Integer value 101714>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 101715>>> End_Procedure 101716>>> 101716>>> Function ComIcons Returns Variant 101718>>> Variant retVal 101718>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_DISPATCH to retVal 101719>>> Function_Return retVal 101720>>> End_Function 101721>>> 101721>>> Procedure Set ComIcons Variant value 101723>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_DISPATCH to value 101724>>> End_Procedure 101725>>> 101725>>> Function ComIndentation Returns Integer 101727>>> Integer retVal 101727>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 101728>>> Function_Return retVal 101729>>> End_Function 101730>>> 101730>>> Procedure Set ComIndentation Integer value 101732>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 101733>>> End_Procedure 101734>>> 101734>>> Function ComBackColor Returns OLE_COLOR 101736>>> OLE_COLOR retVal 101736>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 101737>>> Function_Return retVal 101738>>> End_Function 101739>>> 101739>>> Procedure Set ComBackColor OLE_COLOR value 101741>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 101742>>> End_Procedure 101743>>> 101743>>> Function ComForeColor Returns OLE_COLOR 101745>>> OLE_COLOR retVal 101745>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 101746>>> Function_Return retVal 101747>>> End_Function 101748>>> 101748>>> Procedure Set ComForeColor OLE_COLOR value 101750>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 101751>>> End_Procedure 101752>>> 101752>>> Function ComShowBorder Returns Boolean 101754>>> Boolean retVal 101754>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 101755>>> Function_Return retVal 101756>>> End_Function 101757>>> 101757>>> Procedure Set ComShowBorder Boolean value 101759>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 101760>>> End_Procedure 101761>>> 101761>>> Function ComDropHighlight Returns Variant 101763>>> Variant retVal 101763>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_DISPATCH to retVal 101764>>> Function_Return retVal 101765>>> End_Function 101766>>> 101766>>> Procedure Set ComDropHighlight Variant value 101768>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_DISPATCH to value 101769>>> End_Procedure 101770>>> 101770>>> // Returns/Sets whether this control can act as an OLE drop target. 101770>>> Function ComOLEDropMode Returns OLEOLEDropConstants 101772>>> OLEOLEDropConstants retVal 101772>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 101773>>> Function_Return retVal 101774>>> End_Function 101775>>> 101775>>> // Returns/Sets whether this control can act as an OLE drop target. 101775>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 101777>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 101778>>> End_Procedure 101779>>> 101779>>> Function ComOLEDragMode Returns OLEOLEDragConstants 101781>>> OLEOLEDragConstants retVal 101781>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 101782>>> Function_Return retVal 101783>>> End_Function 101784>>> 101784>>> Procedure Set ComOLEDragMode OLEOLEDragConstants value 101786>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 101787>>> End_Procedure 101788>>> 101788>>> // Indicates whether the elements of a control are automatically sorted alphabetically. 101788>>> Function ComSorted Returns Boolean 101790>>> Boolean retVal 101790>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to retVal 101791>>> Function_Return retVal 101792>>> End_Function 101793>>> 101793>>> // Indicates whether the elements of a control are automatically sorted alphabetically. 101793>>> Procedure Set ComSorted Boolean value 101795>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to value 101796>>> End_Procedure 101797>>> 101797>>> Function ComEnableMarkup Returns Boolean 101799>>> Boolean retVal 101799>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 101800>>> Function_Return retVal 101801>>> End_Function 101802>>> 101802>>> Procedure Set ComEnableMarkup Boolean value 101804>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 101805>>> End_Procedure 101806>>> 101806>>> Function ComSelectionBackColor Returns OLE_COLOR 101808>>> OLE_COLOR retVal 101808>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 101809>>> Function_Return retVal 101810>>> End_Function 101811>>> 101811>>> Procedure Set ComSelectionBackColor OLE_COLOR value 101813>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 101814>>> End_Procedure 101815>>> 101815>>> Function ComSelectionForeColor Returns OLE_COLOR 101817>>> OLE_COLOR retVal 101817>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 101818>>> Function_Return retVal 101819>>> End_Function 101820>>> 101820>>> Procedure Set ComSelectionForeColor OLE_COLOR value 101822>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 101823>>> End_Procedure 101824>>> 101824>>> Function ComControlToolTip Returns String 101826>>> String retVal 101826>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 101827>>> Function_Return retVal 101828>>> End_Function 101829>>> 101829>>> Procedure Set ComControlToolTip String value 101831>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 101832>>> End_Procedure 101833>>> 101833>>> Function ComUpdateBackColorOnAppearanceChange Returns Boolean 101835>>> Boolean retVal 101835>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 101836>>> Function_Return retVal 101837>>> End_Function 101838>>> 101838>>> Procedure Set ComUpdateBackColorOnAppearanceChange Boolean value 101840>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 101841>>> End_Procedure 101842>>> 101842>>> Function ComUpdateForeColorOnAppearanceChange Returns Boolean 101844>>> Boolean retVal 101844>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 101845>>> Function_Return retVal 101846>>> End_Function 101847>>> 101847>>> Procedure Set ComUpdateForeColorOnAppearanceChange Boolean value 101849>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 101850>>> End_Procedure 101851>>> 101851>>> Function ComReCreateReparented Returns Boolean 101853>>> Boolean retVal 101853>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 101854>>> Function_Return retVal 101855>>> End_Function 101856>>> 101856>>> Procedure Set ComReCreateReparented Boolean value 101858>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 101859>>> End_Procedure 101860>>> 101860>>> Function ComNodes Returns Variant 101862>>> Handle hDispatchDriver 101862>>> Variant retVal 101862>>> Get phDispatchDriver to hDispatchDriver 101863>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 101864>>> Function_Return retVal 101865>>> End_Function 101866>>> 101866>>> Procedure ComStartLabelEdit 101868>>> Handle hDispatchDriver 101868>>> Get phDispatchDriver to hDispatchDriver 101869>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 101870>>> End_Procedure 101871>>> 101871>>> Function ComGetVisibleCount Returns Integer 101873>>> Handle hDispatchDriver 101873>>> Integer retVal 101873>>> Get phDispatchDriver to hDispatchDriver 101874>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 101875>>> Function_Return retVal 101876>>> End_Function 101877>>> 101877>>> Function ComHitTest Float llx Float lly Returns Variant 101879>>> Handle hDispatchDriver 101879>>> Variant retVal 101879>>> Get phDispatchDriver to hDispatchDriver 101880>>> Send PrepareParams to hDispatchDriver 2 101881>>> Send DefineParam to hDispatchDriver OLE_VT_R4 llx 101882>>> Send DefineParam to hDispatchDriver OLE_VT_R4 lly 101883>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 101884>>> Function_Return retVal 101885>>> End_Function 101886>>> 101886>>> Procedure ComOLEDrag 101888>>> Handle hDispatchDriver 101888>>> Get phDispatchDriver to hDispatchDriver 101889>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 101890>>> End_Procedure 101891>>> 101891>>> Procedure ComSetIconSize Integer llcx Integer llcy 101893>>> Handle hDispatchDriver 101893>>> Get phDispatchDriver to hDispatchDriver 101894>>> Send PrepareParams to hDispatchDriver 2 101895>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 101896>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 101897>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 101898>>> End_Procedure 101899>>> 101899>>> Procedure ComAboutBox 101901>>> Handle hDispatchDriver 101901>>> Get phDispatchDriver to hDispatchDriver 101902>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 101903>>> End_Procedure 101904>>> 101904>>> Function ComToolTipContext Returns Variant 101906>>> Handle hDispatchDriver 101906>>> Variant retVal 101906>>> Get phDispatchDriver to hDispatchDriver 101907>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 101908>>> Function_Return retVal 101909>>> End_Function 101910>>> 101910>>> Procedure ComEnableExplorerStyle Boolean llEnable Boolean llAutoHideExpandButtons 101912>>> Handle hDispatchDriver 101912>>> Get phDispatchDriver to hDispatchDriver 101913>>> Send PrepareParams to hDispatchDriver 2 101914>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 101915>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAutoHideExpandButtons 101916>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 101917>>> End_Procedure 101918>>> 101918>>> Function ComMarkupContext Returns Variant 101920>>> Handle hDispatchDriver 101920>>> Variant retVal 101920>>> Get phDispatchDriver to hDispatchDriver 101921>>> Get InvokeComMethod of hDispatchDriver 75 OLE_VT_DISPATCH to retVal 101922>>> Function_Return retVal 101923>>> End_Function 101924>>> 101924>>> Function ComGetItemHeight Returns Short 101926>>> Handle hDispatchDriver 101926>>> Short retVal 101926>>> Get phDispatchDriver to hDispatchDriver 101927>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_I2 to retVal 101928>>> Function_Return retVal 101929>>> End_Function 101930>>> 101930>>> Function ComSetItemHeight Short llHeight Returns Short 101932>>> Handle hDispatchDriver 101932>>> Short retVal 101932>>> Get phDispatchDriver to hDispatchDriver 101933>>> Send PrepareParams to hDispatchDriver 1 101934>>> Send DefineParam to hDispatchDriver OLE_VT_I2 llHeight 101935>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I2 to retVal 101936>>> Function_Return retVal 101937>>> End_Function 101938>>>End_Class 101939>>> 101939>>>// Event interface for TreeView Control 101939>>>Class cSigCjCom_DTreeViewEvents is a Mixin 101940>>> 101940>>> Procedure OnComBeforeLabelEdit Short ByRef llCancel 101942>>> End_Procedure 101943>>> 101943>>> Procedure OnComAfterLabelEdit Short ByRef llCancel String ByRef llNewString 101945>>> End_Procedure 101946>>> 101946>>> Procedure OnComCancelLabelEdit 101948>>> End_Procedure 101949>>> 101949>>> Procedure OnComNodeCheck Variant llNode 101951>>> End_Procedure 101952>>> 101952>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101954>>> End_Procedure 101955>>> 101955>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101957>>> End_Procedure 101958>>> 101958>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101960>>> End_Procedure 101961>>> 101961>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 101963>>> End_Procedure 101964>>> 101964>>> Procedure OnComKeyPress Short ByRef llKeyAscii 101966>>> End_Procedure 101967>>> 101967>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 101969>>> End_Procedure 101970>>> 101970>>> Procedure OnComDblClick 101972>>> End_Procedure 101973>>> 101973>>> Procedure OnComExpand Variant llNode 101975>>> End_Procedure 101976>>> 101976>>> Procedure OnComCollapse Variant llNode 101978>>> End_Procedure 101979>>> 101979>>> Procedure OnComNodeClick Variant llNode 101981>>> End_Procedure 101982>>> 101982>>> Procedure OnComExpanding Variant llNode 101984>>> End_Procedure 101985>>> 101985>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 101987>>> End_Procedure 101988>>> 101988>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 101990>>> End_Procedure 101991>>> 101991>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 101993>>> End_Procedure 101994>>> 101994>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 101996>>> End_Procedure 101997>>> 101997>>> Procedure OnComOLEGiveFeedback Integer ByRef llEffect Boolean ByRef llDefaultCursors 101999>>> End_Procedure 102000>>> 102000>>> Procedure OnComOLESetData Variant llData Short ByRef llDataFormat 102002>>> End_Procedure 102003>>> 102003>>> Procedure OnComReCreated 102005>>> End_Procedure 102006>>> 102006>>> Procedure RegisterComEvents 102008>>> Send RegisterComEvent 1 msg_OnComBeforeLabelEdit 102009>>> Send RegisterComEvent 2 msg_OnComAfterLabelEdit 102010>>> Send RegisterComEvent 8 msg_OnComCancelLabelEdit 102011>>> Send RegisterComEvent 3 msg_OnComNodeCheck 102012>>> Send RegisterComEvent -605 msg_OnComMouseDown 102013>>> Send RegisterComEvent -606 msg_OnComMouseMove 102014>>> Send RegisterComEvent -607 msg_OnComMouseUp 102015>>> Send RegisterComEvent -602 msg_OnComKeyDown 102016>>> Send RegisterComEvent -603 msg_OnComKeyPress 102017>>> Send RegisterComEvent -604 msg_OnComKeyUp 102018>>> Send RegisterComEvent -601 msg_OnComDblClick 102019>>> Send RegisterComEvent 4 msg_OnComExpand 102020>>> Send RegisterComEvent 5 msg_OnComCollapse 102021>>> Send RegisterComEvent 6 msg_OnComNodeClick 102022>>> Send RegisterComEvent 7 msg_OnComExpanding 102023>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 102024>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 102025>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 102026>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 102027>>> Send RegisterComEvent 305 msg_OnComOLEGiveFeedback 102028>>> Send RegisterComEvent 306 msg_OnComOLESetData 102029>>> Send RegisterComEvent 10001000 msg_OnComReCreated 102030>>> End_Procedure 102031>>>End_Class 102032>>> 102032>>>// TreeView Control 102032>>>Class cSigCjComTreeView is a cComActiveXControl 102033>>> Import_Class_Protocol cSigCjCom_DTreeView 102034>>> Import_Class_Protocol cSigCjCom_DTreeViewEvents 102035>>> 102035>>> Procedure Construct_Object 102037>>> Forward Send Construct_Object 102039>>> Set psProgID to L_cSigCjComTreeView 102040>>> Set psEventId to "{C0DE2030-AB5E-4C8E-97A7-E02F99ACDA71}" 102041>>> Set psLicenseKey to L_cSigCjKeyControls 102042>>> Set peAutoCreate to acDeferredAutoCreate 102043>>> End_Procedure 102044>>>End_Class 102045>>> 102045>>>// Dispatch interface for ListView Control 102045>>>Class cSigCjCom_DListView is a Mixin 102046>>> 102046>>> Function ComCheckboxes Returns Boolean 102048>>> Boolean retVal 102048>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 102049>>> Function_Return retVal 102050>>> End_Function 102051>>> 102051>>> Procedure Set ComCheckboxes Boolean value 102053>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 102054>>> End_Procedure 102055>>> 102055>>> Function ComMultiSelect Returns Boolean 102057>>> Boolean retVal 102057>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 102058>>> Function_Return retVal 102059>>> End_Function 102060>>> 102060>>> Procedure Set ComMultiSelect Boolean value 102062>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 102063>>> End_Procedure 102064>>> 102064>>> Function ComHideSelection Returns Boolean 102066>>> Boolean retVal 102066>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 102067>>> Function_Return retVal 102068>>> End_Function 102069>>> 102069>>> Procedure Set ComHideSelection Boolean value 102071>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 102072>>> End_Procedure 102073>>> 102073>>> Function ComView Returns OLEListViewStyle 102075>>> OLEListViewStyle retVal 102075>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 102076>>> Function_Return retVal 102077>>> End_Function 102078>>> 102078>>> Procedure Set ComView OLEListViewStyle value 102080>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 102081>>> End_Procedure 102082>>> 102082>>> Function ComHideColumnHeaders Returns Boolean 102084>>> Boolean retVal 102084>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 102085>>> Function_Return retVal 102086>>> End_Function 102087>>> 102087>>> Procedure Set ComHideColumnHeaders Boolean value 102089>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 102090>>> End_Procedure 102091>>> 102091>>> Function ComGridLines Returns Boolean 102093>>> Boolean retVal 102093>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 102094>>> Function_Return retVal 102095>>> End_Function 102096>>> 102096>>> Procedure Set ComGridLines Boolean value 102098>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 102099>>> End_Procedure 102100>>> 102100>>> Function ComEnabled Returns Boolean 102102>>> Boolean retVal 102102>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 102103>>> Function_Return retVal 102104>>> End_Function 102105>>> 102105>>> Procedure Set ComEnabled Boolean value 102107>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 102108>>> End_Procedure 102109>>> 102109>>> Function ComHWnd Returns OLE_HANDLE 102111>>> OLE_HANDLE retVal 102111>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 102112>>> Function_Return retVal 102113>>> End_Function 102114>>> 102114>>> Procedure Set ComHWnd OLE_HANDLE value 102116>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 102117>>> End_Procedure 102118>>> 102118>>> Function ComLabelWrap Returns Boolean 102120>>> Boolean retVal 102120>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 102121>>> Function_Return retVal 102122>>> End_Function 102123>>> 102123>>> Procedure Set ComLabelWrap Boolean value 102125>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 102126>>> End_Procedure 102127>>> 102127>>> Function ComFullRowSelect Returns Boolean 102129>>> Boolean retVal 102129>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 102130>>> Function_Return retVal 102131>>> End_Function 102132>>> 102132>>> Procedure Set ComFullRowSelect Boolean value 102134>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 102135>>> End_Procedure 102136>>> 102136>>> Function ComHotTracking Returns Boolean 102138>>> Boolean retVal 102138>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 102139>>> Function_Return retVal 102140>>> End_Function 102141>>> 102141>>> Procedure Set ComHotTracking Boolean value 102143>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 102144>>> End_Procedure 102145>>> 102145>>> Function ComHoverSelection Returns Boolean 102147>>> Boolean retVal 102147>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 102148>>> Function_Return retVal 102149>>> End_Function 102150>>> 102150>>> Procedure Set ComHoverSelection Boolean value 102152>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 102153>>> End_Procedure 102154>>> 102154>>> Function ComFlatScrollBar Returns Boolean 102156>>> Boolean retVal 102156>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 102157>>> Function_Return retVal 102158>>> End_Function 102159>>> 102159>>> Procedure Set ComFlatScrollBar Boolean value 102161>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 102162>>> End_Procedure 102163>>> 102163>>> Function ComAllowColumnReorder Returns Boolean 102165>>> Boolean retVal 102165>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 102166>>> Function_Return retVal 102167>>> End_Function 102168>>> 102168>>> Procedure Set ComAllowColumnReorder Boolean value 102170>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 102171>>> End_Procedure 102172>>> 102172>>> Function ComUseVisualStyle Returns Boolean 102174>>> Boolean retVal 102174>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 102175>>> Function_Return retVal 102176>>> End_Function 102177>>> 102177>>> Procedure Set ComUseVisualStyle Boolean value 102179>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 102180>>> End_Procedure 102181>>> 102181>>> Function ComFont Returns Variant 102183>>> Variant retVal 102183>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 102184>>> Function_Return retVal 102185>>> End_Function 102186>>> 102186>>> Procedure Set ComFont Variant value 102188>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 102189>>> End_Procedure 102190>>> 102190>>> Function ComLabelEdit Returns OLEListViewLabelEdit 102192>>> OLEListViewLabelEdit retVal 102192>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 102193>>> Function_Return retVal 102194>>> End_Function 102195>>> 102195>>> Procedure Set ComLabelEdit OLEListViewLabelEdit value 102197>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 102198>>> End_Procedure 102199>>> 102199>>> Function ComIconSize Returns Integer 102201>>> Integer retVal 102201>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 102202>>> Function_Return retVal 102203>>> End_Function 102204>>> 102204>>> Procedure Set ComIconSize Integer value 102206>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 102207>>> End_Procedure 102208>>> 102208>>> Function ComRightToLeft Returns Boolean 102210>>> Boolean retVal 102210>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 102211>>> Function_Return retVal 102212>>> End_Function 102213>>> 102213>>> Procedure Set ComRightToLeft Boolean value 102215>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 102216>>> End_Procedure 102217>>> 102217>>> Function ComSorted Returns Boolean 102219>>> Boolean retVal 102219>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 102220>>> Function_Return retVal 102221>>> End_Function 102222>>> 102222>>> Procedure Set ComSorted Boolean value 102224>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 102225>>> End_Procedure 102226>>> 102226>>> Function ComSortKey Returns Integer 102228>>> Integer retVal 102228>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 102229>>> Function_Return retVal 102230>>> End_Function 102231>>> 102231>>> Procedure Set ComSortKey Integer value 102233>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 102234>>> End_Procedure 102235>>> 102235>>> Function ComSortOrder Returns Integer 102237>>> Integer retVal 102237>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 102238>>> Function_Return retVal 102239>>> End_Function 102240>>> 102240>>> Procedure Set ComSortOrder Integer value 102242>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 102243>>> End_Procedure 102244>>> 102244>>> Function ComAppearance Returns OLEAppearanceStyle 102246>>> OLEAppearanceStyle retVal 102246>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 102247>>> Function_Return retVal 102248>>> End_Function 102249>>> 102249>>> Procedure Set ComAppearance OLEAppearanceStyle value 102251>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 102252>>> End_Procedure 102253>>> 102253>>> Function ComColumnHeaderIcons Returns Variant 102255>>> Variant retVal 102255>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_DISPATCH to retVal 102256>>> Function_Return retVal 102257>>> End_Function 102258>>> 102258>>> Procedure Set ComColumnHeaderIcons Variant value 102260>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_DISPATCH to value 102261>>> End_Procedure 102262>>> 102262>>> Function ComIcons Returns Variant 102264>>> Variant retVal 102264>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DISPATCH to retVal 102265>>> Function_Return retVal 102266>>> End_Function 102267>>> 102267>>> Procedure Set ComIcons Variant value 102269>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_DISPATCH to value 102270>>> End_Procedure 102271>>> 102271>>> Function ComSelectedItem Returns Variant 102273>>> Variant retVal 102273>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_DISPATCH to retVal 102274>>> Function_Return retVal 102275>>> End_Function 102276>>> 102276>>> Procedure Set ComSelectedItem Variant value 102278>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_DISPATCH to value 102279>>> End_Procedure 102280>>> 102280>>> Function ComBackColor Returns OLE_COLOR 102282>>> OLE_COLOR retVal 102282>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 102283>>> Function_Return retVal 102284>>> End_Function 102285>>> 102285>>> Procedure Set ComBackColor OLE_COLOR value 102287>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 102288>>> End_Procedure 102289>>> 102289>>> Function ComForeColor Returns OLE_COLOR 102291>>> OLE_COLOR retVal 102291>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 102292>>> Function_Return retVal 102293>>> End_Function 102294>>> 102294>>> Procedure Set ComForeColor OLE_COLOR value 102296>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 102297>>> End_Procedure 102298>>> 102298>>> Function ComLockRedraw Returns Boolean 102300>>> Boolean retVal 102300>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 102301>>> Function_Return retVal 102302>>> End_Function 102303>>> 102303>>> Procedure Set ComLockRedraw Boolean value 102305>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 102306>>> End_Procedure 102307>>> 102307>>> Function ComShowBorder Returns Boolean 102309>>> Boolean retVal 102309>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 102310>>> Function_Return retVal 102311>>> End_Function 102312>>> 102312>>> Procedure Set ComShowBorder Boolean value 102314>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 102315>>> End_Procedure 102316>>> 102316>>> Function ComArrange Returns OLEListViewArrange 102318>>> OLEListViewArrange retVal 102318>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 102319>>> Function_Return retVal 102320>>> End_Function 102321>>> 102321>>> Procedure Set ComArrange OLEListViewArrange value 102323>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 102324>>> End_Procedure 102325>>> 102325>>> Function ComDropHighlight Returns Variant 102327>>> Variant retVal 102327>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_DISPATCH to retVal 102328>>> Function_Return retVal 102329>>> End_Function 102330>>> 102330>>> Procedure Set ComDropHighlight Variant value 102332>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_DISPATCH to value 102333>>> End_Procedure 102334>>> 102334>>> // Returns/Sets whether this control can act as an OLE drop target. 102334>>> Function ComOLEDropMode Returns OLEOLEDropConstants 102336>>> OLEOLEDropConstants retVal 102336>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 102337>>> Function_Return retVal 102338>>> End_Function 102339>>> 102339>>> // Returns/Sets whether this control can act as an OLE drop target. 102339>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 102341>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 102342>>> End_Procedure 102343>>> 102343>>> Function ComOLEDragMode Returns OLEOLEDragConstants 102345>>> OLEOLEDragConstants retVal 102345>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 102346>>> Function_Return retVal 102347>>> End_Function 102348>>> 102348>>> Procedure Set ComOLEDragMode OLEOLEDragConstants value 102350>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 102351>>> End_Procedure 102352>>> 102352>>> Function ComControlToolTip Returns String 102354>>> String retVal 102354>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 102355>>> Function_Return retVal 102356>>> End_Function 102357>>> 102357>>> Procedure Set ComControlToolTip String value 102359>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 102360>>> End_Procedure 102361>>> 102361>>> Function ComShowSortArrow Returns Boolean 102363>>> Boolean retVal 102363>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to retVal 102364>>> Function_Return retVal 102365>>> End_Function 102366>>> 102366>>> Procedure Set ComShowSortArrow Boolean value 102368>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_BOOL to value 102369>>> End_Procedure 102370>>> 102370>>> Function ComEnableMarqueeSelection Returns Boolean 102372>>> Boolean retVal 102372>>> Get ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_BOOL to retVal 102373>>> Function_Return retVal 102374>>> End_Function 102375>>> 102375>>> Procedure Set ComEnableMarqueeSelection Boolean value 102377>>> Set ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_BOOL to value 102378>>> End_Procedure 102379>>> 102379>>> Function ComUpdateBackColorOnAppearanceChange Returns Boolean 102381>>> Boolean retVal 102381>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 102382>>> Function_Return retVal 102383>>> End_Function 102384>>> 102384>>> Procedure Set ComUpdateBackColorOnAppearanceChange Boolean value 102386>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 102387>>> End_Procedure 102388>>> 102388>>> Function ComUpdateForeColorOnAppearanceChange Returns Boolean 102390>>> Boolean retVal 102390>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 102391>>> Function_Return retVal 102392>>> End_Function 102393>>> 102393>>> Procedure Set ComUpdateForeColorOnAppearanceChange Boolean value 102395>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 102396>>> End_Procedure 102397>>> 102397>>> Function ComReCreateReparented Returns Boolean 102399>>> Boolean retVal 102399>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 102400>>> Function_Return retVal 102401>>> End_Function 102402>>> 102402>>> Procedure Set ComReCreateReparented Boolean value 102404>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 102405>>> End_Procedure 102406>>> 102406>>> Function ComListItems Returns Variant 102408>>> Handle hDispatchDriver 102408>>> Variant retVal 102408>>> Get phDispatchDriver to hDispatchDriver 102409>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_DISPATCH to retVal 102410>>> Function_Return retVal 102411>>> End_Function 102412>>> 102412>>> Function ComColumnHeaders Returns Variant 102414>>> Handle hDispatchDriver 102414>>> Variant retVal 102414>>> Get phDispatchDriver to hDispatchDriver 102415>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 102416>>> Function_Return retVal 102417>>> End_Function 102418>>> 102418>>> Function ComGetFirstVisible Returns Variant 102420>>> Handle hDispatchDriver 102420>>> Variant retVal 102420>>> Get phDispatchDriver to hDispatchDriver 102421>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_DISPATCH to retVal 102422>>> Function_Return retVal 102423>>> End_Function 102424>>> 102424>>> Function ComHitTest Float llx Float lly Returns Variant 102426>>> Handle hDispatchDriver 102426>>> Variant retVal 102426>>> Get phDispatchDriver to hDispatchDriver 102427>>> Send PrepareParams to hDispatchDriver 2 102428>>> Send DefineParam to hDispatchDriver OLE_VT_R4 llx 102429>>> Send DefineParam to hDispatchDriver OLE_VT_R4 lly 102430>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal 102431>>> Function_Return retVal 102432>>> End_Function 102433>>> 102433>>> Procedure ComStartLabelEdit 102435>>> Handle hDispatchDriver 102435>>> Get phDispatchDriver to hDispatchDriver 102436>>> Send InvokeComMethod to hDispatchDriver 28 OLE_VT_VOID 102437>>> End_Procedure 102438>>> 102438>>> Function ComFindItem String llsz Variant llWhere Variant llIndex Variant llfPartial Returns Variant 102440>>> Handle hDispatchDriver 102440>>> Variant retVal 102440>>> Get phDispatchDriver to hDispatchDriver 102441>>> Send PrepareParams to hDispatchDriver 4 102442>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llsz 102443>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llWhere 102444>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 102445>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llfPartial 102446>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 102447>>> Function_Return retVal 102448>>> End_Function 102449>>> 102449>>> Procedure ComSetIconSize Integer llcx Integer llcy 102451>>> Handle hDispatchDriver 102451>>> Get phDispatchDriver to hDispatchDriver 102452>>> Send PrepareParams to hDispatchDriver 2 102453>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 102454>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 102455>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 102456>>> End_Procedure 102457>>> 102457>>> Procedure ComOLEDrag 102459>>> Handle hDispatchDriver 102459>>> Get phDispatchDriver to hDispatchDriver 102460>>> Send InvokeComMethod to hDispatchDriver 62 OLE_VT_VOID 102461>>> End_Procedure 102462>>> 102462>>> Function ComSelectedCount Returns Integer 102464>>> Handle hDispatchDriver 102464>>> Integer retVal 102464>>> Get phDispatchDriver to hDispatchDriver 102465>>> Get InvokeComMethod of hDispatchDriver 42 OLE_VT_I4 to retVal 102466>>> Function_Return retVal 102467>>> End_Function 102468>>> 102468>>> Function ComGetNextSelectedItem Integer llFirstItem Returns Integer 102470>>> Handle hDispatchDriver 102470>>> Integer retVal 102470>>> Get phDispatchDriver to hDispatchDriver 102471>>> Send PrepareParams to hDispatchDriver 1 102472>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFirstItem 102473>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_I4 to retVal 102474>>> Function_Return retVal 102475>>> End_Function 102476>>> 102476>>> Procedure ComAboutBox 102478>>> Handle hDispatchDriver 102478>>> Get phDispatchDriver to hDispatchDriver 102479>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 102480>>> End_Procedure 102481>>> 102481>>> Function ComToolTipContext Returns Variant 102483>>> Handle hDispatchDriver 102483>>> Variant retVal 102483>>> Get phDispatchDriver to hDispatchDriver 102484>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 102485>>> Function_Return retVal 102486>>> End_Function 102487>>> 102487>>> Procedure ComEnableExplorerStyle Boolean llEnable 102489>>> Handle hDispatchDriver 102489>>> Get phDispatchDriver to hDispatchDriver 102490>>> Send PrepareParams to hDispatchDriver 1 102491>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 102492>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 102493>>> End_Procedure 102494>>>End_Class 102495>>> 102495>>>// Event interface for ListView Control 102495>>>Class cSigCjCom_DListViewEvents is a Mixin 102496>>> 102496>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 102498>>> End_Procedure 102499>>> 102499>>> Procedure OnComKeyPress Short ByRef llKeyAscii 102501>>> End_Procedure 102502>>> 102502>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 102504>>> End_Procedure 102505>>> 102505>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102507>>> End_Procedure 102508>>> 102508>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102510>>> End_Procedure 102511>>> 102511>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102513>>> End_Procedure 102514>>> 102514>>> Procedure OnComDblClick 102516>>> End_Procedure 102517>>> 102517>>> Procedure OnComBeforeLabelEdit Short ByRef llCancel 102519>>> End_Procedure 102520>>> 102520>>> Procedure OnComAfterLabelEdit Short ByRef llCancel String ByRef llNewString 102522>>> End_Procedure 102523>>> 102523>>> Procedure OnComColumnClick Variant llColumnHeader 102525>>> End_Procedure 102526>>> 102526>>> Procedure OnComItemCheck Variant llItem 102528>>> End_Procedure 102529>>> 102529>>> Procedure OnComItemClick Variant llItem 102531>>> End_Procedure 102532>>> 102532>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 102534>>> End_Procedure 102535>>> 102535>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102537>>> End_Procedure 102538>>> 102538>>> Procedure OnComOLEStartDrag Variant llData Integer ByRef llAllowedEffects 102540>>> End_Procedure 102541>>> 102541>>> Procedure OnComOLECompleteDrag Integer ByRef llEffect 102543>>> End_Procedure 102544>>> 102544>>> Procedure OnComOLEGiveFeedback Integer ByRef llEffect Boolean ByRef llDefaultCursors 102546>>> End_Procedure 102547>>> 102547>>> Procedure OnComOLESetData Variant llData Short ByRef llDataFormat 102549>>> End_Procedure 102550>>> 102550>>> Procedure OnComReCreated 102552>>> End_Procedure 102553>>> 102553>>> Procedure RegisterComEvents 102555>>> Send RegisterComEvent -602 msg_OnComKeyDown 102556>>> Send RegisterComEvent -603 msg_OnComKeyPress 102557>>> Send RegisterComEvent -604 msg_OnComKeyUp 102558>>> Send RegisterComEvent -606 msg_OnComMouseMove 102559>>> Send RegisterComEvent -605 msg_OnComMouseDown 102560>>> Send RegisterComEvent -607 msg_OnComMouseUp 102561>>> Send RegisterComEvent -601 msg_OnComDblClick 102562>>> Send RegisterComEvent 1 msg_OnComBeforeLabelEdit 102563>>> Send RegisterComEvent 2 msg_OnComAfterLabelEdit 102564>>> Send RegisterComEvent 3 msg_OnComColumnClick 102565>>> Send RegisterComEvent 4 msg_OnComItemCheck 102566>>> Send RegisterComEvent 5 msg_OnComItemClick 102567>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 102568>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 102569>>> Send RegisterComEvent 303 msg_OnComOLEStartDrag 102570>>> Send RegisterComEvent 304 msg_OnComOLECompleteDrag 102571>>> Send RegisterComEvent 305 msg_OnComOLEGiveFeedback 102572>>> Send RegisterComEvent 306 msg_OnComOLESetData 102573>>> Send RegisterComEvent 10001000 msg_OnComReCreated 102574>>> End_Procedure 102575>>>End_Class 102576>>> 102576>>>// ListView Control 102576>>>Class cSigCjComListView is a cComActiveXControl 102577>>> Import_Class_Protocol cSigCjCom_DListView 102578>>> Import_Class_Protocol cSigCjCom_DListViewEvents 102579>>> 102579>>> Procedure Construct_Object 102581>>> Forward Send Construct_Object 102583>>> Set psProgID to L_cSigCjComListView 102584>>> Set psEventId to "{C0DE2030-945A-473F-8534-1F3781DEEE7D}" 102585>>> Set psLicenseKey to L_cSigCjKeyControls 102586>>> Set peAutoCreate to acDeferredAutoCreate 102587>>> End_Procedure 102588>>>End_Class 102589>>> 102589>>>// Dispatch interface for ProgressBar Control 102589>>>Class cSigCjCom_DProgressBar is a Mixin 102590>>> 102590>>> Function ComValue Returns Integer 102592>>> Integer retVal 102592>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 102593>>> Function_Return retVal 102594>>> End_Function 102595>>> 102595>>> Procedure Set ComValue Integer value 102597>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 102598>>> End_Procedure 102599>>> 102599>>> Function ComMin Returns Integer 102601>>> Integer retVal 102601>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 102602>>> Function_Return retVal 102603>>> End_Function 102604>>> 102604>>> Procedure Set ComMin Integer value 102606>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 102607>>> End_Procedure 102608>>> 102608>>> Function ComMax Returns Integer 102610>>> Integer retVal 102610>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 102611>>> Function_Return retVal 102612>>> End_Function 102613>>> 102613>>> Procedure Set ComMax Integer value 102615>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 102616>>> End_Procedure 102617>>> 102617>>> Function ComHWnd Returns OLE_HANDLE 102619>>> OLE_HANDLE retVal 102619>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 102620>>> Function_Return retVal 102621>>> End_Function 102622>>> 102622>>> Procedure Set ComHWnd OLE_HANDLE value 102624>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 102625>>> End_Procedure 102626>>> 102626>>> Function ComEnabled Returns Boolean 102628>>> Boolean retVal 102628>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 102629>>> Function_Return retVal 102630>>> End_Function 102631>>> 102631>>> Procedure Set ComEnabled Boolean value 102633>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 102634>>> End_Procedure 102635>>> 102635>>> Function ComScrolling Returns OLEProgressBarScrolling 102637>>> OLEProgressBarScrolling retVal 102637>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 102638>>> Function_Return retVal 102639>>> End_Function 102640>>> 102640>>> Procedure Set ComScrolling OLEProgressBarScrolling value 102642>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 102643>>> End_Procedure 102644>>> 102644>>> Function ComOrientation Returns OLEProgressBarOrientation 102646>>> OLEProgressBarOrientation retVal 102646>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 102647>>> Function_Return retVal 102648>>> End_Function 102649>>> 102649>>> Procedure Set ComOrientation OLEProgressBarOrientation value 102651>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 102652>>> End_Procedure 102653>>> 102653>>> Function ComAppearance Returns OLEAppearanceStyle 102655>>> OLEAppearanceStyle retVal 102655>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 102656>>> Function_Return retVal 102657>>> End_Function 102658>>> 102658>>> Procedure Set ComAppearance OLEAppearanceStyle value 102660>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 102661>>> End_Procedure 102662>>> 102662>>> Function ComBackColor Returns OLE_COLOR 102664>>> OLE_COLOR retVal 102664>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 102665>>> Function_Return retVal 102666>>> End_Function 102667>>> 102667>>> Procedure Set ComBackColor OLE_COLOR value 102669>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 102670>>> End_Procedure 102671>>> 102671>>> Function ComBarColor Returns OLE_COLOR 102673>>> OLE_COLOR retVal 102673>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 102674>>> Function_Return retVal 102675>>> End_Function 102676>>> 102676>>> Procedure Set ComBarColor OLE_COLOR value 102678>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 102679>>> End_Procedure 102680>>> 102680>>> Function ComForeColor Returns OLE_COLOR 102682>>> OLE_COLOR retVal 102682>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 102683>>> Function_Return retVal 102684>>> End_Function 102685>>> 102685>>> Procedure Set ComForeColor OLE_COLOR value 102687>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 102688>>> End_Procedure 102689>>> 102689>>> Function ComText Returns String 102691>>> String retVal 102691>>> Get ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to retVal 102692>>> Function_Return retVal 102693>>> End_Function 102694>>> 102694>>> Procedure Set ComText String value 102696>>> Set ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to value 102697>>> End_Procedure 102698>>> 102698>>> Function ComFont Returns Variant 102700>>> Variant retVal 102700>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 102701>>> Function_Return retVal 102702>>> End_Function 102703>>> 102703>>> Procedure Set ComFont Variant value 102705>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 102706>>> End_Procedure 102707>>> 102707>>> Function ComMarqueeDelay Returns Integer 102709>>> Integer retVal 102709>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 102710>>> Function_Return retVal 102711>>> End_Function 102712>>> 102712>>> Procedure Set ComMarqueeDelay Integer value 102714>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 102715>>> End_Procedure 102716>>> 102716>>> Function ComUseVisualStyle Returns Boolean 102718>>> Boolean retVal 102718>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 102719>>> Function_Return retVal 102720>>> End_Function 102721>>> 102721>>> Procedure Set ComUseVisualStyle Boolean value 102723>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 102724>>> End_Procedure 102725>>> 102725>>> Function ComFlatStyle Returns Boolean 102727>>> Boolean retVal 102727>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 102728>>> Function_Return retVal 102729>>> End_Function 102730>>> 102730>>> Procedure Set ComFlatStyle Boolean value 102732>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 102733>>> End_Procedure 102734>>> 102734>>> Function ComTextAlignment Returns OLEAlignmentStyle 102736>>> OLEAlignmentStyle retVal 102736>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 102737>>> Function_Return retVal 102738>>> End_Function 102739>>> 102739>>> Procedure Set ComTextAlignment OLEAlignmentStyle value 102741>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 102742>>> End_Procedure 102743>>> 102743>>> Function ComControlToolTip Returns String 102745>>> String retVal 102745>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 102746>>> Function_Return retVal 102747>>> End_Function 102748>>> 102748>>> Procedure Set ComControlToolTip String value 102750>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 102751>>> End_Procedure 102752>>> 102752>>> Function ComReCreateReparented Returns Boolean 102754>>> Boolean retVal 102754>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 102755>>> Function_Return retVal 102756>>> End_Function 102757>>> 102757>>> Procedure Set ComReCreateReparented Boolean value 102759>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 102760>>> End_Procedure 102761>>> 102761>>> Procedure ComAboutBox 102763>>> Handle hDispatchDriver 102763>>> Get phDispatchDriver to hDispatchDriver 102764>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 102765>>> End_Procedure 102766>>> 102766>>> Procedure ComRefreshBar 102768>>> Handle hDispatchDriver 102768>>> Get phDispatchDriver to hDispatchDriver 102769>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 102770>>> End_Procedure 102771>>> 102771>>> Function ComToolTipContext Returns Variant 102773>>> Handle hDispatchDriver 102773>>> Variant retVal 102773>>> Get phDispatchDriver to hDispatchDriver 102774>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 102775>>> Function_Return retVal 102776>>> End_Function 102777>>>End_Class 102778>>> 102778>>>// Event interface for ProgressBar Control 102778>>>Class cSigCjCom_DProgressBarEvents is a Mixin 102779>>> 102779>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102781>>> End_Procedure 102782>>> 102782>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102784>>> End_Procedure 102785>>> 102785>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 102787>>> End_Procedure 102788>>> 102788>>> Procedure OnComReCreated 102790>>> End_Procedure 102791>>> 102791>>> Procedure RegisterComEvents 102793>>> Send RegisterComEvent -605 msg_OnComMouseDown 102794>>> Send RegisterComEvent -606 msg_OnComMouseMove 102795>>> Send RegisterComEvent -607 msg_OnComMouseUp 102796>>> Send RegisterComEvent 10001000 msg_OnComReCreated 102797>>> End_Procedure 102798>>>End_Class 102799>>> 102799>>>// ProgressBar Control 102799>>>Class cSigCjComProgressBar is a cComActiveXControl 102800>>> Import_Class_Protocol cSigCjCom_DProgressBar 102801>>> Import_Class_Protocol cSigCjCom_DProgressBarEvents 102802>>> 102802>>> Procedure Construct_Object 102804>>> Forward Send Construct_Object 102806>>> Set psProgID to L_cSigCjComProgressBar 102807>>> Set psEventId to "{C0DE2030-D6F7-4A60-BC80-6B4D58112A97}" 102808>>> Set psLicenseKey to L_cSigCjKeyControls 102809>>> Set peAutoCreate to acDeferredAutoCreate 102810>>> End_Procedure 102811>>>End_Class 102812>>> 102812>>>// Dispatch interface for ScrollBar Control 102812>>>Class cSigCjCom_DScrollBar is a Mixin 102813>>> 102813>>> Function ComAutoSize Returns Boolean 102815>>> Boolean retVal 102815>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 102816>>> Function_Return retVal 102817>>> End_Function 102818>>> 102818>>> Procedure Set ComAutoSize Boolean value 102820>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 102821>>> End_Procedure 102822>>> 102822>>> Function ComValue Returns Integer 102824>>> Integer retVal 102824>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 102825>>> Function_Return retVal 102826>>> End_Function 102827>>> 102827>>> Procedure Set ComValue Integer value 102829>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 102830>>> End_Procedure 102831>>> 102831>>> Function Com_Value Returns Integer 102833>>> Integer retVal 102833>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 102834>>> Function_Return retVal 102835>>> End_Function 102836>>> 102836>>> Procedure Set Com_Value Integer value 102838>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 102839>>> End_Procedure 102840>>> 102840>>> Function ComMax Returns Integer 102842>>> Integer retVal 102842>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 102843>>> Function_Return retVal 102844>>> End_Function 102845>>> 102845>>> Procedure Set ComMax Integer value 102847>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 102848>>> End_Procedure 102849>>> 102849>>> Function ComMin Returns Integer 102851>>> Integer retVal 102851>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 102852>>> Function_Return retVal 102853>>> End_Function 102854>>> 102854>>> Procedure Set ComMin Integer value 102856>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 102857>>> End_Procedure 102858>>> 102858>>> Function ComSmallChange Returns Integer 102860>>> Integer retVal 102860>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 102861>>> Function_Return retVal 102862>>> End_Function 102863>>> 102863>>> Procedure Set ComSmallChange Integer value 102865>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 102866>>> End_Procedure 102867>>> 102867>>> Function ComLargeChange Returns Integer 102869>>> Integer retVal 102869>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 102870>>> Function_Return retVal 102871>>> End_Function 102872>>> 102872>>> Procedure Set ComLargeChange Integer value 102874>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 102875>>> End_Procedure 102876>>> 102876>>> Function ComOrientation Returns OLEScrollBarOrientation 102878>>> OLEScrollBarOrientation retVal 102878>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 102879>>> Function_Return retVal 102880>>> End_Function 102881>>> 102881>>> Procedure Set ComOrientation OLEScrollBarOrientation value 102883>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 102884>>> End_Procedure 102885>>> 102885>>> Function ComUseVisualStyle Returns Boolean 102887>>> Boolean retVal 102887>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 102888>>> Function_Return retVal 102889>>> End_Function 102890>>> 102890>>> Procedure Set ComUseVisualStyle Boolean value 102892>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 102893>>> End_Procedure 102894>>> 102894>>> Function ComAppearance Returns OLEAppearanceStyle 102896>>> OLEAppearanceStyle retVal 102896>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 102897>>> Function_Return retVal 102898>>> End_Function 102899>>> 102899>>> Procedure Set ComAppearance OLEAppearanceStyle value 102901>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 102902>>> End_Procedure 102903>>> 102903>>> Function ComEnabled Returns Boolean 102905>>> Boolean retVal 102905>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 102906>>> Function_Return retVal 102907>>> End_Function 102908>>> 102908>>> Procedure Set ComEnabled Boolean value 102910>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 102911>>> End_Procedure 102912>>> 102912>>> Function ComHWnd Returns OLE_HANDLE 102914>>> OLE_HANDLE retVal 102914>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 102915>>> Function_Return retVal 102916>>> End_Function 102917>>> 102917>>> Procedure Set ComHWnd OLE_HANDLE value 102919>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 102920>>> End_Procedure 102921>>> 102921>>> Function ComControlToolTip Returns String 102923>>> String retVal 102923>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 102924>>> Function_Return retVal 102925>>> End_Function 102926>>> 102926>>> Procedure Set ComControlToolTip String value 102928>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 102929>>> End_Procedure 102930>>> 102930>>> Function ComReCreateReparented Returns Boolean 102932>>> Boolean retVal 102932>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 102933>>> Function_Return retVal 102934>>> End_Function 102935>>> 102935>>> Procedure Set ComReCreateReparented Boolean value 102937>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 102938>>> End_Procedure 102939>>> 102939>>> Procedure ComAboutBox 102941>>> Handle hDispatchDriver 102941>>> Get phDispatchDriver to hDispatchDriver 102942>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 102943>>> End_Procedure 102944>>> 102944>>> Function ComToolTipContext Returns Variant 102946>>> Handle hDispatchDriver 102946>>> Variant retVal 102946>>> Get phDispatchDriver to hDispatchDriver 102947>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 102948>>> Function_Return retVal 102949>>> End_Function 102950>>>End_Class 102951>>> 102951>>>// Event interface for ScrollBar Control 102951>>>Class cSigCjCom_DScrollBarEvents is a Mixin 102952>>> 102952>>> Procedure OnComChange 102954>>> End_Procedure 102955>>> 102955>>> Procedure OnComScroll 102957>>> End_Procedure 102958>>> 102958>>> Procedure OnComReCreated 102960>>> End_Procedure 102961>>> 102961>>> Procedure RegisterComEvents 102963>>> Send RegisterComEvent 1 msg_OnComChange 102964>>> Send RegisterComEvent 2 msg_OnComScroll 102965>>> Send RegisterComEvent 10001000 msg_OnComReCreated 102966>>> End_Procedure 102967>>>End_Class 102968>>> 102968>>>// ScrollBar Control 102968>>>Class cSigCjComScrollBar is a cComActiveXControl 102969>>> Import_Class_Protocol cSigCjCom_DScrollBar 102970>>> Import_Class_Protocol cSigCjCom_DScrollBarEvents 102971>>> 102971>>> Procedure Construct_Object 102973>>> Forward Send Construct_Object 102975>>> Set psProgID to L_cSigCjComScrollBar 102976>>> Set psEventId to "{C0DE2030-FBBC-40DB-846D-05B2CE330888}" 102977>>> Set psLicenseKey to L_cSigCjKeyControls 102978>>> Set peAutoCreate to acDeferredAutoCreate 102979>>> End_Procedure 102980>>>End_Class 102981>>> 102981>>>// Dispatch interface for UpDown Control 102981>>>Class cSigCjCom_DUpDown is a Mixin 102982>>> 102982>>> Function ComValue Returns Integer 102984>>> Integer retVal 102984>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 102985>>> Function_Return retVal 102986>>> End_Function 102987>>> 102987>>> Procedure Set ComValue Integer value 102989>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 102990>>> End_Procedure 102991>>> 102991>>> Function ComMin Returns Integer 102993>>> Integer retVal 102993>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 102994>>> Function_Return retVal 102995>>> End_Function 102996>>> 102996>>> Procedure Set ComMin Integer value 102998>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 102999>>> End_Procedure 103000>>> 103000>>> Function ComMax Returns Integer 103002>>> Integer retVal 103002>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 103003>>> Function_Return retVal 103004>>> End_Function 103005>>> 103005>>> Procedure Set ComMax Integer value 103007>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 103008>>> End_Procedure 103009>>> 103009>>> Function ComIncrement Returns Integer 103011>>> Integer retVal 103011>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 103012>>> Function_Return retVal 103013>>> End_Function 103014>>> 103014>>> Procedure Set ComIncrement Integer value 103016>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 103017>>> End_Procedure 103018>>> 103018>>> Function ComOrientation Returns OLEUpDownOrientation 103020>>> OLEUpDownOrientation retVal 103020>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 103021>>> Function_Return retVal 103022>>> End_Function 103023>>> 103023>>> Procedure Set ComOrientation OLEUpDownOrientation value 103025>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 103026>>> End_Procedure 103027>>> 103027>>> Function ComUseVisualStyle Returns Boolean 103029>>> Boolean retVal 103029>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 103030>>> Function_Return retVal 103031>>> End_Function 103032>>> 103032>>> Procedure Set ComUseVisualStyle Boolean value 103034>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 103035>>> End_Procedure 103036>>> 103036>>> Function ComAppearance Returns OLEAppearanceStyle 103038>>> OLEAppearanceStyle retVal 103038>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 103039>>> Function_Return retVal 103040>>> End_Function 103041>>> 103041>>> Procedure Set ComAppearance OLEAppearanceStyle value 103043>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 103044>>> End_Procedure 103045>>> 103045>>> Function ComEnabled Returns Boolean 103047>>> Boolean retVal 103047>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 103048>>> Function_Return retVal 103049>>> End_Function 103050>>> 103050>>> Procedure Set ComEnabled Boolean value 103052>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 103053>>> End_Procedure 103054>>> 103054>>> Function ComAutoBuddy Returns Boolean 103056>>> Boolean retVal 103056>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 103057>>> Function_Return retVal 103058>>> End_Function 103059>>> 103059>>> Procedure Set ComAutoBuddy Boolean value 103061>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 103062>>> End_Procedure 103063>>> 103063>>> Function ComBuddyControl Returns String 103065>>> String retVal 103065>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 103066>>> Function_Return retVal 103067>>> End_Function 103068>>> 103068>>> Procedure Set ComBuddyControl String value 103070>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 103071>>> End_Procedure 103072>>> 103072>>> Function ComBuddyProperty Returns String 103074>>> String retVal 103074>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 103075>>> Function_Return retVal 103076>>> End_Function 103077>>> 103077>>> Procedure Set ComBuddyProperty String value 103079>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 103080>>> End_Procedure 103081>>> 103081>>> Function ComSyncBuddy Returns Boolean 103083>>> Boolean retVal 103083>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 103084>>> Function_Return retVal 103085>>> End_Function 103086>>> 103086>>> Procedure Set ComSyncBuddy Boolean value 103088>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 103089>>> End_Procedure 103090>>> 103090>>> Function ComAlignment Returns OLEUpDownAlignment 103092>>> OLEUpDownAlignment retVal 103092>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 103093>>> Function_Return retVal 103094>>> End_Function 103095>>> 103095>>> Procedure Set ComAlignment OLEUpDownAlignment value 103097>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 103098>>> End_Procedure 103099>>> 103099>>> Function ComControlToolTip Returns String 103101>>> String retVal 103101>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 103102>>> Function_Return retVal 103103>>> End_Function 103104>>> 103104>>> Procedure Set ComControlToolTip String value 103106>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 103107>>> End_Procedure 103108>>> 103108>>> Function ComReCreateReparented Returns Boolean 103110>>> Boolean retVal 103110>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 103111>>> Function_Return retVal 103112>>> End_Function 103113>>> 103113>>> Procedure Set ComReCreateReparented Boolean value 103115>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 103116>>> End_Procedure 103117>>> 103117>>> Procedure ComAboutBox 103119>>> Handle hDispatchDriver 103119>>> Get phDispatchDriver to hDispatchDriver 103120>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 103121>>> End_Procedure 103122>>> 103122>>> Function ComToolTipContext Returns Variant 103124>>> Handle hDispatchDriver 103124>>> Variant retVal 103124>>> Get phDispatchDriver to hDispatchDriver 103125>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 103126>>> Function_Return retVal 103127>>> End_Function 103128>>>End_Class 103129>>> 103129>>>// Event interface for UpDown Control 103129>>>Class cSigCjCom_DUpDownEvents is a Mixin 103130>>> 103130>>> Procedure OnComUpClick 103132>>> End_Procedure 103133>>> 103133>>> Procedure OnComDownClick 103135>>> End_Procedure 103136>>> 103136>>> Procedure OnComChange 103138>>> End_Procedure 103139>>> 103139>>> Procedure OnComReCreated 103141>>> End_Procedure 103142>>> 103142>>> Procedure RegisterComEvents 103144>>> Send RegisterComEvent 1 msg_OnComUpClick 103145>>> Send RegisterComEvent 2 msg_OnComDownClick 103146>>> Send RegisterComEvent 3 msg_OnComChange 103147>>> Send RegisterComEvent 10001000 msg_OnComReCreated 103148>>> End_Procedure 103149>>>End_Class 103150>>> 103150>>>// UpDown Control 103150>>>Class cSigCjComUpDown is a cComActiveXControl 103151>>> Import_Class_Protocol cSigCjCom_DUpDown 103152>>> Import_Class_Protocol cSigCjCom_DUpDownEvents 103153>>> 103153>>> Procedure Construct_Object 103155>>> Forward Send Construct_Object 103157>>> Set psProgID to L_cSigCjComUpDown 103158>>> Set psEventId to "{C0DE2030-2981-4FB2-A62C-AC1422205590}" 103159>>> Set psLicenseKey to L_cSigCjKeyControls 103160>>> Set peAutoCreate to acDeferredAutoCreate 103161>>> End_Procedure 103162>>>End_Class 103163>>> 103163>>>// Dispatch interface for Slider Control 103163>>>Class cSigCjCom_DSlider is a Mixin 103164>>> 103164>>> Function ComValue Returns Integer 103166>>> Integer retVal 103166>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 103167>>> Function_Return retVal 103168>>> End_Function 103169>>> 103169>>> Procedure Set ComValue Integer value 103171>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 103172>>> End_Procedure 103173>>> 103173>>> Function ComMin Returns Integer 103175>>> Integer retVal 103175>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 103176>>> Function_Return retVal 103177>>> End_Function 103178>>> 103178>>> Procedure Set ComMin Integer value 103180>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 103181>>> End_Procedure 103182>>> 103182>>> Function ComMax Returns Integer 103184>>> Integer retVal 103184>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 103185>>> Function_Return retVal 103186>>> End_Function 103187>>> 103187>>> Procedure Set ComMax Integer value 103189>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 103190>>> End_Procedure 103191>>> 103191>>> Function ComSmallChange Returns Integer 103193>>> Integer retVal 103193>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 103194>>> Function_Return retVal 103195>>> End_Function 103196>>> 103196>>> Procedure Set ComSmallChange Integer value 103198>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 103199>>> End_Procedure 103200>>> 103200>>> Function ComLargeChange Returns Integer 103202>>> Integer retVal 103202>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 103203>>> Function_Return retVal 103204>>> End_Function 103205>>> 103205>>> Procedure Set ComLargeChange Integer value 103207>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 103208>>> End_Procedure 103209>>> 103209>>> Function ComEnabled Returns Boolean 103211>>> Boolean retVal 103211>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 103212>>> Function_Return retVal 103213>>> End_Function 103214>>> 103214>>> Procedure Set ComEnabled Boolean value 103216>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 103217>>> End_Procedure 103218>>> 103218>>> Function ComHWnd Returns OLE_HANDLE 103220>>> OLE_HANDLE retVal 103220>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 103221>>> Function_Return retVal 103222>>> End_Function 103223>>> 103223>>> Procedure Set ComHWnd OLE_HANDLE value 103225>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 103226>>> End_Procedure 103227>>> 103227>>> Function ComOrientation Returns OLESliderOrientation 103229>>> OLESliderOrientation retVal 103229>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 103230>>> Function_Return retVal 103231>>> End_Function 103232>>> 103232>>> Procedure Set ComOrientation OLESliderOrientation value 103234>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 103235>>> End_Procedure 103236>>> 103236>>> Function ComTickStyle Returns OLESliderTickStyle 103238>>> OLESliderTickStyle retVal 103238>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 103239>>> Function_Return retVal 103240>>> End_Function 103241>>> 103241>>> Procedure Set ComTickStyle OLESliderTickStyle value 103243>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 103244>>> End_Procedure 103245>>> 103245>>> Function ComTickFrequency Returns Integer 103247>>> Integer retVal 103247>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 103248>>> Function_Return retVal 103249>>> End_Function 103250>>> 103250>>> Procedure Set ComTickFrequency Integer value 103252>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 103253>>> End_Procedure 103254>>> 103254>>> Function ComSelectRange Returns Boolean 103256>>> Boolean retVal 103256>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 103257>>> Function_Return retVal 103258>>> End_Function 103259>>> 103259>>> Procedure Set ComSelectRange Boolean value 103261>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 103262>>> End_Procedure 103263>>> 103263>>> Function ComSelStart Returns Integer 103265>>> Integer retVal 103265>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 103266>>> Function_Return retVal 103267>>> End_Function 103268>>> 103268>>> Procedure Set ComSelStart Integer value 103270>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 103271>>> End_Procedure 103272>>> 103272>>> Function ComSelLength Returns Integer 103274>>> Integer retVal 103274>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 103275>>> Function_Return retVal 103276>>> End_Function 103277>>> 103277>>> Procedure Set ComSelLength Integer value 103279>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 103280>>> End_Procedure 103281>>> 103281>>> Function ComShowTooltips Returns Boolean 103283>>> Boolean retVal 103283>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 103284>>> Function_Return retVal 103285>>> End_Function 103286>>> 103286>>> Procedure Set ComShowTooltips Boolean value 103288>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 103289>>> End_Procedure 103290>>> 103290>>> Function ComControlToolTip Returns String 103292>>> String retVal 103292>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 103293>>> Function_Return retVal 103294>>> End_Function 103295>>> 103295>>> Procedure Set ComControlToolTip String value 103297>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 103298>>> End_Procedure 103299>>> 103299>>> Function ComReCreateReparented Returns Boolean 103301>>> Boolean retVal 103301>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 103302>>> Function_Return retVal 103303>>> End_Function 103304>>> 103304>>> Procedure Set ComReCreateReparented Boolean value 103306>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 103307>>> End_Procedure 103308>>> 103308>>> Procedure ComAboutBox 103310>>> Handle hDispatchDriver 103310>>> Get phDispatchDriver to hDispatchDriver 103311>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 103312>>> End_Procedure 103313>>> 103313>>> Function ComToolTipContext Returns Variant 103315>>> Handle hDispatchDriver 103315>>> Variant retVal 103315>>> Get phDispatchDriver to hDispatchDriver 103316>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 103317>>> Function_Return retVal 103318>>> End_Function 103319>>>End_Class 103320>>> 103320>>>// Event interface for Slider Control 103320>>>Class cSigCjCom_DSliderEvents is a Mixin 103321>>> 103321>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 103323>>> End_Procedure 103324>>> 103324>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 103326>>> End_Procedure 103327>>> 103327>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 103329>>> End_Procedure 103330>>> 103330>>> Procedure OnComClick 103332>>> End_Procedure 103333>>> 103333>>> Procedure OnComScroll 103335>>> End_Procedure 103336>>> 103336>>> Procedure OnComChange 103338>>> End_Procedure 103339>>> 103339>>> Procedure OnComReCreated 103341>>> End_Procedure 103342>>> 103342>>> Procedure RegisterComEvents 103344>>> Send RegisterComEvent -605 msg_OnComMouseDown 103345>>> Send RegisterComEvent -606 msg_OnComMouseMove 103346>>> Send RegisterComEvent -607 msg_OnComMouseUp 103347>>> Send RegisterComEvent -600 msg_OnComClick 103348>>> Send RegisterComEvent 1 msg_OnComScroll 103349>>> Send RegisterComEvent 2 msg_OnComChange 103350>>> Send RegisterComEvent 10001000 msg_OnComReCreated 103351>>> End_Procedure 103352>>>End_Class 103353>>> 103353>>>// Slider Control 103353>>>Class cSigCjComSlider is a cComActiveXControl 103354>>> Import_Class_Protocol cSigCjCom_DSlider 103355>>> Import_Class_Protocol cSigCjCom_DSliderEvents 103356>>> 103356>>> Procedure Construct_Object 103358>>> Forward Send Construct_Object 103360>>> Set psProgID to L_cSigCjComSlider 103361>>> Set psEventId to "{C0DE2030-2797-45D9-B88D-A14E501CDB71}" 103362>>> Set psLicenseKey to L_cSigCjKeyControls 103363>>> Set peAutoCreate to acDeferredAutoCreate 103364>>> End_Procedure 103365>>>End_Class 103366>>> 103366>>>// Dispatch interface for TaskDialog Control 103366>>>Class cSigCjCom_DTaskDialog is a Mixin 103367>>> 103367>>> Function ComWindowTitle Returns String 103369>>> String retVal 103369>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 103370>>> Function_Return retVal 103371>>> End_Function 103372>>> 103372>>> Procedure Set ComWindowTitle String value 103374>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 103375>>> End_Procedure 103376>>> 103376>>> Function ComMainInstructionText Returns String 103378>>> String retVal 103378>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 103379>>> Function_Return retVal 103380>>> End_Function 103381>>> 103381>>> Procedure Set ComMainInstructionText String value 103383>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 103384>>> End_Procedure 103385>>> 103385>>> Function ComContentText Returns String 103387>>> String retVal 103387>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 103388>>> Function_Return retVal 103389>>> End_Function 103390>>> 103390>>> Procedure Set ComContentText String value 103392>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 103393>>> End_Procedure 103394>>> 103394>>> Function ComExpandedInformationText Returns String 103396>>> String retVal 103396>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 103397>>> Function_Return retVal 103398>>> End_Function 103399>>> 103399>>> Procedure Set ComExpandedInformationText String value 103401>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 103402>>> End_Procedure 103403>>> 103403>>> Function ComFooterText Returns String 103405>>> String retVal 103405>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 103406>>> Function_Return retVal 103407>>> End_Function 103408>>> 103408>>> Procedure Set ComFooterText String value 103410>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 103411>>> End_Procedure 103412>>> 103412>>> Function ComDialogWidth Returns Integer 103414>>> Integer retVal 103414>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 103415>>> Function_Return retVal 103416>>> End_Function 103417>>> 103417>>> Procedure Set ComDialogWidth Integer value 103419>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 103420>>> End_Procedure 103421>>> 103421>>> Function ComVerificationText Returns String 103423>>> String retVal 103423>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 103424>>> Function_Return retVal 103425>>> End_Function 103426>>> 103426>>> Procedure Set ComVerificationText String value 103428>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 103429>>> End_Procedure 103430>>> 103430>>> Function ComExpandedControlText Returns String 103432>>> String retVal 103432>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 103433>>> Function_Return retVal 103434>>> End_Function 103435>>> 103435>>> Procedure Set ComExpandedControlText String value 103437>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 103438>>> End_Procedure 103439>>> 103439>>> Function ComCollapsedControlText Returns String 103441>>> String retVal 103441>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 103442>>> Function_Return retVal 103443>>> End_Function 103444>>> 103444>>> Procedure Set ComCollapsedControlText String value 103446>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 103447>>> End_Procedure 103448>>> 103448>>> Function ComEnableHyperlinks Returns Boolean 103450>>> Boolean retVal 103450>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 103451>>> Function_Return retVal 103452>>> End_Function 103453>>> 103453>>> Procedure Set ComEnableHyperlinks Boolean value 103455>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 103456>>> End_Procedure 103457>>> 103457>>> Function ComAllowCancellation Returns Boolean 103459>>> Boolean retVal 103459>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 103460>>> Function_Return retVal 103461>>> End_Function 103462>>> 103462>>> Procedure Set ComAllowCancellation Boolean value 103464>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 103465>>> End_Procedure 103466>>> 103466>>> Function ComRelativePosition Returns Boolean 103468>>> Boolean retVal 103468>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 103469>>> Function_Return retVal 103470>>> End_Function 103471>>> 103471>>> Procedure Set ComRelativePosition Boolean value 103473>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 103474>>> End_Procedure 103475>>> 103475>>> Function ComRtlLayout Returns Boolean 103477>>> Boolean retVal 103477>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 103478>>> Function_Return retVal 103479>>> End_Function 103480>>> 103480>>> Procedure Set ComRtlLayout Boolean value 103482>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 103483>>> End_Procedure 103484>>> 103484>>> Function ComExpandedByDefault Returns Boolean 103486>>> Boolean retVal 103486>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 103487>>> Function_Return retVal 103488>>> End_Function 103489>>> 103489>>> Procedure Set ComExpandedByDefault Boolean value 103491>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 103492>>> End_Procedure 103493>>> 103493>>> Function ComExpandFooterArea Returns Boolean 103495>>> Boolean retVal 103495>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 103496>>> Function_Return retVal 103497>>> End_Function 103498>>> 103498>>> Procedure Set ComExpandFooterArea Boolean value 103500>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 103501>>> End_Procedure 103502>>> 103502>>> Function ComEnableCommandLinks Returns Boolean 103504>>> Boolean retVal 103504>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 103505>>> Function_Return retVal 103506>>> End_Function 103507>>> 103507>>> Procedure Set ComEnableCommandLinks Boolean value 103509>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 103510>>> End_Procedure 103511>>> 103511>>> Function ComDefaultButton Returns Integer 103513>>> Integer retVal 103513>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 103514>>> Function_Return retVal 103515>>> End_Function 103516>>> 103516>>> Procedure Set ComDefaultButton Integer value 103518>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 103519>>> End_Procedure 103520>>> 103520>>> Function ComDefaultRadioButton Returns Integer 103522>>> Integer retVal 103522>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 103523>>> Function_Return retVal 103524>>> End_Function 103525>>> 103525>>> Procedure Set ComDefaultRadioButton Integer value 103527>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 103528>>> End_Procedure 103529>>> 103529>>> Function ComVerifyCheckState Returns Boolean 103531>>> Boolean retVal 103531>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 103532>>> Function_Return retVal 103533>>> End_Function 103534>>> 103534>>> Procedure Set ComVerifyCheckState Boolean value 103536>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 103537>>> End_Procedure 103538>>> 103538>>> Function ComEnableCallbackTimer Returns Boolean 103540>>> Boolean retVal 103540>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 103541>>> Function_Return retVal 103542>>> End_Function 103543>>> 103543>>> Procedure Set ComEnableCallbackTimer Boolean value 103545>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 103546>>> End_Procedure 103547>>> 103547>>> Function ComUseComCtl32 Returns Boolean 103549>>> Boolean retVal 103549>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 103550>>> Function_Return retVal 103551>>> End_Function 103552>>> 103552>>> Procedure Set ComUseComCtl32 Boolean value 103554>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 103555>>> End_Procedure 103556>>> 103556>>> Function ComCommonButtons Returns OLETaskDialogCommonButtons 103558>>> OLETaskDialogCommonButtons retVal 103558>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 103559>>> Function_Return retVal 103560>>> End_Function 103561>>> 103561>>> Procedure Set ComCommonButtons OLETaskDialogCommonButtons value 103563>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 103564>>> End_Procedure 103565>>> 103565>>> Function ComParentHwnd Returns OLE_HANDLE 103567>>> OLE_HANDLE retVal 103567>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 103568>>> Function_Return retVal 103569>>> End_Function 103570>>> 103570>>> Procedure Set ComParentHwnd OLE_HANDLE value 103572>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 103573>>> End_Procedure 103574>>> 103574>>> Function ComMessageBoxStyle Returns Boolean 103576>>> Boolean retVal 103576>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 103577>>> Function_Return retVal 103578>>> End_Function 103579>>> 103579>>> Procedure Set ComMessageBoxStyle Boolean value 103581>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 103582>>> End_Procedure 103583>>> 103583>>> Function ComMainIcon Returns OLETaskDialogIcon 103585>>> OLETaskDialogIcon retVal 103585>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 103586>>> Function_Return retVal 103587>>> End_Function 103588>>> 103588>>> Procedure Set ComMainIcon OLETaskDialogIcon value 103590>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 103591>>> End_Procedure 103592>>> 103592>>> Function ComMainIconHandle Returns OLE_HANDLE 103594>>> OLE_HANDLE retVal 103594>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 103595>>> Function_Return retVal 103596>>> End_Function 103597>>> 103597>>> Procedure Set ComMainIconHandle OLE_HANDLE value 103599>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 103600>>> End_Procedure 103601>>> 103601>>> Function ComFooterIcon Returns OLETaskDialogIcon 103603>>> OLETaskDialogIcon retVal 103603>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 103604>>> Function_Return retVal 103605>>> End_Function 103606>>> 103606>>> Procedure Set ComFooterIcon OLETaskDialogIcon value 103608>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 103609>>> End_Procedure 103610>>> 103610>>> Function ComFooterIconHandle Returns OLE_HANDLE 103612>>> OLE_HANDLE retVal 103612>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 103613>>> Function_Return retVal 103614>>> End_Function 103615>>> 103615>>> Procedure Set ComFooterIconHandle OLE_HANDLE value 103617>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 103618>>> End_Procedure 103619>>> 103619>>> Function ComProgressBarPos Returns Integer 103621>>> Integer retVal 103621>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 103622>>> Function_Return retVal 103623>>> End_Function 103624>>> 103624>>> Procedure Set ComProgressBarPos Integer value 103626>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 103627>>> End_Procedure 103628>>> 103628>>> Function ComShowCommandLinkIcons Returns Boolean 103630>>> Boolean retVal 103630>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 103631>>> Function_Return retVal 103632>>> End_Function 103633>>> 103633>>> Procedure Set ComShowCommandLinkIcons Boolean value 103635>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 103636>>> End_Procedure 103637>>> 103637>>> Function ComProgressBarStyle Returns OLETaskDialogProgressBarStyle 103639>>> OLETaskDialogProgressBarStyle retVal 103639>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 103640>>> Function_Return retVal 103641>>> End_Function 103642>>> 103642>>> Procedure Set ComProgressBarStyle OLETaskDialogProgressBarStyle value 103644>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 103645>>> End_Procedure 103646>>> 103646>>> Function ComInputBoxText Returns String 103648>>> String retVal 103648>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BSTR to retVal 103649>>> Function_Return retVal 103650>>> End_Function 103651>>> 103651>>> Procedure Set ComInputBoxText String value 103653>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BSTR to value 103654>>> End_Procedure 103655>>> 103655>>> Function ComEnableMarkup Returns Boolean 103657>>> Boolean retVal 103657>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 103658>>> Function_Return retVal 103659>>> End_Function 103660>>> 103660>>> Procedure Set ComEnableMarkup Boolean value 103662>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 103663>>> End_Procedure 103664>>> 103664>>> Function ComShowDialog Returns Integer 103666>>> Handle hDispatchDriver 103666>>> Integer retVal 103666>>> Get phDispatchDriver to hDispatchDriver 103667>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 103668>>> Function_Return retVal 103669>>> End_Function 103670>>> 103670>>> Procedure ComAddButton String llText Integer llId 103672>>> Handle hDispatchDriver 103672>>> Get phDispatchDriver to hDispatchDriver 103673>>> Send PrepareParams to hDispatchDriver 2 103674>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 103675>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103676>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 103677>>> End_Procedure 103678>>> 103678>>> Procedure ComAddRadioButton String llText Integer llId 103680>>> Handle hDispatchDriver 103680>>> Get phDispatchDriver to hDispatchDriver 103681>>> Send PrepareParams to hDispatchDriver 2 103682>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 103683>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103684>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 103685>>> End_Procedure 103686>>> 103686>>> Procedure ComReset 103688>>> Handle hDispatchDriver 103688>>> Get phDispatchDriver to hDispatchDriver 103689>>> Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID 103690>>> End_Procedure 103691>>> 103691>>> Procedure ComEnableRadioButton Integer llId Boolean llEnable 103693>>> Handle hDispatchDriver 103693>>> Get phDispatchDriver to hDispatchDriver 103694>>> Send PrepareParams to hDispatchDriver 2 103695>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103696>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 103697>>> Send InvokeComMethod to hDispatchDriver 37 OLE_VT_VOID 103698>>> End_Procedure 103699>>> 103699>>> Procedure ComEnableButton Integer llId Boolean llEnable 103701>>> Handle hDispatchDriver 103701>>> Get phDispatchDriver to hDispatchDriver 103702>>> Send PrepareParams to hDispatchDriver 2 103703>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103704>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 103705>>> Send InvokeComMethod to hDispatchDriver 38 OLE_VT_VOID 103706>>> End_Procedure 103707>>> 103707>>> Procedure ComClickButton Integer llId 103709>>> Handle hDispatchDriver 103709>>> Get phDispatchDriver to hDispatchDriver 103710>>> Send PrepareParams to hDispatchDriver 1 103711>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103712>>> Send InvokeComMethod to hDispatchDriver 39 OLE_VT_VOID 103713>>> End_Procedure 103714>>> 103714>>> Procedure ComClickRadioButton Integer llId 103716>>> Handle hDispatchDriver 103716>>> Get phDispatchDriver to hDispatchDriver 103717>>> Send PrepareParams to hDispatchDriver 1 103718>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 103719>>> Send InvokeComMethod to hDispatchDriver 40 OLE_VT_VOID 103720>>> End_Procedure 103721>>> 103721>>> Procedure ComSetProgressBarRange Integer llMin Integer llMax 103723>>> Handle hDispatchDriver 103723>>> Get phDispatchDriver to hDispatchDriver 103724>>> Send PrepareParams to hDispatchDriver 2 103725>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMin 103726>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMax 103727>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 103728>>> End_Procedure 103729>>> 103729>>> Procedure ComStartProgressBarMarquee Boolean llStartMarquee Integer llMilliSeconds 103731>>> Handle hDispatchDriver 103731>>> Get phDispatchDriver to hDispatchDriver 103732>>> Send PrepareParams to hDispatchDriver 2 103733>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llStartMarquee 103734>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMilliSeconds 103735>>> Send InvokeComMethod to hDispatchDriver 42 OLE_VT_VOID 103736>>> End_Procedure 103737>>> 103737>>> Procedure ComAddInputBox 103739>>> Handle hDispatchDriver 103739>>> Get phDispatchDriver to hDispatchDriver 103740>>> Send InvokeComMethod to hDispatchDriver 43 OLE_VT_VOID 103741>>> End_Procedure 103742>>> 103742>>> Function ComCreateFromXML String llXMLString String llSection Variant llParameters Returns Boolean 103744>>> Handle hDispatchDriver 103744>>> Boolean retVal 103744>>> Get phDispatchDriver to hDispatchDriver 103745>>> Send PrepareParams to hDispatchDriver 3 103746>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llXMLString 103747>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 103748>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llParameters 103749>>> Get InvokeComMethod of hDispatchDriver 49 OLE_VT_BOOL to retVal 103750>>> Function_Return retVal 103751>>> End_Function 103752>>> 103752>>> Function ComMarkupContext Returns Variant 103754>>> Handle hDispatchDriver 103754>>> Variant retVal 103754>>> Get phDispatchDriver to hDispatchDriver 103755>>> Get InvokeComMethod of hDispatchDriver 140 OLE_VT_DISPATCH to retVal 103756>>> Function_Return retVal 103757>>> End_Function 103758>>> 103758>>> Procedure ComAboutBox 103760>>> Handle hDispatchDriver 103760>>> Get phDispatchDriver to hDispatchDriver 103761>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 103762>>> End_Procedure 103763>>>End_Class 103764>>> 103764>>>// Event interface for TaskDialog Control 103764>>>Class cSigCjCom_DTaskDialogEvents is a Mixin 103765>>> 103765>>> Procedure OnComButtonClicked Integer llId Variant llCloseDialog 103767>>> End_Procedure 103768>>> 103768>>> Procedure OnComHyperlinkClicked String llURL 103770>>> End_Procedure 103771>>> 103771>>> Procedure OnComRadioButtonClicked Integer llId 103773>>> End_Procedure 103774>>> 103774>>> Procedure OnComVerificationClicked Boolean llChecked 103776>>> End_Procedure 103777>>> 103777>>> Procedure OnComExpandButtonClicked Boolean llExpanded 103779>>> End_Procedure 103780>>> 103780>>> Procedure OnComTimer Integer llMilliSeconds Variant llReset 103782>>> End_Procedure 103783>>> 103783>>> Procedure OnComConstructed 103785>>> End_Procedure 103786>>> 103786>>> Procedure OnComInputBoxChanged 103788>>> End_Procedure 103789>>> 103789>>> Procedure RegisterComEvents 103791>>> Send RegisterComEvent 1 msg_OnComButtonClicked 103792>>> Send RegisterComEvent 2 msg_OnComHyperlinkClicked 103793>>> Send RegisterComEvent 3 msg_OnComRadioButtonClicked 103794>>> Send RegisterComEvent 4 msg_OnComVerificationClicked 103795>>> Send RegisterComEvent 5 msg_OnComExpandButtonClicked 103796>>> Send RegisterComEvent 6 msg_OnComTimer 103797>>> Send RegisterComEvent 7 msg_OnComConstructed 103798>>> Send RegisterComEvent 8 msg_OnComInputBoxChanged 103799>>> End_Procedure 103800>>>End_Class 103801>>> 103801>>>// TaskDialog Control 103801>>>Class cSigCjComTaskDialog is a cComActiveXControl 103802>>> Import_Class_Protocol cSigCjCom_DTaskDialog 103803>>> Import_Class_Protocol cSigCjCom_DTaskDialogEvents 103804>>> 103804>>> Procedure Construct_Object 103806>>> Forward Send Construct_Object 103808>>> Set psProgID to L_cSigCjComTaskDialog 103809>>> Set psEventId to "{C0DE2030-A70B-4266-91CE-4475E8A455B9}" 103810>>> Set psLicenseKey to L_cSigCjKeyControls 103811>>> Set peAutoCreate to acAutoCreate 103812>>> End_Procedure 103813>>>End_Class 103814>>> 103814>>>// Dispatch interface for CommonDialog Control 103814>>>Class cSigCjCom_DCommonDialog is a Mixin 103815>>> 103815>>> Function ComColor Returns OLE_COLOR 103817>>> OLE_COLOR retVal 103817>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 103818>>> Function_Return retVal 103819>>> End_Function 103820>>> 103820>>> Procedure Set ComColor OLE_COLOR value 103822>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 103823>>> End_Procedure 103824>>> 103824>>> Function ComFlags Returns Integer 103826>>> Integer retVal 103826>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 103827>>> Function_Return retVal 103828>>> End_Function 103829>>> 103829>>> Procedure Set ComFlags Integer value 103831>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 103832>>> End_Procedure 103833>>> 103833>>> Function ComCancelError Returns Boolean 103835>>> Boolean retVal 103835>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 103836>>> Function_Return retVal 103837>>> End_Function 103838>>> 103838>>> Procedure Set ComCancelError Boolean value 103840>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 103841>>> End_Procedure 103842>>> 103842>>> Function ComFileName Returns String 103844>>> String retVal 103844>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 103845>>> Function_Return retVal 103846>>> End_Function 103847>>> 103847>>> Procedure Set ComFileName String value 103849>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 103850>>> End_Procedure 103851>>> 103851>>> Function ComFilter Returns String 103853>>> String retVal 103853>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 103854>>> Function_Return retVal 103855>>> End_Function 103856>>> 103856>>> Procedure Set ComFilter String value 103858>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 103859>>> End_Procedure 103860>>> 103860>>> Function ComDefaultExt Returns String 103862>>> String retVal 103862>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to retVal 103863>>> Function_Return retVal 103864>>> End_Function 103865>>> 103865>>> Procedure Set ComDefaultExt String value 103867>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BSTR to value 103868>>> End_Procedure 103869>>> 103869>>> Function ComDialogTitle Returns String 103871>>> String retVal 103871>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 103872>>> Function_Return retVal 103873>>> End_Function 103874>>> 103874>>> Procedure Set ComDialogTitle String value 103876>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 103877>>> End_Procedure 103878>>> 103878>>> Function ComInitDir Returns String 103880>>> String retVal 103880>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 103881>>> Function_Return retVal 103882>>> End_Function 103883>>> 103883>>> Procedure Set ComInitDir String value 103885>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 103886>>> End_Procedure 103887>>> 103887>>> Function ComDialogStyle Returns Integer 103889>>> Integer retVal 103889>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 103890>>> Function_Return retVal 103891>>> End_Function 103892>>> 103892>>> Procedure Set ComDialogStyle Integer value 103894>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 103895>>> End_Procedure 103896>>> 103896>>> Function ComFilterIndex Returns Integer 103898>>> Integer retVal 103898>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 103899>>> Function_Return retVal 103900>>> End_Function 103901>>> 103901>>> Procedure Set ComFilterIndex Integer value 103903>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 103904>>> End_Procedure 103905>>> 103905>>> Function ComMaxFileSize Returns Integer 103907>>> Integer retVal 103907>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 103908>>> Function_Return retVal 103909>>> End_Function 103910>>> 103910>>> Procedure Set ComMaxFileSize Integer value 103912>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 103913>>> End_Procedure 103914>>> 103914>>> Function ComFont Returns Variant 103916>>> Variant retVal 103916>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 103917>>> Function_Return retVal 103918>>> End_Function 103919>>> 103919>>> Procedure Set ComFont Variant value 103921>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 103922>>> End_Procedure 103923>>> 103923>>> Function ComHelpFile Returns String 103925>>> String retVal 103925>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 103926>>> Function_Return retVal 103927>>> End_Function 103928>>> 103928>>> Procedure Set ComHelpFile String value 103930>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 103931>>> End_Procedure 103932>>> 103932>>> Function ComHelpCommand Returns Integer 103934>>> Integer retVal 103934>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 103935>>> Function_Return retVal 103936>>> End_Function 103937>>> 103937>>> Procedure Set ComHelpCommand Integer value 103939>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 103940>>> End_Procedure 103941>>> 103941>>> Function ComHelpContext Returns Integer 103943>>> Integer retVal 103943>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 103944>>> Function_Return retVal 103945>>> End_Function 103946>>> 103946>>> Procedure Set ComHelpContext Integer value 103948>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 103949>>> End_Procedure 103950>>> 103950>>> Function ComHelpKey Returns String 103952>>> String retVal 103952>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BSTR to retVal 103953>>> Function_Return retVal 103954>>> End_Function 103955>>> 103955>>> Procedure Set ComHelpKey String value 103957>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BSTR to value 103958>>> End_Procedure 103959>>> 103959>>> Function ComRegistryKey Returns String 103961>>> String retVal 103961>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to retVal 103962>>> Function_Return retVal 103963>>> End_Function 103964>>> 103964>>> Procedure Set ComRegistryKey String value 103966>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BSTR to value 103967>>> End_Procedure 103968>>> 103968>>> Function ComProfileName Returns String 103970>>> String retVal 103970>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to retVal 103971>>> Function_Return retVal 103972>>> End_Function 103973>>> 103973>>> Procedure Set ComProfileName String value 103975>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BSTR to value 103976>>> End_Procedure 103977>>> 103977>>> Function ComParentHwnd Returns OLE_HANDLE 103979>>> OLE_HANDLE retVal 103979>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 103980>>> Function_Return retVal 103981>>> End_Function 103982>>> 103982>>> Procedure Set ComParentHwnd OLE_HANDLE value 103984>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 103985>>> End_Procedure 103986>>> 103986>>> Function ComCopies Returns Integer 103988>>> Integer retVal 103988>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 103989>>> Function_Return retVal 103990>>> End_Function 103991>>> 103991>>> Procedure Set ComCopies Integer value 103993>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 103994>>> End_Procedure 103995>>> 103995>>> Function ComFromPage Returns Integer 103997>>> Integer retVal 103997>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 103998>>> Function_Return retVal 103999>>> End_Function 104000>>> 104000>>> Procedure Set ComFromPage Integer value 104002>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 104003>>> End_Procedure 104004>>> 104004>>> Function ComToPage Returns Integer 104006>>> Integer retVal 104006>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 104007>>> Function_Return retVal 104008>>> End_Function 104009>>> 104009>>> Procedure Set ComToPage Integer value 104011>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 104012>>> End_Procedure 104013>>> 104013>>> Function ComHDC Returns Integer 104015>>> Integer retVal 104015>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 104016>>> Function_Return retVal 104017>>> End_Function 104018>>> 104018>>> Procedure Set ComHDC Integer value 104020>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 104021>>> End_Procedure 104022>>> 104022>>> Function ComMin Returns Integer 104024>>> Integer retVal 104024>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 104025>>> Function_Return retVal 104026>>> End_Function 104027>>> 104027>>> Procedure Set ComMin Integer value 104029>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 104030>>> End_Procedure 104031>>> 104031>>> Function ComMax Returns Integer 104033>>> Integer retVal 104033>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 104034>>> Function_Return retVal 104035>>> End_Function 104036>>> 104036>>> Procedure Set ComMax Integer value 104038>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 104039>>> End_Procedure 104040>>> 104040>>> Function ComShowColor Returns Integer 104042>>> Handle hDispatchDriver 104042>>> Integer retVal 104042>>> Get phDispatchDriver to hDispatchDriver 104043>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_I4 to retVal 104044>>> Function_Return retVal 104045>>> End_Function 104046>>> 104046>>> Function ComShowOpen Returns Integer 104048>>> Handle hDispatchDriver 104048>>> Integer retVal 104048>>> Get phDispatchDriver to hDispatchDriver 104049>>> Get InvokeComMethod of hDispatchDriver 26 OLE_VT_I4 to retVal 104050>>> Function_Return retVal 104051>>> End_Function 104052>>> 104052>>> Function ComFileTitle Returns String 104054>>> Handle hDispatchDriver 104054>>> String retVal 104054>>> Get phDispatchDriver to hDispatchDriver 104055>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_BSTR to retVal 104056>>> Function_Return retVal 104057>>> End_Function 104058>>> 104058>>> Function ComShowSave Returns Integer 104060>>> Handle hDispatchDriver 104060>>> Integer retVal 104060>>> Get phDispatchDriver to hDispatchDriver 104061>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_I4 to retVal 104062>>> Function_Return retVal 104063>>> End_Function 104064>>> 104064>>> Function ComShowBrowseFolder Returns Integer 104066>>> Handle hDispatchDriver 104066>>> Integer retVal 104066>>> Get phDispatchDriver to hDispatchDriver 104067>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_I4 to retVal 104068>>> Function_Return retVal 104069>>> End_Function 104070>>> 104070>>> Function ComShowFont Returns Integer 104072>>> Handle hDispatchDriver 104072>>> Integer retVal 104072>>> Get phDispatchDriver to hDispatchDriver 104073>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_I4 to retVal 104074>>> Function_Return retVal 104075>>> End_Function 104076>>> 104076>>> Function ComShowHelp Returns Integer 104078>>> Handle hDispatchDriver 104078>>> Integer retVal 104078>>> Get phDispatchDriver to hDispatchDriver 104079>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_I4 to retVal 104080>>> Function_Return retVal 104081>>> End_Function 104082>>> 104082>>> Function ComShowTipOfTheDay Boolean llStartup Returns Integer 104084>>> Handle hDispatchDriver 104084>>> Integer retVal 104084>>> Get phDispatchDriver to hDispatchDriver 104085>>> Send PrepareParams to hDispatchDriver 1 104086>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llStartup 104087>>> Get InvokeComMethod of hDispatchDriver 32 OLE_VT_I4 to retVal 104088>>> Function_Return retVal 104089>>> End_Function 104090>>> 104090>>> Function ComShowWindowList OLE_HANDLE llhWndMDIClient Returns Integer 104092>>> Handle hDispatchDriver 104092>>> Integer retVal 104092>>> Get phDispatchDriver to hDispatchDriver 104093>>> Send PrepareParams to hDispatchDriver 1 104094>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWndMDIClient 104095>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_I4 to retVal 104096>>> Function_Return retVal 104097>>> End_Function 104098>>> 104098>>> Function ComGetNextFileName Returns String 104100>>> Handle hDispatchDriver 104100>>> String retVal 104100>>> Get phDispatchDriver to hDispatchDriver 104101>>> Get InvokeComMethod of hDispatchDriver 34 OLE_VT_BSTR to retVal 104102>>> Function_Return retVal 104103>>> End_Function 104104>>> 104104>>> Function ComShowPrinter Returns Integer 104106>>> Handle hDispatchDriver 104106>>> Integer retVal 104106>>> Get phDispatchDriver to hDispatchDriver 104107>>> Get InvokeComMethod of hDispatchDriver 35 OLE_VT_I4 to retVal 104108>>> Function_Return retVal 104109>>> End_Function 104110>>> 104110>>> Procedure ComAboutBox 104112>>> Handle hDispatchDriver 104112>>> Get phDispatchDriver to hDispatchDriver 104113>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 104114>>> End_Procedure 104115>>>End_Class 104116>>> 104116>>>// Event interface for CommonDialog Control 104116>>>Class cSigCjCom_DCommonDialogEvents is a Mixin 104117>>> 104117>>> Procedure RegisterComEvents 104119>>> End_Procedure 104120>>>End_Class 104121>>> 104121>>>// CommonDialog Control 104121>>>Class cSigCjComCommonDialog is a cComActiveXControl 104122>>> Import_Class_Protocol cSigCjCom_DCommonDialog 104123>>> Import_Class_Protocol cSigCjCom_DCommonDialogEvents 104124>>> 104124>>> Procedure Construct_Object 104126>>> Forward Send Construct_Object 104128>>> Set psProgID to L_cSigCjComCommonDialog 104129>>> Set psEventId to "{C0DE2030-DF8B-492C-8223-1516F05931A2}" 104130>>> Set psLicenseKey to L_cSigCjKeyControls 104131>>> Set peAutoCreate to acAutoCreate 104132>>> End_Procedure 104133>>>End_Class 104134>>> 104134>>>// Dispatch interface for DateTimePicker Control 104134>>>Class cSigCjCom_DDateTimePicker is a Mixin 104135>>> 104135>>> Function ComValue Returns Variant 104137>>> Variant retVal 104137>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 104138>>> Function_Return retVal 104139>>> End_Function 104140>>> 104140>>> Procedure Set ComValue Variant value 104142>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 104143>>> End_Procedure 104144>>> 104144>>> Function ComEnabled Returns Boolean 104146>>> Boolean retVal 104146>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 104147>>> Function_Return retVal 104148>>> End_Function 104149>>> 104149>>> Procedure Set ComEnabled Boolean value 104151>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 104152>>> End_Procedure 104153>>> 104153>>> Function ComHWnd Returns OLE_HANDLE 104155>>> OLE_HANDLE retVal 104155>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 104156>>> Function_Return retVal 104157>>> End_Function 104158>>> 104158>>> Procedure Set ComHWnd OLE_HANDLE value 104160>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 104161>>> End_Procedure 104162>>> 104162>>> Function ComFont Returns Variant 104164>>> Variant retVal 104164>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 104165>>> Function_Return retVal 104166>>> End_Function 104167>>> 104167>>> Procedure Set ComFont Variant value 104169>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 104170>>> End_Procedure 104171>>> 104171>>> Function ComCheckBox Returns Boolean 104173>>> Boolean retVal 104173>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 104174>>> Function_Return retVal 104175>>> End_Function 104176>>> 104176>>> Procedure Set ComCheckBox Boolean value 104178>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 104179>>> End_Procedure 104180>>> 104180>>> Function ComCustomFormat Returns String 104182>>> String retVal 104182>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 104183>>> Function_Return retVal 104184>>> End_Function 104185>>> 104185>>> Procedure Set ComCustomFormat String value 104187>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 104188>>> End_Procedure 104189>>> 104189>>> Function ComFormat Returns OLEDateTimeFormat 104191>>> OLEDateTimeFormat retVal 104191>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 104192>>> Function_Return retVal 104193>>> End_Function 104194>>> 104194>>> Procedure Set ComFormat OLEDateTimeFormat value 104196>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 104197>>> End_Procedure 104198>>> 104198>>> Function ComMaxDate Returns DateTime 104200>>> DateTime retVal 104200>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to retVal 104201>>> Function_Return retVal 104202>>> End_Function 104203>>> 104203>>> Procedure Set ComMaxDate DateTime value 104205>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DATE to value 104206>>> End_Procedure 104207>>> 104207>>> Function ComMinDate Returns DateTime 104209>>> DateTime retVal 104209>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DATE to retVal 104210>>> Function_Return retVal 104211>>> End_Function 104212>>> 104212>>> Procedure Set ComMinDate DateTime value 104214>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DATE to value 104215>>> End_Procedure 104216>>> 104216>>> Function ComUpDown Returns Boolean 104218>>> Boolean retVal 104218>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 104219>>> Function_Return retVal 104220>>> End_Function 104221>>> 104221>>> Procedure Set ComUpDown Boolean value 104223>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 104224>>> End_Procedure 104225>>> 104225>>> Function ComYear Returns Integer 104227>>> Integer retVal 104227>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 104228>>> Function_Return retVal 104229>>> End_Function 104230>>> 104230>>> Procedure Set ComYear Integer value 104232>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 104233>>> End_Procedure 104234>>> 104234>>> Function ComMonth Returns Integer 104236>>> Integer retVal 104236>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 104237>>> Function_Return retVal 104238>>> End_Function 104239>>> 104239>>> Procedure Set ComMonth Integer value 104241>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 104242>>> End_Procedure 104243>>> 104243>>> Function ComDay Returns Integer 104245>>> Integer retVal 104245>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 104246>>> Function_Return retVal 104247>>> End_Function 104248>>> 104248>>> Procedure Set ComDay Integer value 104250>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 104251>>> End_Procedure 104252>>> 104252>>> Function ComHour Returns Integer 104254>>> Integer retVal 104254>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 104255>>> Function_Return retVal 104256>>> End_Function 104257>>> 104257>>> Procedure Set ComHour Integer value 104259>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 104260>>> End_Procedure 104261>>> 104261>>> Function ComMinute Returns Integer 104263>>> Integer retVal 104263>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 104264>>> Function_Return retVal 104265>>> End_Function 104266>>> 104266>>> Procedure Set ComMinute Integer value 104268>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 104269>>> End_Procedure 104270>>> 104270>>> Function ComSecond Returns Integer 104272>>> Integer retVal 104272>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 104273>>> Function_Return retVal 104274>>> End_Function 104275>>> 104275>>> Procedure Set ComSecond Integer value 104277>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 104278>>> End_Procedure 104279>>> 104279>>> Function ComControlToolTip Returns String 104281>>> String retVal 104281>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to retVal 104282>>> Function_Return retVal 104283>>> End_Function 104284>>> 104284>>> Procedure Set ComControlToolTip String value 104286>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BSTR to value 104287>>> End_Procedure 104288>>> 104288>>> Function ComReCreateReparented Returns Boolean 104290>>> Boolean retVal 104290>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 104291>>> Function_Return retVal 104292>>> End_Function 104293>>> 104293>>> Procedure Set ComReCreateReparented Boolean value 104295>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 104296>>> End_Procedure 104297>>> 104297>>> Procedure ComAboutBox 104299>>> Handle hDispatchDriver 104299>>> Get phDispatchDriver to hDispatchDriver 104300>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 104301>>> End_Procedure 104302>>> 104302>>> Function ComToolTipContext Returns Variant 104304>>> Handle hDispatchDriver 104304>>> Variant retVal 104304>>> Get phDispatchDriver to hDispatchDriver 104305>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 104306>>> Function_Return retVal 104307>>> End_Function 104308>>>End_Class 104309>>> 104309>>>// Event interface for DateTimePicker Control 104309>>>Class cSigCjCom_DDateTimePickerEvents is a Mixin 104310>>> 104310>>> Procedure OnComChange 104312>>> End_Procedure 104313>>> 104313>>> Procedure OnComDropDown 104315>>> End_Procedure 104316>>> 104316>>> Procedure OnComCloseUp 104318>>> End_Procedure 104319>>> 104319>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 104321>>> End_Procedure 104322>>> 104322>>> Procedure OnComDblClick 104324>>> End_Procedure 104325>>> 104325>>> Procedure OnComReCreated 104327>>> End_Procedure 104328>>> 104328>>> Procedure RegisterComEvents 104330>>> Send RegisterComEvent 1 msg_OnComChange 104331>>> Send RegisterComEvent 2 msg_OnComDropDown 104332>>> Send RegisterComEvent 3 msg_OnComCloseUp 104333>>> Send RegisterComEvent -602 msg_OnComKeyDown 104334>>> Send RegisterComEvent -601 msg_OnComDblClick 104335>>> Send RegisterComEvent 10001000 msg_OnComReCreated 104336>>> End_Procedure 104337>>>End_Class 104338>>> 104338>>>// DateTimePicker Control 104338>>>Class cSigCjComDateTimePicker is a cComActiveXControl 104339>>> Import_Class_Protocol cSigCjCom_DDateTimePicker 104340>>> Import_Class_Protocol cSigCjCom_DDateTimePickerEvents 104341>>> 104341>>> Procedure Construct_Object 104343>>> Forward Send Construct_Object 104345>>> Set psProgID to L_cSigCjComDateTimePicker 104346>>> Set psEventId to "{C0DE2030-7A7E-43B6-8468-0B74ADBA1168}" 104347>>> Set psLicenseKey to L_cSigCjKeyControls 104348>>> Set peAutoCreate to acDeferredAutoCreate 104349>>> End_Procedure 104350>>>End_Class 104351>>> 104351>>>// Dispatch interface for MonthCalendar Control 104351>>>Class cSigCjCom_DMonthCalendar is a Mixin 104352>>> 104352>>> Function ComValue Returns DateTime 104354>>> DateTime retVal 104354>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_DATE to retVal 104355>>> Function_Return retVal 104356>>> End_Function 104357>>> 104357>>> Procedure Set ComValue DateTime value 104359>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_DATE to value 104360>>> End_Procedure 104361>>> 104361>>> Function ComFont Returns Variant 104363>>> Variant retVal 104363>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 104364>>> Function_Return retVal 104365>>> End_Function 104366>>> 104366>>> Procedure Set ComFont Variant value 104368>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 104369>>> End_Procedure 104370>>> 104370>>> Function ComHWnd Returns OLE_HANDLE 104372>>> OLE_HANDLE retVal 104372>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 104373>>> Function_Return retVal 104374>>> End_Function 104375>>> 104375>>> Procedure Set ComHWnd OLE_HANDLE value 104377>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 104378>>> End_Procedure 104379>>> 104379>>> Function ComEnabled Returns Boolean 104381>>> Boolean retVal 104381>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 104382>>> Function_Return retVal 104383>>> End_Function 104384>>> 104384>>> Procedure Set ComEnabled Boolean value 104386>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 104387>>> End_Procedure 104388>>> 104388>>> Function ComAutoSize Returns Boolean 104390>>> Boolean retVal 104390>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 104391>>> Function_Return retVal 104392>>> End_Function 104393>>> 104393>>> Procedure Set ComAutoSize Boolean value 104395>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 104396>>> End_Procedure 104397>>> 104397>>> Function ComMinDate Returns DateTime 104399>>> DateTime retVal 104399>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DATE to retVal 104400>>> Function_Return retVal 104401>>> End_Function 104402>>> 104402>>> Procedure Set ComMinDate DateTime value 104404>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DATE to value 104405>>> End_Procedure 104406>>> 104406>>> Function ComMaxDate Returns DateTime 104408>>> DateTime retVal 104408>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to retVal 104409>>> Function_Return retVal 104410>>> End_Function 104411>>> 104411>>> Procedure Set ComMaxDate DateTime value 104413>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DATE to value 104414>>> End_Procedure 104415>>> 104415>>> Function ComMaxSelCount Returns Integer 104417>>> Integer retVal 104417>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 104418>>> Function_Return retVal 104419>>> End_Function 104420>>> 104420>>> Procedure Set ComMaxSelCount Integer value 104422>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 104423>>> End_Procedure 104424>>> 104424>>> Function ComMonthColumns Returns Integer 104426>>> Integer retVal 104426>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 104427>>> Function_Return retVal 104428>>> End_Function 104429>>> 104429>>> Procedure Set ComMonthColumns Integer value 104431>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 104432>>> End_Procedure 104433>>> 104433>>> Function ComMonthRows Returns Integer 104435>>> Integer retVal 104435>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 104436>>> Function_Return retVal 104437>>> End_Function 104438>>> 104438>>> Procedure Set ComMonthRows Integer value 104440>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 104441>>> End_Procedure 104442>>> 104442>>> Function ComMultiSelect Returns Boolean 104444>>> Boolean retVal 104444>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 104445>>> Function_Return retVal 104446>>> End_Function 104447>>> 104447>>> Procedure Set ComMultiSelect Boolean value 104449>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 104450>>> End_Procedure 104451>>> 104451>>> Function ComShowToday Returns Boolean 104453>>> Boolean retVal 104453>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 104454>>> Function_Return retVal 104455>>> End_Function 104456>>> 104456>>> Procedure Set ComShowToday Boolean value 104458>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 104459>>> End_Procedure 104460>>> 104460>>> Function ComShowWeekNumbers Returns Boolean 104462>>> Boolean retVal 104462>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 104463>>> Function_Return retVal 104464>>> End_Function 104465>>> 104465>>> Procedure Set ComShowWeekNumbers Boolean value 104467>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 104468>>> End_Procedure 104469>>> 104469>>> Function ComStartOfWeek Returns Integer 104471>>> Integer retVal 104471>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 104472>>> Function_Return retVal 104473>>> End_Function 104474>>> 104474>>> Procedure Set ComStartOfWeek Integer value 104476>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 104477>>> End_Procedure 104478>>> 104478>>> Function ComSelStart Returns DateTime 104480>>> DateTime retVal 104480>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DATE to retVal 104481>>> Function_Return retVal 104482>>> End_Function 104483>>> 104483>>> Procedure Set ComSelStart DateTime value 104485>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DATE to value 104486>>> End_Procedure 104487>>> 104487>>> Function ComSelEnd Returns DateTime 104489>>> DateTime retVal 104489>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DATE to retVal 104490>>> Function_Return retVal 104491>>> End_Function 104492>>> 104492>>> Procedure Set ComSelEnd DateTime value 104494>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DATE to value 104495>>> End_Procedure 104496>>> 104496>>> Function ComDay Returns Integer 104498>>> Integer retVal 104498>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 104499>>> Function_Return retVal 104500>>> End_Function 104501>>> 104501>>> Procedure Set ComDay Integer value 104503>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 104504>>> End_Procedure 104505>>> 104505>>> Function ComMonth Returns Integer 104507>>> Integer retVal 104507>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 104508>>> Function_Return retVal 104509>>> End_Function 104510>>> 104510>>> Procedure Set ComMonth Integer value 104512>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 104513>>> End_Procedure 104514>>> 104514>>> Function ComYear Returns Integer 104516>>> Integer retVal 104516>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 104517>>> Function_Return retVal 104518>>> End_Function 104519>>> 104519>>> Procedure Set ComYear Integer value 104521>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 104522>>> End_Procedure 104523>>> 104523>>> Function ComReCreateReparented Returns Boolean 104525>>> Boolean retVal 104525>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 104526>>> Function_Return retVal 104527>>> End_Function 104528>>> 104528>>> Procedure Set ComReCreateReparented Boolean value 104530>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 104531>>> End_Procedure 104532>>> 104532>>> Procedure ComAboutBox 104534>>> Handle hDispatchDriver 104534>>> Get phDispatchDriver to hDispatchDriver 104535>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 104536>>> End_Procedure 104537>>>End_Class 104538>>> 104538>>>// Event interface for MonthCalendar Control 104538>>>Class cSigCjCom_DMonthCalendarEvents is a Mixin 104539>>> 104539>>> Procedure OnComSelChange DateTime llStartDate DateTime llEndDate Boolean ByRef llCancel 104541>>> End_Procedure 104542>>> 104542>>> Procedure OnComDateClick DateTime llDateClicked 104544>>> End_Procedure 104545>>> 104545>>> Procedure OnComDblClick 104547>>> End_Procedure 104548>>> 104548>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 104550>>> End_Procedure 104551>>> 104551>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 104553>>> End_Procedure 104554>>> 104554>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 104556>>> End_Procedure 104557>>> 104557>>> Procedure OnComClick 104559>>> End_Procedure 104560>>> 104560>>> Procedure OnComReCreated 104562>>> End_Procedure 104563>>> 104563>>> Procedure RegisterComEvents 104565>>> Send RegisterComEvent 1 msg_OnComSelChange 104566>>> Send RegisterComEvent 2 msg_OnComDateClick 104567>>> Send RegisterComEvent -601 msg_OnComDblClick 104568>>> Send RegisterComEvent -605 msg_OnComMouseDown 104569>>> Send RegisterComEvent -606 msg_OnComMouseMove 104570>>> Send RegisterComEvent -607 msg_OnComMouseUp 104571>>> Send RegisterComEvent -600 msg_OnComClick 104572>>> Send RegisterComEvent 10001000 msg_OnComReCreated 104573>>> End_Procedure 104574>>>End_Class 104575>>> 104575>>>// MonthCalendar Control 104575>>>Class cSigCjComMonthCalendar is a cComActiveXControl 104576>>> Import_Class_Protocol cSigCjCom_DMonthCalendar 104577>>> Import_Class_Protocol cSigCjCom_DMonthCalendarEvents 104578>>> 104578>>> Procedure Construct_Object 104580>>> Forward Send Construct_Object 104582>>> Set psProgID to L_cSigCjComMonthCalendar 104583>>> Set psEventId to "{C0DE2030-5C4B-40AD-916B-5F7D03A172FC}" 104584>>> Set psLicenseKey to L_cSigCjKeyControls 104585>>> Set peAutoCreate to acDeferredAutoCreate 104586>>> End_Procedure 104587>>>End_Class 104588>>> 104588>>>// Dispatch interface for WebBrowser Control 104588>>>Class cSigCjCom_DWebBrowser is a Mixin 104589>>> 104589>>> Function ComBorderStyle Returns Short 104591>>> Short retVal 104591>>> Get ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to retVal 104592>>> Function_Return retVal 104593>>> End_Function 104594>>> 104594>>> Procedure Set ComBorderStyle Short value 104596>>> Set ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to value 104597>>> End_Procedure 104598>>> 104598>>> Function ComAppearance Returns Short 104600>>> Short retVal 104600>>> Get ComProperty of (phDispatchDriver(Self)) -520 OLE_VT_I2 to retVal 104601>>> Function_Return retVal 104602>>> End_Function 104603>>> 104603>>> Procedure Set ComAppearance Short value 104605>>> Set ComProperty of (phDispatchDriver(Self)) -520 OLE_VT_I2 to value 104606>>> End_Procedure 104607>>> 104607>>> Function ComWebBrowserContextMenu Returns Boolean 104609>>> Boolean retVal 104609>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 104610>>> Function_Return retVal 104611>>> End_Function 104612>>> 104612>>> Procedure Set ComWebBrowserContextMenu Boolean value 104614>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 104615>>> End_Procedure 104616>>> 104616>>> Function ComScrollBarStyle Returns OLEWebBrowserScrollBar 104618>>> OLEWebBrowserScrollBar retVal 104618>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 104619>>> Function_Return retVal 104620>>> End_Function 104621>>> 104621>>> Procedure Set ComScrollBarStyle OLEWebBrowserScrollBar value 104623>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 104624>>> End_Procedure 104625>>> 104625>>> Function ComScriptErrorsSuppressed Returns Boolean 104627>>> Boolean retVal 104627>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 104628>>> Function_Return retVal 104629>>> End_Function 104630>>> 104630>>> Procedure Set ComScriptErrorsSuppressed Boolean value 104632>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 104633>>> End_Procedure 104634>>> 104634>>> Function ComOffline Returns Boolean 104636>>> Boolean retVal 104636>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 104637>>> Function_Return retVal 104638>>> End_Function 104639>>> 104639>>> Procedure Set ComOffline Boolean value 104641>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 104642>>> End_Procedure 104643>>> 104643>>> Function ComSilent Returns Boolean 104645>>> Boolean retVal 104645>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 104646>>> Function_Return retVal 104647>>> End_Function 104648>>> 104648>>> Procedure Set ComSilent Boolean value 104650>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 104651>>> End_Procedure 104652>>> 104652>>> Function ComInnerHTML Returns String 104654>>> String retVal 104654>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 104655>>> Function_Return retVal 104656>>> End_Function 104657>>> 104657>>> Procedure Set ComInnerHTML String value 104659>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 104660>>> End_Procedure 104661>>> 104661>>> Function ComStaticText Returns Boolean 104663>>> Boolean retVal 104663>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 104664>>> Function_Return retVal 104665>>> End_Function 104666>>> 104666>>> Procedure Set ComStaticText Boolean value 104668>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 104669>>> End_Procedure 104670>>> 104670>>> Function ComBackColor Returns OLE_COLOR 104672>>> OLE_COLOR retVal 104672>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 104673>>> Function_Return retVal 104674>>> End_Function 104675>>> 104675>>> Procedure Set ComBackColor OLE_COLOR value 104677>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 104678>>> End_Procedure 104679>>> 104679>>> Function ComForeColor Returns OLE_COLOR 104681>>> OLE_COLOR retVal 104681>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 104682>>> Function_Return retVal 104683>>> End_Function 104684>>> 104684>>> Procedure Set ComForeColor OLE_COLOR value 104686>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 104687>>> End_Procedure 104688>>> 104688>>> Function ComFont Returns Variant 104690>>> Variant retVal 104690>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 104691>>> Function_Return retVal 104692>>> End_Function 104693>>> 104693>>> Procedure Set ComFont Variant value 104695>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 104696>>> End_Procedure 104697>>> 104697>>> Function ComRegisterAsDropTarget Returns Boolean 104699>>> Boolean retVal 104699>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 104700>>> Function_Return retVal 104701>>> End_Function 104702>>> 104702>>> Procedure Set ComRegisterAsDropTarget Boolean value 104704>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 104705>>> End_Procedure 104706>>> 104706>>> Function ComReCreateReparented Returns Boolean 104708>>> Boolean retVal 104708>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 104709>>> Function_Return retVal 104710>>> End_Function 104711>>> 104711>>> Procedure Set ComReCreateReparented Boolean value 104713>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 104714>>> End_Procedure 104715>>> 104715>>> Function ComLocationURL Returns String 104717>>> Handle hDispatchDriver 104717>>> String retVal 104717>>> Get phDispatchDriver to hDispatchDriver 104718>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_BSTR to retVal 104719>>> Function_Return retVal 104720>>> End_Function 104721>>> 104721>>> Function ComLocationName Returns String 104723>>> Handle hDispatchDriver 104723>>> String retVal 104723>>> Get phDispatchDriver to hDispatchDriver 104724>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BSTR to retVal 104725>>> Function_Return retVal 104726>>> End_Function 104727>>> 104727>>> Function ComDocument Returns Variant 104729>>> Handle hDispatchDriver 104729>>> Variant retVal 104729>>> Get phDispatchDriver to hDispatchDriver 104730>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 104731>>> Function_Return retVal 104732>>> End_Function 104733>>> 104733>>> Function ComApplication Returns Variant 104735>>> Handle hDispatchDriver 104735>>> Variant retVal 104735>>> Get phDispatchDriver to hDispatchDriver 104736>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 104737>>> Function_Return retVal 104738>>> End_Function 104739>>> 104739>>> Function ComBusy Returns Boolean 104741>>> Handle hDispatchDriver 104741>>> Boolean retVal 104741>>> Get phDispatchDriver to hDispatchDriver 104742>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_BOOL to retVal 104743>>> Function_Return retVal 104744>>> End_Function 104745>>> 104745>>> Function ComReadyState Returns Integer 104747>>> Handle hDispatchDriver 104747>>> Integer retVal 104747>>> Get phDispatchDriver to hDispatchDriver 104748>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 104749>>> Function_Return retVal 104750>>> End_Function 104751>>> 104751>>> Procedure ComNavigate String llURL Variant llFlags Variant llTargetFrameName Variant llPostData Variant llHeaders 104753>>> Handle hDispatchDriver 104753>>> Get phDispatchDriver to hDispatchDriver 104754>>> Send PrepareParams to hDispatchDriver 5 104755>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llURL 104756>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llFlags 104757>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llTargetFrameName 104758>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPostData 104759>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llHeaders 104760>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 104761>>> End_Procedure 104762>>> 104762>>> Procedure ComExecWB Integer llCmdID Integer llCmdExecOpt Variant llpvaIn Variant llpvaOut 104764>>> Handle hDispatchDriver 104764>>> Get phDispatchDriver to hDispatchDriver 104765>>> Send PrepareParams to hDispatchDriver 4 104766>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCmdID 104767>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llCmdExecOpt 104768>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llpvaIn 104769>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llpvaOut 104770>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 104771>>> End_Procedure 104772>>> 104772>>> Procedure ComGoBack 104774>>> Handle hDispatchDriver 104774>>> Get phDispatchDriver to hDispatchDriver 104775>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 104776>>> End_Procedure 104777>>> 104777>>> Procedure ComGoForward 104779>>> Handle hDispatchDriver 104779>>> Get phDispatchDriver to hDispatchDriver 104780>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 104781>>> End_Procedure 104782>>> 104782>>> Procedure ComGoHome 104784>>> Handle hDispatchDriver 104784>>> Get phDispatchDriver to hDispatchDriver 104785>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 104786>>> End_Procedure 104787>>> 104787>>> Procedure ComGoSearch 104789>>> Handle hDispatchDriver 104789>>> Get phDispatchDriver to hDispatchDriver 104790>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 104791>>> End_Procedure 104792>>> 104792>>> Procedure ComRefresh2 Variant llLevel 104794>>> Handle hDispatchDriver 104794>>> Get phDispatchDriver to hDispatchDriver 104795>>> Send PrepareParams to hDispatchDriver 1 104796>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llLevel 104797>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 104798>>> End_Procedure 104799>>> 104799>>> Procedure ComStop 104801>>> Handle hDispatchDriver 104801>>> Get phDispatchDriver to hDispatchDriver 104802>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 104803>>> End_Procedure 104804>>> 104804>>> Procedure ComRefresh 104806>>> Handle hDispatchDriver 104806>>> Get phDispatchDriver to hDispatchDriver 104807>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 104808>>> End_Procedure 104809>>> 104809>>> Procedure ComSetObjectForScripting Variant llExternal 104811>>> Handle hDispatchDriver 104811>>> Get phDispatchDriver to hDispatchDriver 104812>>> Send PrepareParams to hDispatchDriver 1 104813>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llExternal 104814>>> Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID 104815>>> End_Procedure 104816>>> 104816>>> Procedure ComAboutBox 104818>>> Handle hDispatchDriver 104818>>> Get phDispatchDriver to hDispatchDriver 104819>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 104820>>> End_Procedure 104821>>>End_Class 104822>>> 104822>>>// Event interface for WebBrowser Control 104822>>>Class cSigCjCom_DWebBrowserEvents is a Mixin 104823>>> 104823>>> // Download of page complete. 104823>>> Procedure OnComDownloadComplete 104825>>> End_Procedure 104826>>> 104826>>> // Fired when the document being navigated to reaches ReadyState_Complete. 104826>>> Procedure OnComDocumentComplete Variant llpDisp Variant llURL 104828>>> End_Procedure 104829>>> 104829>>> // Fired when the document being navigated to becomes visible and enters the navigation stack. 104829>>> Procedure OnComNavigateComplete2 Variant llpDisp Variant llURL 104831>>> End_Procedure 104832>>> 104832>>> // Fired before navigate occurs in the given WebBrowser (window or frameset element). The processing of this navigation may be modified. 104832>>> Procedure OnComBeforeNavigate2 Variant llpDisp Variant llURL Variant llFlags Variant llTargetFrameName Variant llPostData Variant llHeaders Boolean ByRef llCancel 104834>>> End_Procedure 104835>>> 104835>>> // Statusbar text changed. 104835>>> Procedure OnComStatusTextChange String llText 104837>>> End_Procedure 104838>>> 104838>>> // Fired when download progress is updated. 104838>>> Procedure OnComProgressChange Integer llProgress Integer llProgressMax 104840>>> End_Procedure 104841>>> 104841>>> // Document title changed. 104841>>> Procedure OnComTitleChange String llTitle 104843>>> End_Procedure 104844>>> 104844>>> // Download of a page started. 104844>>> Procedure OnComDownloadBegin 104846>>> End_Procedure 104847>>> 104847>>> // The enabled state of a command changed. 104847>>> Procedure OnComCommandStateChange Integer llCommand Boolean llEnable 104849>>> End_Procedure 104850>>> 104850>>> // Fired when the PutProperty method has been called. 104850>>> Procedure OnComPropertyChange String llProperty 104852>>> End_Procedure 104853>>> 104853>>> // A new, hidden, non-navigated WebBrowser window is needed. 104853>>> Procedure OnComNewWindow2 Variant llppDisp Boolean ByRef llCancel 104855>>> End_Procedure 104856>>> 104856>>> // Fired when application is quiting 104856>>> Procedure OnComQuit 104858>>> End_Procedure 104859>>> 104859>>> // Fired when a binding error occurs (window or frameset element) 104859>>> Procedure OnComNavigateError Variant llpDisp Variant llURL Variant llTargetFrameName Variant llStatusCode Boolean ByRef llCancel 104861>>> End_Procedure 104862>>> 104862>>> // Fired when the host window should allow/disallow resizing 104862>>> Procedure OnComWindowSetResizable Boolean llResizable 104864>>> End_Procedure 104865>>> 104865>>> // Fired when the host window should change its Left coordinate 104865>>> Procedure OnComWindowSetLeft Integer llLeft 104867>>> End_Procedure 104868>>> 104868>>> // Fired when the host window should change its Top coordinate 104868>>> Procedure OnComWindowSetTop Integer llTop 104870>>> End_Procedure 104871>>> 104871>>> // Fired when the host window should change its width 104871>>> Procedure OnComWindowSetWidth Integer llWidth 104873>>> End_Procedure 104874>>> 104874>>> // Fired when the host window should change its height 104874>>> Procedure OnComWindowSetHeight Integer llHeight 104876>>> End_Procedure 104877>>> 104877>>> // Fired when the WebBrowser is about to be closed by script 104877>>> Procedure OnComWindowClosing Boolean llIsChildWindow Boolean ByRef llCancel 104879>>> End_Procedure 104880>>> 104880>>> // Fired to indicate the security level of the current web page contents 104880>>> Procedure OnComSetSecureLockIcon Integer llSecureLockIcon 104882>>> End_Procedure 104883>>> 104883>>> Procedure OnComReCreated 104885>>> End_Procedure 104886>>> 104886>>> Procedure RegisterComEvents 104888>>> Send RegisterComEvent 1 msg_OnComDownloadComplete 104889>>> Send RegisterComEvent 2 msg_OnComDocumentComplete 104890>>> Send RegisterComEvent 3 msg_OnComNavigateComplete2 104891>>> Send RegisterComEvent 4 msg_OnComBeforeNavigate2 104892>>> Send RegisterComEvent 5 msg_OnComStatusTextChange 104893>>> Send RegisterComEvent 6 msg_OnComProgressChange 104894>>> Send RegisterComEvent 7 msg_OnComTitleChange 104895>>> Send RegisterComEvent 8 msg_OnComDownloadBegin 104896>>> Send RegisterComEvent 9 msg_OnComCommandStateChange 104897>>> Send RegisterComEvent 10 msg_OnComPropertyChange 104898>>> Send RegisterComEvent 11 msg_OnComNewWindow2 104899>>> Send RegisterComEvent 12 msg_OnComQuit 104900>>> Send RegisterComEvent 13 msg_OnComNavigateError 104901>>> Send RegisterComEvent 14 msg_OnComWindowSetResizable 104902>>> Send RegisterComEvent 15 msg_OnComWindowSetLeft 104903>>> Send RegisterComEvent 16 msg_OnComWindowSetTop 104904>>> Send RegisterComEvent 17 msg_OnComWindowSetWidth 104905>>> Send RegisterComEvent 18 msg_OnComWindowSetHeight 104906>>> Send RegisterComEvent 19 msg_OnComWindowClosing 104907>>> Send RegisterComEvent 20 msg_OnComSetSecureLockIcon 104908>>> Send RegisterComEvent 10001000 msg_OnComReCreated 104909>>> End_Procedure 104910>>>End_Class 104911>>> 104911>>>// WebBrowser Control 104911>>>Class cSigCjComWebBrowser is a cComActiveXControl 104912>>> Import_Class_Protocol cSigCjCom_DWebBrowser 104913>>> Import_Class_Protocol cSigCjCom_DWebBrowserEvents 104914>>> 104914>>> Procedure Construct_Object 104916>>> Forward Send Construct_Object 104918>>> Set psProgID to L_cSigCjComWebBrowser 104919>>> Set psEventId to "{C0DE2030-D91C-4911-ADA7-3A1EB6EB003B}" 104920>>> Set psLicenseKey to L_cSigCjKeyControls 104921>>> Set peAutoCreate to acDeferredAutoCreate 104922>>> End_Procedure 104923>>>End_Class 104924>>> 104924>>>// Dispatch interface for TrayIcon Control 104924>>>Class cSigCjCom_DTrayIcon is a Mixin 104925>>> 104925>>> Function ComText Returns String 104927>>> String retVal 104927>>> Get ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to retVal 104928>>> Function_Return retVal 104929>>> End_Function 104930>>> 104930>>> Procedure Set ComText String value 104932>>> Set ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to value 104933>>> End_Procedure 104934>>> 104934>>> Function ComIcon Returns Variant 104936>>> Variant retVal 104936>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 104937>>> Function_Return retVal 104938>>> End_Function 104939>>> 104939>>> Procedure Set ComIcon Variant value 104941>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 104942>>> End_Procedure 104943>>> 104943>>> Procedure ComShowBalloonTip Integer llTimeout String llTipTitle String llTipText Integer llTipIcon 104945>>> Handle hDispatchDriver 104945>>> Get phDispatchDriver to hDispatchDriver 104946>>> Send PrepareParams to hDispatchDriver 4 104947>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTimeout 104948>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTipTitle 104949>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTipText 104950>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTipIcon 104951>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 104952>>> End_Procedure 104953>>> 104953>>> Procedure ComMinimizeToTray OLE_HANDLE llhWnd 104955>>> Handle hDispatchDriver 104955>>> Get phDispatchDriver to hDispatchDriver 104956>>> Send PrepareParams to hDispatchDriver 1 104957>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 104958>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 104959>>> End_Procedure 104960>>> 104960>>> Procedure ComMaximizeFromTray OLE_HANDLE llhWnd 104962>>> Handle hDispatchDriver 104962>>> Get phDispatchDriver to hDispatchDriver 104963>>> Send PrepareParams to hDispatchDriver 1 104964>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 104965>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 104966>>> End_Procedure 104967>>> 104967>>> Procedure ComAboutBox 104969>>> Handle hDispatchDriver 104969>>> Get phDispatchDriver to hDispatchDriver 104970>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 104971>>> End_Procedure 104972>>>End_Class 104973>>> 104973>>>// Event interface for TrayIcon Control 104973>>>Class cSigCjCom_DTrayIconEvents is a Mixin 104974>>> 104974>>> Procedure OnComBalloonTipShown 104976>>> End_Procedure 104977>>> 104977>>> Procedure OnComBalloonTipClosed 104979>>> End_Procedure 104980>>> 104980>>> Procedure OnComBalloonTipClicked 104982>>> End_Procedure 104983>>> 104983>>> Procedure OnComDblClick 104985>>> End_Procedure 104986>>> 104986>>> Procedure OnComClick 104988>>> End_Procedure 104989>>> 104989>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 104991>>> End_Procedure 104992>>> 104992>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 104994>>> End_Procedure 104995>>> 104995>>> Procedure RegisterComEvents 104997>>> Send RegisterComEvent 1 msg_OnComBalloonTipShown 104998>>> Send RegisterComEvent 2 msg_OnComBalloonTipClosed 104999>>> Send RegisterComEvent 3 msg_OnComBalloonTipClicked 105000>>> Send RegisterComEvent -601 msg_OnComDblClick 105001>>> Send RegisterComEvent -600 msg_OnComClick 105002>>> Send RegisterComEvent -607 msg_OnComMouseUp 105003>>> Send RegisterComEvent -605 msg_OnComMouseDown 105004>>> End_Procedure 105005>>>End_Class 105006>>> 105006>>>// TrayIcon Control 105006>>>Class cSigCjComTrayIcon is a cComActiveXControl 105007>>> Import_Class_Protocol cSigCjCom_DTrayIcon 105008>>> Import_Class_Protocol cSigCjCom_DTrayIconEvents 105009>>> 105009>>> Procedure Construct_Object 105011>>> Forward Send Construct_Object 105013>>> Set psProgID to L_cSigCjComTrayIcon 105014>>> Set psEventId to "{C0DE2030-077E-414F-BDB7-C07CC582AAA4}" 105015>>> Set psLicenseKey to L_cSigCjKeyControls 105016>>> Set peAutoCreate to acAutoCreate 105017>>> End_Procedure 105018>>>End_Class 105019>>> 105019>>>// Dispatch interface for HexEdit Control 105019>>>Class cSigCjCom_DHexEdit is a Mixin 105020>>> 105020>>> Function ComUseVisualStyle Returns Boolean 105022>>> Boolean retVal 105022>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 105023>>> Function_Return retVal 105024>>> End_Function 105025>>> 105025>>> Procedure Set ComUseVisualStyle Boolean value 105027>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 105028>>> End_Procedure 105029>>> 105029>>> Function ComShowAddress Returns Boolean 105031>>> Boolean retVal 105031>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 105032>>> Function_Return retVal 105033>>> End_Function 105034>>> 105034>>> Procedure Set ComShowAddress Boolean value 105036>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 105037>>> End_Procedure 105038>>> 105038>>> Function ComShowHex Returns Boolean 105040>>> Boolean retVal 105040>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 105041>>> Function_Return retVal 105042>>> End_Function 105043>>> 105043>>> Procedure Set ComShowHex Boolean value 105045>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 105046>>> End_Procedure 105047>>> 105047>>> Function ComShowAscii Returns Boolean 105049>>> Boolean retVal 105049>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 105050>>> Function_Return retVal 105051>>> End_Function 105052>>> 105052>>> Procedure Set ComShowAscii Boolean value 105054>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 105055>>> End_Procedure 105056>>> 105056>>> Function ComWideAddress Returns Boolean 105058>>> Boolean retVal 105058>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 105059>>> Function_Return retVal 105060>>> End_Function 105061>>> 105061>>> Procedure Set ComWideAddress Boolean value 105063>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 105064>>> End_Procedure 105065>>> 105065>>> Function ComBytePerRow Returns Integer 105067>>> Integer retVal 105067>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 105068>>> Function_Return retVal 105069>>> End_Function 105070>>> 105070>>> Procedure Set ComBytePerRow Integer value 105072>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 105073>>> End_Procedure 105074>>> 105074>>> Function ComLocked Returns Boolean 105076>>> Boolean retVal 105076>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 105077>>> Function_Return retVal 105078>>> End_Function 105079>>> 105079>>> Procedure Set ComLocked Boolean value 105081>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 105082>>> End_Procedure 105083>>> 105083>>> Function ComMaxLength Returns Integer 105085>>> Integer retVal 105085>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 105086>>> Function_Return retVal 105087>>> End_Function 105088>>> 105088>>> Procedure Set ComMaxLength Integer value 105090>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 105091>>> End_Procedure 105092>>> 105092>>> Function ComAppearance Returns OLEAppearanceStyle 105094>>> OLEAppearanceStyle retVal 105094>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 105095>>> Function_Return retVal 105096>>> End_Function 105097>>> 105097>>> Procedure Set ComAppearance OLEAppearanceStyle value 105099>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 105100>>> End_Procedure 105101>>> 105101>>> Function ComHWnd Returns OLE_HANDLE 105103>>> OLE_HANDLE retVal 105103>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 105104>>> Function_Return retVal 105105>>> End_Function 105106>>> 105106>>> Procedure Set ComHWnd OLE_HANDLE value 105108>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 105109>>> End_Procedure 105110>>> 105110>>> Function ComEnabled Returns Boolean 105112>>> Boolean retVal 105112>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 105113>>> Function_Return retVal 105114>>> End_Function 105115>>> 105115>>> Procedure Set ComEnabled Boolean value 105117>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 105118>>> End_Procedure 105119>>> 105119>>> Function ComForeColor Returns OLE_COLOR 105121>>> OLE_COLOR retVal 105121>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 105122>>> Function_Return retVal 105123>>> End_Function 105124>>> 105124>>> Procedure Set ComForeColor OLE_COLOR value 105126>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 105127>>> End_Procedure 105128>>> 105128>>> Function ComBackColor Returns OLE_COLOR 105130>>> OLE_COLOR retVal 105130>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 105131>>> Function_Return retVal 105132>>> End_Function 105133>>> 105133>>> Procedure Set ComBackColor OLE_COLOR value 105135>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 105136>>> End_Procedure 105137>>> 105137>>> Function ComShowBorder Returns Boolean 105139>>> Boolean retVal 105139>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 105140>>> Function_Return retVal 105141>>> End_Function 105142>>> 105142>>> Procedure Set ComShowBorder Boolean value 105144>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 105145>>> End_Procedure 105146>>> 105146>>> Function ComUpdateBackColorOnAppearanceChange Returns Boolean 105148>>> Boolean retVal 105148>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 105149>>> Function_Return retVal 105150>>> End_Function 105151>>> 105151>>> Procedure Set ComUpdateBackColorOnAppearanceChange Boolean value 105153>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 105154>>> End_Procedure 105155>>> 105155>>> Function ComUpdateForeColorOnAppearanceChange Returns Boolean 105157>>> Boolean retVal 105157>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 105158>>> Function_Return retVal 105159>>> End_Function 105160>>> 105160>>> Procedure Set ComUpdateForeColorOnAppearanceChange Boolean value 105162>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 105163>>> End_Procedure 105164>>> 105164>>> Function ComReCreateReparented Returns Boolean 105166>>> Boolean retVal 105166>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 105167>>> Function_Return retVal 105168>>> End_Function 105169>>> 105169>>> Procedure Set ComReCreateReparented Boolean value 105171>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 105172>>> End_Procedure 105173>>> 105173>>> Procedure ComSetData Variant llData 105175>>> Handle hDispatchDriver 105175>>> Get phDispatchDriver to hDispatchDriver 105176>>> Send PrepareParams to hDispatchDriver 1 105177>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llData 105178>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 105179>>> End_Procedure 105180>>> 105180>>> Function ComLength Returns Integer 105182>>> Handle hDispatchDriver 105182>>> Integer retVal 105182>>> Get phDispatchDriver to hDispatchDriver 105183>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 105184>>> Function_Return retVal 105185>>> End_Function 105186>>> 105186>>> Function ComGetData Returns Variant 105188>>> Handle hDispatchDriver 105188>>> Variant retVal 105188>>> Get phDispatchDriver to hDispatchDriver 105189>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_VARIANT to retVal 105190>>> Function_Return retVal 105191>>> End_Function 105192>>> 105192>>> Procedure ComAboutBox 105194>>> Handle hDispatchDriver 105194>>> Get phDispatchDriver to hDispatchDriver 105195>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 105196>>> End_Procedure 105197>>>End_Class 105198>>> 105198>>>// Event interface for HexEdit Control 105198>>>Class cSigCjCom_DHexEditEvents is a Mixin 105199>>> 105199>>> Procedure OnComReCreated 105201>>> End_Procedure 105202>>> 105202>>> Procedure RegisterComEvents 105204>>> Send RegisterComEvent 10001000 msg_OnComReCreated 105205>>> End_Procedure 105206>>>End_Class 105207>>> 105207>>>// HexEdit Control 105207>>>Class cSigCjComHexEdit is a cComActiveXControl 105208>>> Import_Class_Protocol cSigCjCom_DHexEdit 105209>>> Import_Class_Protocol cSigCjCom_DHexEditEvents 105210>>> 105210>>> Procedure Construct_Object 105212>>> Forward Send Construct_Object 105214>>> Set psProgID to L_cSigCjComHexEdit 105215>>> Set psEventId to "{C0DE2030-EF36-4585-941C-9FCC90A153B1}" 105216>>> Set psLicenseKey to L_cSigCjKeyControls 105217>>> Set peAutoCreate to acDeferredAutoCreate 105218>>> End_Procedure 105219>>>End_Class 105220>>> 105220>>>// Dispatch interface for FormExtender Control 105220>>>Class cSigCjCom_DFormExtender is a Mixin 105221>>> 105221>>> Function ComCaption Returns String 105223>>> String retVal 105223>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 105224>>> Function_Return retVal 105225>>> End_Function 105226>>> 105226>>> Procedure Set ComCaption String value 105228>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 105229>>> End_Procedure 105230>>> 105230>>> Function ComTransparency Returns Integer 105232>>> Integer retVal 105232>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 105233>>> Function_Return retVal 105234>>> End_Function 105235>>> 105235>>> Procedure Set ComTransparency Integer value 105237>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 105238>>> End_Procedure 105239>>> 105239>>> Function ComRegion Returns Variant 105241>>> Variant retVal 105241>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 105242>>> Function_Return retVal 105243>>> End_Function 105244>>> 105244>>> Procedure Set ComRegion Variant value 105246>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 105247>>> End_Procedure 105248>>> 105248>>> Function ComAllowDragClient Returns Boolean 105250>>> Boolean retVal 105250>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 105251>>> Function_Return retVal 105252>>> End_Function 105253>>> 105253>>> Procedure Set ComAllowDragClient Boolean value 105255>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 105256>>> End_Procedure 105257>>> 105257>>> Function ComClosable Returns Boolean 105259>>> Boolean retVal 105259>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 105260>>> Function_Return retVal 105261>>> End_Function 105262>>> 105262>>> Procedure Set ComClosable Boolean value 105264>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 105265>>> End_Procedure 105266>>> 105266>>> Function ComTopMost Returns Boolean 105268>>> Boolean retVal 105268>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 105269>>> Function_Return retVal 105270>>> End_Function 105271>>> 105271>>> Procedure Set ComTopMost Boolean value 105273>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 105274>>> End_Procedure 105275>>> 105275>>> Function ComClientMinWidth Returns Integer 105277>>> Integer retVal 105277>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 105278>>> Function_Return retVal 105279>>> End_Function 105280>>> 105280>>> Procedure Set ComClientMinWidth Integer value 105282>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 105283>>> End_Procedure 105284>>> 105284>>> Function ComClientMinHeight Returns Integer 105286>>> Integer retVal 105286>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 105287>>> Function_Return retVal 105288>>> End_Function 105289>>> 105289>>> Procedure Set ComClientMinHeight Integer value 105291>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 105292>>> End_Procedure 105293>>> 105293>>> Function ComClientMaxWidth Returns Integer 105295>>> Integer retVal 105295>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 105296>>> Function_Return retVal 105297>>> End_Function 105298>>> 105298>>> Procedure Set ComClientMaxWidth Integer value 105300>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 105301>>> End_Procedure 105302>>> 105302>>> Function ComClientMaxHeight Returns Integer 105304>>> Integer retVal 105304>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 105305>>> Function_Return retVal 105306>>> End_Function 105307>>> 105307>>> Procedure Set ComClientMaxHeight Integer value 105309>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 105310>>> End_Procedure 105311>>> 105311>>> Function ComReCreateReparented Returns Boolean 105313>>> Boolean retVal 105313>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 105314>>> Function_Return retVal 105315>>> End_Function 105316>>> 105316>>> Procedure Set ComReCreateReparented Boolean value 105318>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 105319>>> End_Procedure 105320>>> 105320>>> Procedure ComSavePlacement String llRegistryKey String llAppName String llSection 105322>>> Handle hDispatchDriver 105322>>> Get phDispatchDriver to hDispatchDriver 105323>>> Send PrepareParams to hDispatchDriver 3 105324>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 105325>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 105326>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 105327>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 105328>>> End_Procedure 105329>>> 105329>>> Procedure ComRestorePlacement String llRegistryKey String llAppName String llSection 105331>>> Handle hDispatchDriver 105331>>> Get phDispatchDriver to hDispatchDriver 105332>>> Send PrepareParams to hDispatchDriver 3 105333>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 105334>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 105335>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 105336>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 105337>>> End_Procedure 105338>>> 105338>>> Procedure ComAboutBox 105340>>> Handle hDispatchDriver 105340>>> Get phDispatchDriver to hDispatchDriver 105341>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 105342>>> End_Procedure 105343>>>End_Class 105344>>> 105344>>>// Event interface for FormExtender Control 105344>>>Class cSigCjCom_DFormExtenderEvents is a Mixin 105345>>> 105345>>> Procedure OnComReCreated 105347>>> End_Procedure 105348>>> 105348>>> Procedure RegisterComEvents 105350>>> Send RegisterComEvent 10001000 msg_OnComReCreated 105351>>> End_Procedure 105352>>>End_Class 105353>>> 105353>>>// FormExtender Control 105353>>>Class cSigCjComFormExtender is a cComActiveXControl 105354>>> Import_Class_Protocol cSigCjCom_DFormExtender 105355>>> Import_Class_Protocol cSigCjCom_DFormExtenderEvents 105356>>> 105356>>> Procedure Construct_Object 105358>>> Forward Send Construct_Object 105360>>> Set psProgID to L_cSigCjComFormExtender 105361>>> Set psEventId to "{C0DE2030-B768-43F0-B9AF-C31CD2103724}" 105362>>> Set peAutoCreate to acAutoCreate 105363>>> End_Procedure 105364>>>End_Class 105365>>> 105365>>>// Dispatch interface for TaskbarManager Control 105365>>>Class cSigCjCom_DTaskbarManager is a Mixin 105366>>> 105366>>> Function ComSetOverlayIcon Variant llIcon String llDescription Returns Boolean 105368>>> Handle hDispatchDriver 105368>>> Boolean retVal 105368>>> Get phDispatchDriver to hDispatchDriver 105369>>> Send PrepareParams to hDispatchDriver 2 105370>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llIcon 105371>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llDescription 105372>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_BOOL to retVal 105373>>> Function_Return retVal 105374>>> End_Function 105375>>> 105375>>> Procedure ComSetProgressBarRange Integer llRangeMin Integer llRangeMax 105377>>> Handle hDispatchDriver 105377>>> Get phDispatchDriver to hDispatchDriver 105378>>> Send PrepareParams to hDispatchDriver 2 105379>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRangeMin 105380>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRangeMax 105381>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 105382>>> End_Procedure 105383>>> 105383>>> Procedure ComSetProgressBarPosition Integer llProgressPos 105385>>> Handle hDispatchDriver 105385>>> Get phDispatchDriver to hDispatchDriver 105386>>> Send PrepareParams to hDispatchDriver 1 105387>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProgressPos 105388>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 105389>>> End_Procedure 105390>>> 105390>>> Procedure ComSetProgressBarState OLETaskbarProgressFlag llFlags 105392>>> Handle hDispatchDriver 105392>>> Get phDispatchDriver to hDispatchDriver 105393>>> Send PrepareParams to hDispatchDriver 1 105394>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 105395>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 105396>>> End_Procedure 105397>>> 105397>>> Function ComJumpList Returns Variant 105399>>> Handle hDispatchDriver 105399>>> Variant retVal 105399>>> Get phDispatchDriver to hDispatchDriver 105400>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 105401>>> Function_Return retVal 105402>>> End_Function 105403>>> 105403>>> Procedure ComAboutBox 105405>>> Handle hDispatchDriver 105405>>> Get phDispatchDriver to hDispatchDriver 105406>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 105407>>> End_Procedure 105408>>>End_Class 105409>>> 105409>>>// Event interface for TaskbarManager Control 105409>>>Class cSigCjCom_DTaskbarManagerEvents is a Mixin 105410>>> 105410>>> Procedure RegisterComEvents 105412>>> End_Procedure 105413>>>End_Class 105414>>> 105414>>>// TaskbarManager Control 105414>>>Class cSigCjComTaskbarManager is a cComActiveXControl 105415>>> Import_Class_Protocol cSigCjCom_DTaskbarManager 105416>>> Import_Class_Protocol cSigCjCom_DTaskbarManagerEvents 105417>>> 105417>>> Procedure Construct_Object 105419>>> Forward Send Construct_Object 105421>>> Set psProgID to L_cSigCjComTaskbarManager 105422>>> Set psEventId to "{C0DE2030-8925-425D-863D-986636C7F33A}" 105423>>> Set psLicenseKey to L_cSigCjKeyControls 105424>>> Set peAutoCreate to acAutoCreate 105425>>> End_Procedure 105426>>>End_Class 105427>>> 105427>>>Class cSigCjComITagCloudTag is a Mixin 105428>>> 105428>>> Function ComScore Returns Integer 105430>>> Integer retVal 105430>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 105431>>> Function_Return retVal 105432>>> End_Function 105433>>> 105433>>> Procedure Set ComScore Integer value 105435>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 105436>>> End_Procedure 105437>>> 105437>>> Function ComText Returns String 105439>>> String retVal 105439>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 105440>>> Function_Return retVal 105441>>> End_Function 105442>>> 105442>>> Procedure Set ComText String value 105444>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 105445>>> End_Procedure 105446>>> 105446>>> Function ComLeft Returns Integer 105448>>> Integer retVal 105448>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 105449>>> Function_Return retVal 105450>>> End_Function 105451>>> 105451>>> Procedure Set ComLeft Integer value 105453>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 105454>>> End_Procedure 105455>>> 105455>>> Function ComTop Returns Integer 105457>>> Integer retVal 105457>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 105458>>> Function_Return retVal 105459>>> End_Function 105460>>> 105460>>> Procedure Set ComTop Integer value 105462>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 105463>>> End_Procedure 105464>>> 105464>>> Function ComWidth Returns Integer 105466>>> Integer retVal 105466>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 105467>>> Function_Return retVal 105468>>> End_Function 105469>>> 105469>>> Procedure Set ComWidth Integer value 105471>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 105472>>> End_Procedure 105473>>> 105473>>> Function ComHeight Returns Integer 105475>>> Integer retVal 105475>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 105476>>> Function_Return retVal 105477>>> End_Function 105478>>> 105478>>> Procedure Set ComHeight Integer value 105480>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 105481>>> End_Procedure 105482>>>End_Class 105483>>> 105483>>>Class cSigCjComTagCloudTag is a cComAutomationObject 105484>>> Import_Class_Protocol cSigCjComITagCloudTag 105485>>> 105485>>> Procedure Construct_Object 105487>>> Forward Send Construct_Object 105489>>> Set psProgID to L_cSigCjComTagCloudTag 105490>>> Set peAutoCreate to acNoAutoCreate 105491>>> End_Procedure 105492>>>End_Class 105493>>> 105493>>>// Dispatch interface for TagCloud Control 105493>>>Class cSigCjCom_DTagCloud is a Mixin 105494>>> 105494>>> Function ComTagCloudMargin Returns Integer 105496>>> Integer retVal 105496>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 105497>>> Function_Return retVal 105498>>> End_Function 105499>>> 105499>>> Procedure Set ComTagCloudMargin Integer value 105501>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 105502>>> End_Procedure 105503>>> 105503>>> Function ComTagCloudPadding Returns Integer 105505>>> Integer retVal 105505>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 105506>>> Function_Return retVal 105507>>> End_Function 105508>>> 105508>>> Procedure Set ComTagCloudPadding Integer value 105510>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 105511>>> End_Procedure 105512>>> 105512>>> Function ComEnableTooltip Returns Boolean 105514>>> Boolean retVal 105514>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 105515>>> Function_Return retVal 105516>>> End_Function 105517>>> 105517>>> Procedure Set ComEnableTooltip Boolean value 105519>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 105520>>> End_Procedure 105521>>> 105521>>> Function ComEnableFocusRect Returns Boolean 105523>>> Boolean retVal 105523>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 105524>>> Function_Return retVal 105525>>> End_Function 105526>>> 105526>>> Procedure Set ComEnableFocusRect Boolean value 105528>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 105529>>> End_Procedure 105530>>> 105530>>> Function ComSortOrder Returns OLEXTPTagCloudSort 105532>>> OLEXTPTagCloudSort retVal 105532>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 105533>>> Function_Return retVal 105534>>> End_Function 105535>>> 105535>>> Procedure Set ComSortOrder OLEXTPTagCloudSort value 105537>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 105538>>> End_Procedure 105539>>> 105539>>> Function ComCurSel Returns Variant 105541>>> Variant retVal 105541>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 105542>>> Function_Return retVal 105543>>> End_Function 105544>>> 105544>>> Procedure Set ComCurSel Variant value 105546>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 105547>>> End_Procedure 105548>>> 105548>>> Function ComBackgroundGradientColorLight Returns OLE_COLOR 105550>>> OLE_COLOR retVal 105550>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 105551>>> Function_Return retVal 105552>>> End_Function 105553>>> 105553>>> Procedure Set ComBackgroundGradientColorLight OLE_COLOR value 105555>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 105556>>> End_Procedure 105557>>> 105557>>> Function ComBackgroundGradientColorDark Returns OLE_COLOR 105559>>> OLE_COLOR retVal 105559>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 105560>>> Function_Return retVal 105561>>> End_Function 105562>>> 105562>>> Procedure Set ComBackgroundGradientColorDark OLE_COLOR value 105564>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 105565>>> End_Procedure 105566>>> 105566>>> Function ComBackgroundGradientFactor Returns Float 105568>>> Float retVal 105568>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_R4 to retVal 105569>>> Function_Return retVal 105570>>> End_Function 105571>>> 105571>>> Procedure Set ComBackgroundGradientFactor Float value 105573>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_R4 to value 105574>>> End_Procedure 105575>>> 105575>>> Function ComBorderColor Returns OLE_COLOR 105577>>> OLE_COLOR retVal 105577>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 105578>>> Function_Return retVal 105579>>> End_Function 105580>>> 105580>>> Procedure Set ComBorderColor OLE_COLOR value 105582>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 105583>>> End_Procedure 105584>>> 105584>>> Function ComHorizontalGradient Returns Boolean 105586>>> Boolean retVal 105586>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 105587>>> Function_Return retVal 105588>>> End_Function 105589>>> 105589>>> Procedure Set ComHorizontalGradient Boolean value 105591>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 105592>>> End_Procedure 105593>>> 105593>>> Function ComIsAscending Returns Boolean 105595>>> Boolean retVal 105595>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 105596>>> Function_Return retVal 105597>>> End_Function 105598>>> 105598>>> Procedure Set ComIsAscending Boolean value 105600>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 105601>>> End_Procedure 105602>>> 105602>>> Function ComAdd Integer llScore String llText Returns Variant 105604>>> Handle hDispatchDriver 105604>>> Variant retVal 105604>>> Get phDispatchDriver to hDispatchDriver 105605>>> Send PrepareParams to hDispatchDriver 2 105606>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScore 105607>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 105608>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 105609>>> Function_Return retVal 105610>>> End_Function 105611>>> 105611>>> Procedure ComRemoveSelectedTag 105613>>> Handle hDispatchDriver 105613>>> Get phDispatchDriver to hDispatchDriver 105614>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 105615>>> End_Procedure 105616>>> 105616>>> Procedure ComRemoveAll 105618>>> Handle hDispatchDriver 105618>>> Get phDispatchDriver to hDispatchDriver 105619>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 105620>>> End_Procedure 105621>>> 105621>>> Procedure ComRecalcLayout 105623>>> Handle hDispatchDriver 105623>>> Get phDispatchDriver to hDispatchDriver 105624>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 105625>>> End_Procedure 105626>>> 105626>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 105628>>> Handle hDispatchDriver 105628>>> Variant retVal 105628>>> Get phDispatchDriver to hDispatchDriver 105629>>> Send PrepareParams to hDispatchDriver 2 105630>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 105631>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 105632>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 105633>>> Function_Return retVal 105634>>> End_Function 105635>>> 105635>>> Procedure ComRestoreDefaults 105637>>> Handle hDispatchDriver 105637>>> Get phDispatchDriver to hDispatchDriver 105638>>> Send InvokeComMethod to hDispatchDriver 16 OLE_VT_VOID 105639>>> End_Procedure 105640>>> 105640>>> Procedure ComEditSelectedTag Integer llScore String llText 105642>>> Handle hDispatchDriver 105642>>> Get phDispatchDriver to hDispatchDriver 105643>>> Send PrepareParams to hDispatchDriver 2 105644>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScore 105645>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 105646>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 105647>>> End_Procedure 105648>>> 105648>>> Procedure ComAboutBox 105650>>> Handle hDispatchDriver 105650>>> Get phDispatchDriver to hDispatchDriver 105651>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 105652>>> End_Procedure 105653>>>End_Class 105654>>> 105654>>>// Event interface for TagCloud Control 105654>>>Class cSigCjCom_DTagCloudEvents is a Mixin 105655>>> 105655>>> Procedure OnComRClick Variant llTag 105657>>> End_Procedure 105658>>> 105658>>> Procedure OnComDoubleClick Variant llTag 105660>>> End_Procedure 105661>>> 105661>>> Procedure OnComSelectionChanged Variant llTag 105663>>> End_Procedure 105664>>> 105664>>> Procedure RegisterComEvents 105666>>> Send RegisterComEvent 1 msg_OnComRClick 105667>>> Send RegisterComEvent 2 msg_OnComDoubleClick 105668>>> Send RegisterComEvent 3 msg_OnComSelectionChanged 105669>>> End_Procedure 105670>>>End_Class 105671>>> 105671>>>// TagCloud Control 105671>>>Class cSigCjComTagCloud is a cComActiveXControl 105672>>> Import_Class_Protocol cSigCjCom_DTagCloud 105673>>> Import_Class_Protocol cSigCjCom_DTagCloudEvents 105674>>> 105674>>> Procedure Construct_Object 105676>>> Forward Send Construct_Object 105678>>> Set psProgID to L_cSigCjComTagCloud 105679>>> Set psEventId to "{C0DE2030-26A3-4D06-98B0-43E652E8511B}" 105680>>> Set peAutoCreate to acDeferredAutoCreate 105681>>> End_Procedure 105682>>>End_Class 105683>>> 105683>>>// Dispatch interface for property page for TagCloud control 105683>>>Class cSigCjCom_DTagCloudPropPage is a Mixin 105684>>>End_Class 105685>>> 105685>>>// Property page for TagCloud control 105685>>>Class cSigCjComTagCloudPropPage is a cComAutomationObject 105686>>> Import_Class_Protocol cSigCjCom_DTagCloudPropPage 105687>>> 105687>>> Procedure Construct_Object 105689>>> Forward Send Construct_Object 105691>>> Set psProgID to L_cSigCjComTagCloudPropPage 105692>>> Set peAutoCreate to acNoAutoCreate 105693>>> End_Procedure 105694>>>End_Class 105695>>> 105695>>>Class cSigCjComITagCloudStyle is a Mixin 105696>>> 105696>>> Function ComScore Returns Integer 105698>>> Integer retVal 105698>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 105699>>> Function_Return retVal 105700>>> End_Function 105701>>> 105701>>> Procedure Set ComScore Integer value 105703>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 105704>>> End_Procedure 105705>>> 105705>>> Function ComFont Returns Variant 105707>>> Variant retVal 105707>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 105708>>> Function_Return retVal 105709>>> End_Function 105710>>> 105710>>> Procedure Set ComFont Variant value 105712>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 105713>>> End_Procedure 105714>>> 105714>>> Function ComTextColor Returns OLE_COLOR 105716>>> OLE_COLOR retVal 105716>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 105717>>> Function_Return retVal 105718>>> End_Function 105719>>> 105719>>> Procedure Set ComTextColor OLE_COLOR value 105721>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 105722>>> End_Procedure 105723>>> 105723>>> Function ComTextHoverColor Returns OLE_COLOR 105725>>> OLE_COLOR retVal 105725>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 105726>>> Function_Return retVal 105727>>> End_Function 105728>>> 105728>>> Procedure Set ComTextHoverColor OLE_COLOR value 105730>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 105731>>> End_Procedure 105732>>> 105732>>> Function ComBorderColor Returns OLE_COLOR 105734>>> OLE_COLOR retVal 105734>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 105735>>> Function_Return retVal 105736>>> End_Function 105737>>> 105737>>> Procedure Set ComBorderColor OLE_COLOR value 105739>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 105740>>> End_Procedure 105741>>>End_Class 105742>>> 105742>>>Class cSigCjComTagCloudStyle is a cComAutomationObject 105743>>> Import_Class_Protocol cSigCjComITagCloudStyle 105744>>> 105744>>> Procedure Construct_Object 105746>>> Forward Send Construct_Object 105748>>> Set psProgID to L_cSigCjComTagCloudStyle 105749>>> Set peAutoCreate to acNoAutoCreate 105750>>> End_Procedure 105751>>>End_Class 105752>>> 105752>>>Class cSigCjComITagCloudsStyles is a Mixin 105753>>> 105753>>> Procedure ComInitDefaultStyles 105755>>> Handle hDispatchDriver 105755>>> Get phDispatchDriver to hDispatchDriver 105756>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 105757>>> End_Procedure 105758>>> 105758>>> Procedure ComAdd Variant ll__MIDL__ITagCloudsStyles0000 105760>>> Handle hDispatchDriver 105760>>> Get phDispatchDriver to hDispatchDriver 105761>>> Send PrepareParams to hDispatchDriver 1 105762>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH ll__MIDL__ITagCloudsStyles0000 105763>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 105764>>> End_Procedure 105765>>> 105765>>> Procedure ComRemove Integer llScore 105767>>> Handle hDispatchDriver 105767>>> Get phDispatchDriver to hDispatchDriver 105768>>> Send PrepareParams to hDispatchDriver 1 105769>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScore 105770>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 105771>>> End_Procedure 105772>>> 105772>>> Procedure ComRemoveAll 105774>>> Handle hDispatchDriver 105774>>> Get phDispatchDriver to hDispatchDriver 105775>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 105776>>> End_Procedure 105777>>> 105777>>> Function ComGetStyle Integer llScore Returns Variant 105779>>> Handle hDispatchDriver 105779>>> Variant retVal 105779>>> Get phDispatchDriver to hDispatchDriver 105780>>> Send PrepareParams to hDispatchDriver 1 105781>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScore 105782>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 105783>>> Function_Return retVal 105784>>> End_Function 105785>>> 105785>>> Procedure ComSetStyle Variant ll__MIDL__ITagCloudsStyles0001 105787>>> Handle hDispatchDriver 105787>>> Get phDispatchDriver to hDispatchDriver 105788>>> Send PrepareParams to hDispatchDriver 1 105789>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH ll__MIDL__ITagCloudsStyles0001 105790>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 105791>>> End_Procedure 105792>>> 105792>>> Function ComScoreExists Integer llScore Returns Boolean 105794>>> Handle hDispatchDriver 105794>>> Boolean retVal 105794>>> Get phDispatchDriver to hDispatchDriver 105795>>> Send PrepareParams to hDispatchDriver 1 105796>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llScore 105797>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_BOOL to retVal 105798>>> Function_Return retVal 105799>>> End_Function 105800>>> 105800>>> Function ComCreateStyle Returns Variant 105802>>> Handle hDispatchDriver 105802>>> Variant retVal 105802>>> Get phDispatchDriver to hDispatchDriver 105803>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_DISPATCH to retVal 105804>>> Function_Return retVal 105805>>> End_Function 105806>>> 105806>>> Function ComCount Returns Integer 105808>>> Handle hDispatchDriver 105808>>> Integer retVal 105808>>> Get phDispatchDriver to hDispatchDriver 105809>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 105810>>> Function_Return retVal 105811>>> End_Function 105812>>> 105812>>> Function Com_NewEnum Returns Variant 105814>>> Handle hDispatchDriver 105814>>> Variant retVal 105814>>> Get phDispatchDriver to hDispatchDriver 105815>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 105816>>> Function_Return retVal 105817>>> End_Function 105818>>>End_Class 105819>>> 105819>>>Class cSigCjComTagCloudsStyles is a cComAutomationObject 105820>>> Import_Class_Protocol cSigCjComITagCloudsStyles 105821>>> 105821>>> Procedure Construct_Object 105823>>> Forward Send Construct_Object 105825>>> Set psProgID to L_cSigCjComTagCloudsStyles 105826>>> Set peAutoCreate to acNoAutoCreate 105827>>> End_Procedure 105828>>>End_Class 105829>>> 105829>>>// Dispatch interface for Preview Control 105829>>>Class cSigCjCom_DPreview is a Mixin 105830>>> 105830>>> Function ComBorderStyle Returns Short 105832>>> Short retVal 105832>>> Get ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to retVal 105833>>> Function_Return retVal 105834>>> End_Function 105835>>> 105835>>> Procedure Set ComBorderStyle Short value 105837>>> Set ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to value 105838>>> End_Procedure 105839>>> 105839>>> Function ComBackColor Returns OLE_COLOR 105841>>> OLE_COLOR retVal 105841>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 105842>>> Function_Return retVal 105843>>> End_Function 105844>>> 105844>>> Procedure Set ComBackColor OLE_COLOR value 105846>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 105847>>> End_Procedure 105848>>> 105848>>> Function ComEnabled Returns Boolean 105850>>> Boolean retVal 105850>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 105851>>> Function_Return retVal 105852>>> End_Function 105853>>> 105853>>> Procedure Set ComEnabled Boolean value 105855>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 105856>>> End_Procedure 105857>>> 105857>>> Function ComForeColor Returns OLE_COLOR 105859>>> OLE_COLOR retVal 105859>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 105860>>> Function_Return retVal 105861>>> End_Function 105862>>> 105862>>> Procedure Set ComForeColor OLE_COLOR value 105864>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 105865>>> End_Procedure 105866>>> 105866>>> Function ComEnableAutoPreviewActivate Returns Boolean 105868>>> Boolean retVal 105868>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 105869>>> Function_Return retVal 105870>>> End_Function 105871>>> 105871>>> Procedure Set ComEnableAutoPreviewActivate Boolean value 105873>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 105874>>> End_Procedure 105875>>> 105875>>> Function ComReCreateReparented Returns Boolean 105877>>> Boolean retVal 105877>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 105878>>> Function_Return retVal 105879>>> End_Function 105880>>> 105880>>> Procedure Set ComReCreateReparented Boolean value 105882>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 105883>>> End_Procedure 105884>>> 105884>>> Procedure ComAboutBox 105886>>> Handle hDispatchDriver 105886>>> Get phDispatchDriver to hDispatchDriver 105887>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 105888>>> End_Procedure 105889>>> 105889>>> Procedure ComPreview String llFilePath 105891>>> Handle hDispatchDriver 105891>>> Get phDispatchDriver to hDispatchDriver 105892>>> Send PrepareParams to hDispatchDriver 1 105893>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFilePath 105894>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 105895>>> End_Procedure 105896>>> 105896>>> Procedure ComAddDefaultProviders 105898>>> Handle hDispatchDriver 105898>>> Get phDispatchDriver to hDispatchDriver 105899>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 105900>>> End_Procedure 105901>>> 105901>>> Procedure ComAddProvider OLEXTPPreviewProvider llProvider String llExtensions 105903>>> Handle hDispatchDriver 105903>>> Get phDispatchDriver to hDispatchDriver 105904>>> Send PrepareParams to hDispatchDriver 2 105905>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProvider 105906>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llExtensions 105907>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 105908>>> End_Procedure 105909>>> 105909>>> Procedure ComPreviewStream Variant llStream String llImpliedFileName 105911>>> Handle hDispatchDriver 105911>>> Get phDispatchDriver to hDispatchDriver 105912>>> Send PrepareParams to hDispatchDriver 2 105913>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llStream 105914>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llImpliedFileName 105915>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 105916>>> End_Procedure 105917>>>End_Class 105918>>> 105918>>>// Preview Control 105918>>>Class cSigCjComPreview is a cComActiveXControl 105919>>> Import_Class_Protocol cSigCjCom_DPreview 105920>>> 105920>>> Procedure Construct_Object 105922>>> Forward Send Construct_Object 105924>>> Set psProgID to L_cSigCjComPreview 105925>>> Set psLicenseKey to L_cSigCjKeyControls 105926>>> Set peAutoCreate to acDeferredAutoCreate 105927>>> End_Procedure 105928>>>End_Class 105929>>> 105929>>>// SuiteControls Global Settings 105929>>>Class cSigCjComISuiteControlsGlobalSettings is a Mixin 105930>>> 105930>>> Function ComResourceFile Returns String 105932>>> String retVal 105932>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 105933>>> Function_Return retVal 105934>>> End_Function 105935>>> 105935>>> Procedure Set ComResourceFile String value 105937>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 105938>>> End_Procedure 105939>>> 105939>>> Function ComLicense Returns String 105941>>> String retVal 105941>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 105942>>> Function_Return retVal 105943>>> End_Function 105944>>> 105944>>> Procedure Set ComLicense String value 105946>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 105947>>> End_Procedure 105948>>> 105948>>> Function ComTitle Returns String 105950>>> String retVal 105950>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 105951>>> Function_Return retVal 105952>>> End_Function 105953>>> 105953>>> Procedure Set ComTitle String value 105955>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 105956>>> End_Procedure 105957>>> 105957>>> Function ComReCreateReparentedControls Returns Boolean 105959>>> Boolean retVal 105959>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 105960>>> Function_Return retVal 105961>>> End_Function 105962>>> 105962>>> Procedure Set ComReCreateReparentedControls Boolean value 105964>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 105965>>> End_Procedure 105966>>> 105966>>> Function ComColorManager Returns Variant 105968>>> Handle hDispatchDriver 105968>>> Variant retVal 105968>>> Get phDispatchDriver to hDispatchDriver 105969>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 105970>>> Function_Return retVal 105971>>> End_Function 105972>>> 105972>>> Function ComFrameShadowManager Returns Variant 105974>>> Handle hDispatchDriver 105974>>> Variant retVal 105974>>> Get phDispatchDriver to hDispatchDriver 105975>>> Get InvokeComMethod of hDispatchDriver 10003000 OLE_VT_DISPATCH to retVal 105976>>> Function_Return retVal 105977>>> End_Function 105978>>> 105978>>> Function ComVersion Returns String 105980>>> Handle hDispatchDriver 105980>>> String retVal 105980>>> Get phDispatchDriver to hDispatchDriver 105981>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 105982>>> Function_Return retVal 105983>>> End_Function 105984>>> 105984>>> Function ComUnicode Returns Boolean 105986>>> Handle hDispatchDriver 105986>>> Boolean retVal 105986>>> Get phDispatchDriver to hDispatchDriver 105987>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 105988>>> Function_Return retVal 105989>>> End_Function 105990>>> 105990>>> Function ComOcxPath Returns String 105992>>> Handle hDispatchDriver 105992>>> String retVal 105992>>> Get phDispatchDriver to hDispatchDriver 105993>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 105994>>> Function_Return retVal 105995>>> End_Function 105996>>> 105996>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Returns Variant 105998>>> Handle hDispatchDriver 105998>>> Variant retVal 105998>>> Get phDispatchDriver to hDispatchDriver 105999>>> Send PrepareParams to hDispatchDriver 1 106000>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 106001>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 106002>>> Function_Return retVal 106003>>> End_Function 106004>>> 106004>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Variant llValue 106006>>> Handle hDispatchDriver 106006>>> Get phDispatchDriver to hDispatchDriver 106007>>> Send PrepareParams to hDispatchDriver 2 106008>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 106009>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 106010>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 106011>>> End_Procedure 106012>>> 106012>>> Function ComIcons Returns Variant 106014>>> Handle hDispatchDriver 106014>>> Variant retVal 106014>>> Get phDispatchDriver to hDispatchDriver 106015>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 106016>>> Function_Return retVal 106017>>> End_Function 106018>>> 106018>>> Function ComCreatePropExchange Returns Variant 106020>>> Handle hDispatchDriver 106020>>> Variant retVal 106020>>> Get phDispatchDriver to hDispatchDriver 106021>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 106022>>> Function_Return retVal 106023>>> End_Function 106024>>> 106024>>> Function ComResourceImages Returns Variant 106026>>> Handle hDispatchDriver 106026>>> Variant retVal 106026>>> Get phDispatchDriver to hDispatchDriver 106027>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 106028>>> Function_Return retVal 106029>>> End_Function 106030>>> 106030>>> Function ComTagCloudsStyles Returns Variant 106032>>> Handle hDispatchDriver 106032>>> Variant retVal 106032>>> Get phDispatchDriver to hDispatchDriver 106033>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 106034>>> Function_Return retVal 106035>>> End_Function 106036>>>End_Class 106037>>> 106037>>>// SuiteControls Global Settings 106037>>>Class cSigCjComSuiteControlsGlobalSettings is a cComAutomationObject 106038>>> Import_Class_Protocol cSigCjComISuiteControlsGlobalSettings 106039>>> 106039>>> Procedure Construct_Object 106041>>> Forward Send Construct_Object 106043>>> Set psProgID to L_cSigCjComSuiteControlsGlobalSettings 106044>>> Set peAutoCreate to acNoAutoCreate 106045>>> End_Procedure 106046>>>End_Class 106047>>> 106047>>>Class cSigCjComTreeViewNode is a cComAutomationObject 106048>>> 106048>>> Function ComText Returns String 106050>>> String retVal 106050>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 106051>>> Function_Return retVal 106052>>> End_Function 106053>>> 106053>>> Procedure Set ComText String value 106055>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 106056>>> End_Procedure 106057>>> 106057>>> Function ComTag Returns Variant 106059>>> Variant retVal 106059>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 106060>>> Function_Return retVal 106061>>> End_Function 106062>>> 106062>>> Procedure Set ComTag Variant value 106064>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 106065>>> End_Procedure 106066>>> 106066>>> Function ComKey Returns String 106068>>> String retVal 106068>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 106069>>> Function_Return retVal 106070>>> End_Function 106071>>> 106071>>> Procedure Set ComKey String value 106073>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 106074>>> End_Procedure 106075>>> 106075>>> Function ComChecked Returns Boolean 106077>>> Boolean retVal 106077>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 106078>>> Function_Return retVal 106079>>> End_Function 106080>>> 106080>>> Procedure Set ComChecked Boolean value 106082>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 106083>>> End_Procedure 106084>>> 106084>>> Function ComExpanded Returns Boolean 106086>>> Boolean retVal 106086>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 106087>>> Function_Return retVal 106088>>> End_Function 106089>>> 106089>>> Procedure Set ComExpanded Boolean value 106091>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 106092>>> End_Procedure 106093>>> 106093>>> Function ComSelected Returns Boolean 106095>>> Boolean retVal 106095>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 106096>>> Function_Return retVal 106097>>> End_Function 106098>>> 106098>>> Procedure Set ComSelected Boolean value 106100>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 106101>>> End_Procedure 106102>>> 106102>>> Function ComBold Returns Boolean 106104>>> Boolean retVal 106104>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 106105>>> Function_Return retVal 106106>>> End_Function 106107>>> 106107>>> Procedure Set ComBold Boolean value 106109>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 106110>>> End_Procedure 106111>>> 106111>>> Function ComImage Returns Integer 106113>>> Integer retVal 106113>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 106114>>> Function_Return retVal 106115>>> End_Function 106116>>> 106116>>> Procedure Set ComImage Integer value 106118>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 106119>>> End_Procedure 106120>>> 106120>>> Function ComForeColor Returns OLE_COLOR 106122>>> OLE_COLOR retVal 106122>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 106123>>> Function_Return retVal 106124>>> End_Function 106125>>> 106125>>> Procedure Set ComForeColor OLE_COLOR value 106127>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 106128>>> End_Procedure 106129>>> 106129>>> Function ComBackColor Returns OLE_COLOR 106131>>> OLE_COLOR retVal 106131>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 106132>>> Function_Return retVal 106133>>> End_Function 106134>>> 106134>>> Procedure Set ComBackColor OLE_COLOR value 106136>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 106137>>> End_Procedure 106138>>> 106138>>> Function ComSorted Returns Boolean 106140>>> Boolean retVal 106140>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 106141>>> Function_Return retVal 106142>>> End_Function 106143>>> 106143>>> Procedure Set ComSorted Boolean value 106145>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 106146>>> End_Procedure 106147>>> 106147>>> Function ComHasChildren Returns Boolean 106149>>> Boolean retVal 106149>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 106150>>> Function_Return retVal 106151>>> End_Function 106152>>> 106152>>> Procedure Set ComHasChildren Boolean value 106154>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 106155>>> End_Procedure 106156>>> 106156>>> Function ComExpandedOnce Returns Boolean 106158>>> Boolean retVal 106158>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 106159>>> Function_Return retVal 106160>>> End_Function 106161>>> 106161>>> Procedure Set ComExpandedOnce Boolean value 106163>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 106164>>> End_Procedure 106165>>> 106165>>> Function ComParent Returns Variant 106167>>> Handle hDispatchDriver 106167>>> Variant retVal 106167>>> Get phDispatchDriver to hDispatchDriver 106168>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 106169>>> Function_Return retVal 106170>>> End_Function 106171>>> 106171>>> Procedure Set ComParent Variant value 106173>>> Handle hDispatchDriver 106173>>> Get phDispatchDriver to hDispatchDriver 106174>>> Send PrepareParams to hDispatchDriver 1 106175>>> Set ComProperty of hDispatchDriver 11 OLE_VT_DISPATCH to value 106176>>> End_Procedure 106177>>> 106177>>> Function ComIndex Returns Integer 106179>>> Handle hDispatchDriver 106179>>> Integer retVal 106179>>> Get phDispatchDriver to hDispatchDriver 106180>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_I4 to retVal 106181>>> Function_Return retVal 106182>>> End_Function 106183>>> 106183>>> Function ComFirstSibling Returns Variant 106185>>> Handle hDispatchDriver 106185>>> Variant retVal 106185>>> Get phDispatchDriver to hDispatchDriver 106186>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 106187>>> Function_Return retVal 106188>>> End_Function 106189>>> 106189>>> Function ComLastSibling Returns Variant 106191>>> Handle hDispatchDriver 106191>>> Variant retVal 106191>>> Get phDispatchDriver to hDispatchDriver 106192>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 106193>>> Function_Return retVal 106194>>> End_Function 106195>>> 106195>>> Function ComChild Returns Variant 106197>>> Handle hDispatchDriver 106197>>> Variant retVal 106197>>> Get phDispatchDriver to hDispatchDriver 106198>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 106199>>> Function_Return retVal 106200>>> End_Function 106201>>> 106201>>> Function ComChildren Returns Integer 106203>>> Handle hDispatchDriver 106203>>> Integer retVal 106203>>> Get phDispatchDriver to hDispatchDriver 106204>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_I4 to retVal 106205>>> Function_Return retVal 106206>>> End_Function 106207>>> 106207>>> Function ComNext Returns Variant 106209>>> Handle hDispatchDriver 106209>>> Variant retVal 106209>>> Get phDispatchDriver to hDispatchDriver 106210>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 106211>>> Function_Return retVal 106212>>> End_Function 106213>>> 106213>>> Function ComPrevious Returns Variant 106215>>> Handle hDispatchDriver 106215>>> Variant retVal 106215>>> Get phDispatchDriver to hDispatchDriver 106216>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 106217>>> Function_Return retVal 106218>>> End_Function 106219>>> 106219>>> Function ComRoot Returns Variant 106221>>> Handle hDispatchDriver 106221>>> Variant retVal 106221>>> Get phDispatchDriver to hDispatchDriver 106222>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 106223>>> Function_Return retVal 106224>>> End_Function 106225>>> 106225>>> Procedure ComEnsureVisible 106227>>> Handle hDispatchDriver 106227>>> Get phDispatchDriver to hDispatchDriver 106228>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 106229>>> End_Procedure 106230>>> 106230>>> Function ComFullPath Returns String 106232>>> Handle hDispatchDriver 106232>>> String retVal 106232>>> Get phDispatchDriver to hDispatchDriver 106233>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_BSTR to retVal 106234>>> Function_Return retVal 106235>>> End_Function 106236>>> 106236>>> // Set MarkUp tooltip if it is enabled 106236>>> Procedure ComSetMarkupToolTip String llText 106238>>> Handle hDispatchDriver 106238>>> Get phDispatchDriver to hDispatchDriver 106239>>> Send PrepareParams to hDispatchDriver 1 106240>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 106241>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 106242>>> End_Procedure 106243>>>End_Class 106244>>> 106244>>>Class cSigCjComTreeViewNodes is a cComAutomationObject 106245>>> 106245>>> Function ComItem Variant llIndex Returns Variant 106247>>> Handle hDispatchDriver 106247>>> Variant retVal 106247>>> Get phDispatchDriver to hDispatchDriver 106248>>> Send PrepareParams to hDispatchDriver 1 106249>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106250>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106251>>> Function_Return retVal 106252>>> End_Function 106253>>> 106253>>> Function ComCount Returns Integer 106255>>> Handle hDispatchDriver 106255>>> Integer retVal 106255>>> Get phDispatchDriver to hDispatchDriver 106256>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 106257>>> Function_Return retVal 106258>>> End_Function 106259>>> 106259>>> Procedure ComClear 106261>>> Handle hDispatchDriver 106261>>> Get phDispatchDriver to hDispatchDriver 106262>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 106263>>> End_Procedure 106264>>> 106264>>> Function ComAdd Variant llRelative Variant llRelationship Variant llKey Variant llText Variant llImage Returns Variant 106266>>> Handle hDispatchDriver 106266>>> Variant retVal 106266>>> Get phDispatchDriver to hDispatchDriver 106267>>> Send PrepareParams to hDispatchDriver 5 106268>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRelative 106269>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llRelationship 106270>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llKey 106271>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llText 106272>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llImage 106273>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 106274>>> Function_Return retVal 106275>>> End_Function 106276>>> 106276>>> Procedure ComRemove Variant llIndex 106278>>> Handle hDispatchDriver 106278>>> Get phDispatchDriver to hDispatchDriver 106279>>> Send PrepareParams to hDispatchDriver 1 106280>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106281>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 106282>>> End_Procedure 106283>>> 106283>>> Function Com_NewEnum Returns Variant 106285>>> Handle hDispatchDriver 106285>>> Variant retVal 106285>>> Get phDispatchDriver to hDispatchDriver 106286>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106287>>> Function_Return retVal 106288>>> End_Function 106289>>>End_Class 106290>>> 106290>>>Class cSigCjComListViewColumnHeader is a cComAutomationObject 106291>>> 106291>>> Function ComText Returns String 106293>>> String retVal 106293>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 106294>>> Function_Return retVal 106295>>> End_Function 106296>>> 106296>>> Procedure Set ComText String value 106298>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 106299>>> End_Procedure 106300>>> 106300>>> Function ComTag Returns Variant 106302>>> Variant retVal 106302>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 106303>>> Function_Return retVal 106304>>> End_Function 106305>>> 106305>>> Procedure Set ComTag Variant value 106307>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 106308>>> End_Procedure 106309>>> 106309>>> Function ComAlignment Returns OLEListViewColumnAlignment 106311>>> OLEListViewColumnAlignment retVal 106311>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 106312>>> Function_Return retVal 106313>>> End_Function 106314>>> 106314>>> Procedure Set ComAlignment OLEListViewColumnAlignment value 106316>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 106317>>> End_Procedure 106318>>> 106318>>> Function ComWidth Returns Integer 106320>>> Integer retVal 106320>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 106321>>> Function_Return retVal 106322>>> End_Function 106323>>> 106323>>> Procedure Set ComWidth Integer value 106325>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 106326>>> End_Procedure 106327>>> 106327>>> Function ComIcon Returns Integer 106329>>> Integer retVal 106329>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 106330>>> Function_Return retVal 106331>>> End_Function 106332>>> 106332>>> Procedure Set ComIcon Integer value 106334>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 106335>>> End_Procedure 106336>>> 106336>>> Function ComPosition Returns Integer 106338>>> Integer retVal 106338>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 106339>>> Function_Return retVal 106340>>> End_Function 106341>>> 106341>>> Procedure Set ComPosition Integer value 106343>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 106344>>> End_Procedure 106345>>> 106345>>> Function ComKey Returns String 106347>>> String retVal 106347>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 106348>>> Function_Return retVal 106349>>> End_Function 106350>>> 106350>>> Procedure Set ComKey String value 106352>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 106353>>> End_Procedure 106354>>> 106354>>> Function ComResizable Returns Boolean 106356>>> Boolean retVal 106356>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 106357>>> Function_Return retVal 106358>>> End_Function 106359>>> 106359>>> Procedure Set ComResizable Boolean value 106361>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 106362>>> End_Procedure 106363>>> 106363>>> Function ComIndex Returns Integer 106365>>> Handle hDispatchDriver 106365>>> Integer retVal 106365>>> Get phDispatchDriver to hDispatchDriver 106366>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 106367>>> Function_Return retVal 106368>>> End_Function 106369>>> 106369>>> Function ComSubItemIndex Returns Integer 106371>>> Handle hDispatchDriver 106371>>> Integer retVal 106371>>> Get phDispatchDriver to hDispatchDriver 106372>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 106373>>> Function_Return retVal 106374>>> End_Function 106375>>> 106375>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 106377>>> Handle hDispatchDriver 106377>>> Get phDispatchDriver to hDispatchDriver 106378>>> Send PrepareParams to hDispatchDriver 4 106379>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 106380>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 106381>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 106382>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 106383>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 106384>>> End_Procedure 106385>>>End_Class 106386>>> 106386>>>Class cSigCjComListViewColumnHeaders is a cComAutomationObject 106387>>> 106387>>> Function ComCount Returns Integer 106389>>> Handle hDispatchDriver 106389>>> Integer retVal 106389>>> Get phDispatchDriver to hDispatchDriver 106390>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 106391>>> Function_Return retVal 106392>>> End_Function 106393>>> 106393>>> Function ComAdd Variant llIndex Variant llKey Variant llText Variant llWidth Variant llAlignment Variant llIcon Returns Variant 106395>>> Handle hDispatchDriver 106395>>> Variant retVal 106395>>> Get phDispatchDriver to hDispatchDriver 106396>>> Send PrepareParams to hDispatchDriver 6 106397>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106398>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llKey 106399>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llText 106400>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llWidth 106401>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llAlignment 106402>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIcon 106403>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 106404>>> Function_Return retVal 106405>>> End_Function 106406>>> 106406>>> Procedure ComClear 106408>>> Handle hDispatchDriver 106408>>> Get phDispatchDriver to hDispatchDriver 106409>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 106410>>> End_Procedure 106411>>> 106411>>> Procedure ComRemove Variant llIndex 106413>>> Handle hDispatchDriver 106413>>> Get phDispatchDriver to hDispatchDriver 106414>>> Send PrepareParams to hDispatchDriver 1 106415>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106416>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 106417>>> End_Procedure 106418>>> 106418>>> Function ComItem Variant llIndex Returns Variant 106420>>> Handle hDispatchDriver 106420>>> Variant retVal 106420>>> Get phDispatchDriver to hDispatchDriver 106421>>> Send PrepareParams to hDispatchDriver 1 106422>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106423>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106424>>> Function_Return retVal 106425>>> End_Function 106426>>> 106426>>> Function Com_NewEnum Returns Variant 106428>>> Handle hDispatchDriver 106428>>> Variant retVal 106428>>> Get phDispatchDriver to hDispatchDriver 106429>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106430>>> Function_Return retVal 106431>>> End_Function 106432>>>End_Class 106433>>> 106433>>>Class cSigCjComListViewSubItem is a cComAutomationObject 106434>>> 106434>>> Function ComText Returns String 106436>>> String retVal 106436>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 106437>>> Function_Return retVal 106438>>> End_Function 106439>>> 106439>>> Procedure Set ComText String value 106441>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 106442>>> End_Procedure 106443>>> 106443>>> Function ComTag Returns Variant 106445>>> Variant retVal 106445>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 106446>>> Function_Return retVal 106447>>> End_Function 106448>>> 106448>>> Procedure Set ComTag Variant value 106450>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 106451>>> End_Procedure 106452>>> 106452>>> Function ComToolTipText Returns String 106454>>> String retVal 106454>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 106455>>> Function_Return retVal 106456>>> End_Function 106457>>> 106457>>> Procedure Set ComToolTipText String value 106459>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 106460>>> End_Procedure 106461>>> 106461>>> Function ComBold Returns Boolean 106463>>> Boolean retVal 106463>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 106464>>> Function_Return retVal 106465>>> End_Function 106466>>> 106466>>> Procedure Set ComBold Boolean value 106468>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 106469>>> End_Procedure 106470>>> 106470>>> Function ComForeColor Returns OLE_COLOR 106472>>> OLE_COLOR retVal 106472>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 106473>>> Function_Return retVal 106474>>> End_Function 106475>>> 106475>>> Procedure Set ComForeColor OLE_COLOR value 106477>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 106478>>> End_Procedure 106479>>> 106479>>> Function ComKey Returns String 106481>>> String retVal 106481>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 106482>>> Function_Return retVal 106483>>> End_Function 106484>>> 106484>>> Procedure Set ComKey String value 106486>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 106487>>> End_Procedure 106488>>> 106488>>> Function ComIndex Returns Integer 106490>>> Handle hDispatchDriver 106490>>> Integer retVal 106490>>> Get phDispatchDriver to hDispatchDriver 106491>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 106492>>> Function_Return retVal 106493>>> End_Function 106494>>>End_Class 106495>>> 106495>>>Class cSigCjComListViewSubItems is a cComAutomationObject 106496>>> 106496>>> Function ComCount Returns Integer 106498>>> Handle hDispatchDriver 106498>>> Integer retVal 106498>>> Get phDispatchDriver to hDispatchDriver 106499>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 106500>>> Function_Return retVal 106501>>> End_Function 106502>>> 106502>>> Function ComAdd Variant llIndex Variant llKey Variant llText Returns Variant 106504>>> Handle hDispatchDriver 106504>>> Variant retVal 106504>>> Get phDispatchDriver to hDispatchDriver 106505>>> Send PrepareParams to hDispatchDriver 3 106506>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106507>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llKey 106508>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llText 106509>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 106510>>> Function_Return retVal 106511>>> End_Function 106512>>> 106512>>> Procedure ComClear 106514>>> Handle hDispatchDriver 106514>>> Get phDispatchDriver to hDispatchDriver 106515>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 106516>>> End_Procedure 106517>>> 106517>>> Procedure ComRemove Variant llIndex 106519>>> Handle hDispatchDriver 106519>>> Get phDispatchDriver to hDispatchDriver 106520>>> Send PrepareParams to hDispatchDriver 1 106521>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106522>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 106523>>> End_Procedure 106524>>> 106524>>> Function ComItem Variant llIndex Returns Variant 106526>>> Handle hDispatchDriver 106526>>> Variant retVal 106526>>> Get phDispatchDriver to hDispatchDriver 106527>>> Send PrepareParams to hDispatchDriver 1 106528>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106529>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106530>>> Function_Return retVal 106531>>> End_Function 106532>>> 106532>>> Function Com_NewEnum Returns Variant 106534>>> Handle hDispatchDriver 106534>>> Variant retVal 106534>>> Get phDispatchDriver to hDispatchDriver 106535>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106536>>> Function_Return retVal 106537>>> End_Function 106538>>>End_Class 106539>>> 106539>>>Class cSigCjComListViewItem is a cComAutomationObject 106540>>> 106540>>> Function ComText Returns String 106542>>> String retVal 106542>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 106543>>> Function_Return retVal 106544>>> End_Function 106545>>> 106545>>> Procedure Set ComText String value 106547>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 106548>>> End_Procedure 106549>>> 106549>>> Function ComTag Returns Variant 106551>>> Variant retVal 106551>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to retVal 106552>>> Function_Return retVal 106553>>> End_Function 106554>>> 106554>>> Procedure Set ComTag Variant value 106556>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_VARIANT to value 106557>>> End_Procedure 106558>>> 106558>>> Function ComToolTipText Returns String 106560>>> String retVal 106560>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 106561>>> Function_Return retVal 106562>>> End_Function 106563>>> 106563>>> Procedure Set ComToolTipText String value 106565>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 106566>>> End_Procedure 106567>>> 106567>>> Function ComChecked Returns Boolean 106569>>> Boolean retVal 106569>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 106570>>> Function_Return retVal 106571>>> End_Function 106572>>> 106572>>> Procedure Set ComChecked Boolean value 106574>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 106575>>> End_Procedure 106576>>> 106576>>> Function ComSelected Returns Boolean 106578>>> Boolean retVal 106578>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 106579>>> Function_Return retVal 106580>>> End_Function 106581>>> 106581>>> Procedure Set ComSelected Boolean value 106583>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 106584>>> End_Procedure 106585>>> 106585>>> Function ComBold Returns Boolean 106587>>> Boolean retVal 106587>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 106588>>> Function_Return retVal 106589>>> End_Function 106590>>> 106590>>> Procedure Set ComBold Boolean value 106592>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 106593>>> End_Procedure 106594>>> 106594>>> Function ComForeColor Returns OLE_COLOR 106596>>> OLE_COLOR retVal 106596>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 106597>>> Function_Return retVal 106598>>> End_Function 106599>>> 106599>>> Procedure Set ComForeColor OLE_COLOR value 106601>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 106602>>> End_Procedure 106603>>> 106603>>> Function ComIcon Returns Integer 106605>>> Integer retVal 106605>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 106606>>> Function_Return retVal 106607>>> End_Function 106608>>> 106608>>> Procedure Set ComIcon Integer value 106610>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 106611>>> End_Procedure 106612>>> 106612>>> Function ComKey Returns String 106614>>> String retVal 106614>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 106615>>> Function_Return retVal 106616>>> End_Function 106617>>> 106617>>> Procedure Set ComKey String value 106619>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 106620>>> End_Procedure 106621>>> 106621>>> Function ComGhosted Returns Boolean 106623>>> Boolean retVal 106623>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 106624>>> Function_Return retVal 106625>>> End_Function 106626>>> 106626>>> Procedure Set ComGhosted Boolean value 106628>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 106629>>> End_Procedure 106630>>> 106630>>> Function ComTextBackColor Returns OLE_COLOR 106632>>> OLE_COLOR retVal 106632>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 106633>>> Function_Return retVal 106634>>> End_Function 106635>>> 106635>>> Procedure Set ComTextBackColor OLE_COLOR value 106637>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 106638>>> End_Procedure 106639>>> 106639>>> Function ComIndex Returns Integer 106641>>> Handle hDispatchDriver 106641>>> Integer retVal 106641>>> Get phDispatchDriver to hDispatchDriver 106642>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_I4 to retVal 106643>>> Function_Return retVal 106644>>> End_Function 106645>>> 106645>>> Function ComListSubItems Returns Variant 106647>>> Handle hDispatchDriver 106647>>> Variant retVal 106647>>> Get phDispatchDriver to hDispatchDriver 106648>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 106649>>> Function_Return retVal 106650>>> End_Function 106651>>> 106651>>> Function ComSubItems Integer llIndex Returns String 106653>>> Handle hDispatchDriver 106653>>> String retVal 106653>>> Get phDispatchDriver to hDispatchDriver 106654>>> Send PrepareParams to hDispatchDriver 1 106655>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 106656>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_BSTR to retVal 106657>>> Function_Return retVal 106658>>> End_Function 106659>>> 106659>>> Procedure Set ComSubItems Integer llIndex String value 106661>>> Handle hDispatchDriver 106661>>> Get phDispatchDriver to hDispatchDriver 106662>>> Send PrepareParams to hDispatchDriver 2 106663>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 106664>>> Set ComProperty of hDispatchDriver 16 OLE_VT_BSTR to value 106665>>> End_Procedure 106666>>> 106666>>> Procedure ComEnsureVisible 106668>>> Handle hDispatchDriver 106668>>> Get phDispatchDriver to hDispatchDriver 106669>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 106670>>> End_Procedure 106671>>> 106671>>> Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 106673>>> Handle hDispatchDriver 106673>>> Get phDispatchDriver to hDispatchDriver 106674>>> Send PrepareParams to hDispatchDriver 4 106675>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 106676>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 106677>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 106678>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 106679>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 106680>>> End_Procedure 106681>>>End_Class 106682>>> 106682>>>Class cSigCjComListViewItems is a cComAutomationObject 106683>>> 106683>>> Function ComCount Returns Integer 106685>>> Handle hDispatchDriver 106685>>> Integer retVal 106685>>> Get phDispatchDriver to hDispatchDriver 106686>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 106687>>> Function_Return retVal 106688>>> End_Function 106689>>> 106689>>> Function ComAdd Variant llIndex Variant llKey Variant llText Variant llIcon Returns Variant 106691>>> Handle hDispatchDriver 106691>>> Variant retVal 106691>>> Get phDispatchDriver to hDispatchDriver 106692>>> Send PrepareParams to hDispatchDriver 4 106693>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106694>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llKey 106695>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llText 106696>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIcon 106697>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 106698>>> Function_Return retVal 106699>>> End_Function 106700>>> 106700>>> Procedure ComClear 106702>>> Handle hDispatchDriver 106702>>> Get phDispatchDriver to hDispatchDriver 106703>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 106704>>> End_Procedure 106705>>> 106705>>> Procedure ComRemove Variant llIndex 106707>>> Handle hDispatchDriver 106707>>> Get phDispatchDriver to hDispatchDriver 106708>>> Send PrepareParams to hDispatchDriver 1 106709>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106710>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 106711>>> End_Procedure 106712>>> 106712>>> Function ComItem Variant llIndex Returns Variant 106714>>> Handle hDispatchDriver 106714>>> Variant retVal 106714>>> Get phDispatchDriver to hDispatchDriver 106715>>> Send PrepareParams to hDispatchDriver 1 106716>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIndex 106717>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106718>>> Function_Return retVal 106719>>> End_Function 106720>>> 106720>>> Function Com_NewEnum Returns Variant 106722>>> Handle hDispatchDriver 106722>>> Variant retVal 106722>>> Get phDispatchDriver to hDispatchDriver 106723>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106724>>> Function_Return retVal 106725>>> End_Function 106726>>>End_Class 106727>>> 106727>>>Class cSigCjComTaskbarManagerJumpList is a cComAutomationObject 106728>>> 106728>>> Procedure ComAddTask String llPath String llArgument String llTitle String llIconPath Integer llIconIndex 106730>>> Handle hDispatchDriver 106730>>> Get phDispatchDriver to hDispatchDriver 106731>>> Send PrepareParams to hDispatchDriver 5 106732>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 106733>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llArgument 106734>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 106735>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llIconPath 106736>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 106737>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 106738>>> End_Procedure 106739>>> 106739>>> Procedure ComClear 106741>>> Handle hDispatchDriver 106741>>> Get phDispatchDriver to hDispatchDriver 106742>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 106743>>> End_Procedure 106744>>> 106744>>> Procedure ComCommitList 106746>>> Handle hDispatchDriver 106746>>> Get phDispatchDriver to hDispatchDriver 106747>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 106748>>> End_Procedure 106749>>>End_Class 106750>>> 106750>>>//============================================================================== 106750>>>//End of package - SigCjW_Controls.pkg 106750>>>//============================================================================== 106750>>> 106750>Use SigCjW_DockingPane.pkg Including file: SigCjW_DockingPane.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_DockingPane.pkg) 106750>>>//============================================================================== 106750>>>// Project : SigCj - VDF Classes for Codejock 106750>>>// File : SigCjW_DockingPane.pkg 106750>>>// From : Codejock.DockingPane.v20.3.0.ocx 106750>>>// Description : DF COM Wrapper Class for Codejock controls 106750>>>// 106750>>>// Created by : Ian Smith 106750>>>// Revision : $Rev$ 106750>>>// $Date$ 106750>>>// $Author$ 106750>>>// 106750>>>// Requirements : Visual DataFlex 19.1 106750>>>// Codejock SuitePro - Version 20.3.0 106750>>>// 106750>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 106750>>>// Visual DataFlex Special Interest Group UK. 106750>>>// http://www.vdfsig.co.uk 106750>>>// 106750>>>// This file is part of SigCj. 106750>>>// 106750>>>// SigCj is free software: you can redistribute it and/or modify 106750>>>// it under the terms of the GNU Lesser General Public License 106750>>>// as published by the Free Software Foundation, either version 106750>>>// 2.1 of the License, or (at your option) any later version. 106750>>>// 106750>>>// SigCj is distributed in the hope that it will be useful, but 106750>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 106750>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 106750>>>// GNU Lesser General Public License for more details. 106750>>>// 106750>>>// If you have the complete SigCj workspace then a copy of the 106750>>>// GNU Lesser General Public License is in the Docs folder. If 106750>>>// not, see . 106750>>>// 106750>>>//============================================================================== 106750>>>//CompilerWarnings Suspend 106750>>> 106750>>>Use FlexCom20.pkg 106750>>> 106750>>>Use SigCjLicense.pkg 106750>>>Use SigCjC_AmbientProperty.pkg 106750>>>Use SigCjC_ColorManager.pkg 106750>>>Use SigCjC_ImageManager.pkg 106750>>>Use SigCjC_PropExchange.pkg 106750>>>Use SigCjC_ResourceImages.pkg 106750>>>Use SigCjC_ScaleMode.pkg 106750>>>Use SigCjC_TabManager.pkg 106750>>>Use SigCjC_ToolTip.pkg 106750>>> 106750>>>// Visual Theme Constants 106750>>>Define OLEVisualTheme for Integer 106750>>> // ThemeDefault 106750>>> Define OLEThemeDefault for 0 106750>>> // ThemeOffice 106750>>> Define OLEThemeOffice for 1 106750>>> // ThemeOffice2003 106750>>> Define OLEThemeOffice2003 for 2 106750>>> // ThemeNativeWinXP 106750>>> Define OLEThemeNativeWinXP for 3 106750>>> // ThemeGrippered 106750>>> Define OLEThemeGrippered for 4 106750>>> // ThemeVisio 106750>>> Define OLEThemeVisio for 5 106750>>> // ThemeWhidbey 106750>>> Define OLEThemeWhidbey for 6 106750>>> // ThemeShortcutBar2003 106750>>> Define OLEThemeShortcutBar2003 for 7 106750>>> // ThemeExplorer 106750>>> Define OLEThemeExplorer for 8 106750>>> // ThemeVisualStudio2005 106750>>> Define OLEThemeVisualStudio2005 for 9 106750>>> // ThemeResource 106750>>> Define OLEThemeResource for 10 106750>>> // ThemeWord2007 106750>>> Define OLEThemeWord2007 for 11 106750>>> // ThemeOutlook2007 106750>>> Define OLEThemeOutlook2007 for 12 106750>>> // ThemeVisualStudio6 106750>>> Define OLEThemeVisualStudio6 for 13 106750>>> // ThemeVisualStudio2005Beta2 106750>>> Define OLEThemeVisualStudio2005Beta2 for 14 106750>>> // ThemeVisualStudio2005Beta2 106750>>> Define OLEThemeVisualStudio2008 for 15 106750>>> // ThemeVisualStudio2010 106750>>> Define OLEThemeVisualStudio2010 for 16 106750>>> // ThemeOffice2003Visio 106750>>> Define OLEThemeOffice2003Visio for 17 106750>>> // ThemeOffice2007Visio 106750>>> Define OLEThemeOffice2007Visio for 18 106750>>> // ThemeOffice2013 106750>>> Define OLEThemeOffice2013 for 19 106750>>> // ThemeOffice2016 106750>>> Define OLEThemeOffice2016 for 19 106750>>> // ThemeVisualStudio2012 106750>>> Define OLEThemeVisualStudio2012 for 20 106750>>> // ThemeVisualStudio2015 106750>>> Define OLEThemeVisualStudio2015 for 21 106750>>> // ThemeNativeWindows10 106750>>> Define OLEThemeNativeWindows10 for 22 106750>>> 106750>>>// Visual Theme Constants 106750>>>Define OLEDockingDirection for Integer 106750>>> // To dock Pane left of another one 106750>>> Define OLEDockLeftOf for 0 106750>>> // To dock Pane right of another one 106750>>> Define OLEDockRightOf for 1 106750>>> // To dock Pane top of another one 106750>>> Define OLEDockTopOf for 2 106750>>> // To dock Pane bottom of another one 106750>>> Define OLEDockBottomOf for 3 106750>>> 106750>>>// Pane Options 106750>>>Define OLEPaneOptions for Integer 106750>>> // The Pane can not be closed 106750>>> Define OLEPaneNoCloseable for 1 106750>>> // The Pane can not be hidden 106750>>> Define OLEPaneNoHideable for 2 106750>>> // The Pane can not be floated 106750>>> Define OLEPaneNoFloatable for 4 106750>>> // The Pane hasn't caption 106750>>> Define OLEPaneNoCaption for 8 106750>>> // The Pane has menu button in caption 106750>>> Define OLEPaneHasMenuButton for 16 106750>>> // The Pane can't be docked 106750>>> Define OLEPaneNoDockable for 32 106750>>> 106750>>>// Sticker Styles 106750>>>Define OLEDockingContextStickerStyle for Integer 106750>>> Define OLEStickerStyleWhidbey for 0 106750>>> Define OLEStickerStyleVisualStudio2005 for 1 106750>>> Define OLEStickerStyleVisualStudio2008 for 2 106750>>> Define OLEStickerStyleVisualStudio2010 for 3 106750>>> Define OLEStickerStyleVisualStudio2012Light for 4 106750>>> Define OLEStickerStyleVisualStudio2012Dark for 5 106750>>> Define OLEStickerStyleVisualStudio2015Light for 6 106750>>> Define OLEStickerStyleVisualStudio2015Dark for 7 106750>>> 106750>>>// Splitter Style 106750>>>Define OLEDockingPaneSplitterStyle for Integer 106750>>> Define OLEPaneSplitterFlat for 0 106750>>> Define OLEPaneSplitter3D for 1 106750>>> Define OLEPaneSplitterSoft3D for 2 106750>>> Define OLEPaneSplitterGradient for 4 106750>>> Define OLEPaneSplitterGripperOfficeXP for 256 106750>>> Define OLEPaneSplitterGripperOffice2003 for 512 106750>>> 106750>>>// Caption Button Style 106750>>>Define OLEDockingPaneCaptionButtonStyle for Integer 106750>>> Define OLEPaneCaptionButtonDefault for 0 106750>>> Define OLEPaneCaptionButtonOffice for 1 106750>>> Define OLEPaneCaptionButtonOffice2003 for 2 106750>>> Define OLEPaneCaptionButtonThemedExplorerBar for 3 106750>>> Define OLEPaneCaptionButtonThemedButton for 4 106750>>> Define OLEPaneCaptionButtonThemedToolBar for 5 106750>>> Define OLEPaneCaptionButtonThemedToolWindow for 6 106750>>> 106750>>>// Tab Button Flags 106750>>>Define OLEDockingPaneTabButtonFlags for Integer 106750>>> Define OLEPaneTabButtonNone for 0 106750>>> Define OLEPaneTabButtonSelected for 1 106750>>> Define OLEPaneTabButtonAlways for 2 106750>>> 106750>>>// Caption Direction 106750>>>Define OLEDockingPaneCaptionDirection for Integer 106750>>> Define OLEPaneCaptionHorizontal for 0 106750>>> Define OLEPaneCaptionVertical for 1 106750>>> Define OLEPaneCaptionAutoByPosition for 2 106750>>> Define OLEPaneCaptionAutoBySize for 3 106750>>> 106750>>>// Enable options 106750>>>Define OLEDockingPaneEnableOptions for Integer 106750>>> Define OLEPaneDisabled for 0 106750>>> Define OLEPaneEnableClient for 1 106750>>> Define OLEPaneEnableActions for 2 106750>>> Define OLEPaneEnabled for 3 106750>>> 106750>>>// Keyboard Navigate options 106750>>>Define OLEDockingPaneKeyboardNavigate for Integer 106750>>> Define OLEPaneKeyboardUnused for 0 106750>>> Define OLEPaneKeyboardUseAltMinus for 1 106750>>> Define OLEPaneKeyboardUseAltF6 for 2 106750>>> Define OLEPaneKeyboardUseAltF7 for 4 106750>>> Define OLEPaneKeyboardUseCtrlTab for 8 106750>>> Define OLEPaneKeyboardUseAll for 15 106750>>> 106750>>>// Docking pane type 106750>>>Define OLEDockingPaneType for Integer 106750>>> Define OLEPaneTypeDockingPane for 0 106750>>> Define OLEPaneTypeTabbedContainer for 1 106750>>> Define OLEPaneTypeSplitterContainer for 2 106750>>> Define OLEPaneTypeMiniWnd for 3 106750>>> Define OLEPaneTypeClient for 4 106750>>> Define OLEPaneTypeAutoHidePanel for 5 106750>>> Define OLEPaneTypeSidePanel for 6 106750>>> 106750>>>// Pane Actions 106750>>>Define OLEDockingPaneAction for Integer 106750>>> // Docking pane is currently floating. This occurs when the user clicks on the title bar of a docking pane and drags the pane to another location. When this occurs, the pane is said to be 'floating.' 106750>>> Define OLEPaneActionFloating for 0 106750>>> // Docking pane has been docked, and is currently floating. 106750>>> Define OLEPaneActionFloated for 1 106750>>> // Docking pane is currently closing. This occurs when the close button of the pane is clicked. 106750>>> Define OLEPaneActionClosing for 2 106750>>> // Docking pane has been closed. This occurs when the docking pane has finished closing. 106750>>> Define OLEPaneActionClosed for 3 106750>>> // Docking pane is in the process of docking. 106750>>> Define OLEPaneActionDocking for 4 106750>>> // Docking pane has been docked. This occurs when the docking pane has finished docking. 106750>>> Define OLEPaneActionDocked for 5 106750>>> // Docking pane is in the process of attaching to another pane. 106750>>> Define OLEPaneActionAttaching for 6 106750>>> // Docking pane has been attached. This occurs when the docking pane has finished attaching to another pane. 106750>>> Define OLEPaneActionAttached for 7 106750>>> // Docking pane is currently pinning (hiding). This occurs when the 'pin' button is clicked. 106750>>> Define OLEPaneActionPinning for 8 106750>>> // Docking pane has been pinned. This occurs when the docking pane has finished pinning. 106750>>> Define OLEPaneActionPinned for 9 106750>>> // Docking pane is currently collapsing 'hiding'. 106750>>> Define OLEPaneActionCollapsing for 10 106750>>> // Docking Pane has been collapsed. This occurs when the docking pane has finished collapsing. 106750>>> Define OLEPaneActionCollapsed for 11 106750>>> // Docking pane is currently expanding. 106750>>> Define OLEPaneActionExpanding for 12 106750>>> // Docking pane is expanded, this is when the pane is fully shown from the autohide position. 106750>>> Define OLEPaneActionExpanded for 13 106750>>> // Docking pane become active. 106750>>> Define OLEPaneActionActivated for 14 106750>>> // Docking pane deactivated. 106750>>> Define OLEPaneActionDeactivated for 15 106750>>> // Docking pane detaching. 106750>>> Define OLEPaneActionDetaching for 16 106750>>> // Docking pane dragging. 106750>>> Define OLEPaneActionDragging for 17 106750>>> // Docking pane unpinning. 106750>>> Define OLEPaneActionUnpinning for 18 106750>>> // Docking pane unpinned. 106750>>> Define OLEPaneActionUnpinned for 19 106750>>> // Docking pane resizing. 106750>>> Define OLEPaneActionSplitterResizing for 20 106750>>> // Docking pane resized. 106750>>> Define OLEPaneActionSplitterResized for 21 106750>>> 106750>>>Class cSigCjComIDockingPaneLayout is a Mixin 106751>>> 106751>>> Procedure ComDoPropExchange Variant llpPX 106753>>> Handle hDispatchDriver 106753>>> Get phDispatchDriver to hDispatchDriver 106754>>> Send PrepareParams to hDispatchDriver 1 106755>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 106756>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 106757>>> End_Procedure 106758>>> 106758>>> Function ComPanesCount Returns Integer 106760>>> Handle hDispatchDriver 106760>>> Integer retVal 106760>>> Get phDispatchDriver to hDispatchDriver 106761>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 106762>>> Function_Return retVal 106763>>> End_Function 106764>>> 106764>>> Function ComPane Integer llIndex Returns Variant 106766>>> Handle hDispatchDriver 106766>>> Variant retVal 106766>>> Get phDispatchDriver to hDispatchDriver 106767>>> Send PrepareParams to hDispatchDriver 1 106768>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 106769>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106770>>> Function_Return retVal 106771>>> End_Function 106772>>> 106772>>> Function Com_NewEnum Returns Variant 106774>>> Handle hDispatchDriver 106774>>> Variant retVal 106774>>> Get phDispatchDriver to hDispatchDriver 106775>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106776>>> Function_Return retVal 106777>>> End_Function 106778>>> 106778>>> Function ComContainersCount Returns Integer 106780>>> Handle hDispatchDriver 106780>>> Integer retVal 106780>>> Get phDispatchDriver to hDispatchDriver 106781>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 106782>>> Function_Return retVal 106783>>> End_Function 106784>>> 106784>>> Function ComContainer Integer llIndex Returns Variant 106786>>> Handle hDispatchDriver 106786>>> Variant retVal 106786>>> Get phDispatchDriver to hDispatchDriver 106787>>> Send PrepareParams to hDispatchDriver 1 106788>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 106789>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 106790>>> Function_Return retVal 106791>>> End_Function 106792>>> 106792>>> Function ComTopContainer Returns Variant 106794>>> Handle hDispatchDriver 106794>>> Variant retVal 106794>>> Get phDispatchDriver to hDispatchDriver 106795>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 106796>>> Function_Return retVal 106797>>> End_Function 106798>>> 106798>>> Function ComClientContainer Returns Variant 106800>>> Handle hDispatchDriver 106800>>> Variant retVal 106800>>> Get phDispatchDriver to hDispatchDriver 106801>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 106802>>> Function_Return retVal 106803>>> End_Function 106804>>>End_Class 106805>>> 106805>>>Class cSigCjComDockingPaneLayout is a cComAutomationObject 106806>>> Import_Class_Protocol cSigCjComIDockingPaneLayout 106807>>> 106807>>> Procedure Construct_Object 106809>>> Forward Send Construct_Object 106811>>> Set peAutoCreate to acNoAutoCreate 106812>>> End_Procedure 106813>>>End_Class 106814>>> 106814>>>Class cSigCjComIDockingPaneTrackSize is a Mixin 106815>>> 106815>>> Function ComWidth Returns Integer 106817>>> Integer retVal 106817>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 106818>>> Function_Return retVal 106819>>> End_Function 106820>>> 106820>>> Procedure Set ComWidth Integer value 106822>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 106823>>> End_Procedure 106824>>> 106824>>> Function ComHeight Returns Integer 106826>>> Integer retVal 106826>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 106827>>> Function_Return retVal 106828>>> End_Function 106829>>> 106829>>> Procedure Set ComHeight Integer value 106831>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 106832>>> End_Procedure 106833>>> 106833>>> Procedure ComSetSize Integer llWidth Integer llHeight 106835>>> Handle hDispatchDriver 106835>>> Get phDispatchDriver to hDispatchDriver 106836>>> Send PrepareParams to hDispatchDriver 2 106837>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 106838>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 106839>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 106840>>> End_Procedure 106841>>>End_Class 106842>>> 106842>>>Class cSigCjComDockingPaneTrackSize is a cComAutomationObject 106843>>> Import_Class_Protocol cSigCjComIDockingPaneTrackSize 106844>>> 106844>>> Procedure Construct_Object 106846>>> Forward Send Construct_Object 106848>>> Set peAutoCreate to acNoAutoCreate 106849>>> End_Procedure 106850>>>End_Class 106851>>> 106851>>>Class cSigCjComIPaneContainer is a Mixin 106852>>> 106852>>> Function Com_NewEnum Returns Variant 106854>>> Handle hDispatchDriver 106854>>> Variant retVal 106854>>> Get phDispatchDriver to hDispatchDriver 106855>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 106856>>> Function_Return retVal 106857>>> End_Function 106858>>> 106858>>> Function ComCount Returns Integer 106860>>> Handle hDispatchDriver 106860>>> Integer retVal 106860>>> Get phDispatchDriver to hDispatchDriver 106861>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 106862>>> Function_Return retVal 106863>>> End_Function 106864>>> 106864>>> Function ComPane Integer llIndex Returns Variant 106866>>> Handle hDispatchDriver 106866>>> Variant retVal 106866>>> Get phDispatchDriver to hDispatchDriver 106867>>> Send PrepareParams to hDispatchDriver 1 106868>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 106869>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 106870>>> Function_Return retVal 106871>>> End_Function 106872>>> 106872>>> Function ComParentContainer Returns Variant 106874>>> Handle hDispatchDriver 106874>>> Variant retVal 106874>>> Get phDispatchDriver to hDispatchDriver 106875>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 106876>>> Function_Return retVal 106877>>> End_Function 106878>>> 106878>>> Function ComType Returns OLEDockingPaneType 106880>>> Handle hDispatchDriver 106880>>> OLEDockingPaneType retVal 106880>>> Get phDispatchDriver to hDispatchDriver 106881>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 106882>>> Function_Return retVal 106883>>> End_Function 106884>>> 106884>>> Function ComHWnd Returns OLE_HANDLE 106886>>> Handle hDispatchDriver 106886>>> OLE_HANDLE retVal 106886>>> Get phDispatchDriver to hDispatchDriver 106887>>> Get InvokeComMethod of hDispatchDriver -515 OLE_VT_I4 to retVal 106888>>> Function_Return retVal 106889>>> End_Function 106890>>> 106890>>> Function ComIsEmpty Returns Boolean 106892>>> Handle hDispatchDriver 106892>>> Boolean retVal 106892>>> Get phDispatchDriver to hDispatchDriver 106893>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_BOOL to retVal 106894>>> Function_Return retVal 106895>>> End_Function 106896>>> 106896>>> Function ComPosition Returns OLEDockingDirection 106898>>> Handle hDispatchDriver 106898>>> OLEDockingDirection retVal 106898>>> Get phDispatchDriver to hDispatchDriver 106899>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_I4 to retVal 106900>>> Function_Return retVal 106901>>> End_Function 106902>>>End_Class 106903>>> 106903>>>Class cSigCjComPaneContainer is a cComAutomationObject 106904>>> Import_Class_Protocol cSigCjComIPaneContainer 106905>>> 106905>>> Procedure Construct_Object 106907>>> Forward Send Construct_Object 106909>>> Set peAutoCreate to acNoAutoCreate 106910>>> End_Procedure 106911>>>End_Class 106912>>> 106912>>>Class cSigCjComIPane is a Mixin 106913>>> 106913>>> Function ComHandle Returns Integer 106915>>> Integer retVal 106915>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 106916>>> Function_Return retVal 106917>>> End_Function 106918>>> 106918>>> Procedure Set ComHandle Integer value 106920>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 106921>>> End_Procedure 106922>>> 106922>>> Function ComTitle Returns String 106924>>> String retVal 106924>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 106925>>> Function_Return retVal 106926>>> End_Function 106927>>> 106927>>> Procedure Set ComTitle String value 106929>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 106930>>> End_Procedure 106931>>> 106931>>> Function ComId Returns Integer 106933>>> Integer retVal 106933>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 106934>>> Function_Return retVal 106935>>> End_Function 106936>>> 106936>>> Procedure Set ComId Integer value 106938>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 106939>>> End_Procedure 106940>>> 106940>>> Function ComIconId Returns Integer 106942>>> Integer retVal 106942>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 106943>>> Function_Return retVal 106944>>> End_Function 106945>>> 106945>>> Procedure Set ComIconId Integer value 106947>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 106948>>> End_Procedure 106949>>> 106949>>> Function ComHidden Returns Boolean 106951>>> Boolean retVal 106951>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 106952>>> Function_Return retVal 106953>>> End_Function 106954>>> 106954>>> Procedure Set ComHidden Boolean value 106956>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 106957>>> End_Procedure 106958>>> 106958>>> Function ComClosed Returns Boolean 106960>>> Boolean retVal 106960>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 106961>>> Function_Return retVal 106962>>> End_Function 106963>>> 106963>>> Procedure Set ComClosed Boolean value 106965>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 106966>>> End_Procedure 106967>>> 106967>>> Function ComSelected Returns Boolean 106969>>> Boolean retVal 106969>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 106970>>> Function_Return retVal 106971>>> End_Function 106972>>> 106972>>> Procedure Set ComSelected Boolean value 106974>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 106975>>> End_Procedure 106976>>> 106976>>> Function ComOptions Returns OLEPaneOptions 106978>>> OLEPaneOptions retVal 106978>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 106979>>> Function_Return retVal 106980>>> End_Function 106981>>> 106981>>> Procedure Set ComOptions OLEPaneOptions value 106983>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 106984>>> End_Procedure 106985>>> 106985>>> Function ComFloating Returns Boolean 106987>>> Boolean retVal 106987>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 106988>>> Function_Return retVal 106989>>> End_Function 106990>>> 106990>>> Procedure Set ComFloating Boolean value 106992>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 106993>>> End_Procedure 106994>>> 106994>>> Function ComTag Returns Integer 106996>>> Integer retVal 106996>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 106997>>> Function_Return retVal 106998>>> End_Function 106999>>> 106999>>> Procedure Set ComTag Integer value 107001>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 107002>>> End_Procedure 107003>>> 107003>>> Function ComTabColor Returns OLE_COLOR 107005>>> OLE_COLOR retVal 107005>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 107006>>> Function_Return retVal 107007>>> End_Function 107008>>> 107008>>> Procedure Set ComTabColor OLE_COLOR value 107010>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 107011>>> End_Procedure 107012>>> 107012>>> Function ComEnabled Returns OLEDockingPaneEnableOptions 107014>>> OLEDockingPaneEnableOptions retVal 107014>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 107015>>> Function_Return retVal 107016>>> End_Function 107017>>> 107017>>> Procedure Set ComEnabled OLEDockingPaneEnableOptions value 107019>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 107020>>> End_Procedure 107021>>> 107021>>> Function ComTabCaption Returns String 107023>>> String retVal 107023>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to retVal 107024>>> Function_Return retVal 107025>>> End_Function 107026>>> 107026>>> Procedure Set ComTabCaption String value 107028>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to value 107029>>> End_Procedure 107030>>> 107030>>> Function ComTitleToolTip Returns String 107032>>> String retVal 107032>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BSTR to retVal 107033>>> Function_Return retVal 107034>>> End_Function 107035>>> 107035>>> Procedure Set ComTitleToolTip String value 107037>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BSTR to value 107038>>> End_Procedure 107039>>> 107039>>> Function ComMaximized Returns Boolean 107041>>> Boolean retVal 107041>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 107042>>> Function_Return retVal 107043>>> End_Function 107044>>> 107044>>> Procedure Set ComMaximized Boolean value 107046>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 107047>>> End_Procedure 107048>>> 107048>>> Procedure ComHide 107050>>> Handle hDispatchDriver 107050>>> Get phDispatchDriver to hDispatchDriver 107051>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 107052>>> End_Procedure 107053>>> 107053>>> Procedure ComClose 107055>>> Handle hDispatchDriver 107055>>> Get phDispatchDriver to hDispatchDriver 107056>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 107057>>> End_Procedure 107058>>> 107058>>> Procedure ComSelect 107060>>> Handle hDispatchDriver 107060>>> Get phDispatchDriver to hDispatchDriver 107061>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 107062>>> End_Procedure 107063>>> 107063>>> Procedure ComAttachTo Variant llNeighbour 107065>>> Handle hDispatchDriver 107065>>> Get phDispatchDriver to hDispatchDriver 107066>>> Send PrepareParams to hDispatchDriver 1 107067>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNeighbour 107068>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 107069>>> End_Procedure 107070>>> 107070>>> Function ComMinTrackSize Returns Variant 107072>>> Handle hDispatchDriver 107072>>> Variant retVal 107072>>> Get phDispatchDriver to hDispatchDriver 107073>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal 107074>>> Function_Return retVal 107075>>> End_Function 107076>>> 107076>>> Function ComMaxTrackSize Returns Variant 107078>>> Handle hDispatchDriver 107078>>> Variant retVal 107078>>> Get phDispatchDriver to hDispatchDriver 107079>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 107080>>> Function_Return retVal 107081>>> End_Function 107082>>> 107082>>> Procedure ComSetHandle OLE_HANDLE llhWnd 107084>>> Handle hDispatchDriver 107084>>> Get phDispatchDriver to hDispatchDriver 107085>>> Send PrepareParams to hDispatchDriver 1 107086>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 107087>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 107088>>> End_Procedure 107089>>> 107089>>> Function ComParentContainer Returns Variant 107091>>> Handle hDispatchDriver 107091>>> Variant retVal 107091>>> Get phDispatchDriver to hDispatchDriver 107092>>> Get InvokeComMethod of hDispatchDriver 20 OLE_VT_DISPATCH to retVal 107093>>> Function_Return retVal 107094>>> End_Function 107095>>> 107095>>> Function ComType Returns OLEDockingPaneType 107097>>> Handle hDispatchDriver 107097>>> OLEDockingPaneType retVal 107097>>> Get phDispatchDriver to hDispatchDriver 107098>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 107099>>> Function_Return retVal 107100>>> End_Function 107101>>> 107101>>> Function ComPosition Returns OLEDockingDirection 107103>>> Handle hDispatchDriver 107103>>> OLEDockingDirection retVal 107103>>> Get phDispatchDriver to hDispatchDriver 107104>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_I4 to retVal 107105>>> Function_Return retVal 107106>>> End_Function 107107>>> 107107>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 107109>>> Handle hDispatchDriver 107109>>> Get phDispatchDriver to hDispatchDriver 107110>>> Send PrepareParams to hDispatchDriver 4 107111>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 107112>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 107113>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 107114>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 107115>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 107116>>> End_Procedure 107117>>>End_Class 107118>>> 107118>>>Class cSigCjComPane is a cComAutomationObject 107119>>> Import_Class_Protocol cSigCjComIPane 107120>>> 107120>>> Procedure Construct_Object 107122>>> Forward Send Construct_Object 107124>>> Set peAutoCreate to acNoAutoCreate 107125>>> End_Procedure 107126>>>End_Class 107127>>> 107127>>>Class cSigCjComIDockingPanePaintManager is a Mixin 107128>>> 107128>>> Function ComShowCaption Returns Boolean 107130>>> Boolean retVal 107130>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 107131>>> Function_Return retVal 107132>>> End_Function 107133>>> 107133>>> Procedure Set ComShowCaption Boolean value 107135>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 107136>>> End_Procedure 107137>>> 107137>>> Function ComCaptionFont Returns Variant 107139>>> Variant retVal 107139>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 107140>>> Function_Return retVal 107141>>> End_Function 107142>>> 107142>>> Procedure Set ComCaptionFont Variant value 107144>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 107145>>> End_Procedure 107146>>> 107146>>> Function ComHighlightActiveCaption Returns Boolean 107148>>> Boolean retVal 107148>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 107149>>> Function_Return retVal 107150>>> End_Function 107151>>> 107151>>> Procedure Set ComHighlightActiveCaption Boolean value 107153>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 107154>>> End_Procedure 107155>>> 107155>>> Function ComDrawSingleTab Returns Boolean 107157>>> Boolean retVal 107157>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 107158>>> Function_Return retVal 107159>>> End_Function 107160>>> 107160>>> Procedure Set ComDrawSingleTab Boolean value 107162>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 107163>>> End_Procedure 107164>>> 107164>>> Function ComSplitterSize Returns Integer 107166>>> Integer retVal 107166>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 107167>>> Function_Return retVal 107168>>> End_Function 107169>>> 107169>>> Procedure Set ComSplitterSize Integer value 107171>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 107172>>> End_Procedure 107173>>> 107173>>> Function ComSplitterStyle Returns OLEDockingPaneSplitterStyle 107175>>> OLEDockingPaneSplitterStyle retVal 107175>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 107176>>> Function_Return retVal 107177>>> End_Function 107178>>> 107178>>> Procedure Set ComSplitterStyle OLEDockingPaneSplitterStyle value 107180>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 107181>>> End_Procedure 107182>>> 107182>>> Function ComSplitterColor Returns OLE_COLOR 107184>>> OLE_COLOR retVal 107184>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 107185>>> Function_Return retVal 107186>>> End_Function 107187>>> 107187>>> Procedure Set ComSplitterColor OLE_COLOR value 107189>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 107190>>> End_Procedure 107191>>> 107191>>> Function ComCaptionButtonStyle Returns OLEDockingPaneCaptionButtonStyle 107193>>> OLEDockingPaneCaptionButtonStyle retVal 107193>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 107194>>> Function_Return retVal 107195>>> End_Function 107196>>> 107196>>> Procedure Set ComCaptionButtonStyle OLEDockingPaneCaptionButtonStyle value 107198>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 107199>>> End_Procedure 107200>>> 107200>>> Function ComCaptionMargin Returns Integer 107202>>> Integer retVal 107202>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 107203>>> Function_Return retVal 107204>>> End_Function 107205>>> 107205>>> Procedure Set ComCaptionMargin Integer value 107207>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 107208>>> End_Procedure 107209>>> 107209>>> Function ComDrawCaptionIcon Returns Boolean 107211>>> Boolean retVal 107211>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 107212>>> Function_Return retVal 107213>>> End_Function 107214>>> 107214>>> Procedure Set ComDrawCaptionIcon Boolean value 107216>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 107217>>> End_Procedure 107218>>> 107218>>> Function ComUseCustomTitleColors Returns Boolean 107220>>> Boolean retVal 107220>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 107221>>> Function_Return retVal 107222>>> End_Function 107223>>> 107223>>> Procedure Set ComUseCustomTitleColors Boolean value 107225>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 107226>>> End_Procedure 107227>>> 107227>>> Procedure ComSetCustomTitleColors OLE_COLOR llclrActiveHorz OLE_COLOR llclrInactiveHorz OLE_COLOR llclrActiveVert OLE_COLOR llclrInactiveVert 107229>>> Handle hDispatchDriver 107229>>> Get phDispatchDriver to hDispatchDriver 107230>>> Send PrepareParams to hDispatchDriver 4 107231>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrActiveHorz 107232>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrInactiveHorz 107233>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrActiveVert 107234>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrInactiveVert 107235>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 107236>>> End_Procedure 107237>>> 107237>>> Function ComGetCustomTitleColor Boolean llfActive Boolean llfVert Returns OLE_COLOR 107239>>> Handle hDispatchDriver 107239>>> OLE_COLOR retVal 107239>>> Get phDispatchDriver to hDispatchDriver 107240>>> Send PrepareParams to hDispatchDriver 2 107241>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llfActive 107242>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llfVert 107243>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_I4 to retVal 107244>>> Function_Return retVal 107245>>> End_Function 107246>>>End_Class 107247>>> 107247>>>Class cSigCjComDockingPanePaintManager is a cComAutomationObject 107248>>> Import_Class_Protocol cSigCjComIDockingPanePaintManager 107249>>> 107249>>> Procedure Construct_Object 107251>>> Forward Send Construct_Object 107253>>> Set peAutoCreate to acNoAutoCreate 107254>>> End_Procedure 107255>>>End_Class 107256>>> 107256>>>Class cSigCjComIDockingPaneOptions is a Mixin 107257>>> 107257>>> Function ComLunaColors Returns Boolean 107259>>> Boolean retVal 107259>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 107260>>> Function_Return retVal 107261>>> End_Function 107262>>> 107262>>> Procedure Set ComLunaColors Boolean value 107264>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 107265>>> End_Procedure 107266>>> 107266>>> Function ComAnimationDelay Returns Real 107268>>> Real retVal 107268>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to retVal 107269>>> Function_Return retVal 107270>>> End_Function 107271>>> 107271>>> Procedure Set ComAnimationDelay Real value 107273>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_R8 to value 107274>>> End_Procedure 107275>>> 107275>>> Function ComHideClient Returns Boolean 107277>>> Boolean retVal 107277>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 107278>>> Function_Return retVal 107279>>> End_Function 107280>>> 107280>>> Procedure Set ComHideClient Boolean value 107282>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 107283>>> End_Procedure 107284>>> 107284>>> Function ComUseSplitterTracker Returns Boolean 107286>>> Boolean retVal 107286>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 107287>>> Function_Return retVal 107288>>> End_Function 107289>>> 107289>>> Procedure Set ComUseSplitterTracker Boolean value 107291>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 107292>>> End_Procedure 107293>>> 107293>>> Function ComLockSplitters Returns Boolean 107295>>> Boolean retVal 107295>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 107296>>> Function_Return retVal 107297>>> End_Function 107298>>> 107298>>> Procedure Set ComLockSplitters Boolean value 107300>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 107301>>> End_Procedure 107302>>> 107302>>> Function ComThemedFloatingFrames Returns Boolean 107304>>> Boolean retVal 107304>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 107305>>> Function_Return retVal 107306>>> End_Function 107307>>> 107307>>> Procedure Set ComThemedFloatingFrames Boolean value 107309>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 107310>>> End_Procedure 107311>>> 107311>>> Function ComFloatingFrameCaption Returns String 107313>>> String retVal 107313>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 107314>>> Function_Return retVal 107315>>> End_Function 107316>>> 107316>>> Procedure Set ComFloatingFrameCaption String value 107318>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 107319>>> End_Procedure 107320>>> 107320>>> Function ComAlphaDockingContext Returns Boolean 107322>>> Boolean retVal 107322>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 107323>>> Function_Return retVal 107324>>> End_Function 107325>>> 107325>>> Procedure Set ComAlphaDockingContext Boolean value 107327>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 107328>>> End_Procedure 107329>>> 107329>>> Function ComShowDockingContextStickers Returns Boolean 107331>>> Boolean retVal 107331>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 107332>>> Function_Return retVal 107333>>> End_Function 107334>>> 107334>>> Procedure Set ComShowDockingContextStickers Boolean value 107336>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 107337>>> End_Procedure 107338>>> 107338>>> Function ComDefaultPaneOptions Returns OLEPaneOptions 107340>>> OLEPaneOptions retVal 107340>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 107341>>> Function_Return retVal 107342>>> End_Function 107343>>> 107343>>> Procedure Set ComDefaultPaneOptions OLEPaneOptions value 107345>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 107346>>> End_Procedure 107347>>> 107347>>> Function ComCloseGroupOnButtonClick Returns Boolean 107349>>> Boolean retVal 107349>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 107350>>> Function_Return retVal 107351>>> End_Function 107352>>> 107352>>> Procedure Set ComCloseGroupOnButtonClick Boolean value 107354>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 107355>>> End_Procedure 107356>>> 107356>>> Function ComHideGroupOnButtonClick Returns Boolean 107358>>> Boolean retVal 107358>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 107359>>> Function_Return retVal 107360>>> End_Function 107361>>> 107361>>> Procedure Set ComHideGroupOnButtonClick Boolean value 107363>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 107364>>> End_Procedure 107365>>> 107365>>> // Synchronizes the activation of the mini-frame windows to the activation of its parent window 107365>>> Function ComSyncActiveFloatingFrames Returns Boolean 107367>>> Boolean retVal 107367>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 107368>>> Function_Return retVal 107369>>> End_Function 107370>>> 107370>>> // Synchronizes the activation of the mini-frame windows to the activation of its parent window 107370>>> Procedure Set ComSyncActiveFloatingFrames Boolean value 107372>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 107373>>> End_Procedure 107374>>> 107374>>> Function ComShowCaptionMaximizeButton Returns Boolean 107376>>> Boolean retVal 107376>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 107377>>> Function_Return retVal 107378>>> End_Function 107379>>> 107379>>> Procedure Set ComShowCaptionMaximizeButton Boolean value 107381>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 107382>>> End_Procedure 107383>>> 107383>>> Function ComStickerStyle Returns OLEDockingContextStickerStyle 107385>>> OLEDockingContextStickerStyle retVal 107385>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 107386>>> Function_Return retVal 107387>>> End_Function 107388>>> 107388>>> Procedure Set ComStickerStyle OLEDockingContextStickerStyle value 107390>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 107391>>> End_Procedure 107392>>> 107392>>> Function ComCaptionDirection Returns OLEDockingPaneCaptionDirection 107394>>> OLEDockingPaneCaptionDirection retVal 107394>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 107395>>> Function_Return retVal 107396>>> End_Function 107397>>> 107397>>> Procedure Set ComCaptionDirection OLEDockingPaneCaptionDirection value 107399>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 107400>>> End_Procedure 107401>>> 107401>>> Function ComAutoHideAnimationInterval Returns Integer 107403>>> Integer retVal 107403>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 107404>>> Function_Return retVal 107405>>> End_Function 107406>>> 107406>>> Procedure Set ComAutoHideAnimationInterval Integer value 107408>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 107409>>> End_Procedure 107410>>> 107410>>> Function ComAutoHideAnimationDuration Returns Integer 107412>>> Integer retVal 107412>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 107413>>> Function_Return retVal 107414>>> End_Function 107415>>> 107415>>> Procedure Set ComAutoHideAnimationDuration Integer value 107417>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 107418>>> End_Procedure 107419>>> 107419>>> Function ComAutoHideMouseHoverDelay Returns Integer 107421>>> Integer retVal 107421>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 107422>>> Function_Return retVal 107423>>> End_Function 107424>>> 107424>>> Procedure Set ComAutoHideMouseHoverDelay Integer value 107426>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 107427>>> End_Procedure 107428>>> 107428>>> Function ComAutoHideInactiveCollapseDelay Returns Integer 107430>>> Integer retVal 107430>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 107431>>> Function_Return retVal 107432>>> End_Function 107433>>> 107433>>> Procedure Set ComAutoHideInactiveCollapseDelay Integer value 107435>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 107436>>> End_Procedure 107437>>> 107437>>> Function ComShowFloatingFramePinButton Returns Boolean 107439>>> Boolean retVal 107439>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 107440>>> Function_Return retVal 107441>>> End_Function 107442>>> 107442>>> Procedure Set ComShowFloatingFramePinButton Boolean value 107444>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 107445>>> End_Procedure 107446>>> 107446>>> Function ComShowContentsWhileDragging Returns Boolean 107448>>> Boolean retVal 107448>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 107449>>> Function_Return retVal 107450>>> End_Function 107451>>> 107451>>> Procedure Set ComShowContentsWhileDragging Boolean value 107453>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 107454>>> End_Procedure 107455>>> 107455>>> Function ComShowSizeCursorWhileDragging Returns Boolean 107457>>> Boolean retVal 107457>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 107458>>> Function_Return retVal 107459>>> End_Function 107460>>> 107460>>> Procedure Set ComShowSizeCursorWhileDragging Boolean value 107462>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 107463>>> End_Procedure 107464>>> 107464>>> Function ComClientMargin Returns Integer 107466>>> Integer retVal 107466>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 107467>>> Function_Return retVal 107468>>> End_Function 107469>>> 107469>>> Procedure Set ComClientMargin Integer value 107471>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 107472>>> End_Procedure 107473>>> 107473>>> Function ComStickyFloatingFrames Returns Boolean 107475>>> Boolean retVal 107475>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 107476>>> Function_Return retVal 107477>>> End_Function 107478>>> 107478>>> Procedure Set ComStickyFloatingFrames Boolean value 107480>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 107481>>> End_Procedure 107482>>> 107482>>> Function ComFloatingFramesOpacity Returns Integer 107484>>> Integer retVal 107484>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 107485>>> Function_Return retVal 107486>>> End_Function 107487>>> 107487>>> Procedure Set ComFloatingFramesOpacity Integer value 107489>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 107490>>> End_Procedure 107491>>> 107491>>> Function ComSideDocking Returns Boolean 107493>>> Boolean retVal 107493>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 107494>>> Function_Return retVal 107495>>> End_Function 107496>>> 107496>>> Procedure Set ComSideDocking Boolean value 107498>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 107499>>> End_Procedure 107500>>> 107500>>> Function ComShowPanelScrollButtons Returns Boolean 107502>>> Boolean retVal 107502>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 107503>>> Function_Return retVal 107504>>> End_Function 107505>>> 107505>>> Procedure Set ComShowPanelScrollButtons Boolean value 107507>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 107508>>> End_Procedure 107509>>> 107509>>> Function ComShowCloseTabButton Returns OLEDockingPaneTabButtonFlags 107511>>> OLEDockingPaneTabButtonFlags retVal 107511>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 107512>>> Function_Return retVal 107513>>> End_Function 107514>>> 107514>>> Procedure Set ComShowCloseTabButton OLEDockingPaneTabButtonFlags value 107516>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 107517>>> End_Procedure 107518>>> 107518>>> Procedure ComSetSideDockingMargin Integer llLeft Integer llTop Integer llRight Integer llBottom 107520>>> Handle hDispatchDriver 107520>>> Get phDispatchDriver to hDispatchDriver 107521>>> Send PrepareParams to hDispatchDriver 4 107522>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 107523>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 107524>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 107525>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 107526>>> Send InvokeComMethod to hDispatchDriver 29 OLE_VT_VOID 107527>>> End_Procedure 107528>>>End_Class 107529>>> 107529>>>Class cSigCjComDockingPaneOptions is a cComAutomationObject 107530>>> Import_Class_Protocol cSigCjComIDockingPaneOptions 107531>>> 107531>>> Procedure Construct_Object 107533>>> Forward Send Construct_Object 107535>>> Set peAutoCreate to acNoAutoCreate 107536>>> End_Procedure 107537>>>End_Class 107538>>> 107538>>>Class cSigCjComIPaneActionContainer is a Mixin 107539>>> 107539>>> Function ComContainer Returns Variant 107541>>> Handle hDispatchDriver 107541>>> Variant retVal 107541>>> Get phDispatchDriver to hDispatchDriver 107542>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 107543>>> Function_Return retVal 107544>>> End_Function 107545>>> 107545>>> Function ComDirection Returns OLEDockingDirection 107547>>> Handle hDispatchDriver 107547>>> OLEDockingDirection retVal 107547>>> Get phDispatchDriver to hDispatchDriver 107548>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 107549>>> Function_Return retVal 107550>>> End_Function 107551>>>End_Class 107552>>> 107552>>>Class cSigCjComPaneActionContainer is a cComAutomationObject 107553>>> Import_Class_Protocol cSigCjComIPaneActionContainer 107554>>> 107554>>> Procedure Construct_Object 107556>>> Forward Send Construct_Object 107558>>> Set peAutoCreate to acNoAutoCreate 107559>>> End_Procedure 107560>>>End_Class 107561>>> 107561>>>// Dispatch interface for DockingPane Control 107561>>>Class cSigCjCom_DDockingPane is a Mixin 107562>>> 107562>>> Function ComVisualTheme Returns OLEVisualTheme 107564>>> OLEVisualTheme retVal 107564>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 107565>>> Function_Return retVal 107566>>> End_Function 107567>>> 107567>>> Procedure Set ComVisualTheme OLEVisualTheme value 107569>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 107570>>> End_Procedure 107571>>> 107571>>> Function ComImageList Returns Variant 107573>>> Variant retVal 107573>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 107574>>> Function_Return retVal 107575>>> End_Function 107576>>> 107576>>> Procedure Set ComImageList Variant value 107578>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 107579>>> End_Procedure 107580>>> 107580>>> Function ComScaleMode Returns OLEXTPScaleMode 107582>>> OLEXTPScaleMode retVal 107582>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 107583>>> Function_Return retVal 107584>>> End_Function 107585>>> 107585>>> Procedure Set ComScaleMode OLEXTPScaleMode value 107587>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 107588>>> End_Procedure 107589>>> 107589>>> Function ComIcons Returns Variant 107591>>> Variant retVal 107591>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DISPATCH to retVal 107592>>> Function_Return retVal 107593>>> End_Function 107594>>> 107594>>> Procedure Set ComIcons Variant value 107596>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DISPATCH to value 107597>>> End_Procedure 107598>>> 107598>>> Function ComReCreateReparented Returns Boolean 107600>>> Boolean retVal 107600>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 107601>>> Function_Return retVal 107602>>> End_Function 107603>>> 107603>>> Procedure Set ComReCreateReparented Boolean value 107605>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 107606>>> End_Procedure 107607>>> 107607>>> Function ComCreatePane Integer llId Integer llcx Integer llcy OLEDockingDirection llDirection Variant llNeighbour Returns Variant 107609>>> Handle hDispatchDriver 107609>>> Variant retVal 107609>>> Get phDispatchDriver to hDispatchDriver 107610>>> Send PrepareParams to hDispatchDriver 5 107611>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 107612>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 107613>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 107614>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 107615>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llNeighbour 107616>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 107617>>> Function_Return retVal 107618>>> End_Function 107619>>> 107619>>> Procedure ComAttachPane Variant llPane Variant llNeighbour 107621>>> Handle hDispatchDriver 107621>>> Get phDispatchDriver to hDispatchDriver 107622>>> Send PrepareParams to hDispatchDriver 2 107623>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107624>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNeighbour 107625>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 107626>>> End_Procedure 107627>>> 107627>>> Procedure ComHidePane Variant llPane 107629>>> Handle hDispatchDriver 107629>>> Get phDispatchDriver to hDispatchDriver 107630>>> Send PrepareParams to hDispatchDriver 1 107631>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107632>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 107633>>> End_Procedure 107634>>> 107634>>> Procedure ComShowPane Integer llId 107636>>> Handle hDispatchDriver 107636>>> Get phDispatchDriver to hDispatchDriver 107637>>> Send PrepareParams to hDispatchDriver 1 107638>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 107639>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 107640>>> End_Procedure 107641>>> 107641>>> Function ComFindPane Integer llId Returns Variant 107643>>> Handle hDispatchDriver 107643>>> Variant retVal 107643>>> Get phDispatchDriver to hDispatchDriver 107644>>> Send PrepareParams to hDispatchDriver 1 107645>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 107646>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 107647>>> Function_Return retVal 107648>>> End_Function 107649>>> 107649>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 107651>>> Handle hDispatchDriver 107651>>> Get phDispatchDriver to hDispatchDriver 107652>>> Send PrepareParams to hDispatchDriver 4 107653>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 107654>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 107655>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 107656>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 107657>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 107658>>> End_Procedure 107659>>> 107659>>> Procedure ComRecalcLayout 107661>>> Handle hDispatchDriver 107661>>> Get phDispatchDriver to hDispatchDriver 107662>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 107663>>> End_Procedure 107664>>> 107664>>> Procedure ComSaveState String llRegistryKey String llAppName String llSection 107666>>> Handle hDispatchDriver 107666>>> Get phDispatchDriver to hDispatchDriver 107667>>> Send PrepareParams to hDispatchDriver 3 107668>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 107669>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 107670>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 107671>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 107672>>> End_Procedure 107673>>> 107673>>> Procedure ComLoadState String llRegistryKey String llAppName String llSection 107675>>> Handle hDispatchDriver 107675>>> Get phDispatchDriver to hDispatchDriver 107676>>> Send PrepareParams to hDispatchDriver 3 107677>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 107678>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 107679>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 107680>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 107681>>> End_Procedure 107682>>> 107682>>> Procedure ComSetCommandBars Variant llCommandBars 107684>>> Handle hDispatchDriver 107684>>> Get phDispatchDriver to hDispatchDriver 107685>>> Send PrepareParams to hDispatchDriver 1 107686>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCommandBars 107687>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 107688>>> End_Procedure 107689>>> 107689>>> Procedure ComAddIconHandle Integer llIcon Integer llId 107691>>> Handle hDispatchDriver 107691>>> Get phDispatchDriver to hDispatchDriver 107692>>> Send PrepareParams to hDispatchDriver 2 107693>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon 107694>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 107695>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 107696>>> End_Procedure 107697>>> 107697>>> Function ComOptions Returns Variant 107699>>> Handle hDispatchDriver 107699>>> Variant retVal 107699>>> Get phDispatchDriver to hDispatchDriver 107700>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 107701>>> Function_Return retVal 107702>>> End_Function 107703>>> 107703>>> Procedure ComLoadStateFromString String llNode 107705>>> Handle hDispatchDriver 107705>>> Get phDispatchDriver to hDispatchDriver 107706>>> Send PrepareParams to hDispatchDriver 1 107707>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llNode 107708>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 107709>>> End_Procedure 107710>>> 107710>>> Function ComSaveStateToString Returns String 107712>>> Handle hDispatchDriver 107712>>> String retVal 107712>>> Get phDispatchDriver to hDispatchDriver 107713>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_BSTR to retVal 107714>>> Function_Return retVal 107715>>> End_Function 107716>>> 107716>>> Procedure ComRedrawPanes 107718>>> Handle hDispatchDriver 107718>>> Get phDispatchDriver to hDispatchDriver 107719>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 107720>>> End_Procedure 107721>>> 107721>>> Procedure ComDestroyPane Variant llPane 107723>>> Handle hDispatchDriver 107723>>> Get phDispatchDriver to hDispatchDriver 107724>>> Send PrepareParams to hDispatchDriver 1 107725>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107726>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 107727>>> End_Procedure 107728>>> 107728>>> Procedure ComDestroyAll 107730>>> Handle hDispatchDriver 107730>>> Get phDispatchDriver to hDispatchDriver 107731>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 107732>>> End_Procedure 107733>>> 107733>>> Procedure ComCloseAll 107735>>> Handle hDispatchDriver 107735>>> Get phDispatchDriver to hDispatchDriver 107736>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 107737>>> End_Procedure 107738>>> 107738>>> Function ComPanesCount Returns Integer 107740>>> Handle hDispatchDriver 107740>>> Integer retVal 107740>>> Get phDispatchDriver to hDispatchDriver 107741>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 107742>>> Function_Return retVal 107743>>> End_Function 107744>>> 107744>>> Function ComTabPaintManager Returns Variant 107746>>> Handle hDispatchDriver 107746>>> Variant retVal 107746>>> Get phDispatchDriver to hDispatchDriver 107747>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 107748>>> Function_Return retVal 107749>>> End_Function 107750>>> 107750>>> Function ComPanelPaintManager Returns Variant 107752>>> Handle hDispatchDriver 107752>>> Variant retVal 107752>>> Get phDispatchDriver to hDispatchDriver 107753>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 107754>>> Function_Return retVal 107755>>> End_Function 107756>>> 107756>>> Function ComPanes Integer llnIndex Returns Variant 107758>>> Handle hDispatchDriver 107758>>> Variant retVal 107758>>> Get phDispatchDriver to hDispatchDriver 107759>>> Send PrepareParams to hDispatchDriver 1 107760>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 107761>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 107762>>> Function_Return retVal 107763>>> End_Function 107764>>> 107764>>> Function Com_NewEnum Returns Variant 107766>>> Handle hDispatchDriver 107766>>> Variant retVal 107766>>> Get phDispatchDriver to hDispatchDriver 107767>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 107768>>> Function_Return retVal 107769>>> End_Function 107770>>> 107770>>> Procedure ComFloatPane Variant llPane Integer llLeft Integer llTop Integer llRight Integer llBottom 107772>>> Handle hDispatchDriver 107772>>> Get phDispatchDriver to hDispatchDriver 107773>>> Send PrepareParams to hDispatchDriver 5 107774>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107775>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 107776>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 107777>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 107778>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 107779>>> Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID 107780>>> End_Procedure 107781>>> 107781>>> Procedure ComNormalizeSplitters 107783>>> Handle hDispatchDriver 107783>>> Get phDispatchDriver to hDispatchDriver 107784>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 107785>>> End_Procedure 107786>>> 107786>>> Function ComPaintManager Returns Variant 107788>>> Handle hDispatchDriver 107788>>> Variant retVal 107788>>> Get phDispatchDriver to hDispatchDriver 107789>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal 107790>>> Function_Return retVal 107791>>> End_Function 107792>>> 107792>>> Function ComActivePane Returns Variant 107794>>> Handle hDispatchDriver 107794>>> Variant retVal 107794>>> Get phDispatchDriver to hDispatchDriver 107795>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 107796>>> Function_Return retVal 107797>>> End_Function 107798>>> 107798>>> Function ComToolTipContext Returns Variant 107800>>> Handle hDispatchDriver 107800>>> Variant retVal 107800>>> Get phDispatchDriver to hDispatchDriver 107801>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 107802>>> Function_Return retVal 107803>>> End_Function 107804>>> 107804>>> Function ComCreateLayout Returns Variant 107806>>> Handle hDispatchDriver 107806>>> Variant retVal 107806>>> Get phDispatchDriver to hDispatchDriver 107807>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 107808>>> Function_Return retVal 107809>>> End_Function 107810>>> 107810>>> Procedure ComGetLayout Variant llLayout 107812>>> Handle hDispatchDriver 107812>>> Get phDispatchDriver to hDispatchDriver 107813>>> Send PrepareParams to hDispatchDriver 1 107814>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llLayout 107815>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 107816>>> End_Procedure 107817>>> 107817>>> Procedure ComSetLayout Variant llLayout 107819>>> Handle hDispatchDriver 107819>>> Get phDispatchDriver to hDispatchDriver 107820>>> Send PrepareParams to hDispatchDriver 1 107821>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llLayout 107822>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 107823>>> End_Procedure 107824>>> 107824>>> Procedure ComSetMDIClient OLE_HANDLE llhWnd 107826>>> Handle hDispatchDriver 107826>>> Get phDispatchDriver to hDispatchDriver 107827>>> Send PrepareParams to hDispatchDriver 1 107828>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 107829>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 107830>>> End_Procedure 107831>>> 107831>>> Procedure ComUpdatePanes 107833>>> Handle hDispatchDriver 107833>>> Get phDispatchDriver to hDispatchDriver 107834>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 107835>>> End_Procedure 107836>>> 107836>>> Procedure ComAttachToWindow OLE_HANDLE llhWnd 107838>>> Handle hDispatchDriver 107838>>> Get phDispatchDriver to hDispatchDriver 107839>>> Send PrepareParams to hDispatchDriver 1 107840>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 107841>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 107842>>> End_Procedure 107843>>> 107843>>> Procedure ComDockPane Variant llPane Integer llcx Integer llcy OLEDockingDirection llDirection Variant llNeighbour 107845>>> Handle hDispatchDriver 107845>>> Get phDispatchDriver to hDispatchDriver 107846>>> Send PrepareParams to hDispatchDriver 5 107847>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107848>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 107849>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 107850>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 107851>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llNeighbour 107852>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 107853>>> End_Procedure 107854>>> 107854>>> Procedure ComEnableKeyboardNavigate OLEDockingPaneKeyboardNavigate llOptions 107856>>> Handle hDispatchDriver 107856>>> Get phDispatchDriver to hDispatchDriver 107857>>> Send PrepareParams to hDispatchDriver 1 107858>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOptions 107859>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 107860>>> End_Procedure 107861>>> 107861>>> Function ComLayout Returns Variant 107863>>> Handle hDispatchDriver 107863>>> Variant retVal 107863>>> Get phDispatchDriver to hDispatchDriver 107864>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_DISPATCH to retVal 107865>>> Function_Return retVal 107866>>> End_Function 107867>>> 107867>>> Procedure ComDockSidePane Variant llPane Integer llOffset OLEDockingDirection llDirection 107869>>> Handle hDispatchDriver 107869>>> Get phDispatchDriver to hDispatchDriver 107870>>> Send PrepareParams to hDispatchDriver 3 107871>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107872>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOffset 107873>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 107874>>> Send InvokeComMethod to hDispatchDriver 54 OLE_VT_VOID 107875>>> End_Procedure 107876>>> 107876>>> Procedure ComAboutBox 107878>>> Handle hDispatchDriver 107878>>> Get phDispatchDriver to hDispatchDriver 107879>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 107880>>> End_Procedure 107881>>>End_Class 107882>>> 107882>>>// Event interface for DockingPane Control 107882>>>Class cSigCjCom_DDockingPaneEvents is a Mixin 107883>>> 107883>>> Procedure OnComAttachPane Variant llItem 107885>>> End_Procedure 107886>>> 107886>>> Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 107888>>> End_Procedure 107889>>> 107889>>> Procedure OnComResize 107891>>> End_Procedure 107892>>> 107892>>> Procedure OnComAction OLEDockingPaneAction llAction Variant llPane Variant llContainer Boolean ByRef llCancel 107894>>> End_Procedure 107895>>> 107895>>> Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom 107897>>> End_Procedure 107898>>> 107898>>> Procedure OnComRClick Variant llPane 107900>>> End_Procedure 107901>>> 107901>>> Procedure OnComPanePopupMenu Variant llPane Integer llx Integer lly Boolean ByRef llHandled 107903>>> End_Procedure 107904>>> 107904>>> Procedure OnComReCreated 107906>>> End_Procedure 107907>>> 107907>>> Procedure RegisterComEvents 107909>>> Send RegisterComEvent 1 msg_OnComAttachPane 107910>>> Send RegisterComEvent 2 msg_OnComGetClientBordersWidth 107911>>> Send RegisterComEvent 3 msg_OnComResize 107912>>> Send RegisterComEvent 4 msg_OnComAction 107913>>> Send RegisterComEvent 7 msg_OnComResizeClient 107914>>> Send RegisterComEvent 8 msg_OnComRClick 107915>>> Send RegisterComEvent 9 msg_OnComPanePopupMenu 107916>>> Send RegisterComEvent 10001000 msg_OnComReCreated 107917>>> End_Procedure 107918>>>End_Class 107919>>> 107919>>>// Xtreme DockingPane Control 107919>>>Class cSigCjComDockingPane is a cComActiveXControl 107920>>> Import_Class_Protocol cSigCjCom_DDockingPane 107921>>> Import_Class_Protocol cSigCjCom_DDockingPaneEvents 107922>>> 107922>>> Procedure Construct_Object 107924>>> Forward Send Construct_Object 107926>>> Set psProgID to L_cSigCjComDockingPane 107927>>> Set psEventId to "{C0DE2030-D406-4B24-8B76-A048A231F2B1}" 107928>>> Set psLicenseKey to L_cSigCjKeyDockingPane 107929>>> Set peAutoCreate to acAutoCreate 107930>>> End_Procedure 107931>>>End_Class 107932>>> 107932>>>// Dispatch interface for DockingPane Control 107932>>>Class cSigCjCom_DDockingPaneFrame is a Mixin 107933>>> 107933>>> Function ComVisualTheme Returns OLEVisualTheme 107935>>> OLEVisualTheme retVal 107935>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 107936>>> Function_Return retVal 107937>>> End_Function 107938>>> 107938>>> Procedure Set ComVisualTheme OLEVisualTheme value 107940>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 107941>>> End_Procedure 107942>>> 107942>>> Function ComImageList Returns Variant 107944>>> Variant retVal 107944>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 107945>>> Function_Return retVal 107946>>> End_Function 107947>>> 107947>>> Procedure Set ComImageList Variant value 107949>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 107950>>> End_Procedure 107951>>> 107951>>> Function ComScaleMode Returns OLEXTPScaleMode 107953>>> OLEXTPScaleMode retVal 107953>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 107954>>> Function_Return retVal 107955>>> End_Function 107956>>> 107956>>> Procedure Set ComScaleMode OLEXTPScaleMode value 107958>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 107959>>> End_Procedure 107960>>> 107960>>> Function ComIcons Returns Variant 107962>>> Variant retVal 107962>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DISPATCH to retVal 107963>>> Function_Return retVal 107964>>> End_Function 107965>>> 107965>>> Procedure Set ComIcons Variant value 107967>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_DISPATCH to value 107968>>> End_Procedure 107969>>> 107969>>> Function ComReCreateReparented Returns Boolean 107971>>> Boolean retVal 107971>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 107972>>> Function_Return retVal 107973>>> End_Function 107974>>> 107974>>> Procedure Set ComReCreateReparented Boolean value 107976>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 107977>>> End_Procedure 107978>>> 107978>>> Function ComCreatePane Integer llId Integer llcx Integer llcy OLEDockingDirection llDirection Variant llNeighbour Returns Variant 107980>>> Handle hDispatchDriver 107980>>> Variant retVal 107980>>> Get phDispatchDriver to hDispatchDriver 107981>>> Send PrepareParams to hDispatchDriver 5 107982>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 107983>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 107984>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 107985>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 107986>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llNeighbour 107987>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 107988>>> Function_Return retVal 107989>>> End_Function 107990>>> 107990>>> Procedure ComAttachPane Variant llPane Variant llNeighbour 107992>>> Handle hDispatchDriver 107992>>> Get phDispatchDriver to hDispatchDriver 107993>>> Send PrepareParams to hDispatchDriver 2 107994>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 107995>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNeighbour 107996>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 107997>>> End_Procedure 107998>>> 107998>>> Procedure ComHidePane Variant llPane 108000>>> Handle hDispatchDriver 108000>>> Get phDispatchDriver to hDispatchDriver 108001>>> Send PrepareParams to hDispatchDriver 1 108002>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 108003>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 108004>>> End_Procedure 108005>>> 108005>>> Procedure ComShowPane Integer llId 108007>>> Handle hDispatchDriver 108007>>> Get phDispatchDriver to hDispatchDriver 108008>>> Send PrepareParams to hDispatchDriver 1 108009>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 108010>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 108011>>> End_Procedure 108012>>> 108012>>> Function ComFindPane Integer llId Returns Variant 108014>>> Handle hDispatchDriver 108014>>> Variant retVal 108014>>> Get phDispatchDriver to hDispatchDriver 108015>>> Send PrepareParams to hDispatchDriver 1 108016>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 108017>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 108018>>> Function_Return retVal 108019>>> End_Function 108020>>> 108020>>> Procedure ComGetClientRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 108022>>> Handle hDispatchDriver 108022>>> Get phDispatchDriver to hDispatchDriver 108023>>> Send PrepareParams to hDispatchDriver 4 108024>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 108025>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 108026>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 108027>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 108028>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 108029>>> End_Procedure 108030>>> 108030>>> Procedure ComRecalcLayout 108032>>> Handle hDispatchDriver 108032>>> Get phDispatchDriver to hDispatchDriver 108033>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 108034>>> End_Procedure 108035>>> 108035>>> Procedure ComSaveState String llRegistryKey String llAppName String llSection 108037>>> Handle hDispatchDriver 108037>>> Get phDispatchDriver to hDispatchDriver 108038>>> Send PrepareParams to hDispatchDriver 3 108039>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 108040>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 108041>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 108042>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 108043>>> End_Procedure 108044>>> 108044>>> Procedure ComLoadState String llRegistryKey String llAppName String llSection 108046>>> Handle hDispatchDriver 108046>>> Get phDispatchDriver to hDispatchDriver 108047>>> Send PrepareParams to hDispatchDriver 3 108048>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llRegistryKey 108049>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llAppName 108050>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSection 108051>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 108052>>> End_Procedure 108053>>> 108053>>> Procedure ComSetCommandBars Variant llCommandBars 108055>>> Handle hDispatchDriver 108055>>> Get phDispatchDriver to hDispatchDriver 108056>>> Send PrepareParams to hDispatchDriver 1 108057>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llCommandBars 108058>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 108059>>> End_Procedure 108060>>> 108060>>> Procedure ComAddIconHandle Integer llIcon Integer llId 108062>>> Handle hDispatchDriver 108062>>> Get phDispatchDriver to hDispatchDriver 108063>>> Send PrepareParams to hDispatchDriver 2 108064>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIcon 108065>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 108066>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 108067>>> End_Procedure 108068>>> 108068>>> Function ComOptions Returns Variant 108070>>> Handle hDispatchDriver 108070>>> Variant retVal 108070>>> Get phDispatchDriver to hDispatchDriver 108071>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 108072>>> Function_Return retVal 108073>>> End_Function 108074>>> 108074>>> Procedure ComLoadStateFromString String llNode 108076>>> Handle hDispatchDriver 108076>>> Get phDispatchDriver to hDispatchDriver 108077>>> Send PrepareParams to hDispatchDriver 1 108078>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llNode 108079>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 108080>>> End_Procedure 108081>>> 108081>>> Function ComSaveStateToString Returns String 108083>>> Handle hDispatchDriver 108083>>> String retVal 108083>>> Get phDispatchDriver to hDispatchDriver 108084>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_BSTR to retVal 108085>>> Function_Return retVal 108086>>> End_Function 108087>>> 108087>>> Procedure ComRedrawPanes 108089>>> Handle hDispatchDriver 108089>>> Get phDispatchDriver to hDispatchDriver 108090>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 108091>>> End_Procedure 108092>>> 108092>>> Procedure ComDestroyPane Variant llPane 108094>>> Handle hDispatchDriver 108094>>> Get phDispatchDriver to hDispatchDriver 108095>>> Send PrepareParams to hDispatchDriver 1 108096>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 108097>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 108098>>> End_Procedure 108099>>> 108099>>> Procedure ComDestroyAll 108101>>> Handle hDispatchDriver 108101>>> Get phDispatchDriver to hDispatchDriver 108102>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 108103>>> End_Procedure 108104>>> 108104>>> Procedure ComCloseAll 108106>>> Handle hDispatchDriver 108106>>> Get phDispatchDriver to hDispatchDriver 108107>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 108108>>> End_Procedure 108109>>> 108109>>> Function ComPanesCount Returns Integer 108111>>> Handle hDispatchDriver 108111>>> Integer retVal 108111>>> Get phDispatchDriver to hDispatchDriver 108112>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_I4 to retVal 108113>>> Function_Return retVal 108114>>> End_Function 108115>>> 108115>>> Function ComTabPaintManager Returns Variant 108117>>> Handle hDispatchDriver 108117>>> Variant retVal 108117>>> Get phDispatchDriver to hDispatchDriver 108118>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 108119>>> Function_Return retVal 108120>>> End_Function 108121>>> 108121>>> Function ComPanelPaintManager Returns Variant 108123>>> Handle hDispatchDriver 108123>>> Variant retVal 108123>>> Get phDispatchDriver to hDispatchDriver 108124>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 108125>>> Function_Return retVal 108126>>> End_Function 108127>>> 108127>>> Function ComPanes Integer llnIndex Returns Variant 108129>>> Handle hDispatchDriver 108129>>> Variant retVal 108129>>> Get phDispatchDriver to hDispatchDriver 108130>>> Send PrepareParams to hDispatchDriver 1 108131>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 108132>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 108133>>> Function_Return retVal 108134>>> End_Function 108135>>> 108135>>> Function Com_NewEnum Returns Variant 108137>>> Handle hDispatchDriver 108137>>> Variant retVal 108137>>> Get phDispatchDriver to hDispatchDriver 108138>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 108139>>> Function_Return retVal 108140>>> End_Function 108141>>> 108141>>> Procedure ComFloatPane Variant llPane Integer llLeft Integer llTop Integer llRight Integer llBottom 108143>>> Handle hDispatchDriver 108143>>> Get phDispatchDriver to hDispatchDriver 108144>>> Send PrepareParams to hDispatchDriver 5 108145>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 108146>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 108147>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 108148>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 108149>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 108150>>> Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID 108151>>> End_Procedure 108152>>> 108152>>> Procedure ComNormalizeSplitters 108154>>> Handle hDispatchDriver 108154>>> Get phDispatchDriver to hDispatchDriver 108155>>> Send InvokeComMethod to hDispatchDriver 27 OLE_VT_VOID 108156>>> End_Procedure 108157>>> 108157>>> Function ComPaintManager Returns Variant 108159>>> Handle hDispatchDriver 108159>>> Variant retVal 108159>>> Get phDispatchDriver to hDispatchDriver 108160>>> Get InvokeComMethod of hDispatchDriver 28 OLE_VT_DISPATCH to retVal 108161>>> Function_Return retVal 108162>>> End_Function 108163>>> 108163>>> Function ComActivePane Returns Variant 108165>>> Handle hDispatchDriver 108165>>> Variant retVal 108165>>> Get phDispatchDriver to hDispatchDriver 108166>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 108167>>> Function_Return retVal 108168>>> End_Function 108169>>> 108169>>> Function ComToolTipContext Returns Variant 108171>>> Handle hDispatchDriver 108171>>> Variant retVal 108171>>> Get phDispatchDriver to hDispatchDriver 108172>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 108173>>> Function_Return retVal 108174>>> End_Function 108175>>> 108175>>> Function ComCreateLayout Returns Variant 108177>>> Handle hDispatchDriver 108177>>> Variant retVal 108177>>> Get phDispatchDriver to hDispatchDriver 108178>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 108179>>> Function_Return retVal 108180>>> End_Function 108181>>> 108181>>> Procedure ComGetLayout Variant llLayout 108183>>> Handle hDispatchDriver 108183>>> Get phDispatchDriver to hDispatchDriver 108184>>> Send PrepareParams to hDispatchDriver 1 108185>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llLayout 108186>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 108187>>> End_Procedure 108188>>> 108188>>> Procedure ComSetLayout Variant llLayout 108190>>> Handle hDispatchDriver 108190>>> Get phDispatchDriver to hDispatchDriver 108191>>> Send PrepareParams to hDispatchDriver 1 108192>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llLayout 108193>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 108194>>> End_Procedure 108195>>> 108195>>> Procedure ComSetMDIClient OLE_HANDLE llhWnd 108197>>> Handle hDispatchDriver 108197>>> Get phDispatchDriver to hDispatchDriver 108198>>> Send PrepareParams to hDispatchDriver 1 108199>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 108200>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 108201>>> End_Procedure 108202>>> 108202>>> Procedure ComUpdatePanes 108204>>> Handle hDispatchDriver 108204>>> Get phDispatchDriver to hDispatchDriver 108205>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 108206>>> End_Procedure 108207>>> 108207>>> Procedure ComAttachToWindow OLE_HANDLE llhWnd 108209>>> Handle hDispatchDriver 108209>>> Get phDispatchDriver to hDispatchDriver 108210>>> Send PrepareParams to hDispatchDriver 1 108211>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 108212>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 108213>>> End_Procedure 108214>>> 108214>>> Procedure ComDockPane Variant llPane Integer llcx Integer llcy OLEDockingDirection llDirection Variant llNeighbour 108216>>> Handle hDispatchDriver 108216>>> Get phDispatchDriver to hDispatchDriver 108217>>> Send PrepareParams to hDispatchDriver 5 108218>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 108219>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 108220>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 108221>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 108222>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llNeighbour 108223>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 108224>>> End_Procedure 108225>>> 108225>>> Procedure ComEnableKeyboardNavigate OLEDockingPaneKeyboardNavigate llOptions 108227>>> Handle hDispatchDriver 108227>>> Get phDispatchDriver to hDispatchDriver 108228>>> Send PrepareParams to hDispatchDriver 1 108229>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOptions 108230>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 108231>>> End_Procedure 108232>>> 108232>>> Function ComLayout Returns Variant 108234>>> Handle hDispatchDriver 108234>>> Variant retVal 108234>>> Get phDispatchDriver to hDispatchDriver 108235>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_DISPATCH to retVal 108236>>> Function_Return retVal 108237>>> End_Function 108238>>> 108238>>> Procedure ComDockSidePane Variant llPane Integer llOffset OLEDockingDirection llDirection 108240>>> Handle hDispatchDriver 108240>>> Get phDispatchDriver to hDispatchDriver 108241>>> Send PrepareParams to hDispatchDriver 3 108242>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llPane 108243>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llOffset 108244>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDirection 108245>>> Send InvokeComMethod to hDispatchDriver 54 OLE_VT_VOID 108246>>> End_Procedure 108247>>> 108247>>> Procedure ComAboutBox 108249>>> Handle hDispatchDriver 108249>>> Get phDispatchDriver to hDispatchDriver 108250>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 108251>>> End_Procedure 108252>>>End_Class 108253>>> 108253>>>// Event interface for DockingPane Control 108253>>>Class cSigCjCom_DDockingPaneFrameEvents is a Mixin 108254>>> 108254>>> Procedure OnComAttachPane Variant llItem 108256>>> End_Procedure 108257>>> 108257>>> Procedure OnComGetClientBordersWidth Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 108259>>> End_Procedure 108260>>> 108260>>> Procedure OnComResize 108262>>> End_Procedure 108263>>> 108263>>> Procedure OnComAction OLEDockingPaneAction llAction Variant llPane Variant llContainer Boolean ByRef llCancel 108265>>> End_Procedure 108266>>> 108266>>> Procedure OnComResizeClient Integer llLeft Integer llTop Integer llRight Integer llBottom 108268>>> End_Procedure 108269>>> 108269>>> Procedure OnComRClick Variant llPane 108271>>> End_Procedure 108272>>> 108272>>> Procedure OnComPanePopupMenu Variant llPane Integer llx Integer lly Boolean ByRef llHandled 108274>>> End_Procedure 108275>>> 108275>>> Procedure OnComReCreated 108277>>> End_Procedure 108278>>> 108278>>> Procedure RegisterComEvents 108280>>> Send RegisterComEvent 1 msg_OnComAttachPane 108281>>> Send RegisterComEvent 2 msg_OnComGetClientBordersWidth 108282>>> Send RegisterComEvent 3 msg_OnComResize 108283>>> Send RegisterComEvent 4 msg_OnComAction 108284>>> Send RegisterComEvent 7 msg_OnComResizeClient 108285>>> Send RegisterComEvent 8 msg_OnComRClick 108286>>> Send RegisterComEvent 9 msg_OnComPanePopupMenu 108287>>> Send RegisterComEvent 10001000 msg_OnComReCreated 108288>>> End_Procedure 108289>>>End_Class 108290>>> 108290>>>// Xtreme DockingPane Frame Control 108290>>>Class cSigCjComDockingPaneFrame is a cComActiveXControl 108291>>> Import_Class_Protocol cSigCjCom_DDockingPaneFrame 108292>>> Import_Class_Protocol cSigCjCom_DDockingPaneFrameEvents 108293>>> 108293>>> Procedure Construct_Object 108295>>> Forward Send Construct_Object 108297>>> Set psProgID to L_cSigCjComDockingPaneFrame 108298>>> Set psEventId to "{C0DE2030-B0A3-4DB3-A951-8E52DDE888A7}" 108299>>> Set psLicenseKey to L_cSigCjKeyDockingPane 108300>>> Set peAutoCreate to acDeferredAutoCreate 108301>>> End_Procedure 108302>>>End_Class 108303>>> 108303>>>// Global Settings 108303>>>Class cSigCjComIDockingPaneGlobalSettings is a Mixin 108304>>> 108304>>> Function ComResourceFile Returns String 108306>>> String retVal 108306>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 108307>>> Function_Return retVal 108308>>> End_Function 108309>>> 108309>>> Procedure Set ComResourceFile String value 108311>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 108312>>> End_Procedure 108313>>> 108313>>> Function ComLicense Returns String 108315>>> String retVal 108315>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 108316>>> Function_Return retVal 108317>>> End_Function 108318>>> 108318>>> Procedure Set ComLicense String value 108320>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 108321>>> End_Procedure 108322>>> 108322>>> Function ComTitle Returns String 108324>>> String retVal 108324>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 108325>>> Function_Return retVal 108326>>> End_Function 108327>>> 108327>>> Procedure Set ComTitle String value 108329>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 108330>>> End_Procedure 108331>>> 108331>>> Function ComReCreateReparentedControls Returns Boolean 108333>>> Boolean retVal 108333>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 108334>>> Function_Return retVal 108335>>> End_Function 108336>>> 108336>>> Procedure Set ComReCreateReparentedControls Boolean value 108338>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 108339>>> End_Procedure 108340>>> 108340>>> Function ComColorManager Returns Variant 108342>>> Handle hDispatchDriver 108342>>> Variant retVal 108342>>> Get phDispatchDriver to hDispatchDriver 108343>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 108344>>> Function_Return retVal 108345>>> End_Function 108346>>> 108346>>> Function ComVersion Returns String 108348>>> Handle hDispatchDriver 108348>>> String retVal 108348>>> Get phDispatchDriver to hDispatchDriver 108349>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 108350>>> Function_Return retVal 108351>>> End_Function 108352>>> 108352>>> Function ComUnicode Returns Boolean 108354>>> Handle hDispatchDriver 108354>>> Boolean retVal 108354>>> Get phDispatchDriver to hDispatchDriver 108355>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 108356>>> Function_Return retVal 108357>>> End_Function 108358>>> 108358>>> Function ComOcxPath Returns String 108360>>> Handle hDispatchDriver 108360>>> String retVal 108360>>> Get phDispatchDriver to hDispatchDriver 108361>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 108362>>> Function_Return retVal 108363>>> End_Function 108364>>> 108364>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 108366>>> Handle hDispatchDriver 108366>>> Variant retVal 108366>>> Get phDispatchDriver to hDispatchDriver 108367>>> Send PrepareParams to hDispatchDriver 1 108368>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 108369>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 108370>>> Function_Return retVal 108371>>> End_Function 108372>>> 108372>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 108374>>> Handle hDispatchDriver 108374>>> Get phDispatchDriver to hDispatchDriver 108375>>> Send PrepareParams to hDispatchDriver 2 108376>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 108377>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 108378>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 108379>>> End_Procedure 108380>>> 108380>>> Function ComCreatePropExchange Returns Variant 108382>>> Handle hDispatchDriver 108382>>> Variant retVal 108382>>> Get phDispatchDriver to hDispatchDriver 108383>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 108384>>> Function_Return retVal 108385>>> End_Function 108386>>> 108386>>> Function ComIcons Returns Variant 108388>>> Handle hDispatchDriver 108388>>> Variant retVal 108388>>> Get phDispatchDriver to hDispatchDriver 108389>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 108390>>> Function_Return retVal 108391>>> End_Function 108392>>> 108392>>> Function ComResourceImages Returns Variant 108394>>> Handle hDispatchDriver 108394>>> Variant retVal 108394>>> Get phDispatchDriver to hDispatchDriver 108395>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 108396>>> Function_Return retVal 108397>>> End_Function 108398>>>End_Class 108399>>> 108399>>>// DockignPane Global Settings 108399>>>Class cSigCjComDockingPaneGlobalSettings is a cComAutomationObject 108400>>> Import_Class_Protocol cSigCjComIDockingPaneGlobalSettings 108401>>> 108401>>> Procedure Construct_Object 108403>>> Forward Send Construct_Object 108405>>> Set psProgID to L_cSigCjComDockingPaneGlobalSettings 108406>>> Set peAutoCreate to acNoAutoCreate 108407>>> End_Procedure 108408>>>End_Class 108409>>> 108409>>>//============================================================================== 108409>>>//End of package - SigCjW_DockingPane.pkg 108409>>>//============================================================================== 108409>>> 108409>Use SigCjW_FlowGraph.pkg Including file: SigCjW_FlowGraph.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_FlowGraph.pkg) 108409>>>//============================================================================== 108409>>>// Project : SigCj - VDF Classes for Codejock 108409>>>// File : SigCjW_FlowGraph.pkg 108409>>>// From : Codejock.FlowGraph.v20.3.0.ocx 108409>>>// Description : DF COM Wrapper Class for Codejock controls 108409>>>// 108409>>>// Created by : Ian Smith 108409>>>// Revision : $Rev$ 108409>>>// $Date$ 108409>>>// $Author$ 108409>>>// 108409>>>// Requirements : Visual DataFlex 19.1 108409>>>// Codejock SuitePro - Version 20.3.0 108409>>>// 108409>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 108409>>>// Visual DataFlex Special Interest Group UK. 108409>>>// http://www.vdfsig.co.uk 108409>>>// 108409>>>// This file is part of SigCj. 108409>>>// 108409>>>// SigCj is free software: you can redistribute it and/or modify 108409>>>// it under the terms of the GNU Lesser General Public License 108409>>>// as published by the Free Software Foundation, either version 108409>>>// 2.1 of the License, or (at your option) any later version. 108409>>>// 108409>>>// SigCj is distributed in the hope that it will be useful, but 108409>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 108409>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 108409>>>// GNU Lesser General Public License for more details. 108409>>>// 108409>>>// If you have the complete SigCj workspace then a copy of the 108409>>>// GNU Lesser General Public License is in the Docs folder. If 108409>>>// not, see . 108409>>>// 108409>>>//============================================================================== 108409>>>//CompilerWarnings Suspend 108409>>> 108409>>>Use FlexCom20.pkg 108409>>> 108409>>>Use SigCjLicense.pkg 108409>>>Use SigCjC_AmbientProperty.pkg 108409>>>Use SigCjC_DataObjectFiles.pkg 108409>>>Use SigCjC_Drag_Drop.pkg 108409>>>Use SigCjC_PropExchange.pkg 108409>>>Use SigCjC_ToolTip.pkg 108409>>> 108409>>>// FlowGraphConnectorType 108409>>>Define OLEFlowGraphConnectorType for Integer 108409>>> Define OLExtpFlowGraphConnectorStraight for 0 108409>>> Define OLExtpFlowGraphConnectorStraightArrow for 1 108409>>> Define OLExtpFlowGraphConnectorStraightDoubleArrow for 3 108409>>> Define OLExtpFlowGraphConnectorCurved for 4 108409>>> Define OLExtpFlowGraphConnectorCurvedArrow for 5 108409>>> Define OLExtpFlowGraphConnectorCurvedDoubleArrow for 7 108409>>> Define OLExtpFlowGraphConnectorElbow for 8 108409>>> Define OLExtpFlowGraphConnectorElbowArrow for 9 108409>>> Define OLExtpFlowGraphConnectorElbowDoubleArrow for 11 108409>>> 108409>>>// FlowGraphResize 108409>>>Define OLEFlowGraphResize for Integer 108409>>> Define OLExtpFlowGraphResizeHorizontal for 1 108409>>> Define OLExtpFlowGraphResizeVertical for 2 108409>>> Define OLExtpFlowGraphResizeBoth for 3 108409>>> 108409>>>// FlowGraphSmoothingMode 108409>>>Define OLEFlowGraphSmoothingMode for Integer 108409>>> Define OLExtpFlowGraphSmoothingModeHighQuality for 0 108409>>> Define OLExtpFlowGraphSmoothingModeHighSpeed for 1 108409>>> Define OLExtpFlowGraphSmoothingModeGDI for 2 108409>>> Define OLExtpFlowGraphSmoothingModeAuto for 3 108409>>> 108409>>>// FlowGraphConnectionPointType 108409>>>Define OLEFlowGraphConnectionPointType for Integer 108409>>> Define OLExtpFlowGraphPointNone for 0 108409>>> Define OLExtpFlowGraphPointInput for 1 108409>>> Define OLExtpFlowGraphPointOutput for 2 108409>>> Define OLExtpFlowGraphPointInputAndOutput for 3 108409>>> Define OLExtpFlowGraphPointBoth for 4 108409>>> 108409>>>// FlowGraphShapes 108409>>>Define OLEFlowGraphShapes for Integer 108409>>> Define OLExtpFlowGraphShapeArrow for 9400 108409>>> Define OLExtpFlowGraphShapeArrowDown for 9401 108409>>> Define OLExtpFlowGraphShapeArrowLeft for 9402 108409>>> Define OLExtpFlowGraphShapeArrowLeftRight for 9403 108409>>> Define OLExtpFlowGraphShapeArrow_Right for 9404 108409>>> Define OLExtpFlowGraphShapeArrowUp for 9405 108409>>> Define OLExtpFlowGraphShapeArrowUpDown for 9406 108409>>> Define OLExtpFlowGraphShapeCalloutEllipse for 9407 108409>>> Define OLExtpFlowGraphShapeCalloutRectangle for 9408 108409>>> Define OLExtpFlowGraphShapeCalloutRectangleRounded for 9409 108409>>> Define OLExtpFlowGraphShapeChevron for 9410 108409>>> Define OLExtpFlowGraphShapeCloud for 9411 108409>>> Define OLExtpFlowGraphShapeCross for 9412 108409>>> Define OLExtpFlowGraphShapeDocument for 9413 108409>>> Define OLExtpFlowGraphShapeEllipse for 9414 108409>>> Define OLExtpFlowGraphShapeFlag for 9415 108409>>> Define OLExtpFlowGraphShapeHexagon for 9416 108409>>> Define OLExtpFlowGraphShapeImage for 9417 108409>>> Define OLExtpFlowGraphShapeLightning for 9418 108409>>> Define OLExtpFlowGraphShapeMoon for 9419 108409>>> Define OLExtpFlowGraphShapeParralelogram for 9420 108409>>> Define OLExtpFlowGraphShapePentagon for 9421 108409>>> Define OLExtpFlowGraphShapeRectangle for 9422 108409>>> Define OLExtpFlowGraphShapeRectangleRounded for 9423 108409>>> Define OLExtpFlowGraphShapeRhombus for 9424 108409>>> Define OLExtpFlowGraphShapeRing for 9425 108409>>> Define OLExtpFlowGraphShapeRingHalf for 9426 108409>>> Define OLExtpFlowGraphShapeStar for 9427 108409>>> Define OLExtpFlowGraphShapeTrapezoid for 9428 108409>>> Define OLExtpFlowGraphShapeTriangle for 9429 108409>>> Define OLExtpFlowGraphShapeTriangleRight for 9430 108409>>> 108409>>>// XTPFlowGraphCustomNodeCaptionPosition 108409>>>Define OLEXTPFlowGraphCustomNodeCaptionPosition for Integer 108409>>> Define OLExtpFlowGraphCustomNodeCaptionCenter for 0 108409>>> Define OLExtpFlowGraphCustomNodeCaptionBelow for 1 108409>>> 108409>>>// XTPFlowGraphCustomNodeFillType 108409>>>Define OLEXTPFlowGraphCustomNodeFillType for Integer 108409>>> Define OLExtpFlowGraphCustomNodeFillSolid for 0 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientHorizontal for 1 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientVertical for 2 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientDiagonalLeft for 3 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientDiagonalRight for 4 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientCenterHorizontal for 5 108409>>> Define OLExtpFlowGraphCustomNodeFillGradientCenterVertical for 6 108409>>> 108409>>>// Dispatch interface for FlowGraph Control 108409>>>Class cSigCjCom_DFlowGraph is a Mixin 108410>>> 108410>>> Function ComHWnd Returns OLE_HANDLE 108412>>> OLE_HANDLE retVal 108412>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 108413>>> Function_Return retVal 108414>>> End_Function 108415>>> 108415>>> Procedure Set ComHWnd OLE_HANDLE value 108417>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 108418>>> End_Procedure 108419>>> 108419>>> Function ComActivePage Returns Variant 108421>>> Variant retVal 108421>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to retVal 108422>>> Function_Return retVal 108423>>> End_Function 108424>>> 108424>>> Procedure Set ComActivePage Variant value 108426>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_DISPATCH to value 108427>>> End_Procedure 108428>>> 108428>>> Function ComAllowMoveNodes Returns Boolean 108430>>> Boolean retVal 108430>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 108431>>> Function_Return retVal 108432>>> End_Function 108433>>> 108433>>> Procedure Set ComAllowMoveNodes Boolean value 108435>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 108436>>> End_Procedure 108437>>> 108437>>> Function ComAllowResizeNodes Returns OLEFlowGraphResize 108439>>> OLEFlowGraphResize retVal 108439>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 108440>>> Function_Return retVal 108441>>> End_Function 108442>>> 108442>>> Procedure Set ComAllowResizeNodes OLEFlowGraphResize value 108444>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 108445>>> End_Procedure 108446>>> 108446>>> Function ComAllowModifyConnections Returns Boolean 108448>>> Boolean retVal 108448>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 108449>>> Function_Return retVal 108450>>> End_Function 108451>>> 108451>>> Procedure Set ComAllowModifyConnections Boolean value 108453>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 108454>>> End_Procedure 108455>>> 108455>>> Function ComSmoothingMode Returns OLEFlowGraphSmoothingMode 108457>>> OLEFlowGraphSmoothingMode retVal 108457>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to retVal 108458>>> Function_Return retVal 108459>>> End_Function 108460>>> 108460>>> Procedure Set ComSmoothingMode OLEFlowGraphSmoothingMode value 108462>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to value 108463>>> End_Procedure 108464>>> 108464>>> Function ComEnableMarkup Returns Boolean 108466>>> Boolean retVal 108466>>> Get ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to retVal 108467>>> Function_Return retVal 108468>>> End_Function 108469>>> 108469>>> Procedure Set ComEnableMarkup Boolean value 108471>>> Set ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to value 108472>>> End_Procedure 108473>>> 108473>>> Function ComScrollBarAppearance Returns Integer 108475>>> Integer retVal 108475>>> Get ComProperty of (phDispatchDriver(Self)) 240 OLE_VT_I4 to retVal 108476>>> Function_Return retVal 108477>>> End_Function 108478>>> 108478>>> Procedure Set ComScrollBarAppearance Integer value 108480>>> Set ComProperty of (phDispatchDriver(Self)) 240 OLE_VT_I4 to value 108481>>> End_Procedure 108482>>> 108482>>> // Returns/Sets whether this control can act as an OLE drop target. 108482>>> Function ComOLEDropMode Returns OLEOLEDropConstants 108484>>> OLEOLEDropConstants retVal 108484>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 108485>>> Function_Return retVal 108486>>> End_Function 108487>>> 108487>>> // Returns/Sets whether this control can act as an OLE drop target. 108487>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 108489>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 108490>>> End_Procedure 108491>>> 108491>>> Function ComReCreateReparented Returns Boolean 108493>>> Boolean retVal 108493>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 108494>>> Function_Return retVal 108495>>> End_Function 108496>>> 108496>>> Procedure Set ComReCreateReparented Boolean value 108498>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 108499>>> End_Procedure 108500>>> 108500>>> Function ComPages Returns Variant 108502>>> Handle hDispatchDriver 108502>>> Variant retVal 108502>>> Get phDispatchDriver to hDispatchDriver 108503>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 108504>>> Function_Return retVal 108505>>> End_Function 108506>>> 108506>>> Function ComToolTipContext Returns Variant 108508>>> Handle hDispatchDriver 108508>>> Variant retVal 108508>>> Get phDispatchDriver to hDispatchDriver 108509>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 108510>>> Function_Return retVal 108511>>> End_Function 108512>>> 108512>>> Procedure ComReposition 108514>>> Handle hDispatchDriver 108514>>> Get phDispatchDriver to hDispatchDriver 108515>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 108516>>> End_Procedure 108517>>> 108517>>> Procedure ComRedrawControl 108519>>> Handle hDispatchDriver 108519>>> Get phDispatchDriver to hDispatchDriver 108520>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 108521>>> End_Procedure 108522>>> 108522>>> Function ComUndoManager Returns Variant 108524>>> Handle hDispatchDriver 108524>>> Variant retVal 108524>>> Get phDispatchDriver to hDispatchDriver 108525>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 108526>>> Function_Return retVal 108527>>> End_Function 108528>>> 108528>>> Function ComPaintManager Returns Variant 108530>>> Handle hDispatchDriver 108530>>> Variant retVal 108530>>> Get phDispatchDriver to hDispatchDriver 108531>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 108532>>> Function_Return retVal 108533>>> End_Function 108534>>> 108534>>> Procedure ComSetZoomRange Real llMinZoom Real llMaxZoom 108536>>> Handle hDispatchDriver 108536>>> Get phDispatchDriver to hDispatchDriver 108537>>> Send PrepareParams to hDispatchDriver 2 108538>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llMinZoom 108539>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llMaxZoom 108540>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 108541>>> End_Procedure 108542>>> 108542>>> Procedure ComSelectAll 108544>>> Handle hDispatchDriver 108544>>> Get phDispatchDriver to hDispatchDriver 108545>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 108546>>> End_Procedure 108547>>> 108547>>> Procedure ComRenameNode Variant llNode 108549>>> Handle hDispatchDriver 108549>>> Get phDispatchDriver to hDispatchDriver 108550>>> Send PrepareParams to hDispatchDriver 1 108551>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNode 108552>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 108553>>> End_Procedure 108554>>> 108554>>> Procedure ComDoPropExchange Variant llpPX 108556>>> Handle hDispatchDriver 108556>>> Get phDispatchDriver to hDispatchDriver 108557>>> Send PrepareParams to hDispatchDriver 1 108558>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 108559>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 108560>>> End_Procedure 108561>>> 108561>>> Procedure ComArrange 108563>>> Handle hDispatchDriver 108563>>> Get phDispatchDriver to hDispatchDriver 108564>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 108565>>> End_Procedure 108566>>> 108566>>> Procedure ComZoomToSelection 108568>>> Handle hDispatchDriver 108568>>> Get phDispatchDriver to hDispatchDriver 108569>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 108570>>> End_Procedure 108571>>> 108571>>> Procedure ComZoomFitToWindow 108573>>> Handle hDispatchDriver 108573>>> Get phDispatchDriver to hDispatchDriver 108574>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 108575>>> End_Procedure 108576>>> 108576>>> Procedure ComZoomToRect Integer llleft Integer lltop Integer llright Integer llbottom Boolean llAnimate 108578>>> Handle hDispatchDriver 108578>>> Get phDispatchDriver to hDispatchDriver 108579>>> Send PrepareParams to hDispatchDriver 5 108580>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 108581>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 108582>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 108583>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 108584>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAnimate 108585>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 108586>>> End_Procedure 108587>>> 108587>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 108589>>> Handle hDispatchDriver 108589>>> Variant retVal 108589>>> Get phDispatchDriver to hDispatchDriver 108590>>> Send PrepareParams to hDispatchDriver 2 108591>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 108592>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 108593>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 108594>>> Function_Return retVal 108595>>> End_Function 108596>>> 108596>>> Function ComImages Returns Variant 108598>>> Handle hDispatchDriver 108598>>> Variant retVal 108598>>> Get phDispatchDriver to hDispatchDriver 108599>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 108600>>> Function_Return retVal 108601>>> End_Function 108602>>> 108602>>> Function ComHistory Returns Variant 108604>>> Handle hDispatchDriver 108604>>> Variant retVal 108604>>> Get phDispatchDriver to hDispatchDriver 108605>>> Get InvokeComMethod of hDispatchDriver 31 OLE_VT_DISPATCH to retVal 108606>>> Function_Return retVal 108607>>> End_Function 108608>>> 108608>>> Procedure ComRenameConnectionPoint Variant llConnectionPoint 108610>>> Handle hDispatchDriver 108610>>> Get phDispatchDriver to hDispatchDriver 108611>>> Send PrepareParams to hDispatchDriver 1 108612>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llConnectionPoint 108613>>> Send InvokeComMethod to hDispatchDriver 35 OLE_VT_VOID 108614>>> End_Procedure 108615>>> 108615>>> Function ComCreatePrintView Returns Variant 108617>>> Handle hDispatchDriver 108617>>> Variant retVal 108617>>> Get phDispatchDriver to hDispatchDriver 108618>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 108619>>> Function_Return retVal 108620>>> End_Function 108621>>> 108621>>> Function ComSaveToFile String llFileName Returns Boolean 108623>>> Handle hDispatchDriver 108623>>> Boolean retVal 108623>>> Get phDispatchDriver to hDispatchDriver 108624>>> Send PrepareParams to hDispatchDriver 1 108625>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 108626>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_BOOL to retVal 108627>>> Function_Return retVal 108628>>> End_Function 108629>>> 108629>>> Procedure ComAboutBox 108631>>> Handle hDispatchDriver 108631>>> Get phDispatchDriver to hDispatchDriver 108632>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 108633>>> End_Procedure 108634>>>End_Class 108635>>> 108635>>>// Event interface for FlowGraph Control 108635>>>Class cSigCjCom_DFlowGraphEvents is a Mixin 108636>>> 108636>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 108638>>> End_Procedure 108639>>> 108639>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 108641>>> End_Procedure 108642>>> 108642>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 108644>>> End_Procedure 108645>>> 108645>>> Procedure OnComDblClick 108647>>> End_Procedure 108648>>> 108648>>> Procedure OnComConnectionChanged Variant llConnection Integer llAction 108650>>> End_Procedure 108651>>> 108651>>> Procedure OnComSelectionChanged 108653>>> End_Procedure 108654>>> 108654>>> Procedure OnComPageZoomLevelChanged 108656>>> End_Procedure 108657>>> 108657>>> Procedure OnComPageScrollOffsetChanged 108659>>> End_Procedure 108660>>> 108660>>> Procedure OnComNodeLocationChanged Variant llNode 108662>>> End_Procedure 108663>>> 108663>>> Procedure OnComActivePageChanged 108665>>> End_Procedure 108666>>> 108666>>> Procedure OnComEndLabelEdit Variant llItem String ByRef llNewString Boolean ByRef llCancel 108668>>> End_Procedure 108669>>> 108669>>> Procedure OnComConnectionChanging Variant llConnection Variant llInputConnectionPoint Boolean ByRef llCancel 108671>>> End_Procedure 108672>>> 108672>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llState 108674>>> End_Procedure 108675>>> 108675>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 108677>>> End_Procedure 108678>>> 108678>>> Procedure OnComReCreated 108680>>> End_Procedure 108681>>> 108681>>> Procedure RegisterComEvents 108683>>> Send RegisterComEvent -606 msg_OnComMouseMove 108684>>> Send RegisterComEvent -605 msg_OnComMouseDown 108685>>> Send RegisterComEvent -607 msg_OnComMouseUp 108686>>> Send RegisterComEvent -601 msg_OnComDblClick 108687>>> Send RegisterComEvent 10 msg_OnComConnectionChanged 108688>>> Send RegisterComEvent 11 msg_OnComSelectionChanged 108689>>> Send RegisterComEvent 12 msg_OnComPageZoomLevelChanged 108690>>> Send RegisterComEvent 13 msg_OnComPageScrollOffsetChanged 108691>>> Send RegisterComEvent 14 msg_OnComNodeLocationChanged 108692>>> Send RegisterComEvent 15 msg_OnComActivePageChanged 108693>>> Send RegisterComEvent 16 msg_OnComEndLabelEdit 108694>>> Send RegisterComEvent 17 msg_OnComConnectionChanging 108695>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 108696>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 108697>>> Send RegisterComEvent 10001000 msg_OnComReCreated 108698>>> End_Procedure 108699>>>End_Class 108700>>> 108700>>>// Xtreme FlowGraph Control 108700>>>Class cSigCjComFlowGraph is a cComActiveXControl 108701>>> Import_Class_Protocol cSigCjCom_DFlowGraph 108702>>> Import_Class_Protocol cSigCjCom_DFlowGraphEvents 108703>>> 108703>>> Procedure Construct_Object 108705>>> Forward Send Construct_Object 108707>>> Set psProgID to L_cSigCjComFlowGraph 108708>>> Set psEventId to "{C0DE2030-2BFB-472D-838F-319731206C8F}" 108709>>> Set psLicenseKey to L_cSigCjKeyFlowGraph 108710>>> Set peAutoCreate to acDeferredAutoCreate 108711>>> End_Procedure 108712>>>End_Class 108713>>> 108713>>>// FlowGraph Global Settings 108713>>>Class cSigCjComIFlowGraphGlobalSettings is a Mixin 108714>>> 108714>>> Function ComResourceFile Returns String 108716>>> String retVal 108716>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 108717>>> Function_Return retVal 108718>>> End_Function 108719>>> 108719>>> Procedure Set ComResourceFile String value 108721>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 108722>>> End_Procedure 108723>>> 108723>>> Function ComLicense Returns String 108725>>> String retVal 108725>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 108726>>> Function_Return retVal 108727>>> End_Function 108728>>> 108728>>> Procedure Set ComLicense String value 108730>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 108731>>> End_Procedure 108732>>> 108732>>> Function ComTitle Returns String 108734>>> String retVal 108734>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 108735>>> Function_Return retVal 108736>>> End_Function 108737>>> 108737>>> Procedure Set ComTitle String value 108739>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 108740>>> End_Procedure 108741>>> 108741>>> Function ComReCreateReparentedControls Returns Boolean 108743>>> Boolean retVal 108743>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 108744>>> Function_Return retVal 108745>>> End_Function 108746>>> 108746>>> Procedure Set ComReCreateReparentedControls Boolean value 108748>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 108749>>> End_Procedure 108750>>> 108750>>> Function ComVersion Returns String 108752>>> Handle hDispatchDriver 108752>>> String retVal 108752>>> Get phDispatchDriver to hDispatchDriver 108753>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 108754>>> Function_Return retVal 108755>>> End_Function 108756>>> 108756>>> Function ComUnicode Returns Boolean 108758>>> Handle hDispatchDriver 108758>>> Boolean retVal 108758>>> Get phDispatchDriver to hDispatchDriver 108759>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 108760>>> Function_Return retVal 108761>>> End_Function 108762>>> 108762>>> Function ComOcxPath Returns String 108764>>> Handle hDispatchDriver 108764>>> String retVal 108764>>> Get phDispatchDriver to hDispatchDriver 108765>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 108766>>> Function_Return retVal 108767>>> End_Function 108768>>> 108768>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 108770>>> Handle hDispatchDriver 108770>>> Variant retVal 108770>>> Get phDispatchDriver to hDispatchDriver 108771>>> Send PrepareParams to hDispatchDriver 1 108772>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 108773>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 108774>>> Function_Return retVal 108775>>> End_Function 108776>>> 108776>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 108778>>> Handle hDispatchDriver 108778>>> Get phDispatchDriver to hDispatchDriver 108779>>> Send PrepareParams to hDispatchDriver 2 108780>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 108781>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 108782>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 108783>>> End_Procedure 108784>>> 108784>>> Function ComCreatePropExchange Returns Variant 108786>>> Handle hDispatchDriver 108786>>> Variant retVal 108786>>> Get phDispatchDriver to hDispatchDriver 108787>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 108788>>> Function_Return retVal 108789>>> End_Function 108790>>>End_Class 108791>>> 108791>>>// FlowGraph Global Settings 108791>>>Class cSigCjComFlowGraphGlobalSettings is a cComAutomationObject 108792>>> Import_Class_Protocol cSigCjComIFlowGraphGlobalSettings 108793>>> 108793>>> Procedure Construct_Object 108795>>> Forward Send Construct_Object 108797>>> Set psProgID to L_cSigCjComFlowGraphGlobalSettings 108798>>> Set peAutoCreate to acNoAutoCreate 108799>>> End_Procedure 108800>>>End_Class 108801>>> 108801>>>Class cSigCjComFlowGraphNode is a cComAutomationObject 108802>>> 108802>>> Function ComCaption Returns String 108804>>> String retVal 108804>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 108805>>> Function_Return retVal 108806>>> End_Function 108807>>> 108807>>> Procedure Set ComCaption String value 108809>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 108810>>> End_Procedure 108811>>> 108811>>> Function ComTooltip Returns String 108813>>> String retVal 108813>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 108814>>> Function_Return retVal 108815>>> End_Function 108816>>> 108816>>> Procedure Set ComTooltip String value 108818>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 108819>>> End_Procedure 108820>>> 108820>>> Function ComColor Returns OLE_COLOR 108822>>> OLE_COLOR retVal 108822>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 108823>>> Function_Return retVal 108824>>> End_Function 108825>>> 108825>>> Procedure Set ComColor OLE_COLOR value 108827>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 108828>>> End_Procedure 108829>>> 108829>>> Function ComStyle Returns Integer 108831>>> Integer retVal 108831>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 108832>>> Function_Return retVal 108833>>> End_Function 108834>>> 108834>>> Procedure Set ComStyle Integer value 108836>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 108837>>> End_Procedure 108838>>> 108838>>> Function ComId Returns Integer 108840>>> Integer retVal 108840>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 108841>>> Function_Return retVal 108842>>> End_Function 108843>>> 108843>>> Procedure Set ComId Integer value 108845>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 108846>>> End_Procedure 108847>>> 108847>>> Function ComLocationX Returns Integer 108849>>> Integer retVal 108849>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 108850>>> Function_Return retVal 108851>>> End_Function 108852>>> 108852>>> Procedure Set ComLocationX Integer value 108854>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 108855>>> End_Procedure 108856>>> 108856>>> Function ComLocationY Returns Integer 108858>>> Integer retVal 108858>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 108859>>> Function_Return retVal 108860>>> End_Function 108861>>> 108861>>> Procedure Set ComLocationY Integer value 108863>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 108864>>> End_Procedure 108865>>> 108865>>> Function ComSelected Returns Boolean 108867>>> Boolean retVal 108867>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 108868>>> Function_Return retVal 108869>>> End_Function 108870>>> 108870>>> Procedure Set ComSelected Boolean value 108872>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 108873>>> End_Procedure 108874>>> 108874>>> Function ComImageIndex Returns Integer 108876>>> Integer retVal 108876>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 108877>>> Function_Return retVal 108878>>> End_Function 108879>>> 108879>>> Procedure Set ComImageIndex Integer value 108881>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 108882>>> End_Procedure 108883>>> 108883>>> Function ComLocked Returns Boolean 108885>>> Boolean retVal 108885>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 108886>>> Function_Return retVal 108887>>> End_Function 108888>>> 108888>>> Procedure Set ComLocked Boolean value 108890>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 108891>>> End_Procedure 108892>>> 108892>>> Function ComWindowHandle Returns OLE_HANDLE 108894>>> OLE_HANDLE retVal 108894>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 108895>>> Function_Return retVal 108896>>> End_Function 108897>>> 108897>>> Procedure Set ComWindowHandle OLE_HANDLE value 108899>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 108900>>> End_Procedure 108901>>> 108901>>> Function ComWindowWidth Returns Integer 108903>>> Integer retVal 108903>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 108904>>> Function_Return retVal 108905>>> End_Function 108906>>> 108906>>> Procedure Set ComWindowWidth Integer value 108908>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 108909>>> End_Procedure 108910>>> 108910>>> Function ComWindowHeight Returns Integer 108912>>> Integer retVal 108912>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 108913>>> Function_Return retVal 108914>>> End_Function 108915>>> 108915>>> Procedure Set ComWindowHeight Integer value 108917>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 108918>>> End_Procedure 108919>>> 108919>>> Function ComWidth Returns Integer 108921>>> Integer retVal 108921>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 108922>>> Function_Return retVal 108923>>> End_Function 108924>>> 108924>>> Procedure Set ComWidth Integer value 108926>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 108927>>> End_Procedure 108928>>> 108928>>> Function ComHeight Returns Integer 108930>>> Integer retVal 108930>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 108931>>> Function_Return retVal 108932>>> End_Function 108933>>> 108933>>> Procedure Set ComHeight Integer value 108935>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 108936>>> End_Procedure 108937>>> 108937>>> Function ComConnectionPoints Returns Variant 108939>>> Handle hDispatchDriver 108939>>> Variant retVal 108939>>> Get phDispatchDriver to hDispatchDriver 108940>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 108941>>> Function_Return retVal 108942>>> End_Function 108943>>> 108943>>> Function ComPage Returns Variant 108945>>> Handle hDispatchDriver 108945>>> Variant retVal 108945>>> Get phDispatchDriver to hDispatchDriver 108946>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 108947>>> Function_Return retVal 108948>>> End_Function 108949>>> 108949>>> Procedure ComRemove 108951>>> Handle hDispatchDriver 108951>>> Get phDispatchDriver to hDispatchDriver 108952>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 108953>>> End_Procedure 108954>>> 108954>>> Function ComGroup Returns Variant 108956>>> Handle hDispatchDriver 108956>>> Variant retVal 108956>>> Get phDispatchDriver to hDispatchDriver 108957>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 108958>>> Function_Return retVal 108959>>> End_Function 108960>>> 108960>>> Function ComHitTestConnectionPoint OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 108962>>> Handle hDispatchDriver 108962>>> Variant retVal 108962>>> Get phDispatchDriver to hDispatchDriver 108963>>> Send PrepareParams to hDispatchDriver 2 108964>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 108965>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 108966>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 108967>>> Function_Return retVal 108968>>> End_Function 108969>>> 108969>>> Procedure ComAddNamedConnectionPoints String llName Integer llType 108971>>> Handle hDispatchDriver 108971>>> Get phDispatchDriver to hDispatchDriver 108972>>> Send PrepareParams to hDispatchDriver 2 108973>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 108974>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 108975>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 108976>>> End_Procedure 108977>>> 108977>>> Procedure ComAddNamedConnectionPointsWithCaption String llName Integer llType String llCaption 108979>>> Handle hDispatchDriver 108979>>> Get phDispatchDriver to hDispatchDriver 108980>>> Send PrepareParams to hDispatchDriver 3 108981>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 108982>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 108983>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 108984>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 108985>>> End_Procedure 108986>>>End_Class 108987>>> 108987>>>Class cSigCjComFlowGraphConnectionPoints is a cComAutomationObject 108988>>> 108988>>> Function ComCount Returns Integer 108990>>> Handle hDispatchDriver 108990>>> Integer retVal 108990>>> Get phDispatchDriver to hDispatchDriver 108991>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 108992>>> Function_Return retVal 108993>>> End_Function 108994>>> 108994>>> Procedure ComRemoveAll 108996>>> Handle hDispatchDriver 108996>>> Get phDispatchDriver to hDispatchDriver 108997>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 108998>>> End_Procedure 108999>>> 108999>>> Procedure ComRemoveAt Integer llIndex 109001>>> Handle hDispatchDriver 109001>>> Get phDispatchDriver to hDispatchDriver 109002>>> Send PrepareParams to hDispatchDriver 1 109003>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109004>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109005>>> End_Procedure 109006>>> 109006>>> Function ComFindConnectionPoint Integer llId Returns Variant 109008>>> Handle hDispatchDriver 109008>>> Variant retVal 109008>>> Get phDispatchDriver to hDispatchDriver 109009>>> Send PrepareParams to hDispatchDriver 1 109010>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 109011>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 109012>>> Function_Return retVal 109013>>> End_Function 109014>>> 109014>>> Function ComFindConnectionPointByCaption String llCaption Variant llType Returns Variant 109016>>> Handle hDispatchDriver 109016>>> Variant retVal 109016>>> Get phDispatchDriver to hDispatchDriver 109017>>> Send PrepareParams to hDispatchDriver 2 109018>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 109019>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 109020>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 109021>>> Function_Return retVal 109022>>> End_Function 109023>>> 109023>>> Function ComFindConnectionPointByName String llName Variant llType Returns Variant 109025>>> Handle hDispatchDriver 109025>>> Variant retVal 109025>>> Get phDispatchDriver to hDispatchDriver 109026>>> Send PrepareParams to hDispatchDriver 2 109027>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 109028>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llType 109029>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 109030>>> Function_Return retVal 109031>>> End_Function 109032>>> 109032>>> // Returns a specific item. 109032>>> Function ComConnectionPoint Integer llIndex Returns Variant 109034>>> Handle hDispatchDriver 109034>>> Variant retVal 109034>>> Get phDispatchDriver to hDispatchDriver 109035>>> Send PrepareParams to hDispatchDriver 1 109036>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109037>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109038>>> Function_Return retVal 109039>>> End_Function 109040>>> 109040>>> Function Com_NewEnum Returns Variant 109042>>> Handle hDispatchDriver 109042>>> Variant retVal 109042>>> Get phDispatchDriver to hDispatchDriver 109043>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109044>>> Function_Return retVal 109045>>> End_Function 109046>>>End_Class 109047>>> 109047>>>Class cSigCjComFlowGraphConnectionPoint is a cComAutomationObject 109048>>> 109048>>> Function ComCaption Returns String 109050>>> String retVal 109050>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 109051>>> Function_Return retVal 109052>>> End_Function 109053>>> 109053>>> Procedure Set ComCaption String value 109055>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 109056>>> End_Procedure 109057>>> 109057>>> Function ComTooltip Returns String 109059>>> String retVal 109059>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 109060>>> Function_Return retVal 109061>>> End_Function 109062>>> 109062>>> Procedure Set ComTooltip String value 109064>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 109065>>> End_Procedure 109066>>> 109066>>> Function ComColor Returns OLE_COLOR 109068>>> OLE_COLOR retVal 109068>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 109069>>> Function_Return retVal 109070>>> End_Function 109071>>> 109071>>> Procedure Set ComColor OLE_COLOR value 109073>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 109074>>> End_Procedure 109075>>> 109075>>> Function ComStyle Returns Integer 109077>>> Integer retVal 109077>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 109078>>> Function_Return retVal 109079>>> End_Function 109080>>> 109080>>> Procedure Set ComStyle Integer value 109082>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 109083>>> End_Procedure 109084>>> 109084>>> Function ComId Returns Integer 109086>>> Integer retVal 109086>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 109087>>> Function_Return retVal 109088>>> End_Function 109089>>> 109089>>> Procedure Set ComId Integer value 109091>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 109092>>> End_Procedure 109093>>> 109093>>> Function ComType Returns OLEFlowGraphConnectionPointType 109095>>> OLEFlowGraphConnectionPointType retVal 109095>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 109096>>> Function_Return retVal 109097>>> End_Function 109098>>> 109098>>> Procedure Set ComType OLEFlowGraphConnectionPointType value 109100>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 109101>>> End_Procedure 109102>>> 109102>>> Function ComLocked Returns Boolean 109104>>> Boolean retVal 109104>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 109105>>> Function_Return retVal 109106>>> End_Function 109107>>> 109107>>> Procedure Set ComLocked Boolean value 109109>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 109110>>> End_Procedure 109111>>> 109111>>> Function ComMaxConnections Returns Integer 109113>>> Integer retVal 109113>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 109114>>> Function_Return retVal 109115>>> End_Function 109116>>> 109116>>> Procedure Set ComMaxConnections Integer value 109118>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 109119>>> End_Procedure 109120>>> 109120>>> Function ComImageIndex Returns Integer 109122>>> Integer retVal 109122>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 109123>>> Function_Return retVal 109124>>> End_Function 109125>>> 109125>>> Procedure Set ComImageIndex Integer value 109127>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 109128>>> End_Procedure 109129>>> 109129>>> Function ComNode Returns Variant 109131>>> Handle hDispatchDriver 109131>>> Variant retVal 109131>>> Get phDispatchDriver to hDispatchDriver 109132>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 109133>>> Function_Return retVal 109134>>> End_Function 109135>>> 109135>>> Function ComConnectionsCount Returns Integer 109137>>> Handle hDispatchDriver 109137>>> Integer retVal 109137>>> Get phDispatchDriver to hDispatchDriver 109138>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 109139>>> Function_Return retVal 109140>>> End_Function 109141>>> 109141>>> Function ComInputConnectionsCount Returns Integer 109143>>> Handle hDispatchDriver 109143>>> Integer retVal 109143>>> Get phDispatchDriver to hDispatchDriver 109144>>> Get InvokeComMethod of hDispatchDriver 15 OLE_VT_I4 to retVal 109145>>> Function_Return retVal 109146>>> End_Function 109147>>> 109147>>> Function ComOutputConnectionsCount Returns Integer 109149>>> Handle hDispatchDriver 109149>>> Integer retVal 109149>>> Get phDispatchDriver to hDispatchDriver 109150>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_I4 to retVal 109151>>> Function_Return retVal 109152>>> End_Function 109153>>> 109153>>> Function ComInputConnection Integer llIndex Returns Variant 109155>>> Handle hDispatchDriver 109155>>> Variant retVal 109155>>> Get phDispatchDriver to hDispatchDriver 109156>>> Send PrepareParams to hDispatchDriver 1 109157>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109158>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 109159>>> Function_Return retVal 109160>>> End_Function 109161>>> 109161>>> Function ComOutputConnection Integer llIndex Returns Variant 109163>>> Handle hDispatchDriver 109163>>> Variant retVal 109163>>> Get phDispatchDriver to hDispatchDriver 109164>>> Send PrepareParams to hDispatchDriver 1 109165>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109166>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 109167>>> Function_Return retVal 109168>>> End_Function 109169>>> 109169>>> Procedure ComRemove 109171>>> Handle hDispatchDriver 109171>>> Get phDispatchDriver to hDispatchDriver 109172>>> Send InvokeComMethod to hDispatchDriver 19 OLE_VT_VOID 109173>>> End_Procedure 109174>>>End_Class 109175>>> 109175>>>Class cSigCjComFlowGraphConnection is a cComAutomationObject 109176>>> 109176>>> Function ComCaption Returns String 109178>>> String retVal 109178>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 109179>>> Function_Return retVal 109180>>> End_Function 109181>>> 109181>>> Procedure Set ComCaption String value 109183>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 109184>>> End_Procedure 109185>>> 109185>>> Function ComTooltip Returns String 109187>>> String retVal 109187>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 109188>>> Function_Return retVal 109189>>> End_Function 109190>>> 109190>>> Procedure Set ComTooltip String value 109192>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 109193>>> End_Procedure 109194>>> 109194>>> Function ComColor Returns OLE_COLOR 109196>>> OLE_COLOR retVal 109196>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 109197>>> Function_Return retVal 109198>>> End_Function 109199>>> 109199>>> Procedure Set ComColor OLE_COLOR value 109201>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 109202>>> End_Procedure 109203>>> 109203>>> Function ComStyle Returns Integer 109205>>> Integer retVal 109205>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 109206>>> Function_Return retVal 109207>>> End_Function 109208>>> 109208>>> Procedure Set ComStyle Integer value 109210>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 109211>>> End_Procedure 109212>>> 109212>>> Function ComTag Returns String 109214>>> String retVal 109214>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to retVal 109215>>> Function_Return retVal 109216>>> End_Function 109217>>> 109217>>> Procedure Set ComTag String value 109219>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BSTR to value 109220>>> End_Procedure 109221>>> 109221>>> Function ComOutputPoint Returns Variant 109223>>> Variant retVal 109223>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 109224>>> Function_Return retVal 109225>>> End_Function 109226>>> 109226>>> Procedure Set ComOutputPoint Variant value 109228>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 109229>>> End_Procedure 109230>>> 109230>>> Function ComInputPoint Returns Variant 109232>>> Variant retVal 109232>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 109233>>> Function_Return retVal 109234>>> End_Function 109235>>> 109235>>> Procedure Set ComInputPoint Variant value 109237>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 109238>>> End_Procedure 109239>>> 109239>>> Function ComWidth Returns Integer 109241>>> Integer retVal 109241>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 109242>>> Function_Return retVal 109243>>> End_Function 109244>>> 109244>>> Procedure Set ComWidth Integer value 109246>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 109247>>> End_Procedure 109248>>> 109248>>> Function ComDashed Returns Boolean 109250>>> Boolean retVal 109250>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 109251>>> Function_Return retVal 109252>>> End_Function 109253>>> 109253>>> Procedure Set ComDashed Boolean value 109255>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 109256>>> End_Procedure 109257>>> 109257>>> Procedure ComRemove 109259>>> Handle hDispatchDriver 109259>>> Get phDispatchDriver to hDispatchDriver 109260>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 109261>>> End_Procedure 109262>>>End_Class 109263>>> 109263>>>Class cSigCjComFlowGraphPage is a cComAutomationObject 109264>>> 109264>>> Function ComCaption Returns String 109266>>> String retVal 109266>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 109267>>> Function_Return retVal 109268>>> End_Function 109269>>> 109269>>> Procedure Set ComCaption String value 109271>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 109272>>> End_Procedure 109273>>> 109273>>> Function ComId Returns Integer 109275>>> Integer retVal 109275>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 109276>>> Function_Return retVal 109277>>> End_Function 109278>>> 109278>>> Procedure Set ComId Integer value 109280>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 109281>>> End_Procedure 109282>>> 109282>>> Function ComScrollOffsetX Returns Integer 109284>>> Integer retVal 109284>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 109285>>> Function_Return retVal 109286>>> End_Function 109287>>> 109287>>> Procedure Set ComScrollOffsetX Integer value 109289>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 109290>>> End_Procedure 109291>>> 109291>>> Function ComScrollOffsetY Returns Integer 109293>>> Integer retVal 109293>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 109294>>> Function_Return retVal 109295>>> End_Function 109296>>> 109296>>> Procedure Set ComScrollOffsetY Integer value 109298>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 109299>>> End_Procedure 109300>>> 109300>>> Function ComZoomLevel Returns Real 109302>>> Real retVal 109302>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_R8 to retVal 109303>>> Function_Return retVal 109304>>> End_Function 109305>>> 109305>>> Procedure Set ComZoomLevel Real value 109307>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_R8 to value 109308>>> End_Procedure 109309>>> 109309>>> Function ComNodes Returns Variant 109311>>> Handle hDispatchDriver 109311>>> Variant retVal 109311>>> Get phDispatchDriver to hDispatchDriver 109312>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 109313>>> Function_Return retVal 109314>>> End_Function 109315>>> 109315>>> Function ComGroups Returns Variant 109317>>> Handle hDispatchDriver 109317>>> Variant retVal 109317>>> Get phDispatchDriver to hDispatchDriver 109318>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 109319>>> Function_Return retVal 109320>>> End_Function 109321>>> 109321>>> Function ComConnections Returns Variant 109323>>> Handle hDispatchDriver 109323>>> Variant retVal 109323>>> Get phDispatchDriver to hDispatchDriver 109324>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109325>>> Function_Return retVal 109326>>> End_Function 109327>>> 109327>>> Procedure ComRemove 109329>>> Handle hDispatchDriver 109329>>> Get phDispatchDriver to hDispatchDriver 109330>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 109331>>> End_Procedure 109332>>> 109332>>> Procedure ComCopy 109334>>> Handle hDispatchDriver 109334>>> Get phDispatchDriver to hDispatchDriver 109335>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 109336>>> End_Procedure 109337>>> 109337>>> Procedure ComPaste 109339>>> Handle hDispatchDriver 109339>>> Get phDispatchDriver to hDispatchDriver 109340>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 109341>>> End_Procedure 109342>>> 109342>>> Procedure ComCut 109344>>> Handle hDispatchDriver 109344>>> Get phDispatchDriver to hDispatchDriver 109345>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 109346>>> End_Procedure 109347>>> 109347>>> Function ComCanPaste Returns Boolean 109349>>> Handle hDispatchDriver 109349>>> Boolean retVal 109349>>> Get phDispatchDriver to hDispatchDriver 109350>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_BOOL to retVal 109351>>> Function_Return retVal 109352>>> End_Function 109353>>> 109353>>> Procedure ComScreenToPage Integer ByRef llx Integer ByRef lly 109355>>> Handle hDispatchDriver 109355>>> Get phDispatchDriver to hDispatchDriver 109356>>> Send PrepareParams to hDispatchDriver 2 109357>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llx 109358>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lly 109359>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 109360>>> End_Procedure 109361>>> 109361>>> Procedure ComPageToScreen Integer ByRef llx Integer ByRef lly 109363>>> Handle hDispatchDriver 109363>>> Get phDispatchDriver to hDispatchDriver 109364>>> Send PrepareParams to hDispatchDriver 2 109365>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llx 109366>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lly 109367>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 109368>>> End_Procedure 109369>>> 109369>>> Function ComSelection Returns Variant 109371>>> Handle hDispatchDriver 109371>>> Variant retVal 109371>>> Get phDispatchDriver to hDispatchDriver 109372>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 109373>>> Function_Return retVal 109374>>> End_Function 109375>>>End_Class 109376>>> 109376>>>Class cSigCjComFlowGraphNodes is a cComAutomationObject 109377>>> 109377>>> Function ComCount Returns Integer 109379>>> Handle hDispatchDriver 109379>>> Integer retVal 109379>>> Get phDispatchDriver to hDispatchDriver 109380>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109381>>> Function_Return retVal 109382>>> End_Function 109383>>> 109383>>> Function ComAddNode Returns Variant 109385>>> Handle hDispatchDriver 109385>>> Variant retVal 109385>>> Get phDispatchDriver to hDispatchDriver 109386>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109387>>> Function_Return retVal 109388>>> End_Function 109389>>> 109389>>> Function ComAddCustomNode Returns Variant 109391>>> Handle hDispatchDriver 109391>>> Variant retVal 109391>>> Get phDispatchDriver to hDispatchDriver 109392>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 109393>>> Function_Return retVal 109394>>> End_Function 109395>>> 109395>>> Function ComAddResourceNode OLEFlowGraphShapes llId Returns Variant 109397>>> Handle hDispatchDriver 109397>>> Variant retVal 109397>>> Get phDispatchDriver to hDispatchDriver 109398>>> Send PrepareParams to hDispatchDriver 1 109399>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 109400>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 109401>>> Function_Return retVal 109402>>> End_Function 109403>>> 109403>>> Procedure ComRemoveAll 109405>>> Handle hDispatchDriver 109405>>> Get phDispatchDriver to hDispatchDriver 109406>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109407>>> End_Procedure 109408>>> 109408>>> Procedure ComRemoveAt Integer llIndex 109410>>> Handle hDispatchDriver 109410>>> Get phDispatchDriver to hDispatchDriver 109411>>> Send PrepareParams to hDispatchDriver 1 109412>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109413>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109414>>> End_Procedure 109415>>> 109415>>> Function ComFindNode Integer llId Returns Variant 109417>>> Handle hDispatchDriver 109417>>> Variant retVal 109417>>> Get phDispatchDriver to hDispatchDriver 109418>>> Send PrepareParams to hDispatchDriver 1 109419>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 109420>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 109421>>> Function_Return retVal 109422>>> End_Function 109423>>> 109423>>> // Returns a specific item. 109423>>> Function ComNode Integer llIndex Returns Variant 109425>>> Handle hDispatchDriver 109425>>> Variant retVal 109425>>> Get phDispatchDriver to hDispatchDriver 109426>>> Send PrepareParams to hDispatchDriver 1 109427>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109428>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109429>>> Function_Return retVal 109430>>> End_Function 109431>>> 109431>>> Function Com_NewEnum Returns Variant 109433>>> Handle hDispatchDriver 109433>>> Variant retVal 109433>>> Get phDispatchDriver to hDispatchDriver 109434>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109435>>> Function_Return retVal 109436>>> End_Function 109437>>>End_Class 109438>>> 109438>>>Class cSigCjComFlowGraphNodeCustom is a cComAutomationObject 109439>>> 109439>>> Function ComCaption Returns String 109441>>> String retVal 109441>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 109442>>> Function_Return retVal 109443>>> End_Function 109444>>> 109444>>> Procedure Set ComCaption String value 109446>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 109447>>> End_Procedure 109448>>> 109448>>> Function ComTooltip Returns String 109450>>> String retVal 109450>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 109451>>> Function_Return retVal 109452>>> End_Function 109453>>> 109453>>> Procedure Set ComTooltip String value 109455>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 109456>>> End_Procedure 109457>>> 109457>>> Function ComColor Returns OLE_COLOR 109459>>> OLE_COLOR retVal 109459>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 109460>>> Function_Return retVal 109461>>> End_Function 109462>>> 109462>>> Procedure Set ComColor OLE_COLOR value 109464>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 109465>>> End_Procedure 109466>>> 109466>>> Function ComStyle Returns Integer 109468>>> Integer retVal 109468>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 109469>>> Function_Return retVal 109470>>> End_Function 109471>>> 109471>>> Procedure Set ComStyle Integer value 109473>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 109474>>> End_Procedure 109475>>> 109475>>> Function ComId Returns Integer 109477>>> Integer retVal 109477>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 109478>>> Function_Return retVal 109479>>> End_Function 109480>>> 109480>>> Procedure Set ComId Integer value 109482>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 109483>>> End_Procedure 109484>>> 109484>>> Function ComLocationX Returns Integer 109486>>> Integer retVal 109486>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 109487>>> Function_Return retVal 109488>>> End_Function 109489>>> 109489>>> Procedure Set ComLocationX Integer value 109491>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 109492>>> End_Procedure 109493>>> 109493>>> Function ComLocationY Returns Integer 109495>>> Integer retVal 109495>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 109496>>> Function_Return retVal 109497>>> End_Function 109498>>> 109498>>> Procedure Set ComLocationY Integer value 109500>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 109501>>> End_Procedure 109502>>> 109502>>> Function ComSelected Returns Boolean 109504>>> Boolean retVal 109504>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 109505>>> Function_Return retVal 109506>>> End_Function 109507>>> 109507>>> Procedure Set ComSelected Boolean value 109509>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 109510>>> End_Procedure 109511>>> 109511>>> Function ComImageIndex Returns Integer 109513>>> Integer retVal 109513>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 109514>>> Function_Return retVal 109515>>> End_Function 109516>>> 109516>>> Procedure Set ComImageIndex Integer value 109518>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 109519>>> End_Procedure 109520>>> 109520>>> Function ComLocked Returns Boolean 109522>>> Boolean retVal 109522>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 109523>>> Function_Return retVal 109524>>> End_Function 109525>>> 109525>>> Procedure Set ComLocked Boolean value 109527>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 109528>>> End_Procedure 109529>>> 109529>>> Function ComWindowHandle Returns OLE_HANDLE 109531>>> OLE_HANDLE retVal 109531>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 109532>>> Function_Return retVal 109533>>> End_Function 109534>>> 109534>>> Procedure Set ComWindowHandle OLE_HANDLE value 109536>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 109537>>> End_Procedure 109538>>> 109538>>> Function ComWindowWidth Returns Integer 109540>>> Integer retVal 109540>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 109541>>> Function_Return retVal 109542>>> End_Function 109543>>> 109543>>> Procedure Set ComWindowWidth Integer value 109545>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 109546>>> End_Procedure 109547>>> 109547>>> Function ComWindowHeight Returns Integer 109549>>> Integer retVal 109549>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 109550>>> Function_Return retVal 109551>>> End_Function 109552>>> 109552>>> Procedure Set ComWindowHeight Integer value 109554>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 109555>>> End_Procedure 109556>>> 109556>>> Function ComWidth Returns Integer 109558>>> Integer retVal 109558>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 109559>>> Function_Return retVal 109560>>> End_Function 109561>>> 109561>>> Procedure Set ComWidth Integer value 109563>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 109564>>> End_Procedure 109565>>> 109565>>> Function ComHeight Returns Integer 109567>>> Integer retVal 109567>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 109568>>> Function_Return retVal 109569>>> End_Function 109570>>> 109570>>> Procedure Set ComHeight Integer value 109572>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 109573>>> End_Procedure 109574>>> 109574>>> Function ComCaptionPosition Returns OLEXTPFlowGraphCustomNodeCaptionPosition 109576>>> OLEXTPFlowGraphCustomNodeCaptionPosition retVal 109576>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 109577>>> Function_Return retVal 109578>>> End_Function 109579>>> 109579>>> Procedure Set ComCaptionPosition OLEXTPFlowGraphCustomNodeCaptionPosition value 109581>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 109582>>> End_Procedure 109583>>> 109583>>> Function ComMarkupText Returns String 109585>>> String retVal 109585>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BSTR to retVal 109586>>> Function_Return retVal 109587>>> End_Function 109588>>> 109588>>> Procedure Set ComMarkupText String value 109590>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BSTR to value 109591>>> End_Procedure 109592>>> 109592>>> Function ComSecondColor Returns OLE_COLOR 109594>>> OLE_COLOR retVal 109594>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 109595>>> Function_Return retVal 109596>>> End_Function 109597>>> 109597>>> Procedure Set ComSecondColor OLE_COLOR value 109599>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 109600>>> End_Procedure 109601>>> 109601>>> Function ComFillType Returns OLEXTPFlowGraphCustomNodeFillType 109603>>> OLEXTPFlowGraphCustomNodeFillType retVal 109603>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 109604>>> Function_Return retVal 109605>>> End_Function 109606>>> 109606>>> Procedure Set ComFillType OLEXTPFlowGraphCustomNodeFillType value 109608>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 109609>>> End_Procedure 109610>>> 109610>>> Function ComConnectionPoints Returns Variant 109612>>> Handle hDispatchDriver 109612>>> Variant retVal 109612>>> Get phDispatchDriver to hDispatchDriver 109613>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 109614>>> Function_Return retVal 109615>>> End_Function 109616>>> 109616>>> Function ComPage Returns Variant 109618>>> Handle hDispatchDriver 109618>>> Variant retVal 109618>>> Get phDispatchDriver to hDispatchDriver 109619>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 109620>>> Function_Return retVal 109621>>> End_Function 109622>>> 109622>>> Procedure ComRemove 109624>>> Handle hDispatchDriver 109624>>> Get phDispatchDriver to hDispatchDriver 109625>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 109626>>> End_Procedure 109627>>> 109627>>> Function ComGroup Returns Variant 109629>>> Handle hDispatchDriver 109629>>> Variant retVal 109629>>> Get phDispatchDriver to hDispatchDriver 109630>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 109631>>> Function_Return retVal 109632>>> End_Function 109633>>> 109633>>> Function ComHitTestConnectionPoint OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 109635>>> Handle hDispatchDriver 109635>>> Variant retVal 109635>>> Get phDispatchDriver to hDispatchDriver 109636>>> Send PrepareParams to hDispatchDriver 2 109637>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 109638>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 109639>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 109640>>> Function_Return retVal 109641>>> End_Function 109642>>> 109642>>> Procedure ComAddNamedConnectionPoints String llName Integer llType 109644>>> Handle hDispatchDriver 109644>>> Get phDispatchDriver to hDispatchDriver 109645>>> Send PrepareParams to hDispatchDriver 2 109646>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 109647>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 109648>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 109649>>> End_Procedure 109650>>> 109650>>> Procedure ComAddNamedConnectionPointsWithCaption String llName Integer llType String llCaption 109652>>> Handle hDispatchDriver 109652>>> Get phDispatchDriver to hDispatchDriver 109653>>> Send PrepareParams to hDispatchDriver 3 109654>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 109655>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 109656>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 109657>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 109658>>> End_Procedure 109659>>>End_Class 109660>>> 109660>>>Class cSigCjComFlowGraphNodeGroup is a cComAutomationObject 109661>>> 109661>>> Function ComCaption Returns String 109663>>> String retVal 109663>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 109664>>> Function_Return retVal 109665>>> End_Function 109666>>> 109666>>> Procedure Set ComCaption String value 109668>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 109669>>> End_Procedure 109670>>> 109670>>> Function ComCount Returns Integer 109672>>> Handle hDispatchDriver 109672>>> Integer retVal 109672>>> Get phDispatchDriver to hDispatchDriver 109673>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109674>>> Function_Return retVal 109675>>> End_Function 109676>>> 109676>>> Function ComPage Returns Variant 109678>>> Handle hDispatchDriver 109678>>> Variant retVal 109678>>> Get phDispatchDriver to hDispatchDriver 109679>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 109680>>> Function_Return retVal 109681>>> End_Function 109682>>> 109682>>> Procedure ComAddNode Variant llNode 109684>>> Handle hDispatchDriver 109684>>> Get phDispatchDriver to hDispatchDriver 109685>>> Send PrepareParams to hDispatchDriver 1 109686>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNode 109687>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 109688>>> End_Procedure 109689>>> 109689>>> Procedure ComRemoveNode Variant llNode 109691>>> Handle hDispatchDriver 109691>>> Get phDispatchDriver to hDispatchDriver 109692>>> Send PrepareParams to hDispatchDriver 1 109693>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNode 109694>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109695>>> End_Procedure 109696>>> 109696>>> // Returns a specific item. 109696>>> Function ComNode Integer llIndex Returns Variant 109698>>> Handle hDispatchDriver 109698>>> Variant retVal 109698>>> Get phDispatchDriver to hDispatchDriver 109699>>> Send PrepareParams to hDispatchDriver 1 109700>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109701>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109702>>> Function_Return retVal 109703>>> End_Function 109704>>> 109704>>> Function Com_NewEnum Returns Variant 109706>>> Handle hDispatchDriver 109706>>> Variant retVal 109706>>> Get phDispatchDriver to hDispatchDriver 109707>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109708>>> Function_Return retVal 109709>>> End_Function 109710>>>End_Class 109711>>> 109711>>>Class cSigCjComFlowGraphNodeGroups is a cComAutomationObject 109712>>> 109712>>> Function ComCount Returns Integer 109714>>> Handle hDispatchDriver 109714>>> Integer retVal 109714>>> Get phDispatchDriver to hDispatchDriver 109715>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109716>>> Function_Return retVal 109717>>> End_Function 109718>>> 109718>>> Procedure ComRemoveAll 109720>>> Handle hDispatchDriver 109720>>> Get phDispatchDriver to hDispatchDriver 109721>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109722>>> End_Procedure 109723>>> 109723>>> // Returns a specific item. 109723>>> Function ComGroup Integer llIndex Returns Variant 109725>>> Handle hDispatchDriver 109725>>> Variant retVal 109725>>> Get phDispatchDriver to hDispatchDriver 109726>>> Send PrepareParams to hDispatchDriver 1 109727>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109728>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109729>>> Function_Return retVal 109730>>> End_Function 109731>>> 109731>>> Function Com_NewEnum Returns Variant 109733>>> Handle hDispatchDriver 109733>>> Variant retVal 109733>>> Get phDispatchDriver to hDispatchDriver 109734>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109735>>> Function_Return retVal 109736>>> End_Function 109737>>> 109737>>> Function ComAddGroup Returns Variant 109739>>> Handle hDispatchDriver 109739>>> Variant retVal 109739>>> Get phDispatchDriver to hDispatchDriver 109740>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109741>>> Function_Return retVal 109742>>> End_Function 109743>>> 109743>>> Procedure ComRemoveGroup Variant llGroup 109745>>> Handle hDispatchDriver 109745>>> Get phDispatchDriver to hDispatchDriver 109746>>> Send PrepareParams to hDispatchDriver 1 109747>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llGroup 109748>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109749>>> End_Procedure 109750>>>End_Class 109751>>> 109751>>>Class cSigCjComFlowGraphConnections is a cComAutomationObject 109752>>> 109752>>> Function ComCount Returns Integer 109754>>> Handle hDispatchDriver 109754>>> Integer retVal 109754>>> Get phDispatchDriver to hDispatchDriver 109755>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109756>>> Function_Return retVal 109757>>> End_Function 109758>>> 109758>>> Function ComAddConnection Returns Variant 109760>>> Handle hDispatchDriver 109760>>> Variant retVal 109760>>> Get phDispatchDriver to hDispatchDriver 109761>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109762>>> Function_Return retVal 109763>>> End_Function 109764>>> 109764>>> Procedure ComRemoveAll 109766>>> Handle hDispatchDriver 109766>>> Get phDispatchDriver to hDispatchDriver 109767>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109768>>> End_Procedure 109769>>> 109769>>> Procedure ComRemoveAt Integer llIndex 109771>>> Handle hDispatchDriver 109771>>> Get phDispatchDriver to hDispatchDriver 109772>>> Send PrepareParams to hDispatchDriver 1 109773>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109774>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109775>>> End_Procedure 109776>>> 109776>>> // Returns a specific item. 109776>>> Function ComConnection Integer llIndex Returns Variant 109778>>> Handle hDispatchDriver 109778>>> Variant retVal 109778>>> Get phDispatchDriver to hDispatchDriver 109779>>> Send PrepareParams to hDispatchDriver 1 109780>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109781>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109782>>> Function_Return retVal 109783>>> End_Function 109784>>> 109784>>> Function Com_NewEnum Returns Variant 109786>>> Handle hDispatchDriver 109786>>> Variant retVal 109786>>> Get phDispatchDriver to hDispatchDriver 109787>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109788>>> Function_Return retVal 109789>>> End_Function 109790>>>End_Class 109791>>> 109791>>>Class cSigCjComFlowGraphSelectedElements is a cComAutomationObject 109792>>> 109792>>> Function ComCount Returns Integer 109794>>> Handle hDispatchDriver 109794>>> Integer retVal 109794>>> Get phDispatchDriver to hDispatchDriver 109795>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109796>>> Function_Return retVal 109797>>> End_Function 109798>>> 109798>>> Procedure ComAddSelection Variant llElement 109800>>> Handle hDispatchDriver 109800>>> Get phDispatchDriver to hDispatchDriver 109801>>> Send PrepareParams to hDispatchDriver 1 109802>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 109803>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 109804>>> End_Procedure 109805>>> 109805>>> Procedure ComRemoveAll 109807>>> Handle hDispatchDriver 109807>>> Get phDispatchDriver to hDispatchDriver 109808>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109809>>> End_Procedure 109810>>> 109810>>> Procedure ComRemoveAt Integer llIndex 109812>>> Handle hDispatchDriver 109812>>> Get phDispatchDriver to hDispatchDriver 109813>>> Send PrepareParams to hDispatchDriver 1 109814>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109815>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109816>>> End_Procedure 109817>>> 109817>>> Procedure ComRemove Variant llElement 109819>>> Handle hDispatchDriver 109819>>> Get phDispatchDriver to hDispatchDriver 109820>>> Send PrepareParams to hDispatchDriver 1 109821>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 109822>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 109823>>> End_Procedure 109824>>> 109824>>> // Returns a specific item. 109824>>> Function ComItem Integer llIndex Returns Variant 109826>>> Handle hDispatchDriver 109826>>> Variant retVal 109826>>> Get phDispatchDriver to hDispatchDriver 109827>>> Send PrepareParams to hDispatchDriver 1 109828>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109829>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109830>>> Function_Return retVal 109831>>> End_Function 109832>>> 109832>>> Function Com_NewEnum Returns Variant 109834>>> Handle hDispatchDriver 109834>>> Variant retVal 109834>>> Get phDispatchDriver to hDispatchDriver 109835>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109836>>> Function_Return retVal 109837>>> End_Function 109838>>>End_Class 109839>>> 109839>>>Class cSigCjComFlowGraphElement is a cComAutomationObject 109840>>>End_Class 109841>>> 109841>>>Class cSigCjComFlowGraphPages is a cComAutomationObject 109842>>> 109842>>> Function ComCount Returns Integer 109844>>> Handle hDispatchDriver 109844>>> Integer retVal 109844>>> Get phDispatchDriver to hDispatchDriver 109845>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109846>>> Function_Return retVal 109847>>> End_Function 109848>>> 109848>>> Function ComAddPage Returns Variant 109850>>> Handle hDispatchDriver 109850>>> Variant retVal 109850>>> Get phDispatchDriver to hDispatchDriver 109851>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109852>>> Function_Return retVal 109853>>> End_Function 109854>>> 109854>>> Procedure ComRemoveAll 109856>>> Handle hDispatchDriver 109856>>> Get phDispatchDriver to hDispatchDriver 109857>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109858>>> End_Procedure 109859>>> 109859>>> Procedure ComRemoveAt Integer llIndex 109861>>> Handle hDispatchDriver 109861>>> Get phDispatchDriver to hDispatchDriver 109862>>> Send PrepareParams to hDispatchDriver 1 109863>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109864>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109865>>> End_Procedure 109866>>> 109866>>> Function ComFindPage Integer llId Returns Variant 109868>>> Handle hDispatchDriver 109868>>> Variant retVal 109868>>> Get phDispatchDriver to hDispatchDriver 109869>>> Send PrepareParams to hDispatchDriver 1 109870>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 109871>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 109872>>> Function_Return retVal 109873>>> End_Function 109874>>> 109874>>> // Returns a specific item. 109874>>> Function ComPage Integer llIndex Returns Variant 109876>>> Handle hDispatchDriver 109876>>> Variant retVal 109876>>> Get phDispatchDriver to hDispatchDriver 109877>>> Send PrepareParams to hDispatchDriver 1 109878>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109879>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109880>>> Function_Return retVal 109881>>> End_Function 109882>>> 109882>>> Function Com_NewEnum Returns Variant 109884>>> Handle hDispatchDriver 109884>>> Variant retVal 109884>>> Get phDispatchDriver to hDispatchDriver 109885>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109886>>> Function_Return retVal 109887>>> End_Function 109888>>>End_Class 109889>>> 109889>>>Class cSigCjComFlowGraphImage is a cComAutomationObject 109890>>> 109890>>> Procedure ComLoadFromFile String llFileName 109892>>> Handle hDispatchDriver 109892>>> Get phDispatchDriver to hDispatchDriver 109893>>> Send PrepareParams to hDispatchDriver 1 109894>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 109895>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 109896>>> End_Procedure 109897>>>End_Class 109898>>> 109898>>>Class cSigCjComFlowGraphImages is a cComAutomationObject 109899>>> 109899>>> Function ComCount Returns Integer 109901>>> Handle hDispatchDriver 109901>>> Integer retVal 109901>>> Get phDispatchDriver to hDispatchDriver 109902>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 109903>>> Function_Return retVal 109904>>> End_Function 109905>>> 109905>>> Function ComAddImage Returns Variant 109907>>> Handle hDispatchDriver 109907>>> Variant retVal 109907>>> Get phDispatchDriver to hDispatchDriver 109908>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 109909>>> Function_Return retVal 109910>>> End_Function 109911>>> 109911>>> Procedure ComRemoveAll 109913>>> Handle hDispatchDriver 109913>>> Get phDispatchDriver to hDispatchDriver 109914>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 109915>>> End_Procedure 109916>>> 109916>>> Procedure ComRemoveAt Integer llIndex 109918>>> Handle hDispatchDriver 109918>>> Get phDispatchDriver to hDispatchDriver 109919>>> Send PrepareParams to hDispatchDriver 1 109920>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109921>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 109922>>> End_Procedure 109923>>> 109923>>> // Returns a specific item. 109923>>> Function ComImage Integer llIndex Returns Variant 109925>>> Handle hDispatchDriver 109925>>> Variant retVal 109925>>> Get phDispatchDriver to hDispatchDriver 109926>>> Send PrepareParams to hDispatchDriver 1 109927>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 109928>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 109929>>> Function_Return retVal 109930>>> End_Function 109931>>> 109931>>> Function Com_NewEnum Returns Variant 109933>>> Handle hDispatchDriver 109933>>> Variant retVal 109933>>> Get phDispatchDriver to hDispatchDriver 109934>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 109935>>> Function_Return retVal 109936>>> End_Function 109937>>>End_Class 109938>>> 109938>>>Class cSigCjComFlowGraphUndoManager is a cComAutomationObject 109939>>> 109939>>> Procedure ComUndo 109941>>> Handle hDispatchDriver 109941>>> Get phDispatchDriver to hDispatchDriver 109942>>> Send InvokeComMethod to hDispatchDriver 1000 OLE_VT_VOID 109943>>> End_Procedure 109944>>> 109944>>> Procedure ComRedo 109946>>> Handle hDispatchDriver 109946>>> Get phDispatchDriver to hDispatchDriver 109947>>> Send InvokeComMethod to hDispatchDriver 1001 OLE_VT_VOID 109948>>> End_Procedure 109949>>> 109949>>> Function ComCanUndo Returns Boolean 109951>>> Handle hDispatchDriver 109951>>> Boolean retVal 109951>>> Get phDispatchDriver to hDispatchDriver 109952>>> Get InvokeComMethod of hDispatchDriver 1002 OLE_VT_BOOL to retVal 109953>>> Function_Return retVal 109954>>> End_Function 109955>>> 109955>>> Function ComCanRedo Returns Boolean 109957>>> Handle hDispatchDriver 109957>>> Boolean retVal 109957>>> Get phDispatchDriver to hDispatchDriver 109958>>> Get InvokeComMethod of hDispatchDriver 1003 OLE_VT_BOOL to retVal 109959>>> Function_Return retVal 109960>>> End_Function 109961>>> 109961>>> Procedure ComClear 109963>>> Handle hDispatchDriver 109963>>> Get phDispatchDriver to hDispatchDriver 109964>>> Send InvokeComMethod to hDispatchDriver 1004 OLE_VT_VOID 109965>>> End_Procedure 109966>>> 109966>>> Procedure ComStartGroup 109968>>> Handle hDispatchDriver 109968>>> Get phDispatchDriver to hDispatchDriver 109969>>> Send InvokeComMethod to hDispatchDriver 1015 OLE_VT_VOID 109970>>> End_Procedure 109971>>> 109971>>> Procedure ComEndGroup 109973>>> Handle hDispatchDriver 109973>>> Get phDispatchDriver to hDispatchDriver 109974>>> Send InvokeComMethod to hDispatchDriver 1016 OLE_VT_VOID 109975>>> End_Procedure 109976>>>End_Class 109977>>> 109977>>>Class cSigCjComFlowGraphPageHistory is a cComAutomationObject 109978>>> 109978>>> Procedure ComGoBackward 109980>>> Handle hDispatchDriver 109980>>> Get phDispatchDriver to hDispatchDriver 109981>>> Send InvokeComMethod to hDispatchDriver 1000 OLE_VT_VOID 109982>>> End_Procedure 109983>>> 109983>>> Procedure ComGoForward 109985>>> Handle hDispatchDriver 109985>>> Get phDispatchDriver to hDispatchDriver 109986>>> Send InvokeComMethod to hDispatchDriver 1001 OLE_VT_VOID 109987>>> End_Procedure 109988>>> 109988>>> Function ComCanGoBackward Returns Boolean 109990>>> Handle hDispatchDriver 109990>>> Boolean retVal 109990>>> Get phDispatchDriver to hDispatchDriver 109991>>> Get InvokeComMethod of hDispatchDriver 1002 OLE_VT_BOOL to retVal 109992>>> Function_Return retVal 109993>>> End_Function 109994>>> 109994>>> Function ComCanGoForward Returns Boolean 109996>>> Handle hDispatchDriver 109996>>> Boolean retVal 109996>>> Get phDispatchDriver to hDispatchDriver 109997>>> Get InvokeComMethod of hDispatchDriver 1003 OLE_VT_BOOL to retVal 109998>>> Function_Return retVal 109999>>> End_Function 110000>>> 110000>>> Procedure ComClear 110002>>> Handle hDispatchDriver 110002>>> Get phDispatchDriver to hDispatchDriver 110003>>> Send InvokeComMethod to hDispatchDriver 1004 OLE_VT_VOID 110004>>> End_Procedure 110005>>> 110005>>> Procedure ComAnimatePageTransition Variant llNodeFrom Variant llNodeTo 110007>>> Handle hDispatchDriver 110007>>> Get phDispatchDriver to hDispatchDriver 110008>>> Send PrepareParams to hDispatchDriver 2 110009>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNodeFrom 110010>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llNodeTo 110011>>> Send InvokeComMethod to hDispatchDriver 1015 OLE_VT_VOID 110012>>> End_Procedure 110013>>>End_Class 110014>>> 110014>>>Class cSigCjComFlowGraphPaintManager is a cComAutomationObject 110015>>> 110015>>> Function ComBackColor Returns OLE_COLOR 110017>>> OLE_COLOR retVal 110017>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 110018>>> Function_Return retVal 110019>>> End_Function 110020>>> 110020>>> Procedure Set ComBackColor OLE_COLOR value 110022>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 110023>>> End_Procedure 110024>>> 110024>>> Function ComForeColor Returns OLE_COLOR 110026>>> OLE_COLOR retVal 110026>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 110027>>> Function_Return retVal 110028>>> End_Function 110029>>> 110029>>> Procedure Set ComForeColor OLE_COLOR value 110031>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 110032>>> End_Procedure 110033>>> 110033>>> Function ComSelectionColor Returns OLE_COLOR 110035>>> OLE_COLOR retVal 110035>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 110036>>> Function_Return retVal 110037>>> End_Function 110038>>> 110038>>> Procedure Set ComSelectionColor OLE_COLOR value 110040>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 110041>>> End_Procedure 110042>>> 110042>>> Function ComFont Returns Variant 110044>>> Variant retVal 110044>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 110045>>> Function_Return retVal 110046>>> End_Function 110047>>> 110047>>> Procedure Set ComFont Variant value 110049>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 110050>>> End_Procedure 110051>>> 110051>>> Function ComShowGrid Returns Boolean 110053>>> Boolean retVal 110053>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 110054>>> Function_Return retVal 110055>>> End_Function 110056>>> 110056>>> Procedure Set ComShowGrid Boolean value 110058>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 110059>>> End_Procedure 110060>>> 110060>>> Function ComConnectorType Returns OLEFlowGraphConnectorType 110062>>> OLEFlowGraphConnectorType retVal 110062>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 110063>>> Function_Return retVal 110064>>> End_Function 110065>>> 110065>>> Procedure Set ComConnectorType OLEFlowGraphConnectorType value 110067>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 110068>>> End_Procedure 110069>>> 110069>>> Function ComNodeBackgroundColor Returns OLE_COLOR 110071>>> OLE_COLOR retVal 110071>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 110072>>> Function_Return retVal 110073>>> End_Function 110074>>> 110074>>> Procedure Set ComNodeBackgroundColor OLE_COLOR value 110076>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 110077>>> End_Procedure 110078>>> 110078>>> Function ComCaptionFont Returns Variant 110080>>> Variant retVal 110080>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_DISPATCH to retVal 110081>>> Function_Return retVal 110082>>> End_Function 110083>>> 110083>>> Procedure Set ComCaptionFont Variant value 110085>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_DISPATCH to value 110086>>> End_Procedure 110087>>> 110087>>> Function ComNodeFrameSize Returns Integer 110089>>> Integer retVal 110089>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 110090>>> Function_Return retVal 110091>>> End_Function 110092>>> 110092>>> Procedure Set ComNodeFrameSize Integer value 110094>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 110095>>> End_Procedure 110096>>> 110096>>> Function ComPointTextMargin Returns Integer 110098>>> Integer retVal 110098>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 110099>>> Function_Return retVal 110100>>> End_Function 110101>>> 110101>>> Procedure Set ComPointTextMargin Integer value 110103>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 110104>>> End_Procedure 110105>>> 110105>>> Function ComConnectionColor Returns OLE_COLOR 110107>>> OLE_COLOR retVal 110107>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 110108>>> Function_Return retVal 110109>>> End_Function 110110>>> 110110>>> Procedure Set ComConnectionColor OLE_COLOR value 110112>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 110113>>> End_Procedure 110114>>> 110114>>> Function ComEllipseSize Returns Integer 110116>>> Integer retVal 110116>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 110117>>> Function_Return retVal 110118>>> End_Function 110119>>> 110119>>> Procedure Set ComEllipseSize Integer value 110121>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 110122>>> End_Procedure 110123>>> 110123>>> Function ComShowNodeGroupsAlways Returns Boolean 110125>>> Boolean retVal 110125>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 110126>>> Function_Return retVal 110127>>> End_Function 110128>>> 110128>>> Procedure Set ComShowNodeGroupsAlways Boolean value 110130>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 110131>>> End_Procedure 110132>>> 110132>>> Function ComGridColor Returns OLE_COLOR 110134>>> OLE_COLOR retVal 110134>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 110135>>> Function_Return retVal 110136>>> End_Function 110137>>> 110137>>> Procedure Set ComGridColor OLE_COLOR value 110139>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 110140>>> End_Procedure 110141>>> 110141>>> Function ComShowConnectionPointsAlways Returns Boolean 110143>>> Boolean retVal 110143>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 110144>>> Function_Return retVal 110145>>> End_Function 110146>>> 110146>>> Procedure Set ComShowConnectionPointsAlways Boolean value 110148>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 110149>>> End_Procedure 110150>>> 110150>>> Function ComRecalculateConnectionsLayoutWhenNeeded Returns Boolean 110152>>> Boolean retVal 110152>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 110153>>> Function_Return retVal 110154>>> End_Function 110155>>> 110155>>> Procedure Set ComRecalculateConnectionsLayoutWhenNeeded Boolean value 110157>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 110158>>> End_Procedure 110159>>> 110159>>> Function ComChangeNodeColorWhenSelected Returns Boolean 110161>>> Boolean retVal 110161>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 110162>>> Function_Return retVal 110163>>> End_Function 110164>>> 110164>>> Procedure Set ComChangeNodeColorWhenSelected Boolean value 110166>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 110167>>> End_Procedure 110168>>>End_Class 110169>>> 110169>>>//============================================================================== 110169>>>//End of package - SigCjW_FlowGraph.pkg 110169>>>//============================================================================== 110169>>> 110169>Use SigCjW_MarkupLabel.pkg Including file: SigCjW_MarkupLabel.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_MarkupLabel.pkg) 110169>>>//============================================================================== 110169>>>// Project : SigCj - VDF Classes for Codejock 110169>>>// File : SigCjW_MarkupLabel.pkg 110169>>>// From : Codejock.Markup.v20.3.0.ocx 110169>>>// Description : DF COM Wrapper Class for Codejock controls 110169>>>// 110169>>>// Created by : Ian Smith 110169>>>// Revision : $Rev$ 110169>>>// $Date$ 110169>>>// $Author$ 110169>>>// 110169>>>// Requirements : Visual DataFlex 19.1 110169>>>// Codejock SuitePro - Version 20.3.0 110169>>>// 110169>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 110169>>>// Visual DataFlex Special Interest Group UK. 110169>>>// http://www.vdfsig.co.uk 110169>>>// 110169>>>// This file is part of SigCj. 110169>>>// 110169>>>// SigCj is free software: you can redistribute it and/or modify 110169>>>// it under the terms of the GNU Lesser General Public License 110169>>>// as published by the Free Software Foundation, either version 110169>>>// 2.1 of the License, or (at your option) any later version. 110169>>>// 110169>>>// SigCj is distributed in the hope that it will be useful, but 110169>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 110169>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 110169>>>// GNU Lesser General Public License for more details. 110169>>>// 110169>>>// If you have the complete SigCj workspace then a copy of the 110169>>>// GNU Lesser General Public License is in the Docs folder. If 110169>>>// not, see . 110169>>>// 110169>>>//============================================================================== 110169>>>//CompilerWarnings Suspend 110169>>> 110169>>>Use FlexCom20.pkg 110169>>> 110169>>>Use SigCjLicense.pkg 110169>>>Use SigCjC_AmbientProperty.pkg 110169>>>Use SigCjC_ImageManager.pkg 110169>>>Use SigCjC_Markup.pkg 110169>>>Use SigCjC_ResourceImages.pkg 110169>>>Use SigCjC_ToolTip.pkg 110169>>> 110169>>>Define OLEMarkupTextTrimming for Integer 110169>>> Define OLExtpMarkupTextTrimmingNone for 0 110169>>> Define OLExtpMarkupTextTrimmingCharacterEllipsis for 1 110169>>> Define OLExtpMarkupTextTrimmingWordEllipsis for 2 110169>>> 110169>>>Define OLEMarkupTextWrapping for Integer 110169>>> Define OLExtpMarkupTextNoWrap for 0 110169>>> Define OLExtpMarkupTextWrap for 1 110169>>> Define OLExtpMarkupTextWrapWithOverflow for 2 110169>>> 110169>>>Define OLEMarkupTextAlignment for Integer 110169>>> Define OLExtpMarkupTextAlignmentLeft for 0 110169>>> Define OLExtpMarkupTextAlignmentRight for 1 110169>>> Define OLExtpMarkupTextAlignmentCenter for 2 110169>>> Define OLExtpMarkupTextAlignmentJustify for 3 110169>>> 110169>>>Define OLEMarkupTextDecorations for Integer 110169>>> Define OLExtpMarkupTextDecorationsNone for 0 110169>>> Define OLExtpMarkupTextDecorationsUnderline for 1 110169>>> Define OLExtpMarkupTextDecorationsStrikethrough for 2 110169>>> 110169>>>Define OLEMarkupOrientation for Integer 110169>>> Define OLExtpMarkupOrientationHorizontal for 0 110169>>> Define OLExtpMarkupOrientationVertical for 1 110169>>> 110169>>>Define OLEMarkupFontWeight for Integer 110169>>> Define OLExtpMarkupFontWeightBold for 700 110169>>> Define OLExtpMarkupFontWeightThin for 100 110169>>> Define OLExtpMarkupFontWeightLight for 300 110169>>> Define OLExtpMarkupFontWeightBlack for 900 110169>>> Define OLExtpMarkupFontWeightHeavy for 900 110169>>> Define OLExtpMarkupFontWeightNormal for 400 110169>>> Define OLExtpMarkupFontWeightMedium for 500 110169>>> Define OLExtpMarkupFontWeightRegular for 400 110169>>> 110169>>>Define OLEMarkupFontStyle for Integer 110169>>> Define OLExtpMarkupFontStyleNormal for 0 110169>>> Define OLExtpMarkupFontStyleItalic for 1 110169>>> 110169>>>Define OLEMarkupVisibility for Integer 110169>>> Define OLExtpMarkupVisibilityVisible for 0 110169>>> Define OLExtpMarkupVisibilityHidden for 1 110169>>> Define OLExtpMarkupVisibilityCollapsed for 2 110169>>> 110169>>>Define OLEMarkupHorizontalAlignment for Integer 110169>>> Define OLExtpMarkupHorizontalAlignmentLeft for 0 110169>>> Define OLExtpMarkupHorizontalAlignmentCenter for 1 110169>>> Define OLExtpMarkupHorizontalAlignmentRight for 2 110169>>> Define OLExtpMarkupHorizontalAlignmentStretch for 3 110169>>> 110169>>>Define OLEMarkupVerticalAlignment for Integer 110169>>> Define OLExtpMarkupVerticalAlignmentTop for 0 110169>>> Define OLExtpMarkupVerticalAlignmentCenter for 1 110169>>> Define OLExtpMarkupVerticalAlignmentBottom for 2 110169>>> Define OLExtpMarkupVerticalAlignmentStretch for 3 110169>>> 110169>>>Define OLEMarkupDock for Integer 110169>>> Define OLExtpMarkupDockLeft for 0 110169>>> Define OLExtpMarkupDockTop for 1 110169>>> Define OLExtpMarkupDockRight for 2 110169>>> Define OLExtpMarkupDockBottom for 3 110169>>> 110169>>>Define OLEMarkupStretch for Integer 110169>>> Define OLExtpMarkupStretchNone for 0 110169>>> Define OLExtpMarkupStretchFill for 1 110169>>> Define OLExtpMarkupStretchUniform for 2 110169>>> Define OLExtpMarkupStretchUniformToFill for 3 110169>>> 110169>>>Define OLEMarkupGridUnitType for Integer 110169>>> Define OLExtpMarkupUnitTypeAuto for 0 110169>>> Define OLExtpMarkupUnitTypePixel for 1 110169>>> Define OLExtpMarkupUnitTypeStar for 2 110169>>> 110169>>>Define OLEMarkupLineCap for Integer 110169>>> Define OLExtpMarkupLineCapFlat for 0 110169>>> Define OLExtpMarkupLineCapSquare for 1 110169>>> Define OLExtpMarkupLineCapRound for 2 110169>>> Define OLExtpMarkupLineCapTriangle for 3 110169>>> 110169>>>Define OLEMarkupLineJoin for Integer 110169>>> Define OLExtpMarkupLineJoinMiter for 0 110169>>> Define OLExtpMarkupLineJoinBevel for 1 110169>>> Define OLExtpMarkupLineJoinRound for 2 110169>>> 110169>>>Define OLEMarkupConstants for Integer 110169>>> Define OLExtpMarkupMaxIntValue for 2147483647 110169>>> 110169>>>// Dispatch interface for MarkupLabel Control 110169>>>Class cSigCjCom_DMarkupLabel is a Mixin 110170>>> 110170>>> Function ComForeColor Returns OLE_COLOR 110172>>> OLE_COLOR retVal 110172>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 110173>>> Function_Return retVal 110174>>> End_Function 110175>>> 110175>>> Procedure Set ComForeColor OLE_COLOR value 110177>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 110178>>> End_Procedure 110179>>> 110179>>> Function ComBackColor Returns OLE_COLOR 110181>>> OLE_COLOR retVal 110181>>> Get ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to retVal 110182>>> Function_Return retVal 110183>>> End_Function 110184>>> 110184>>> Procedure Set ComBackColor OLE_COLOR value 110186>>> Set ComProperty of (phDispatchDriver(Self)) -501 OLE_VT_I4 to value 110187>>> End_Procedure 110188>>> 110188>>> Function ComFont Returns Variant 110190>>> Variant retVal 110190>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 110191>>> Function_Return retVal 110192>>> End_Function 110193>>> 110193>>> Procedure Set ComFont Variant value 110195>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 110196>>> End_Procedure 110197>>> 110197>>> Function ComTransparent Returns Boolean 110199>>> Boolean retVal 110199>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 110200>>> Function_Return retVal 110201>>> End_Function 110202>>> 110202>>> Procedure Set ComTransparent Boolean value 110204>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 110205>>> End_Procedure 110206>>> 110206>>> Function ComHWnd Returns OLE_HANDLE 110208>>> OLE_HANDLE retVal 110208>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 110209>>> Function_Return retVal 110210>>> End_Function 110211>>> 110211>>> Procedure Set ComHWnd OLE_HANDLE value 110213>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 110214>>> End_Procedure 110215>>> 110215>>> Function ComCaption Returns String 110217>>> String retVal 110217>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 110218>>> Function_Return retVal 110219>>> End_Function 110220>>> 110220>>> Procedure Set ComCaption String value 110222>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 110223>>> End_Procedure 110224>>> 110224>>> Function ComMarkupUIElement Returns Variant 110226>>> Variant retVal 110226>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_DISPATCH to retVal 110227>>> Function_Return retVal 110228>>> End_Function 110229>>> 110229>>> Procedure Set ComMarkupUIElement Variant value 110231>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_DISPATCH to value 110232>>> End_Procedure 110233>>> 110233>>> Function ComIcons Returns Variant 110235>>> Variant retVal 110235>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to retVal 110236>>> Function_Return retVal 110237>>> End_Function 110238>>> 110238>>> Procedure Set ComIcons Variant value 110240>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_DISPATCH to value 110241>>> End_Procedure 110242>>> 110242>>> Function ComReCreateReparented Returns Boolean 110244>>> Boolean retVal 110244>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 110245>>> Function_Return retVal 110246>>> End_Function 110247>>> 110247>>> Procedure Set ComReCreateReparented Boolean value 110249>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 110250>>> End_Procedure 110251>>> 110251>>> Function ComMarkupContext Returns Variant 110253>>> Handle hDispatchDriver 110253>>> Variant retVal 110253>>> Get phDispatchDriver to hDispatchDriver 110254>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 110255>>> Function_Return retVal 110256>>> End_Function 110257>>> 110257>>> Procedure ComAboutBox 110259>>> Handle hDispatchDriver 110259>>> Get phDispatchDriver to hDispatchDriver 110260>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 110261>>> End_Procedure 110262>>> 110262>>> Function ComCreatePrintView Returns Variant 110264>>> Handle hDispatchDriver 110264>>> Variant retVal 110264>>> Get phDispatchDriver to hDispatchDriver 110265>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 110266>>> Function_Return retVal 110267>>> End_Function 110268>>> 110268>>> Procedure ComPrintToDC OLE_HANDLE llhDC Integer llLeft Integer llTop Integer llWidth Integer llHeight 110270>>> Handle hDispatchDriver 110270>>> Get phDispatchDriver to hDispatchDriver 110271>>> Send PrepareParams to hDispatchDriver 5 110272>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 110273>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 110274>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 110275>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 110276>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 110277>>> Send InvokeComMethod to hDispatchDriver 151 OLE_VT_VOID 110278>>> End_Procedure 110279>>> 110279>>> Procedure ComPrintElementToDC OLE_HANDLE llhDC Variant llElement Integer llLeft Integer llTop Integer llWidth Integer llHeight 110281>>> Handle hDispatchDriver 110281>>> Get phDispatchDriver to hDispatchDriver 110282>>> Send PrepareParams to hDispatchDriver 6 110283>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhDC 110284>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 110285>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 110286>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 110287>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 110288>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHeight 110289>>> Send InvokeComMethod to hDispatchDriver 152 OLE_VT_VOID 110290>>> End_Procedure 110291>>>End_Class 110292>>> 110292>>>// Event interface for MarkupLabel Control 110292>>>Class cSigCjCom_DMarkupLabelEvents is a Mixin 110293>>> 110293>>> Procedure OnComReCreated 110295>>> End_Procedure 110296>>> 110296>>> Procedure RegisterComEvents 110298>>> Send RegisterComEvent 10001000 msg_OnComReCreated 110299>>> End_Procedure 110300>>>End_Class 110301>>> 110301>>>// MarkupLabel Control 110301>>>Class cSigCjComMarkupLabel is a cComActiveXControl 110302>>> Import_Class_Protocol cSigCjCom_DMarkupLabel 110303>>> Import_Class_Protocol cSigCjCom_DMarkupLabelEvents 110304>>> 110304>>> Procedure Construct_Object 110306>>> Forward Send Construct_Object 110308>>> Set psProgID to L_cSigCjComMarkupLabel 110309>>> Set psEventId to "{C0DE2030-6B68-4E54-BC24-2F891C6C2167}" 110310>>> Set psLicenseKey to L_cSigCjKeyMarkupLabel 110311>>> Set peAutoCreate to acDeferredAutoCreate 110312>>> End_Procedure 110313>>>End_Class 110314>>> 110314>>>// Dispatch interface for property page for MarkupLabel Control 110314>>>Class cSigCjCom_DMarkupLabelPropPage is a Mixin 110315>>>End_Class 110316>>> 110316>>>// Property page for MarkupLabel Control 110316>>>Class cSigCjComMarkupLabelPropPage is a cComAutomationObject 110317>>> Import_Class_Protocol cSigCjCom_DMarkupLabelPropPage 110318>>> 110318>>> Procedure Construct_Object 110320>>> Forward Send Construct_Object 110322>>> Set peAutoCreate to acNoAutoCreate 110323>>> End_Procedure 110324>>>End_Class 110325>>> 110325>>>// Markup Global Settings 110325>>>Class cSigCjComIMarkupGlobalSettings is a Mixin 110326>>> 110326>>> Function ComResourceFile Returns String 110328>>> String retVal 110328>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 110329>>> Function_Return retVal 110330>>> End_Function 110331>>> 110331>>> Procedure Set ComResourceFile String value 110333>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 110334>>> End_Procedure 110335>>> 110335>>> Function ComLicense Returns String 110337>>> String retVal 110337>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 110338>>> Function_Return retVal 110339>>> End_Function 110340>>> 110340>>> Procedure Set ComLicense String value 110342>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 110343>>> End_Procedure 110344>>> 110344>>> Function ComTitle Returns String 110346>>> String retVal 110346>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 110347>>> Function_Return retVal 110348>>> End_Function 110349>>> 110349>>> Procedure Set ComTitle String value 110351>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 110352>>> End_Procedure 110353>>> 110353>>> Function ComReCreateReparentedControls Returns Boolean 110355>>> Boolean retVal 110355>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 110356>>> Function_Return retVal 110357>>> End_Function 110358>>> 110358>>> Procedure Set ComReCreateReparentedControls Boolean value 110360>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 110361>>> End_Procedure 110362>>> 110362>>> Function ComVersion Returns String 110364>>> Handle hDispatchDriver 110364>>> String retVal 110364>>> Get phDispatchDriver to hDispatchDriver 110365>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 110366>>> Function_Return retVal 110367>>> End_Function 110368>>> 110368>>> Function ComUnicode Returns Boolean 110370>>> Handle hDispatchDriver 110370>>> Boolean retVal 110370>>> Get phDispatchDriver to hDispatchDriver 110371>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 110372>>> Function_Return retVal 110373>>> End_Function 110374>>> 110374>>> Function ComOcxPath Returns String 110376>>> Handle hDispatchDriver 110376>>> String retVal 110376>>> Get phDispatchDriver to hDispatchDriver 110377>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 110378>>> Function_Return retVal 110379>>> End_Function 110380>>> 110380>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 110382>>> Handle hDispatchDriver 110382>>> Variant retVal 110382>>> Get phDispatchDriver to hDispatchDriver 110383>>> Send PrepareParams to hDispatchDriver 1 110384>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 110385>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 110386>>> Function_Return retVal 110387>>> End_Function 110388>>> 110388>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 110390>>> Handle hDispatchDriver 110390>>> Get phDispatchDriver to hDispatchDriver 110391>>> Send PrepareParams to hDispatchDriver 2 110392>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 110393>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 110394>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 110395>>> End_Procedure 110396>>>End_Class 110397>>> 110397>>>// Markup Global Settings 110397>>>Class cSigCjComMarkupGlobalSettings is a cComAutomationObject 110398>>> Import_Class_Protocol cSigCjComIMarkupGlobalSettings 110399>>> 110399>>> Procedure Construct_Object 110401>>> Forward Send Construct_Object 110403>>> Set psProgID to L_cSigCjComMarkupGlobalSettings 110404>>> Set peAutoCreate to acNoAutoCreate 110405>>> End_Procedure 110406>>>End_Class 110407>>> 110407>>>Class cSigCjComMarkupRoutedEventArgs is a cComAutomationObject 110408>>> 110408>>> Function ComHandled Returns Boolean 110410>>> Boolean retVal 110410>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to retVal 110411>>> Function_Return retVal 110412>>> End_Function 110413>>> 110413>>> Procedure Set ComHandled Boolean value 110415>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BOOL to value 110416>>> End_Procedure 110417>>> 110417>>> Function ComEvent Returns Variant 110419>>> Handle hDispatchDriver 110419>>> Variant retVal 110419>>> Get phDispatchDriver to hDispatchDriver 110420>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 110421>>> Function_Return retVal 110422>>> End_Function 110423>>> 110423>>> Function ComSource Returns Variant 110425>>> Handle hDispatchDriver 110425>>> Variant retVal 110425>>> Get phDispatchDriver to hDispatchDriver 110426>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 110427>>> Function_Return retVal 110428>>> End_Function 110429>>>End_Class 110430>>> 110430>>>Class cSigCjComMarkupBrush is a cComAutomationObject 110431>>>End_Class 110432>>> 110432>>>Class cSigCjComMarkupInputElement is a cComAutomationObject 110433>>> 110433>>> Function ComCursor Returns OLEMarkupCursor 110435>>> OLEMarkupCursor retVal 110435>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 110436>>> Function_Return retVal 110437>>> End_Function 110438>>> 110438>>> Procedure Set ComCursor OLEMarkupCursor value 110440>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 110441>>> End_Procedure 110442>>> 110442>>> Function ComToolTip Returns Variant 110444>>> Variant retVal 110444>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 110445>>> Function_Return retVal 110446>>> End_Function 110447>>> 110447>>> Procedure Set ComToolTip Variant value 110449>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 110450>>> End_Procedure 110451>>> 110451>>> Function ComName Returns String 110453>>> String retVal 110453>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 110454>>> Function_Return retVal 110455>>> End_Function 110456>>> 110456>>> Procedure Set ComName String value 110458>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 110459>>> End_Procedure 110460>>> 110460>>> Function ComIsMouseOver Returns Boolean 110462>>> Handle hDispatchDriver 110462>>> Boolean retVal 110462>>> Get phDispatchDriver to hDispatchDriver 110463>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 110464>>> Function_Return retVal 110465>>> End_Function 110466>>> 110466>>> Procedure ComAddHandler Variant llEvent String llMethod 110468>>> Handle hDispatchDriver 110468>>> Get phDispatchDriver to hDispatchDriver 110469>>> Send PrepareParams to hDispatchDriver 2 110470>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 110471>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 110472>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 110473>>> End_Procedure 110474>>> 110474>>> Function ComMouseLeaveEvent Returns Variant 110476>>> Handle hDispatchDriver 110476>>> Variant retVal 110476>>> Get phDispatchDriver to hDispatchDriver 110477>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 110478>>> Function_Return retVal 110479>>> End_Function 110480>>> 110480>>> Function ComMouseEnterEvent Returns Variant 110482>>> Handle hDispatchDriver 110482>>> Variant retVal 110482>>> Get phDispatchDriver to hDispatchDriver 110483>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 110484>>> Function_Return retVal 110485>>> End_Function 110486>>> 110486>>> Function ComMouseLeftButtonUpEvent Returns Variant 110488>>> Handle hDispatchDriver 110488>>> Variant retVal 110488>>> Get phDispatchDriver to hDispatchDriver 110489>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 110490>>> Function_Return retVal 110491>>> End_Function 110492>>> 110492>>> Function ComMouseLeftButtonDownEvent Returns Variant 110494>>> Handle hDispatchDriver 110494>>> Variant retVal 110494>>> Get phDispatchDriver to hDispatchDriver 110495>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 110496>>> Function_Return retVal 110497>>> End_Function 110498>>> 110498>>> Function ComMouseRightButtonUpEvent Returns Variant 110500>>> Handle hDispatchDriver 110500>>> Variant retVal 110500>>> Get phDispatchDriver to hDispatchDriver 110501>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 110502>>> Function_Return retVal 110503>>> End_Function 110504>>> 110504>>> Function ComMouseRightButtonDownEvent Returns Variant 110506>>> Handle hDispatchDriver 110506>>> Variant retVal 110506>>> Get phDispatchDriver to hDispatchDriver 110507>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 110508>>> Function_Return retVal 110509>>> End_Function 110510>>> 110510>>> Function ComMouseMoveEvent Returns Variant 110512>>> Handle hDispatchDriver 110512>>> Variant retVal 110512>>> Get phDispatchDriver to hDispatchDriver 110513>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 110514>>> Function_Return retVal 110515>>> End_Function 110516>>> 110516>>> Function ComLostMouseCaptureEvent Returns Variant 110518>>> Handle hDispatchDriver 110518>>> Variant retVal 110518>>> Get phDispatchDriver to hDispatchDriver 110519>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 110520>>> Function_Return retVal 110521>>> End_Function 110522>>> 110522>>> Function ComFindName String llName Returns Variant 110524>>> Handle hDispatchDriver 110524>>> Variant retVal 110524>>> Get phDispatchDriver to hDispatchDriver 110525>>> Send PrepareParams to hDispatchDriver 1 110526>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 110527>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 110528>>> Function_Return retVal 110529>>> End_Function 110530>>> 110530>>> Procedure ComCaptureMouse 110532>>> Handle hDispatchDriver 110532>>> Get phDispatchDriver to hDispatchDriver 110533>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 110534>>> End_Procedure 110535>>> 110535>>> Procedure ComReleaseMouseCapture 110537>>> Handle hDispatchDriver 110537>>> Get phDispatchDriver to hDispatchDriver 110538>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 110539>>> End_Procedure 110540>>>End_Class 110541>>> 110541>>>Class cSigCjComMarkupVisual is a cComAutomationObject 110542>>> 110542>>> Function ComCursor Returns OLEMarkupCursor 110544>>> OLEMarkupCursor retVal 110544>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 110545>>> Function_Return retVal 110546>>> End_Function 110547>>> 110547>>> Procedure Set ComCursor OLEMarkupCursor value 110549>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 110550>>> End_Procedure 110551>>> 110551>>> Function ComToolTip Returns Variant 110553>>> Variant retVal 110553>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 110554>>> Function_Return retVal 110555>>> End_Function 110556>>> 110556>>> Procedure Set ComToolTip Variant value 110558>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 110559>>> End_Procedure 110560>>> 110560>>> Function ComName Returns String 110562>>> String retVal 110562>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 110563>>> Function_Return retVal 110564>>> End_Function 110565>>> 110565>>> Procedure Set ComName String value 110567>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 110568>>> End_Procedure 110569>>> 110569>>> Function ComIsMouseOver Returns Boolean 110571>>> Handle hDispatchDriver 110571>>> Boolean retVal 110571>>> Get phDispatchDriver to hDispatchDriver 110572>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 110573>>> Function_Return retVal 110574>>> End_Function 110575>>> 110575>>> Procedure ComAddHandler Variant llEvent String llMethod 110577>>> Handle hDispatchDriver 110577>>> Get phDispatchDriver to hDispatchDriver 110578>>> Send PrepareParams to hDispatchDriver 2 110579>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 110580>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 110581>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 110582>>> End_Procedure 110583>>> 110583>>> Function ComMouseLeaveEvent Returns Variant 110585>>> Handle hDispatchDriver 110585>>> Variant retVal 110585>>> Get phDispatchDriver to hDispatchDriver 110586>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 110587>>> Function_Return retVal 110588>>> End_Function 110589>>> 110589>>> Function ComMouseEnterEvent Returns Variant 110591>>> Handle hDispatchDriver 110591>>> Variant retVal 110591>>> Get phDispatchDriver to hDispatchDriver 110592>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 110593>>> Function_Return retVal 110594>>> End_Function 110595>>> 110595>>> Function ComMouseLeftButtonUpEvent Returns Variant 110597>>> Handle hDispatchDriver 110597>>> Variant retVal 110597>>> Get phDispatchDriver to hDispatchDriver 110598>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 110599>>> Function_Return retVal 110600>>> End_Function 110601>>> 110601>>> Function ComMouseLeftButtonDownEvent Returns Variant 110603>>> Handle hDispatchDriver 110603>>> Variant retVal 110603>>> Get phDispatchDriver to hDispatchDriver 110604>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 110605>>> Function_Return retVal 110606>>> End_Function 110607>>> 110607>>> Function ComMouseRightButtonUpEvent Returns Variant 110609>>> Handle hDispatchDriver 110609>>> Variant retVal 110609>>> Get phDispatchDriver to hDispatchDriver 110610>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 110611>>> Function_Return retVal 110612>>> End_Function 110613>>> 110613>>> Function ComMouseRightButtonDownEvent Returns Variant 110615>>> Handle hDispatchDriver 110615>>> Variant retVal 110615>>> Get phDispatchDriver to hDispatchDriver 110616>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 110617>>> Function_Return retVal 110618>>> End_Function 110619>>> 110619>>> Function ComMouseMoveEvent Returns Variant 110621>>> Handle hDispatchDriver 110621>>> Variant retVal 110621>>> Get phDispatchDriver to hDispatchDriver 110622>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 110623>>> Function_Return retVal 110624>>> End_Function 110625>>> 110625>>> Function ComLostMouseCaptureEvent Returns Variant 110627>>> Handle hDispatchDriver 110627>>> Variant retVal 110627>>> Get phDispatchDriver to hDispatchDriver 110628>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 110629>>> Function_Return retVal 110630>>> End_Function 110631>>> 110631>>> Function ComFindName String llName Returns Variant 110633>>> Handle hDispatchDriver 110633>>> Variant retVal 110633>>> Get phDispatchDriver to hDispatchDriver 110634>>> Send PrepareParams to hDispatchDriver 1 110635>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 110636>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 110637>>> Function_Return retVal 110638>>> End_Function 110639>>> 110639>>> Procedure ComCaptureMouse 110641>>> Handle hDispatchDriver 110641>>> Get phDispatchDriver to hDispatchDriver 110642>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 110643>>> End_Procedure 110644>>> 110644>>> Procedure ComReleaseMouseCapture 110646>>> Handle hDispatchDriver 110646>>> Get phDispatchDriver to hDispatchDriver 110647>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 110648>>> End_Procedure 110649>>> 110649>>> Function ComVisualParent Returns Variant 110651>>> Handle hDispatchDriver 110651>>> Variant retVal 110651>>> Get phDispatchDriver to hDispatchDriver 110652>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 110653>>> Function_Return retVal 110654>>> End_Function 110655>>> 110655>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 110657>>> Handle hDispatchDriver 110657>>> Get phDispatchDriver to hDispatchDriver 110658>>> Send PrepareParams to hDispatchDriver 4 110659>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 110660>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 110661>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 110662>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 110663>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 110664>>> End_Procedure 110665>>> 110665>>> Function ComActualWidth Returns Integer 110667>>> Handle hDispatchDriver 110667>>> Integer retVal 110667>>> Get phDispatchDriver to hDispatchDriver 110668>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 110669>>> Function_Return retVal 110670>>> End_Function 110671>>> 110671>>> Function ComActualHeight Returns Integer 110673>>> Handle hDispatchDriver 110673>>> Integer retVal 110673>>> Get phDispatchDriver to hDispatchDriver 110674>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 110675>>> Function_Return retVal 110676>>> End_Function 110677>>>End_Class 110678>>> 110678>>>Class cSigCjComMarkupFrameworkElement is a cComAutomationObject 110679>>> 110679>>> Function ComCursor Returns OLEMarkupCursor 110681>>> OLEMarkupCursor retVal 110681>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 110682>>> Function_Return retVal 110683>>> End_Function 110684>>> 110684>>> Procedure Set ComCursor OLEMarkupCursor value 110686>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 110687>>> End_Procedure 110688>>> 110688>>> Function ComToolTip Returns Variant 110690>>> Variant retVal 110690>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 110691>>> Function_Return retVal 110692>>> End_Function 110693>>> 110693>>> Procedure Set ComToolTip Variant value 110695>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 110696>>> End_Procedure 110697>>> 110697>>> Function ComName Returns String 110699>>> String retVal 110699>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 110700>>> Function_Return retVal 110701>>> End_Function 110702>>> 110702>>> Procedure Set ComName String value 110704>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 110705>>> End_Procedure 110706>>> 110706>>> Function ComClipToBounds Returns Boolean 110708>>> Boolean retVal 110708>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 110709>>> Function_Return retVal 110710>>> End_Function 110711>>> 110711>>> Procedure Set ComClipToBounds Boolean value 110713>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 110714>>> End_Procedure 110715>>> 110715>>> Function ComVisibility Returns OLEMarkupVisibility 110717>>> OLEMarkupVisibility retVal 110717>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 110718>>> Function_Return retVal 110719>>> End_Function 110720>>> 110720>>> Procedure Set ComVisibility OLEMarkupVisibility value 110722>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 110723>>> End_Procedure 110724>>> 110724>>> Function ComFocusable Returns Boolean 110726>>> Boolean retVal 110726>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 110727>>> Function_Return retVal 110728>>> End_Function 110729>>> 110729>>> Procedure Set ComFocusable Boolean value 110731>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 110732>>> End_Procedure 110733>>> 110733>>> Function ComIsEnabled Returns Boolean 110735>>> Boolean retVal 110735>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 110736>>> Function_Return retVal 110737>>> End_Function 110738>>> 110738>>> Procedure Set ComIsEnabled Boolean value 110740>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 110741>>> End_Procedure 110742>>> 110742>>> Function ComRenderTransform Returns Variant 110744>>> Variant retVal 110744>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 110745>>> Function_Return retVal 110746>>> End_Function 110747>>> 110747>>> Procedure Set ComRenderTransform Variant value 110749>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 110750>>> End_Procedure 110751>>> 110751>>> Function ComOpacity Returns Real 110753>>> Real retVal 110753>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 110754>>> Function_Return retVal 110755>>> End_Function 110756>>> 110756>>> Procedure Set ComOpacity Real value 110758>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 110759>>> End_Procedure 110760>>> 110760>>> Function ComMinWidth Returns Integer 110762>>> Integer retVal 110762>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 110763>>> Function_Return retVal 110764>>> End_Function 110765>>> 110765>>> Procedure Set ComMinWidth Integer value 110767>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 110768>>> End_Procedure 110769>>> 110769>>> Function ComWidth Returns Integer 110771>>> Integer retVal 110771>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 110772>>> Function_Return retVal 110773>>> End_Function 110774>>> 110774>>> Procedure Set ComWidth Integer value 110776>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 110777>>> End_Procedure 110778>>> 110778>>> Function ComMaxWidth Returns Integer 110780>>> Integer retVal 110780>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 110781>>> Function_Return retVal 110782>>> End_Function 110783>>> 110783>>> Procedure Set ComMaxWidth Integer value 110785>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 110786>>> End_Procedure 110787>>> 110787>>> Function ComMinHeight Returns Integer 110789>>> Integer retVal 110789>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 110790>>> Function_Return retVal 110791>>> End_Function 110792>>> 110792>>> Procedure Set ComMinHeight Integer value 110794>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 110795>>> End_Procedure 110796>>> 110796>>> Function ComHeight Returns Integer 110798>>> Integer retVal 110798>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 110799>>> Function_Return retVal 110800>>> End_Function 110801>>> 110801>>> Procedure Set ComHeight Integer value 110803>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 110804>>> End_Procedure 110805>>> 110805>>> Function ComMaxHeight Returns Integer 110807>>> Integer retVal 110807>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 110808>>> Function_Return retVal 110809>>> End_Function 110810>>> 110810>>> Procedure Set ComMaxHeight Integer value 110812>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 110813>>> End_Procedure 110814>>> 110814>>> Function ComMargin Returns Variant 110816>>> Variant retVal 110816>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 110817>>> Function_Return retVal 110818>>> End_Function 110819>>> 110819>>> Procedure Set ComMargin Variant value 110821>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 110822>>> End_Procedure 110823>>> 110823>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 110825>>> OLEMarkupHorizontalAlignment retVal 110825>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 110826>>> Function_Return retVal 110827>>> End_Function 110828>>> 110828>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 110830>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 110831>>> End_Procedure 110832>>> 110832>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 110834>>> OLEMarkupVerticalAlignment retVal 110834>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 110835>>> Function_Return retVal 110836>>> End_Function 110837>>> 110837>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 110839>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 110840>>> End_Procedure 110841>>> 110841>>> Function ComTag Returns Variant 110843>>> Variant retVal 110843>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 110844>>> Function_Return retVal 110845>>> End_Function 110846>>> 110846>>> Procedure Set ComTag Variant value 110848>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 110849>>> End_Procedure 110850>>> 110850>>> Function ComIsMouseOver Returns Boolean 110852>>> Handle hDispatchDriver 110852>>> Boolean retVal 110852>>> Get phDispatchDriver to hDispatchDriver 110853>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 110854>>> Function_Return retVal 110855>>> End_Function 110856>>> 110856>>> Procedure ComAddHandler Variant llEvent String llMethod 110858>>> Handle hDispatchDriver 110858>>> Get phDispatchDriver to hDispatchDriver 110859>>> Send PrepareParams to hDispatchDriver 2 110860>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 110861>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 110862>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 110863>>> End_Procedure 110864>>> 110864>>> Function ComMouseLeaveEvent Returns Variant 110866>>> Handle hDispatchDriver 110866>>> Variant retVal 110866>>> Get phDispatchDriver to hDispatchDriver 110867>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 110868>>> Function_Return retVal 110869>>> End_Function 110870>>> 110870>>> Function ComMouseEnterEvent Returns Variant 110872>>> Handle hDispatchDriver 110872>>> Variant retVal 110872>>> Get phDispatchDriver to hDispatchDriver 110873>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 110874>>> Function_Return retVal 110875>>> End_Function 110876>>> 110876>>> Function ComMouseLeftButtonUpEvent Returns Variant 110878>>> Handle hDispatchDriver 110878>>> Variant retVal 110878>>> Get phDispatchDriver to hDispatchDriver 110879>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 110880>>> Function_Return retVal 110881>>> End_Function 110882>>> 110882>>> Function ComMouseLeftButtonDownEvent Returns Variant 110884>>> Handle hDispatchDriver 110884>>> Variant retVal 110884>>> Get phDispatchDriver to hDispatchDriver 110885>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 110886>>> Function_Return retVal 110887>>> End_Function 110888>>> 110888>>> Function ComMouseRightButtonUpEvent Returns Variant 110890>>> Handle hDispatchDriver 110890>>> Variant retVal 110890>>> Get phDispatchDriver to hDispatchDriver 110891>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 110892>>> Function_Return retVal 110893>>> End_Function 110894>>> 110894>>> Function ComMouseRightButtonDownEvent Returns Variant 110896>>> Handle hDispatchDriver 110896>>> Variant retVal 110896>>> Get phDispatchDriver to hDispatchDriver 110897>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 110898>>> Function_Return retVal 110899>>> End_Function 110900>>> 110900>>> Function ComMouseMoveEvent Returns Variant 110902>>> Handle hDispatchDriver 110902>>> Variant retVal 110902>>> Get phDispatchDriver to hDispatchDriver 110903>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 110904>>> Function_Return retVal 110905>>> End_Function 110906>>> 110906>>> Function ComLostMouseCaptureEvent Returns Variant 110908>>> Handle hDispatchDriver 110908>>> Variant retVal 110908>>> Get phDispatchDriver to hDispatchDriver 110909>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 110910>>> Function_Return retVal 110911>>> End_Function 110912>>> 110912>>> Function ComFindName String llName Returns Variant 110914>>> Handle hDispatchDriver 110914>>> Variant retVal 110914>>> Get phDispatchDriver to hDispatchDriver 110915>>> Send PrepareParams to hDispatchDriver 1 110916>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 110917>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 110918>>> Function_Return retVal 110919>>> End_Function 110920>>> 110920>>> Procedure ComCaptureMouse 110922>>> Handle hDispatchDriver 110922>>> Get phDispatchDriver to hDispatchDriver 110923>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 110924>>> End_Procedure 110925>>> 110925>>> Procedure ComReleaseMouseCapture 110927>>> Handle hDispatchDriver 110927>>> Get phDispatchDriver to hDispatchDriver 110928>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 110929>>> End_Procedure 110930>>> 110930>>> Function ComVisualParent Returns Variant 110932>>> Handle hDispatchDriver 110932>>> Variant retVal 110932>>> Get phDispatchDriver to hDispatchDriver 110933>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 110934>>> Function_Return retVal 110935>>> End_Function 110936>>> 110936>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 110938>>> Handle hDispatchDriver 110938>>> Get phDispatchDriver to hDispatchDriver 110939>>> Send PrepareParams to hDispatchDriver 4 110940>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 110941>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 110942>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 110943>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 110944>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 110945>>> End_Procedure 110946>>> 110946>>> Function ComActualWidth Returns Integer 110948>>> Handle hDispatchDriver 110948>>> Integer retVal 110948>>> Get phDispatchDriver to hDispatchDriver 110949>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 110950>>> Function_Return retVal 110951>>> End_Function 110952>>> 110952>>> Function ComActualHeight Returns Integer 110954>>> Handle hDispatchDriver 110954>>> Integer retVal 110954>>> Get phDispatchDriver to hDispatchDriver 110955>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 110956>>> Function_Return retVal 110957>>> End_Function 110958>>>End_Class 110959>>> 110959>>>Class cSigCjComMarkupBorder is a cComAutomationObject 110960>>> 110960>>> Function ComCursor Returns OLEMarkupCursor 110962>>> OLEMarkupCursor retVal 110962>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 110963>>> Function_Return retVal 110964>>> End_Function 110965>>> 110965>>> Procedure Set ComCursor OLEMarkupCursor value 110967>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 110968>>> End_Procedure 110969>>> 110969>>> Function ComToolTip Returns Variant 110971>>> Variant retVal 110971>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 110972>>> Function_Return retVal 110973>>> End_Function 110974>>> 110974>>> Procedure Set ComToolTip Variant value 110976>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 110977>>> End_Procedure 110978>>> 110978>>> Function ComName Returns String 110980>>> String retVal 110980>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 110981>>> Function_Return retVal 110982>>> End_Function 110983>>> 110983>>> Procedure Set ComName String value 110985>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 110986>>> End_Procedure 110987>>> 110987>>> Function ComClipToBounds Returns Boolean 110989>>> Boolean retVal 110989>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 110990>>> Function_Return retVal 110991>>> End_Function 110992>>> 110992>>> Procedure Set ComClipToBounds Boolean value 110994>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 110995>>> End_Procedure 110996>>> 110996>>> Function ComVisibility Returns OLEMarkupVisibility 110998>>> OLEMarkupVisibility retVal 110998>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 110999>>> Function_Return retVal 111000>>> End_Function 111001>>> 111001>>> Procedure Set ComVisibility OLEMarkupVisibility value 111003>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 111004>>> End_Procedure 111005>>> 111005>>> Function ComFocusable Returns Boolean 111007>>> Boolean retVal 111007>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 111008>>> Function_Return retVal 111009>>> End_Function 111010>>> 111010>>> Procedure Set ComFocusable Boolean value 111012>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 111013>>> End_Procedure 111014>>> 111014>>> Function ComIsEnabled Returns Boolean 111016>>> Boolean retVal 111016>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 111017>>> Function_Return retVal 111018>>> End_Function 111019>>> 111019>>> Procedure Set ComIsEnabled Boolean value 111021>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 111022>>> End_Procedure 111023>>> 111023>>> Function ComRenderTransform Returns Variant 111025>>> Variant retVal 111025>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 111026>>> Function_Return retVal 111027>>> End_Function 111028>>> 111028>>> Procedure Set ComRenderTransform Variant value 111030>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 111031>>> End_Procedure 111032>>> 111032>>> Function ComOpacity Returns Real 111034>>> Real retVal 111034>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 111035>>> Function_Return retVal 111036>>> End_Function 111037>>> 111037>>> Procedure Set ComOpacity Real value 111039>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 111040>>> End_Procedure 111041>>> 111041>>> Function ComMinWidth Returns Integer 111043>>> Integer retVal 111043>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 111044>>> Function_Return retVal 111045>>> End_Function 111046>>> 111046>>> Procedure Set ComMinWidth Integer value 111048>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 111049>>> End_Procedure 111050>>> 111050>>> Function ComWidth Returns Integer 111052>>> Integer retVal 111052>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 111053>>> Function_Return retVal 111054>>> End_Function 111055>>> 111055>>> Procedure Set ComWidth Integer value 111057>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 111058>>> End_Procedure 111059>>> 111059>>> Function ComMaxWidth Returns Integer 111061>>> Integer retVal 111061>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 111062>>> Function_Return retVal 111063>>> End_Function 111064>>> 111064>>> Procedure Set ComMaxWidth Integer value 111066>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 111067>>> End_Procedure 111068>>> 111068>>> Function ComMinHeight Returns Integer 111070>>> Integer retVal 111070>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 111071>>> Function_Return retVal 111072>>> End_Function 111073>>> 111073>>> Procedure Set ComMinHeight Integer value 111075>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 111076>>> End_Procedure 111077>>> 111077>>> Function ComHeight Returns Integer 111079>>> Integer retVal 111079>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 111080>>> Function_Return retVal 111081>>> End_Function 111082>>> 111082>>> Procedure Set ComHeight Integer value 111084>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 111085>>> End_Procedure 111086>>> 111086>>> Function ComMaxHeight Returns Integer 111088>>> Integer retVal 111088>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 111089>>> Function_Return retVal 111090>>> End_Function 111091>>> 111091>>> Procedure Set ComMaxHeight Integer value 111093>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 111094>>> End_Procedure 111095>>> 111095>>> Function ComMargin Returns Variant 111097>>> Variant retVal 111097>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 111098>>> Function_Return retVal 111099>>> End_Function 111100>>> 111100>>> Procedure Set ComMargin Variant value 111102>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 111103>>> End_Procedure 111104>>> 111104>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 111106>>> OLEMarkupHorizontalAlignment retVal 111106>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 111107>>> Function_Return retVal 111108>>> End_Function 111109>>> 111109>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 111111>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 111112>>> End_Procedure 111113>>> 111113>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 111115>>> OLEMarkupVerticalAlignment retVal 111115>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 111116>>> Function_Return retVal 111117>>> End_Function 111118>>> 111118>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 111120>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 111121>>> End_Procedure 111122>>> 111122>>> Function ComTag Returns Variant 111124>>> Variant retVal 111124>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 111125>>> Function_Return retVal 111126>>> End_Function 111127>>> 111127>>> Procedure Set ComTag Variant value 111129>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 111130>>> End_Procedure 111131>>> 111131>>> Function ComBackground Returns Variant 111133>>> Variant retVal 111133>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 111134>>> Function_Return retVal 111135>>> End_Function 111136>>> 111136>>> Procedure Set ComBackground Variant value 111138>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 111139>>> End_Procedure 111140>>> 111140>>> Function ComBorderThickness Returns Variant 111142>>> Variant retVal 111142>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 111143>>> Function_Return retVal 111144>>> End_Function 111145>>> 111145>>> Procedure Set ComBorderThickness Variant value 111147>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 111148>>> End_Procedure 111149>>> 111149>>> Function ComPadding Returns Variant 111151>>> Variant retVal 111151>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 111152>>> Function_Return retVal 111153>>> End_Function 111154>>> 111154>>> Procedure Set ComPadding Variant value 111156>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 111157>>> End_Procedure 111158>>> 111158>>> Function ComBorderBrush Returns Variant 111160>>> Variant retVal 111160>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_DISPATCH to retVal 111161>>> Function_Return retVal 111162>>> End_Function 111163>>> 111163>>> Procedure Set ComBorderBrush Variant value 111165>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_DISPATCH to value 111166>>> End_Procedure 111167>>> 111167>>> Function ComCornerRadius Returns Variant 111169>>> Variant retVal 111169>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_DISPATCH to retVal 111170>>> Function_Return retVal 111171>>> End_Function 111172>>> 111172>>> Procedure Set ComCornerRadius Variant value 111174>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_DISPATCH to value 111175>>> End_Procedure 111176>>> 111176>>> Function ComChild Returns Variant 111178>>> Variant retVal 111178>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_DISPATCH to retVal 111179>>> Function_Return retVal 111180>>> End_Function 111181>>> 111181>>> Procedure Set ComChild Variant value 111183>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_DISPATCH to value 111184>>> End_Procedure 111185>>> 111185>>> Function ComIsMouseOver Returns Boolean 111187>>> Handle hDispatchDriver 111187>>> Boolean retVal 111187>>> Get phDispatchDriver to hDispatchDriver 111188>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 111189>>> Function_Return retVal 111190>>> End_Function 111191>>> 111191>>> Procedure ComAddHandler Variant llEvent String llMethod 111193>>> Handle hDispatchDriver 111193>>> Get phDispatchDriver to hDispatchDriver 111194>>> Send PrepareParams to hDispatchDriver 2 111195>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 111196>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 111197>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 111198>>> End_Procedure 111199>>> 111199>>> Function ComMouseLeaveEvent Returns Variant 111201>>> Handle hDispatchDriver 111201>>> Variant retVal 111201>>> Get phDispatchDriver to hDispatchDriver 111202>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 111203>>> Function_Return retVal 111204>>> End_Function 111205>>> 111205>>> Function ComMouseEnterEvent Returns Variant 111207>>> Handle hDispatchDriver 111207>>> Variant retVal 111207>>> Get phDispatchDriver to hDispatchDriver 111208>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 111209>>> Function_Return retVal 111210>>> End_Function 111211>>> 111211>>> Function ComMouseLeftButtonUpEvent Returns Variant 111213>>> Handle hDispatchDriver 111213>>> Variant retVal 111213>>> Get phDispatchDriver to hDispatchDriver 111214>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 111215>>> Function_Return retVal 111216>>> End_Function 111217>>> 111217>>> Function ComMouseLeftButtonDownEvent Returns Variant 111219>>> Handle hDispatchDriver 111219>>> Variant retVal 111219>>> Get phDispatchDriver to hDispatchDriver 111220>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 111221>>> Function_Return retVal 111222>>> End_Function 111223>>> 111223>>> Function ComMouseRightButtonUpEvent Returns Variant 111225>>> Handle hDispatchDriver 111225>>> Variant retVal 111225>>> Get phDispatchDriver to hDispatchDriver 111226>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 111227>>> Function_Return retVal 111228>>> End_Function 111229>>> 111229>>> Function ComMouseRightButtonDownEvent Returns Variant 111231>>> Handle hDispatchDriver 111231>>> Variant retVal 111231>>> Get phDispatchDriver to hDispatchDriver 111232>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 111233>>> Function_Return retVal 111234>>> End_Function 111235>>> 111235>>> Function ComMouseMoveEvent Returns Variant 111237>>> Handle hDispatchDriver 111237>>> Variant retVal 111237>>> Get phDispatchDriver to hDispatchDriver 111238>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 111239>>> Function_Return retVal 111240>>> End_Function 111241>>> 111241>>> Function ComLostMouseCaptureEvent Returns Variant 111243>>> Handle hDispatchDriver 111243>>> Variant retVal 111243>>> Get phDispatchDriver to hDispatchDriver 111244>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 111245>>> Function_Return retVal 111246>>> End_Function 111247>>> 111247>>> Function ComFindName String llName Returns Variant 111249>>> Handle hDispatchDriver 111249>>> Variant retVal 111249>>> Get phDispatchDriver to hDispatchDriver 111250>>> Send PrepareParams to hDispatchDriver 1 111251>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 111252>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 111253>>> Function_Return retVal 111254>>> End_Function 111255>>> 111255>>> Procedure ComCaptureMouse 111257>>> Handle hDispatchDriver 111257>>> Get phDispatchDriver to hDispatchDriver 111258>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 111259>>> End_Procedure 111260>>> 111260>>> Procedure ComReleaseMouseCapture 111262>>> Handle hDispatchDriver 111262>>> Get phDispatchDriver to hDispatchDriver 111263>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 111264>>> End_Procedure 111265>>> 111265>>> Function ComVisualParent Returns Variant 111267>>> Handle hDispatchDriver 111267>>> Variant retVal 111267>>> Get phDispatchDriver to hDispatchDriver 111268>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 111269>>> Function_Return retVal 111270>>> End_Function 111271>>> 111271>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 111273>>> Handle hDispatchDriver 111273>>> Get phDispatchDriver to hDispatchDriver 111274>>> Send PrepareParams to hDispatchDriver 4 111275>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 111276>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 111277>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 111278>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 111279>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 111280>>> End_Procedure 111281>>> 111281>>> Function ComActualWidth Returns Integer 111283>>> Handle hDispatchDriver 111283>>> Integer retVal 111283>>> Get phDispatchDriver to hDispatchDriver 111284>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 111285>>> Function_Return retVal 111286>>> End_Function 111287>>> 111287>>> Function ComActualHeight Returns Integer 111289>>> Handle hDispatchDriver 111289>>> Integer retVal 111289>>> Get phDispatchDriver to hDispatchDriver 111290>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 111291>>> Function_Return retVal 111292>>> End_Function 111293>>>End_Class 111294>>> 111294>>>Class cSigCjComMarkupViewbox is a cComAutomationObject 111295>>> 111295>>> Function ComCursor Returns OLEMarkupCursor 111297>>> OLEMarkupCursor retVal 111297>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 111298>>> Function_Return retVal 111299>>> End_Function 111300>>> 111300>>> Procedure Set ComCursor OLEMarkupCursor value 111302>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 111303>>> End_Procedure 111304>>> 111304>>> Function ComToolTip Returns Variant 111306>>> Variant retVal 111306>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 111307>>> Function_Return retVal 111308>>> End_Function 111309>>> 111309>>> Procedure Set ComToolTip Variant value 111311>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 111312>>> End_Procedure 111313>>> 111313>>> Function ComName Returns String 111315>>> String retVal 111315>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 111316>>> Function_Return retVal 111317>>> End_Function 111318>>> 111318>>> Procedure Set ComName String value 111320>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 111321>>> End_Procedure 111322>>> 111322>>> Function ComClipToBounds Returns Boolean 111324>>> Boolean retVal 111324>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 111325>>> Function_Return retVal 111326>>> End_Function 111327>>> 111327>>> Procedure Set ComClipToBounds Boolean value 111329>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 111330>>> End_Procedure 111331>>> 111331>>> Function ComVisibility Returns OLEMarkupVisibility 111333>>> OLEMarkupVisibility retVal 111333>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 111334>>> Function_Return retVal 111335>>> End_Function 111336>>> 111336>>> Procedure Set ComVisibility OLEMarkupVisibility value 111338>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 111339>>> End_Procedure 111340>>> 111340>>> Function ComFocusable Returns Boolean 111342>>> Boolean retVal 111342>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 111343>>> Function_Return retVal 111344>>> End_Function 111345>>> 111345>>> Procedure Set ComFocusable Boolean value 111347>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 111348>>> End_Procedure 111349>>> 111349>>> Function ComIsEnabled Returns Boolean 111351>>> Boolean retVal 111351>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 111352>>> Function_Return retVal 111353>>> End_Function 111354>>> 111354>>> Procedure Set ComIsEnabled Boolean value 111356>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 111357>>> End_Procedure 111358>>> 111358>>> Function ComRenderTransform Returns Variant 111360>>> Variant retVal 111360>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 111361>>> Function_Return retVal 111362>>> End_Function 111363>>> 111363>>> Procedure Set ComRenderTransform Variant value 111365>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 111366>>> End_Procedure 111367>>> 111367>>> Function ComOpacity Returns Real 111369>>> Real retVal 111369>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 111370>>> Function_Return retVal 111371>>> End_Function 111372>>> 111372>>> Procedure Set ComOpacity Real value 111374>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 111375>>> End_Procedure 111376>>> 111376>>> Function ComMinWidth Returns Integer 111378>>> Integer retVal 111378>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 111379>>> Function_Return retVal 111380>>> End_Function 111381>>> 111381>>> Procedure Set ComMinWidth Integer value 111383>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 111384>>> End_Procedure 111385>>> 111385>>> Function ComWidth Returns Integer 111387>>> Integer retVal 111387>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 111388>>> Function_Return retVal 111389>>> End_Function 111390>>> 111390>>> Procedure Set ComWidth Integer value 111392>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 111393>>> End_Procedure 111394>>> 111394>>> Function ComMaxWidth Returns Integer 111396>>> Integer retVal 111396>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 111397>>> Function_Return retVal 111398>>> End_Function 111399>>> 111399>>> Procedure Set ComMaxWidth Integer value 111401>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 111402>>> End_Procedure 111403>>> 111403>>> Function ComMinHeight Returns Integer 111405>>> Integer retVal 111405>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 111406>>> Function_Return retVal 111407>>> End_Function 111408>>> 111408>>> Procedure Set ComMinHeight Integer value 111410>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 111411>>> End_Procedure 111412>>> 111412>>> Function ComHeight Returns Integer 111414>>> Integer retVal 111414>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 111415>>> Function_Return retVal 111416>>> End_Function 111417>>> 111417>>> Procedure Set ComHeight Integer value 111419>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 111420>>> End_Procedure 111421>>> 111421>>> Function ComMaxHeight Returns Integer 111423>>> Integer retVal 111423>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 111424>>> Function_Return retVal 111425>>> End_Function 111426>>> 111426>>> Procedure Set ComMaxHeight Integer value 111428>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 111429>>> End_Procedure 111430>>> 111430>>> Function ComMargin Returns Variant 111432>>> Variant retVal 111432>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 111433>>> Function_Return retVal 111434>>> End_Function 111435>>> 111435>>> Procedure Set ComMargin Variant value 111437>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 111438>>> End_Procedure 111439>>> 111439>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 111441>>> OLEMarkupHorizontalAlignment retVal 111441>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 111442>>> Function_Return retVal 111443>>> End_Function 111444>>> 111444>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 111446>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 111447>>> End_Procedure 111448>>> 111448>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 111450>>> OLEMarkupVerticalAlignment retVal 111450>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 111451>>> Function_Return retVal 111452>>> End_Function 111453>>> 111453>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 111455>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 111456>>> End_Procedure 111457>>> 111457>>> Function ComTag Returns Variant 111459>>> Variant retVal 111459>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 111460>>> Function_Return retVal 111461>>> End_Function 111462>>> 111462>>> Procedure Set ComTag Variant value 111464>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 111465>>> End_Procedure 111466>>> 111466>>> Function ComStretch Returns OLEMarkupStretch 111468>>> OLEMarkupStretch retVal 111468>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to retVal 111469>>> Function_Return retVal 111470>>> End_Function 111471>>> 111471>>> Procedure Set ComStretch OLEMarkupStretch value 111473>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to value 111474>>> End_Procedure 111475>>> 111475>>> Function ComChild Returns Variant 111477>>> Variant retVal 111477>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 111478>>> Function_Return retVal 111479>>> End_Function 111480>>> 111480>>> Procedure Set ComChild Variant value 111482>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 111483>>> End_Procedure 111484>>> 111484>>> Function ComIsMouseOver Returns Boolean 111486>>> Handle hDispatchDriver 111486>>> Boolean retVal 111486>>> Get phDispatchDriver to hDispatchDriver 111487>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 111488>>> Function_Return retVal 111489>>> End_Function 111490>>> 111490>>> Procedure ComAddHandler Variant llEvent String llMethod 111492>>> Handle hDispatchDriver 111492>>> Get phDispatchDriver to hDispatchDriver 111493>>> Send PrepareParams to hDispatchDriver 2 111494>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 111495>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 111496>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 111497>>> End_Procedure 111498>>> 111498>>> Function ComMouseLeaveEvent Returns Variant 111500>>> Handle hDispatchDriver 111500>>> Variant retVal 111500>>> Get phDispatchDriver to hDispatchDriver 111501>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 111502>>> Function_Return retVal 111503>>> End_Function 111504>>> 111504>>> Function ComMouseEnterEvent Returns Variant 111506>>> Handle hDispatchDriver 111506>>> Variant retVal 111506>>> Get phDispatchDriver to hDispatchDriver 111507>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 111508>>> Function_Return retVal 111509>>> End_Function 111510>>> 111510>>> Function ComMouseLeftButtonUpEvent Returns Variant 111512>>> Handle hDispatchDriver 111512>>> Variant retVal 111512>>> Get phDispatchDriver to hDispatchDriver 111513>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 111514>>> Function_Return retVal 111515>>> End_Function 111516>>> 111516>>> Function ComMouseLeftButtonDownEvent Returns Variant 111518>>> Handle hDispatchDriver 111518>>> Variant retVal 111518>>> Get phDispatchDriver to hDispatchDriver 111519>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 111520>>> Function_Return retVal 111521>>> End_Function 111522>>> 111522>>> Function ComMouseRightButtonUpEvent Returns Variant 111524>>> Handle hDispatchDriver 111524>>> Variant retVal 111524>>> Get phDispatchDriver to hDispatchDriver 111525>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 111526>>> Function_Return retVal 111527>>> End_Function 111528>>> 111528>>> Function ComMouseRightButtonDownEvent Returns Variant 111530>>> Handle hDispatchDriver 111530>>> Variant retVal 111530>>> Get phDispatchDriver to hDispatchDriver 111531>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 111532>>> Function_Return retVal 111533>>> End_Function 111534>>> 111534>>> Function ComMouseMoveEvent Returns Variant 111536>>> Handle hDispatchDriver 111536>>> Variant retVal 111536>>> Get phDispatchDriver to hDispatchDriver 111537>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 111538>>> Function_Return retVal 111539>>> End_Function 111540>>> 111540>>> Function ComLostMouseCaptureEvent Returns Variant 111542>>> Handle hDispatchDriver 111542>>> Variant retVal 111542>>> Get phDispatchDriver to hDispatchDriver 111543>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 111544>>> Function_Return retVal 111545>>> End_Function 111546>>> 111546>>> Function ComFindName String llName Returns Variant 111548>>> Handle hDispatchDriver 111548>>> Variant retVal 111548>>> Get phDispatchDriver to hDispatchDriver 111549>>> Send PrepareParams to hDispatchDriver 1 111550>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 111551>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 111552>>> Function_Return retVal 111553>>> End_Function 111554>>> 111554>>> Procedure ComCaptureMouse 111556>>> Handle hDispatchDriver 111556>>> Get phDispatchDriver to hDispatchDriver 111557>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 111558>>> End_Procedure 111559>>> 111559>>> Procedure ComReleaseMouseCapture 111561>>> Handle hDispatchDriver 111561>>> Get phDispatchDriver to hDispatchDriver 111562>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 111563>>> End_Procedure 111564>>> 111564>>> Function ComVisualParent Returns Variant 111566>>> Handle hDispatchDriver 111566>>> Variant retVal 111566>>> Get phDispatchDriver to hDispatchDriver 111567>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 111568>>> Function_Return retVal 111569>>> End_Function 111570>>> 111570>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 111572>>> Handle hDispatchDriver 111572>>> Get phDispatchDriver to hDispatchDriver 111573>>> Send PrepareParams to hDispatchDriver 4 111574>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 111575>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 111576>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 111577>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 111578>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 111579>>> End_Procedure 111580>>> 111580>>> Function ComActualWidth Returns Integer 111582>>> Handle hDispatchDriver 111582>>> Integer retVal 111582>>> Get phDispatchDriver to hDispatchDriver 111583>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 111584>>> Function_Return retVal 111585>>> End_Function 111586>>> 111586>>> Function ComActualHeight Returns Integer 111588>>> Handle hDispatchDriver 111588>>> Integer retVal 111588>>> Get phDispatchDriver to hDispatchDriver 111589>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 111590>>> Function_Return retVal 111591>>> End_Function 111592>>>End_Class 111593>>> 111593>>>Class cSigCjComMarkupTextElement is a cComAutomationObject 111594>>> 111594>>> Function ComCursor Returns OLEMarkupCursor 111596>>> OLEMarkupCursor retVal 111596>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 111597>>> Function_Return retVal 111598>>> End_Function 111599>>> 111599>>> Procedure Set ComCursor OLEMarkupCursor value 111601>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 111602>>> End_Procedure 111603>>> 111603>>> Function ComToolTip Returns Variant 111605>>> Variant retVal 111605>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 111606>>> Function_Return retVal 111607>>> End_Function 111608>>> 111608>>> Procedure Set ComToolTip Variant value 111610>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 111611>>> End_Procedure 111612>>> 111612>>> Function ComName Returns String 111614>>> String retVal 111614>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 111615>>> Function_Return retVal 111616>>> End_Function 111617>>> 111617>>> Procedure Set ComName String value 111619>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 111620>>> End_Procedure 111621>>> 111621>>> Function ComTag Returns Variant 111623>>> Variant retVal 111623>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 111624>>> Function_Return retVal 111625>>> End_Function 111626>>> 111626>>> Procedure Set ComTag Variant value 111628>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 111629>>> End_Procedure 111630>>> 111630>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 111632>>> OLEMarkupTextDecorations retVal 111632>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 111633>>> Function_Return retVal 111634>>> End_Function 111635>>> 111635>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 111637>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 111638>>> End_Procedure 111639>>> 111639>>> Function ComFontSize Returns Integer 111641>>> Integer retVal 111641>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 111642>>> Function_Return retVal 111643>>> End_Function 111644>>> 111644>>> Procedure Set ComFontSize Integer value 111646>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 111647>>> End_Procedure 111648>>> 111648>>> Function ComFontWeight Returns OLEMarkupFontWeight 111650>>> OLEMarkupFontWeight retVal 111650>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 111651>>> Function_Return retVal 111652>>> End_Function 111653>>> 111653>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 111655>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 111656>>> End_Procedure 111657>>> 111657>>> Function ComFontFamily Returns String 111659>>> String retVal 111659>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 111660>>> Function_Return retVal 111661>>> End_Function 111662>>> 111662>>> Procedure Set ComFontFamily String value 111664>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 111665>>> End_Procedure 111666>>> 111666>>> Function ComFontStyle Returns OLEMarkupFontStyle 111668>>> OLEMarkupFontStyle retVal 111668>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 111669>>> Function_Return retVal 111670>>> End_Function 111671>>> 111671>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 111673>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 111674>>> End_Procedure 111675>>> 111675>>> Function ComBackground Returns Variant 111677>>> Variant retVal 111677>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 111678>>> Function_Return retVal 111679>>> End_Function 111680>>> 111680>>> Procedure Set ComBackground Variant value 111682>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 111683>>> End_Procedure 111684>>> 111684>>> Function ComForeground Returns Variant 111686>>> Variant retVal 111686>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 111687>>> Function_Return retVal 111688>>> End_Function 111689>>> 111689>>> Procedure Set ComForeground Variant value 111691>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 111692>>> End_Procedure 111693>>> 111693>>> Function ComIsMouseOver Returns Boolean 111695>>> Handle hDispatchDriver 111695>>> Boolean retVal 111695>>> Get phDispatchDriver to hDispatchDriver 111696>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 111697>>> Function_Return retVal 111698>>> End_Function 111699>>> 111699>>> Procedure ComAddHandler Variant llEvent String llMethod 111701>>> Handle hDispatchDriver 111701>>> Get phDispatchDriver to hDispatchDriver 111702>>> Send PrepareParams to hDispatchDriver 2 111703>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 111704>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 111705>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 111706>>> End_Procedure 111707>>> 111707>>> Function ComMouseLeaveEvent Returns Variant 111709>>> Handle hDispatchDriver 111709>>> Variant retVal 111709>>> Get phDispatchDriver to hDispatchDriver 111710>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 111711>>> Function_Return retVal 111712>>> End_Function 111713>>> 111713>>> Function ComMouseEnterEvent Returns Variant 111715>>> Handle hDispatchDriver 111715>>> Variant retVal 111715>>> Get phDispatchDriver to hDispatchDriver 111716>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 111717>>> Function_Return retVal 111718>>> End_Function 111719>>> 111719>>> Function ComMouseLeftButtonUpEvent Returns Variant 111721>>> Handle hDispatchDriver 111721>>> Variant retVal 111721>>> Get phDispatchDriver to hDispatchDriver 111722>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 111723>>> Function_Return retVal 111724>>> End_Function 111725>>> 111725>>> Function ComMouseLeftButtonDownEvent Returns Variant 111727>>> Handle hDispatchDriver 111727>>> Variant retVal 111727>>> Get phDispatchDriver to hDispatchDriver 111728>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 111729>>> Function_Return retVal 111730>>> End_Function 111731>>> 111731>>> Function ComMouseRightButtonUpEvent Returns Variant 111733>>> Handle hDispatchDriver 111733>>> Variant retVal 111733>>> Get phDispatchDriver to hDispatchDriver 111734>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 111735>>> Function_Return retVal 111736>>> End_Function 111737>>> 111737>>> Function ComMouseRightButtonDownEvent Returns Variant 111739>>> Handle hDispatchDriver 111739>>> Variant retVal 111739>>> Get phDispatchDriver to hDispatchDriver 111740>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 111741>>> Function_Return retVal 111742>>> End_Function 111743>>> 111743>>> Function ComMouseMoveEvent Returns Variant 111745>>> Handle hDispatchDriver 111745>>> Variant retVal 111745>>> Get phDispatchDriver to hDispatchDriver 111746>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 111747>>> Function_Return retVal 111748>>> End_Function 111749>>> 111749>>> Function ComLostMouseCaptureEvent Returns Variant 111751>>> Handle hDispatchDriver 111751>>> Variant retVal 111751>>> Get phDispatchDriver to hDispatchDriver 111752>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 111753>>> Function_Return retVal 111754>>> End_Function 111755>>> 111755>>> Function ComFindName String llName Returns Variant 111757>>> Handle hDispatchDriver 111757>>> Variant retVal 111757>>> Get phDispatchDriver to hDispatchDriver 111758>>> Send PrepareParams to hDispatchDriver 1 111759>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 111760>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 111761>>> Function_Return retVal 111762>>> End_Function 111763>>> 111763>>> Procedure ComCaptureMouse 111765>>> Handle hDispatchDriver 111765>>> Get phDispatchDriver to hDispatchDriver 111766>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 111767>>> End_Procedure 111768>>> 111768>>> Procedure ComReleaseMouseCapture 111770>>> Handle hDispatchDriver 111770>>> Get phDispatchDriver to hDispatchDriver 111771>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 111772>>> End_Procedure 111773>>>End_Class 111774>>> 111774>>>Class cSigCjComMarkupInline is a cComAutomationObject 111775>>> 111775>>> Function ComCursor Returns OLEMarkupCursor 111777>>> OLEMarkupCursor retVal 111777>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 111778>>> Function_Return retVal 111779>>> End_Function 111780>>> 111780>>> Procedure Set ComCursor OLEMarkupCursor value 111782>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 111783>>> End_Procedure 111784>>> 111784>>> Function ComToolTip Returns Variant 111786>>> Variant retVal 111786>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 111787>>> Function_Return retVal 111788>>> End_Function 111789>>> 111789>>> Procedure Set ComToolTip Variant value 111791>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 111792>>> End_Procedure 111793>>> 111793>>> Function ComName Returns String 111795>>> String retVal 111795>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 111796>>> Function_Return retVal 111797>>> End_Function 111798>>> 111798>>> Procedure Set ComName String value 111800>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 111801>>> End_Procedure 111802>>> 111802>>> Function ComTag Returns Variant 111804>>> Variant retVal 111804>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 111805>>> Function_Return retVal 111806>>> End_Function 111807>>> 111807>>> Procedure Set ComTag Variant value 111809>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 111810>>> End_Procedure 111811>>> 111811>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 111813>>> OLEMarkupTextDecorations retVal 111813>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 111814>>> Function_Return retVal 111815>>> End_Function 111816>>> 111816>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 111818>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 111819>>> End_Procedure 111820>>> 111820>>> Function ComFontSize Returns Integer 111822>>> Integer retVal 111822>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 111823>>> Function_Return retVal 111824>>> End_Function 111825>>> 111825>>> Procedure Set ComFontSize Integer value 111827>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 111828>>> End_Procedure 111829>>> 111829>>> Function ComFontWeight Returns OLEMarkupFontWeight 111831>>> OLEMarkupFontWeight retVal 111831>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 111832>>> Function_Return retVal 111833>>> End_Function 111834>>> 111834>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 111836>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 111837>>> End_Procedure 111838>>> 111838>>> Function ComFontFamily Returns String 111840>>> String retVal 111840>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 111841>>> Function_Return retVal 111842>>> End_Function 111843>>> 111843>>> Procedure Set ComFontFamily String value 111845>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 111846>>> End_Procedure 111847>>> 111847>>> Function ComFontStyle Returns OLEMarkupFontStyle 111849>>> OLEMarkupFontStyle retVal 111849>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 111850>>> Function_Return retVal 111851>>> End_Function 111852>>> 111852>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 111854>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 111855>>> End_Procedure 111856>>> 111856>>> Function ComBackground Returns Variant 111858>>> Variant retVal 111858>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 111859>>> Function_Return retVal 111860>>> End_Function 111861>>> 111861>>> Procedure Set ComBackground Variant value 111863>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 111864>>> End_Procedure 111865>>> 111865>>> Function ComForeground Returns Variant 111867>>> Variant retVal 111867>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 111868>>> Function_Return retVal 111869>>> End_Function 111870>>> 111870>>> Procedure Set ComForeground Variant value 111872>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 111873>>> End_Procedure 111874>>> 111874>>> Function ComBaselineAlignment Returns Integer 111876>>> Integer retVal 111876>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 111877>>> Function_Return retVal 111878>>> End_Function 111879>>> 111879>>> Procedure Set ComBaselineAlignment Integer value 111881>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 111882>>> End_Procedure 111883>>> 111883>>> Function ComIsMouseOver Returns Boolean 111885>>> Handle hDispatchDriver 111885>>> Boolean retVal 111885>>> Get phDispatchDriver to hDispatchDriver 111886>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 111887>>> Function_Return retVal 111888>>> End_Function 111889>>> 111889>>> Procedure ComAddHandler Variant llEvent String llMethod 111891>>> Handle hDispatchDriver 111891>>> Get phDispatchDriver to hDispatchDriver 111892>>> Send PrepareParams to hDispatchDriver 2 111893>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 111894>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 111895>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 111896>>> End_Procedure 111897>>> 111897>>> Function ComMouseLeaveEvent Returns Variant 111899>>> Handle hDispatchDriver 111899>>> Variant retVal 111899>>> Get phDispatchDriver to hDispatchDriver 111900>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 111901>>> Function_Return retVal 111902>>> End_Function 111903>>> 111903>>> Function ComMouseEnterEvent Returns Variant 111905>>> Handle hDispatchDriver 111905>>> Variant retVal 111905>>> Get phDispatchDriver to hDispatchDriver 111906>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 111907>>> Function_Return retVal 111908>>> End_Function 111909>>> 111909>>> Function ComMouseLeftButtonUpEvent Returns Variant 111911>>> Handle hDispatchDriver 111911>>> Variant retVal 111911>>> Get phDispatchDriver to hDispatchDriver 111912>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 111913>>> Function_Return retVal 111914>>> End_Function 111915>>> 111915>>> Function ComMouseLeftButtonDownEvent Returns Variant 111917>>> Handle hDispatchDriver 111917>>> Variant retVal 111917>>> Get phDispatchDriver to hDispatchDriver 111918>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 111919>>> Function_Return retVal 111920>>> End_Function 111921>>> 111921>>> Function ComMouseRightButtonUpEvent Returns Variant 111923>>> Handle hDispatchDriver 111923>>> Variant retVal 111923>>> Get phDispatchDriver to hDispatchDriver 111924>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 111925>>> Function_Return retVal 111926>>> End_Function 111927>>> 111927>>> Function ComMouseRightButtonDownEvent Returns Variant 111929>>> Handle hDispatchDriver 111929>>> Variant retVal 111929>>> Get phDispatchDriver to hDispatchDriver 111930>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 111931>>> Function_Return retVal 111932>>> End_Function 111933>>> 111933>>> Function ComMouseMoveEvent Returns Variant 111935>>> Handle hDispatchDriver 111935>>> Variant retVal 111935>>> Get phDispatchDriver to hDispatchDriver 111936>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 111937>>> Function_Return retVal 111938>>> End_Function 111939>>> 111939>>> Function ComLostMouseCaptureEvent Returns Variant 111941>>> Handle hDispatchDriver 111941>>> Variant retVal 111941>>> Get phDispatchDriver to hDispatchDriver 111942>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 111943>>> Function_Return retVal 111944>>> End_Function 111945>>> 111945>>> Function ComFindName String llName Returns Variant 111947>>> Handle hDispatchDriver 111947>>> Variant retVal 111947>>> Get phDispatchDriver to hDispatchDriver 111948>>> Send PrepareParams to hDispatchDriver 1 111949>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 111950>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 111951>>> Function_Return retVal 111952>>> End_Function 111953>>> 111953>>> Procedure ComCaptureMouse 111955>>> Handle hDispatchDriver 111955>>> Get phDispatchDriver to hDispatchDriver 111956>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 111957>>> End_Procedure 111958>>> 111958>>> Procedure ComReleaseMouseCapture 111960>>> Handle hDispatchDriver 111960>>> Get phDispatchDriver to hDispatchDriver 111961>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 111962>>> End_Procedure 111963>>>End_Class 111964>>> 111964>>>Class cSigCjComMarkupInlineCollection is a cComAutomationObject 111965>>> 111965>>> // Gets the number of controls in the collection. 111965>>> Function ComCount Returns Integer 111967>>> Handle hDispatchDriver 111967>>> Integer retVal 111967>>> Get phDispatchDriver to hDispatchDriver 111968>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 111969>>> Function_Return retVal 111970>>> End_Function 111971>>> 111971>>> // Gets an item from the collection by its index. 111971>>> Function ComItem Integer llIndex Returns Variant 111973>>> Handle hDispatchDriver 111973>>> Variant retVal 111973>>> Get phDispatchDriver to hDispatchDriver 111974>>> Send PrepareParams to hDispatchDriver 1 111975>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 111976>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 111977>>> Function_Return retVal 111978>>> End_Function 111979>>> 111979>>> Function Com_NewEnum Returns Variant 111981>>> Handle hDispatchDriver 111981>>> Variant retVal 111981>>> Get phDispatchDriver to hDispatchDriver 111982>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 111983>>> Function_Return retVal 111984>>> End_Function 111985>>> 111985>>> // Adds a new command bar control to the collection. 111985>>> Procedure ComAdd Variant llInline 111987>>> Handle hDispatchDriver 111987>>> Get phDispatchDriver to hDispatchDriver 111988>>> Send PrepareParams to hDispatchDriver 1 111989>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llInline 111990>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 111991>>> End_Procedure 111992>>> 111992>>> // Adds a new command bar control to the collection. 111992>>> Procedure ComInsert Integer llIndex Variant llInline 111994>>> Handle hDispatchDriver 111994>>> Get phDispatchDriver to hDispatchDriver 111995>>> Send PrepareParams to hDispatchDriver 2 111996>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 111997>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llInline 111998>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 111999>>> End_Procedure 112000>>> 112000>>> // Deletes all of the command bar controls from the collection 112000>>> Procedure ComClear 112002>>> Handle hDispatchDriver 112002>>> Get phDispatchDriver to hDispatchDriver 112003>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 112004>>> End_Procedure 112005>>> 112005>>> Procedure ComRemoveAt Integer llIndex 112007>>> Handle hDispatchDriver 112007>>> Get phDispatchDriver to hDispatchDriver 112008>>> Send PrepareParams to hDispatchDriver 1 112009>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 112010>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 112011>>> End_Procedure 112012>>>End_Class 112013>>> 112013>>>Class cSigCjComMarkupInlineUIContainer is a cComAutomationObject 112014>>> 112014>>> Function ComCursor Returns OLEMarkupCursor 112016>>> OLEMarkupCursor retVal 112016>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 112017>>> Function_Return retVal 112018>>> End_Function 112019>>> 112019>>> Procedure Set ComCursor OLEMarkupCursor value 112021>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 112022>>> End_Procedure 112023>>> 112023>>> Function ComToolTip Returns Variant 112025>>> Variant retVal 112025>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 112026>>> Function_Return retVal 112027>>> End_Function 112028>>> 112028>>> Procedure Set ComToolTip Variant value 112030>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 112031>>> End_Procedure 112032>>> 112032>>> Function ComName Returns String 112034>>> String retVal 112034>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 112035>>> Function_Return retVal 112036>>> End_Function 112037>>> 112037>>> Procedure Set ComName String value 112039>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 112040>>> End_Procedure 112041>>> 112041>>> Function ComTag Returns Variant 112043>>> Variant retVal 112043>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 112044>>> Function_Return retVal 112045>>> End_Function 112046>>> 112046>>> Procedure Set ComTag Variant value 112048>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 112049>>> End_Procedure 112050>>> 112050>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 112052>>> OLEMarkupTextDecorations retVal 112052>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 112053>>> Function_Return retVal 112054>>> End_Function 112055>>> 112055>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 112057>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 112058>>> End_Procedure 112059>>> 112059>>> Function ComFontSize Returns Integer 112061>>> Integer retVal 112061>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 112062>>> Function_Return retVal 112063>>> End_Function 112064>>> 112064>>> Procedure Set ComFontSize Integer value 112066>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 112067>>> End_Procedure 112068>>> 112068>>> Function ComFontWeight Returns OLEMarkupFontWeight 112070>>> OLEMarkupFontWeight retVal 112070>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 112071>>> Function_Return retVal 112072>>> End_Function 112073>>> 112073>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 112075>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 112076>>> End_Procedure 112077>>> 112077>>> Function ComFontFamily Returns String 112079>>> String retVal 112079>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 112080>>> Function_Return retVal 112081>>> End_Function 112082>>> 112082>>> Procedure Set ComFontFamily String value 112084>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 112085>>> End_Procedure 112086>>> 112086>>> Function ComFontStyle Returns OLEMarkupFontStyle 112088>>> OLEMarkupFontStyle retVal 112088>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 112089>>> Function_Return retVal 112090>>> End_Function 112091>>> 112091>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 112093>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 112094>>> End_Procedure 112095>>> 112095>>> Function ComBackground Returns Variant 112097>>> Variant retVal 112097>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 112098>>> Function_Return retVal 112099>>> End_Function 112100>>> 112100>>> Procedure Set ComBackground Variant value 112102>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 112103>>> End_Procedure 112104>>> 112104>>> Function ComForeground Returns Variant 112106>>> Variant retVal 112106>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 112107>>> Function_Return retVal 112108>>> End_Function 112109>>> 112109>>> Procedure Set ComForeground Variant value 112111>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 112112>>> End_Procedure 112113>>> 112113>>> Function ComBaselineAlignment Returns Integer 112115>>> Integer retVal 112115>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 112116>>> Function_Return retVal 112117>>> End_Function 112118>>> 112118>>> Procedure Set ComBaselineAlignment Integer value 112120>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 112121>>> End_Procedure 112122>>> 112122>>> Function ComChild Returns Variant 112124>>> Variant retVal 112124>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_DISPATCH to retVal 112125>>> Function_Return retVal 112126>>> End_Function 112127>>> 112127>>> Procedure Set ComChild Variant value 112129>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_DISPATCH to value 112130>>> End_Procedure 112131>>> 112131>>> Function ComIsMouseOver Returns Boolean 112133>>> Handle hDispatchDriver 112133>>> Boolean retVal 112133>>> Get phDispatchDriver to hDispatchDriver 112134>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 112135>>> Function_Return retVal 112136>>> End_Function 112137>>> 112137>>> Procedure ComAddHandler Variant llEvent String llMethod 112139>>> Handle hDispatchDriver 112139>>> Get phDispatchDriver to hDispatchDriver 112140>>> Send PrepareParams to hDispatchDriver 2 112141>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 112142>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 112143>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 112144>>> End_Procedure 112145>>> 112145>>> Function ComMouseLeaveEvent Returns Variant 112147>>> Handle hDispatchDriver 112147>>> Variant retVal 112147>>> Get phDispatchDriver to hDispatchDriver 112148>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 112149>>> Function_Return retVal 112150>>> End_Function 112151>>> 112151>>> Function ComMouseEnterEvent Returns Variant 112153>>> Handle hDispatchDriver 112153>>> Variant retVal 112153>>> Get phDispatchDriver to hDispatchDriver 112154>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 112155>>> Function_Return retVal 112156>>> End_Function 112157>>> 112157>>> Function ComMouseLeftButtonUpEvent Returns Variant 112159>>> Handle hDispatchDriver 112159>>> Variant retVal 112159>>> Get phDispatchDriver to hDispatchDriver 112160>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 112161>>> Function_Return retVal 112162>>> End_Function 112163>>> 112163>>> Function ComMouseLeftButtonDownEvent Returns Variant 112165>>> Handle hDispatchDriver 112165>>> Variant retVal 112165>>> Get phDispatchDriver to hDispatchDriver 112166>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 112167>>> Function_Return retVal 112168>>> End_Function 112169>>> 112169>>> Function ComMouseRightButtonUpEvent Returns Variant 112171>>> Handle hDispatchDriver 112171>>> Variant retVal 112171>>> Get phDispatchDriver to hDispatchDriver 112172>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 112173>>> Function_Return retVal 112174>>> End_Function 112175>>> 112175>>> Function ComMouseRightButtonDownEvent Returns Variant 112177>>> Handle hDispatchDriver 112177>>> Variant retVal 112177>>> Get phDispatchDriver to hDispatchDriver 112178>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 112179>>> Function_Return retVal 112180>>> End_Function 112181>>> 112181>>> Function ComMouseMoveEvent Returns Variant 112183>>> Handle hDispatchDriver 112183>>> Variant retVal 112183>>> Get phDispatchDriver to hDispatchDriver 112184>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 112185>>> Function_Return retVal 112186>>> End_Function 112187>>> 112187>>> Function ComLostMouseCaptureEvent Returns Variant 112189>>> Handle hDispatchDriver 112189>>> Variant retVal 112189>>> Get phDispatchDriver to hDispatchDriver 112190>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 112191>>> Function_Return retVal 112192>>> End_Function 112193>>> 112193>>> Function ComFindName String llName Returns Variant 112195>>> Handle hDispatchDriver 112195>>> Variant retVal 112195>>> Get phDispatchDriver to hDispatchDriver 112196>>> Send PrepareParams to hDispatchDriver 1 112197>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 112198>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 112199>>> Function_Return retVal 112200>>> End_Function 112201>>> 112201>>> Procedure ComCaptureMouse 112203>>> Handle hDispatchDriver 112203>>> Get phDispatchDriver to hDispatchDriver 112204>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 112205>>> End_Procedure 112206>>> 112206>>> Procedure ComReleaseMouseCapture 112208>>> Handle hDispatchDriver 112208>>> Get phDispatchDriver to hDispatchDriver 112209>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 112210>>> End_Procedure 112211>>>End_Class 112212>>> 112212>>>Class cSigCjComMarkupRun is a cComAutomationObject 112213>>> 112213>>> Function ComCursor Returns OLEMarkupCursor 112215>>> OLEMarkupCursor retVal 112215>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 112216>>> Function_Return retVal 112217>>> End_Function 112218>>> 112218>>> Procedure Set ComCursor OLEMarkupCursor value 112220>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 112221>>> End_Procedure 112222>>> 112222>>> Function ComToolTip Returns Variant 112224>>> Variant retVal 112224>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 112225>>> Function_Return retVal 112226>>> End_Function 112227>>> 112227>>> Procedure Set ComToolTip Variant value 112229>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 112230>>> End_Procedure 112231>>> 112231>>> Function ComName Returns String 112233>>> String retVal 112233>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 112234>>> Function_Return retVal 112235>>> End_Function 112236>>> 112236>>> Procedure Set ComName String value 112238>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 112239>>> End_Procedure 112240>>> 112240>>> Function ComTag Returns Variant 112242>>> Variant retVal 112242>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 112243>>> Function_Return retVal 112244>>> End_Function 112245>>> 112245>>> Procedure Set ComTag Variant value 112247>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 112248>>> End_Procedure 112249>>> 112249>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 112251>>> OLEMarkupTextDecorations retVal 112251>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 112252>>> Function_Return retVal 112253>>> End_Function 112254>>> 112254>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 112256>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 112257>>> End_Procedure 112258>>> 112258>>> Function ComFontSize Returns Integer 112260>>> Integer retVal 112260>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 112261>>> Function_Return retVal 112262>>> End_Function 112263>>> 112263>>> Procedure Set ComFontSize Integer value 112265>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 112266>>> End_Procedure 112267>>> 112267>>> Function ComFontWeight Returns OLEMarkupFontWeight 112269>>> OLEMarkupFontWeight retVal 112269>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 112270>>> Function_Return retVal 112271>>> End_Function 112272>>> 112272>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 112274>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 112275>>> End_Procedure 112276>>> 112276>>> Function ComFontFamily Returns String 112278>>> String retVal 112278>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 112279>>> Function_Return retVal 112280>>> End_Function 112281>>> 112281>>> Procedure Set ComFontFamily String value 112283>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 112284>>> End_Procedure 112285>>> 112285>>> Function ComFontStyle Returns OLEMarkupFontStyle 112287>>> OLEMarkupFontStyle retVal 112287>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 112288>>> Function_Return retVal 112289>>> End_Function 112290>>> 112290>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 112292>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 112293>>> End_Procedure 112294>>> 112294>>> Function ComBackground Returns Variant 112296>>> Variant retVal 112296>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 112297>>> Function_Return retVal 112298>>> End_Function 112299>>> 112299>>> Procedure Set ComBackground Variant value 112301>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 112302>>> End_Procedure 112303>>> 112303>>> Function ComForeground Returns Variant 112305>>> Variant retVal 112305>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 112306>>> Function_Return retVal 112307>>> End_Function 112308>>> 112308>>> Procedure Set ComForeground Variant value 112310>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 112311>>> End_Procedure 112312>>> 112312>>> Function ComBaselineAlignment Returns Integer 112314>>> Integer retVal 112314>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 112315>>> Function_Return retVal 112316>>> End_Function 112317>>> 112317>>> Procedure Set ComBaselineAlignment Integer value 112319>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 112320>>> End_Procedure 112321>>> 112321>>> Function ComText Returns String 112323>>> String retVal 112323>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BSTR to retVal 112324>>> Function_Return retVal 112325>>> End_Function 112326>>> 112326>>> Procedure Set ComText String value 112328>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BSTR to value 112329>>> End_Procedure 112330>>> 112330>>> Function ComIsMouseOver Returns Boolean 112332>>> Handle hDispatchDriver 112332>>> Boolean retVal 112332>>> Get phDispatchDriver to hDispatchDriver 112333>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 112334>>> Function_Return retVal 112335>>> End_Function 112336>>> 112336>>> Procedure ComAddHandler Variant llEvent String llMethod 112338>>> Handle hDispatchDriver 112338>>> Get phDispatchDriver to hDispatchDriver 112339>>> Send PrepareParams to hDispatchDriver 2 112340>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 112341>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 112342>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 112343>>> End_Procedure 112344>>> 112344>>> Function ComMouseLeaveEvent Returns Variant 112346>>> Handle hDispatchDriver 112346>>> Variant retVal 112346>>> Get phDispatchDriver to hDispatchDriver 112347>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 112348>>> Function_Return retVal 112349>>> End_Function 112350>>> 112350>>> Function ComMouseEnterEvent Returns Variant 112352>>> Handle hDispatchDriver 112352>>> Variant retVal 112352>>> Get phDispatchDriver to hDispatchDriver 112353>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 112354>>> Function_Return retVal 112355>>> End_Function 112356>>> 112356>>> Function ComMouseLeftButtonUpEvent Returns Variant 112358>>> Handle hDispatchDriver 112358>>> Variant retVal 112358>>> Get phDispatchDriver to hDispatchDriver 112359>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 112360>>> Function_Return retVal 112361>>> End_Function 112362>>> 112362>>> Function ComMouseLeftButtonDownEvent Returns Variant 112364>>> Handle hDispatchDriver 112364>>> Variant retVal 112364>>> Get phDispatchDriver to hDispatchDriver 112365>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 112366>>> Function_Return retVal 112367>>> End_Function 112368>>> 112368>>> Function ComMouseRightButtonUpEvent Returns Variant 112370>>> Handle hDispatchDriver 112370>>> Variant retVal 112370>>> Get phDispatchDriver to hDispatchDriver 112371>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 112372>>> Function_Return retVal 112373>>> End_Function 112374>>> 112374>>> Function ComMouseRightButtonDownEvent Returns Variant 112376>>> Handle hDispatchDriver 112376>>> Variant retVal 112376>>> Get phDispatchDriver to hDispatchDriver 112377>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 112378>>> Function_Return retVal 112379>>> End_Function 112380>>> 112380>>> Function ComMouseMoveEvent Returns Variant 112382>>> Handle hDispatchDriver 112382>>> Variant retVal 112382>>> Get phDispatchDriver to hDispatchDriver 112383>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 112384>>> Function_Return retVal 112385>>> End_Function 112386>>> 112386>>> Function ComLostMouseCaptureEvent Returns Variant 112388>>> Handle hDispatchDriver 112388>>> Variant retVal 112388>>> Get phDispatchDriver to hDispatchDriver 112389>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 112390>>> Function_Return retVal 112391>>> End_Function 112392>>> 112392>>> Function ComFindName String llName Returns Variant 112394>>> Handle hDispatchDriver 112394>>> Variant retVal 112394>>> Get phDispatchDriver to hDispatchDriver 112395>>> Send PrepareParams to hDispatchDriver 1 112396>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 112397>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 112398>>> Function_Return retVal 112399>>> End_Function 112400>>> 112400>>> Procedure ComCaptureMouse 112402>>> Handle hDispatchDriver 112402>>> Get phDispatchDriver to hDispatchDriver 112403>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 112404>>> End_Procedure 112405>>> 112405>>> Procedure ComReleaseMouseCapture 112407>>> Handle hDispatchDriver 112407>>> Get phDispatchDriver to hDispatchDriver 112408>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 112409>>> End_Procedure 112410>>>End_Class 112411>>> 112411>>>Class cSigCjComMarkupSpan is a cComAutomationObject 112412>>> 112412>>> Function ComCursor Returns OLEMarkupCursor 112414>>> OLEMarkupCursor retVal 112414>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 112415>>> Function_Return retVal 112416>>> End_Function 112417>>> 112417>>> Procedure Set ComCursor OLEMarkupCursor value 112419>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 112420>>> End_Procedure 112421>>> 112421>>> Function ComToolTip Returns Variant 112423>>> Variant retVal 112423>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 112424>>> Function_Return retVal 112425>>> End_Function 112426>>> 112426>>> Procedure Set ComToolTip Variant value 112428>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 112429>>> End_Procedure 112430>>> 112430>>> Function ComName Returns String 112432>>> String retVal 112432>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 112433>>> Function_Return retVal 112434>>> End_Function 112435>>> 112435>>> Procedure Set ComName String value 112437>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 112438>>> End_Procedure 112439>>> 112439>>> Function ComTag Returns Variant 112441>>> Variant retVal 112441>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 112442>>> Function_Return retVal 112443>>> End_Function 112444>>> 112444>>> Procedure Set ComTag Variant value 112446>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 112447>>> End_Procedure 112448>>> 112448>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 112450>>> OLEMarkupTextDecorations retVal 112450>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 112451>>> Function_Return retVal 112452>>> End_Function 112453>>> 112453>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 112455>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 112456>>> End_Procedure 112457>>> 112457>>> Function ComFontSize Returns Integer 112459>>> Integer retVal 112459>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 112460>>> Function_Return retVal 112461>>> End_Function 112462>>> 112462>>> Procedure Set ComFontSize Integer value 112464>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 112465>>> End_Procedure 112466>>> 112466>>> Function ComFontWeight Returns OLEMarkupFontWeight 112468>>> OLEMarkupFontWeight retVal 112468>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 112469>>> Function_Return retVal 112470>>> End_Function 112471>>> 112471>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 112473>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 112474>>> End_Procedure 112475>>> 112475>>> Function ComFontFamily Returns String 112477>>> String retVal 112477>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 112478>>> Function_Return retVal 112479>>> End_Function 112480>>> 112480>>> Procedure Set ComFontFamily String value 112482>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 112483>>> End_Procedure 112484>>> 112484>>> Function ComFontStyle Returns OLEMarkupFontStyle 112486>>> OLEMarkupFontStyle retVal 112486>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 112487>>> Function_Return retVal 112488>>> End_Function 112489>>> 112489>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 112491>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 112492>>> End_Procedure 112493>>> 112493>>> Function ComBackground Returns Variant 112495>>> Variant retVal 112495>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 112496>>> Function_Return retVal 112497>>> End_Function 112498>>> 112498>>> Procedure Set ComBackground Variant value 112500>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 112501>>> End_Procedure 112502>>> 112502>>> Function ComForeground Returns Variant 112504>>> Variant retVal 112504>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 112505>>> Function_Return retVal 112506>>> End_Function 112507>>> 112507>>> Procedure Set ComForeground Variant value 112509>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 112510>>> End_Procedure 112511>>> 112511>>> Function ComBaselineAlignment Returns Integer 112513>>> Integer retVal 112513>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 112514>>> Function_Return retVal 112515>>> End_Function 112516>>> 112516>>> Procedure Set ComBaselineAlignment Integer value 112518>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 112519>>> End_Procedure 112520>>> 112520>>> Function ComIsMouseOver Returns Boolean 112522>>> Handle hDispatchDriver 112522>>> Boolean retVal 112522>>> Get phDispatchDriver to hDispatchDriver 112523>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 112524>>> Function_Return retVal 112525>>> End_Function 112526>>> 112526>>> Procedure ComAddHandler Variant llEvent String llMethod 112528>>> Handle hDispatchDriver 112528>>> Get phDispatchDriver to hDispatchDriver 112529>>> Send PrepareParams to hDispatchDriver 2 112530>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 112531>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 112532>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 112533>>> End_Procedure 112534>>> 112534>>> Function ComMouseLeaveEvent Returns Variant 112536>>> Handle hDispatchDriver 112536>>> Variant retVal 112536>>> Get phDispatchDriver to hDispatchDriver 112537>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 112538>>> Function_Return retVal 112539>>> End_Function 112540>>> 112540>>> Function ComMouseEnterEvent Returns Variant 112542>>> Handle hDispatchDriver 112542>>> Variant retVal 112542>>> Get phDispatchDriver to hDispatchDriver 112543>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 112544>>> Function_Return retVal 112545>>> End_Function 112546>>> 112546>>> Function ComMouseLeftButtonUpEvent Returns Variant 112548>>> Handle hDispatchDriver 112548>>> Variant retVal 112548>>> Get phDispatchDriver to hDispatchDriver 112549>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 112550>>> Function_Return retVal 112551>>> End_Function 112552>>> 112552>>> Function ComMouseLeftButtonDownEvent Returns Variant 112554>>> Handle hDispatchDriver 112554>>> Variant retVal 112554>>> Get phDispatchDriver to hDispatchDriver 112555>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 112556>>> Function_Return retVal 112557>>> End_Function 112558>>> 112558>>> Function ComMouseRightButtonUpEvent Returns Variant 112560>>> Handle hDispatchDriver 112560>>> Variant retVal 112560>>> Get phDispatchDriver to hDispatchDriver 112561>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 112562>>> Function_Return retVal 112563>>> End_Function 112564>>> 112564>>> Function ComMouseRightButtonDownEvent Returns Variant 112566>>> Handle hDispatchDriver 112566>>> Variant retVal 112566>>> Get phDispatchDriver to hDispatchDriver 112567>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 112568>>> Function_Return retVal 112569>>> End_Function 112570>>> 112570>>> Function ComMouseMoveEvent Returns Variant 112572>>> Handle hDispatchDriver 112572>>> Variant retVal 112572>>> Get phDispatchDriver to hDispatchDriver 112573>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 112574>>> Function_Return retVal 112575>>> End_Function 112576>>> 112576>>> Function ComLostMouseCaptureEvent Returns Variant 112578>>> Handle hDispatchDriver 112578>>> Variant retVal 112578>>> Get phDispatchDriver to hDispatchDriver 112579>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 112580>>> Function_Return retVal 112581>>> End_Function 112582>>> 112582>>> Function ComFindName String llName Returns Variant 112584>>> Handle hDispatchDriver 112584>>> Variant retVal 112584>>> Get phDispatchDriver to hDispatchDriver 112585>>> Send PrepareParams to hDispatchDriver 1 112586>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 112587>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 112588>>> Function_Return retVal 112589>>> End_Function 112590>>> 112590>>> Procedure ComCaptureMouse 112592>>> Handle hDispatchDriver 112592>>> Get phDispatchDriver to hDispatchDriver 112593>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 112594>>> End_Procedure 112595>>> 112595>>> Procedure ComReleaseMouseCapture 112597>>> Handle hDispatchDriver 112597>>> Get phDispatchDriver to hDispatchDriver 112598>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 112599>>> End_Procedure 112600>>> 112600>>> Function ComInlines Returns Variant 112602>>> Handle hDispatchDriver 112602>>> Variant retVal 112602>>> Get phDispatchDriver to hDispatchDriver 112603>>> Get InvokeComMethod of hDispatchDriver 700 OLE_VT_DISPATCH to retVal 112604>>> Function_Return retVal 112605>>> End_Function 112606>>>End_Class 112607>>> 112607>>>Class cSigCjComMarkupBold is a cComAutomationObject 112608>>> 112608>>> Function ComCursor Returns OLEMarkupCursor 112610>>> OLEMarkupCursor retVal 112610>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 112611>>> Function_Return retVal 112612>>> End_Function 112613>>> 112613>>> Procedure Set ComCursor OLEMarkupCursor value 112615>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 112616>>> End_Procedure 112617>>> 112617>>> Function ComToolTip Returns Variant 112619>>> Variant retVal 112619>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 112620>>> Function_Return retVal 112621>>> End_Function 112622>>> 112622>>> Procedure Set ComToolTip Variant value 112624>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 112625>>> End_Procedure 112626>>> 112626>>> Function ComName Returns String 112628>>> String retVal 112628>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 112629>>> Function_Return retVal 112630>>> End_Function 112631>>> 112631>>> Procedure Set ComName String value 112633>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 112634>>> End_Procedure 112635>>> 112635>>> Function ComTag Returns Variant 112637>>> Variant retVal 112637>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 112638>>> Function_Return retVal 112639>>> End_Function 112640>>> 112640>>> Procedure Set ComTag Variant value 112642>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 112643>>> End_Procedure 112644>>> 112644>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 112646>>> OLEMarkupTextDecorations retVal 112646>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 112647>>> Function_Return retVal 112648>>> End_Function 112649>>> 112649>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 112651>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 112652>>> End_Procedure 112653>>> 112653>>> Function ComFontSize Returns Integer 112655>>> Integer retVal 112655>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 112656>>> Function_Return retVal 112657>>> End_Function 112658>>> 112658>>> Procedure Set ComFontSize Integer value 112660>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 112661>>> End_Procedure 112662>>> 112662>>> Function ComFontWeight Returns OLEMarkupFontWeight 112664>>> OLEMarkupFontWeight retVal 112664>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 112665>>> Function_Return retVal 112666>>> End_Function 112667>>> 112667>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 112669>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 112670>>> End_Procedure 112671>>> 112671>>> Function ComFontFamily Returns String 112673>>> String retVal 112673>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 112674>>> Function_Return retVal 112675>>> End_Function 112676>>> 112676>>> Procedure Set ComFontFamily String value 112678>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 112679>>> End_Procedure 112680>>> 112680>>> Function ComFontStyle Returns OLEMarkupFontStyle 112682>>> OLEMarkupFontStyle retVal 112682>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 112683>>> Function_Return retVal 112684>>> End_Function 112685>>> 112685>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 112687>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 112688>>> End_Procedure 112689>>> 112689>>> Function ComBackground Returns Variant 112691>>> Variant retVal 112691>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 112692>>> Function_Return retVal 112693>>> End_Function 112694>>> 112694>>> Procedure Set ComBackground Variant value 112696>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 112697>>> End_Procedure 112698>>> 112698>>> Function ComForeground Returns Variant 112700>>> Variant retVal 112700>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 112701>>> Function_Return retVal 112702>>> End_Function 112703>>> 112703>>> Procedure Set ComForeground Variant value 112705>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 112706>>> End_Procedure 112707>>> 112707>>> Function ComBaselineAlignment Returns Integer 112709>>> Integer retVal 112709>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 112710>>> Function_Return retVal 112711>>> End_Function 112712>>> 112712>>> Procedure Set ComBaselineAlignment Integer value 112714>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 112715>>> End_Procedure 112716>>> 112716>>> Function ComIsMouseOver Returns Boolean 112718>>> Handle hDispatchDriver 112718>>> Boolean retVal 112718>>> Get phDispatchDriver to hDispatchDriver 112719>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 112720>>> Function_Return retVal 112721>>> End_Function 112722>>> 112722>>> Procedure ComAddHandler Variant llEvent String llMethod 112724>>> Handle hDispatchDriver 112724>>> Get phDispatchDriver to hDispatchDriver 112725>>> Send PrepareParams to hDispatchDriver 2 112726>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 112727>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 112728>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 112729>>> End_Procedure 112730>>> 112730>>> Function ComMouseLeaveEvent Returns Variant 112732>>> Handle hDispatchDriver 112732>>> Variant retVal 112732>>> Get phDispatchDriver to hDispatchDriver 112733>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 112734>>> Function_Return retVal 112735>>> End_Function 112736>>> 112736>>> Function ComMouseEnterEvent Returns Variant 112738>>> Handle hDispatchDriver 112738>>> Variant retVal 112738>>> Get phDispatchDriver to hDispatchDriver 112739>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 112740>>> Function_Return retVal 112741>>> End_Function 112742>>> 112742>>> Function ComMouseLeftButtonUpEvent Returns Variant 112744>>> Handle hDispatchDriver 112744>>> Variant retVal 112744>>> Get phDispatchDriver to hDispatchDriver 112745>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 112746>>> Function_Return retVal 112747>>> End_Function 112748>>> 112748>>> Function ComMouseLeftButtonDownEvent Returns Variant 112750>>> Handle hDispatchDriver 112750>>> Variant retVal 112750>>> Get phDispatchDriver to hDispatchDriver 112751>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 112752>>> Function_Return retVal 112753>>> End_Function 112754>>> 112754>>> Function ComMouseRightButtonUpEvent Returns Variant 112756>>> Handle hDispatchDriver 112756>>> Variant retVal 112756>>> Get phDispatchDriver to hDispatchDriver 112757>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 112758>>> Function_Return retVal 112759>>> End_Function 112760>>> 112760>>> Function ComMouseRightButtonDownEvent Returns Variant 112762>>> Handle hDispatchDriver 112762>>> Variant retVal 112762>>> Get phDispatchDriver to hDispatchDriver 112763>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 112764>>> Function_Return retVal 112765>>> End_Function 112766>>> 112766>>> Function ComMouseMoveEvent Returns Variant 112768>>> Handle hDispatchDriver 112768>>> Variant retVal 112768>>> Get phDispatchDriver to hDispatchDriver 112769>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 112770>>> Function_Return retVal 112771>>> End_Function 112772>>> 112772>>> Function ComLostMouseCaptureEvent Returns Variant 112774>>> Handle hDispatchDriver 112774>>> Variant retVal 112774>>> Get phDispatchDriver to hDispatchDriver 112775>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 112776>>> Function_Return retVal 112777>>> End_Function 112778>>> 112778>>> Function ComFindName String llName Returns Variant 112780>>> Handle hDispatchDriver 112780>>> Variant retVal 112780>>> Get phDispatchDriver to hDispatchDriver 112781>>> Send PrepareParams to hDispatchDriver 1 112782>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 112783>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 112784>>> Function_Return retVal 112785>>> End_Function 112786>>> 112786>>> Procedure ComCaptureMouse 112788>>> Handle hDispatchDriver 112788>>> Get phDispatchDriver to hDispatchDriver 112789>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 112790>>> End_Procedure 112791>>> 112791>>> Procedure ComReleaseMouseCapture 112793>>> Handle hDispatchDriver 112793>>> Get phDispatchDriver to hDispatchDriver 112794>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 112795>>> End_Procedure 112796>>> 112796>>> Function ComInlines Returns Variant 112798>>> Handle hDispatchDriver 112798>>> Variant retVal 112798>>> Get phDispatchDriver to hDispatchDriver 112799>>> Get InvokeComMethod of hDispatchDriver 700 OLE_VT_DISPATCH to retVal 112800>>> Function_Return retVal 112801>>> End_Function 112802>>>End_Class 112803>>> 112803>>>Class cSigCjComMarkupHyperlink is a cComAutomationObject 112804>>> 112804>>> Function ComCursor Returns OLEMarkupCursor 112806>>> OLEMarkupCursor retVal 112806>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 112807>>> Function_Return retVal 112808>>> End_Function 112809>>> 112809>>> Procedure Set ComCursor OLEMarkupCursor value 112811>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 112812>>> End_Procedure 112813>>> 112813>>> Function ComToolTip Returns Variant 112815>>> Variant retVal 112815>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 112816>>> Function_Return retVal 112817>>> End_Function 112818>>> 112818>>> Procedure Set ComToolTip Variant value 112820>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 112821>>> End_Procedure 112822>>> 112822>>> Function ComName Returns String 112824>>> String retVal 112824>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 112825>>> Function_Return retVal 112826>>> End_Function 112827>>> 112827>>> Procedure Set ComName String value 112829>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 112830>>> End_Procedure 112831>>> 112831>>> Function ComTag Returns Variant 112833>>> Variant retVal 112833>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 112834>>> Function_Return retVal 112835>>> End_Function 112836>>> 112836>>> Procedure Set ComTag Variant value 112838>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 112839>>> End_Procedure 112840>>> 112840>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 112842>>> OLEMarkupTextDecorations retVal 112842>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 112843>>> Function_Return retVal 112844>>> End_Function 112845>>> 112845>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 112847>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 112848>>> End_Procedure 112849>>> 112849>>> Function ComFontSize Returns Integer 112851>>> Integer retVal 112851>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 112852>>> Function_Return retVal 112853>>> End_Function 112854>>> 112854>>> Procedure Set ComFontSize Integer value 112856>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 112857>>> End_Procedure 112858>>> 112858>>> Function ComFontWeight Returns OLEMarkupFontWeight 112860>>> OLEMarkupFontWeight retVal 112860>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 112861>>> Function_Return retVal 112862>>> End_Function 112863>>> 112863>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 112865>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 112866>>> End_Procedure 112867>>> 112867>>> Function ComFontFamily Returns String 112869>>> String retVal 112869>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 112870>>> Function_Return retVal 112871>>> End_Function 112872>>> 112872>>> Procedure Set ComFontFamily String value 112874>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 112875>>> End_Procedure 112876>>> 112876>>> Function ComFontStyle Returns OLEMarkupFontStyle 112878>>> OLEMarkupFontStyle retVal 112878>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 112879>>> Function_Return retVal 112880>>> End_Function 112881>>> 112881>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 112883>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 112884>>> End_Procedure 112885>>> 112885>>> Function ComBackground Returns Variant 112887>>> Variant retVal 112887>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 112888>>> Function_Return retVal 112889>>> End_Function 112890>>> 112890>>> Procedure Set ComBackground Variant value 112892>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 112893>>> End_Procedure 112894>>> 112894>>> Function ComForeground Returns Variant 112896>>> Variant retVal 112896>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 112897>>> Function_Return retVal 112898>>> End_Function 112899>>> 112899>>> Procedure Set ComForeground Variant value 112901>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 112902>>> End_Procedure 112903>>> 112903>>> Function ComBaselineAlignment Returns Integer 112905>>> Integer retVal 112905>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 112906>>> Function_Return retVal 112907>>> End_Function 112908>>> 112908>>> Procedure Set ComBaselineAlignment Integer value 112910>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 112911>>> End_Procedure 112912>>> 112912>>> Function ComIsMouseOver Returns Boolean 112914>>> Handle hDispatchDriver 112914>>> Boolean retVal 112914>>> Get phDispatchDriver to hDispatchDriver 112915>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 112916>>> Function_Return retVal 112917>>> End_Function 112918>>> 112918>>> Procedure ComAddHandler Variant llEvent String llMethod 112920>>> Handle hDispatchDriver 112920>>> Get phDispatchDriver to hDispatchDriver 112921>>> Send PrepareParams to hDispatchDriver 2 112922>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 112923>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 112924>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 112925>>> End_Procedure 112926>>> 112926>>> Function ComMouseLeaveEvent Returns Variant 112928>>> Handle hDispatchDriver 112928>>> Variant retVal 112928>>> Get phDispatchDriver to hDispatchDriver 112929>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 112930>>> Function_Return retVal 112931>>> End_Function 112932>>> 112932>>> Function ComMouseEnterEvent Returns Variant 112934>>> Handle hDispatchDriver 112934>>> Variant retVal 112934>>> Get phDispatchDriver to hDispatchDriver 112935>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 112936>>> Function_Return retVal 112937>>> End_Function 112938>>> 112938>>> Function ComMouseLeftButtonUpEvent Returns Variant 112940>>> Handle hDispatchDriver 112940>>> Variant retVal 112940>>> Get phDispatchDriver to hDispatchDriver 112941>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 112942>>> Function_Return retVal 112943>>> End_Function 112944>>> 112944>>> Function ComMouseLeftButtonDownEvent Returns Variant 112946>>> Handle hDispatchDriver 112946>>> Variant retVal 112946>>> Get phDispatchDriver to hDispatchDriver 112947>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 112948>>> Function_Return retVal 112949>>> End_Function 112950>>> 112950>>> Function ComMouseRightButtonUpEvent Returns Variant 112952>>> Handle hDispatchDriver 112952>>> Variant retVal 112952>>> Get phDispatchDriver to hDispatchDriver 112953>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 112954>>> Function_Return retVal 112955>>> End_Function 112956>>> 112956>>> Function ComMouseRightButtonDownEvent Returns Variant 112958>>> Handle hDispatchDriver 112958>>> Variant retVal 112958>>> Get phDispatchDriver to hDispatchDriver 112959>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 112960>>> Function_Return retVal 112961>>> End_Function 112962>>> 112962>>> Function ComMouseMoveEvent Returns Variant 112964>>> Handle hDispatchDriver 112964>>> Variant retVal 112964>>> Get phDispatchDriver to hDispatchDriver 112965>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 112966>>> Function_Return retVal 112967>>> End_Function 112968>>> 112968>>> Function ComLostMouseCaptureEvent Returns Variant 112970>>> Handle hDispatchDriver 112970>>> Variant retVal 112970>>> Get phDispatchDriver to hDispatchDriver 112971>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 112972>>> Function_Return retVal 112973>>> End_Function 112974>>> 112974>>> Function ComFindName String llName Returns Variant 112976>>> Handle hDispatchDriver 112976>>> Variant retVal 112976>>> Get phDispatchDriver to hDispatchDriver 112977>>> Send PrepareParams to hDispatchDriver 1 112978>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 112979>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 112980>>> Function_Return retVal 112981>>> End_Function 112982>>> 112982>>> Procedure ComCaptureMouse 112984>>> Handle hDispatchDriver 112984>>> Get phDispatchDriver to hDispatchDriver 112985>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 112986>>> End_Procedure 112987>>> 112987>>> Procedure ComReleaseMouseCapture 112989>>> Handle hDispatchDriver 112989>>> Get phDispatchDriver to hDispatchDriver 112990>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 112991>>> End_Procedure 112992>>> 112992>>> Function ComInlines Returns Variant 112994>>> Handle hDispatchDriver 112994>>> Variant retVal 112994>>> Get phDispatchDriver to hDispatchDriver 112995>>> Get InvokeComMethod of hDispatchDriver 700 OLE_VT_DISPATCH to retVal 112996>>> Function_Return retVal 112997>>> End_Function 112998>>> 112998>>> Function ComClickEvent Returns Variant 113000>>> Handle hDispatchDriver 113000>>> Variant retVal 113000>>> Get phDispatchDriver to hDispatchDriver 113001>>> Get InvokeComMethod of hDispatchDriver 800 OLE_VT_DISPATCH to retVal 113002>>> Function_Return retVal 113003>>> End_Function 113004>>>End_Class 113005>>> 113005>>>Class cSigCjComMarkupItalic is a cComAutomationObject 113006>>> 113006>>> Function ComCursor Returns OLEMarkupCursor 113008>>> OLEMarkupCursor retVal 113008>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 113009>>> Function_Return retVal 113010>>> End_Function 113011>>> 113011>>> Procedure Set ComCursor OLEMarkupCursor value 113013>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 113014>>> End_Procedure 113015>>> 113015>>> Function ComToolTip Returns Variant 113017>>> Variant retVal 113017>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 113018>>> Function_Return retVal 113019>>> End_Function 113020>>> 113020>>> Procedure Set ComToolTip Variant value 113022>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 113023>>> End_Procedure 113024>>> 113024>>> Function ComName Returns String 113026>>> String retVal 113026>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 113027>>> Function_Return retVal 113028>>> End_Function 113029>>> 113029>>> Procedure Set ComName String value 113031>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 113032>>> End_Procedure 113033>>> 113033>>> Function ComTag Returns Variant 113035>>> Variant retVal 113035>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 113036>>> Function_Return retVal 113037>>> End_Function 113038>>> 113038>>> Procedure Set ComTag Variant value 113040>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 113041>>> End_Procedure 113042>>> 113042>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 113044>>> OLEMarkupTextDecorations retVal 113044>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 113045>>> Function_Return retVal 113046>>> End_Function 113047>>> 113047>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 113049>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 113050>>> End_Procedure 113051>>> 113051>>> Function ComFontSize Returns Integer 113053>>> Integer retVal 113053>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 113054>>> Function_Return retVal 113055>>> End_Function 113056>>> 113056>>> Procedure Set ComFontSize Integer value 113058>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 113059>>> End_Procedure 113060>>> 113060>>> Function ComFontWeight Returns OLEMarkupFontWeight 113062>>> OLEMarkupFontWeight retVal 113062>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 113063>>> Function_Return retVal 113064>>> End_Function 113065>>> 113065>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 113067>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 113068>>> End_Procedure 113069>>> 113069>>> Function ComFontFamily Returns String 113071>>> String retVal 113071>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 113072>>> Function_Return retVal 113073>>> End_Function 113074>>> 113074>>> Procedure Set ComFontFamily String value 113076>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 113077>>> End_Procedure 113078>>> 113078>>> Function ComFontStyle Returns OLEMarkupFontStyle 113080>>> OLEMarkupFontStyle retVal 113080>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 113081>>> Function_Return retVal 113082>>> End_Function 113083>>> 113083>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 113085>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 113086>>> End_Procedure 113087>>> 113087>>> Function ComBackground Returns Variant 113089>>> Variant retVal 113089>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 113090>>> Function_Return retVal 113091>>> End_Function 113092>>> 113092>>> Procedure Set ComBackground Variant value 113094>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 113095>>> End_Procedure 113096>>> 113096>>> Function ComForeground Returns Variant 113098>>> Variant retVal 113098>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 113099>>> Function_Return retVal 113100>>> End_Function 113101>>> 113101>>> Procedure Set ComForeground Variant value 113103>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 113104>>> End_Procedure 113105>>> 113105>>> Function ComBaselineAlignment Returns Integer 113107>>> Integer retVal 113107>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 113108>>> Function_Return retVal 113109>>> End_Function 113110>>> 113110>>> Procedure Set ComBaselineAlignment Integer value 113112>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 113113>>> End_Procedure 113114>>> 113114>>> Function ComIsMouseOver Returns Boolean 113116>>> Handle hDispatchDriver 113116>>> Boolean retVal 113116>>> Get phDispatchDriver to hDispatchDriver 113117>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 113118>>> Function_Return retVal 113119>>> End_Function 113120>>> 113120>>> Procedure ComAddHandler Variant llEvent String llMethod 113122>>> Handle hDispatchDriver 113122>>> Get phDispatchDriver to hDispatchDriver 113123>>> Send PrepareParams to hDispatchDriver 2 113124>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 113125>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 113126>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 113127>>> End_Procedure 113128>>> 113128>>> Function ComMouseLeaveEvent Returns Variant 113130>>> Handle hDispatchDriver 113130>>> Variant retVal 113130>>> Get phDispatchDriver to hDispatchDriver 113131>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 113132>>> Function_Return retVal 113133>>> End_Function 113134>>> 113134>>> Function ComMouseEnterEvent Returns Variant 113136>>> Handle hDispatchDriver 113136>>> Variant retVal 113136>>> Get phDispatchDriver to hDispatchDriver 113137>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 113138>>> Function_Return retVal 113139>>> End_Function 113140>>> 113140>>> Function ComMouseLeftButtonUpEvent Returns Variant 113142>>> Handle hDispatchDriver 113142>>> Variant retVal 113142>>> Get phDispatchDriver to hDispatchDriver 113143>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 113144>>> Function_Return retVal 113145>>> End_Function 113146>>> 113146>>> Function ComMouseLeftButtonDownEvent Returns Variant 113148>>> Handle hDispatchDriver 113148>>> Variant retVal 113148>>> Get phDispatchDriver to hDispatchDriver 113149>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 113150>>> Function_Return retVal 113151>>> End_Function 113152>>> 113152>>> Function ComMouseRightButtonUpEvent Returns Variant 113154>>> Handle hDispatchDriver 113154>>> Variant retVal 113154>>> Get phDispatchDriver to hDispatchDriver 113155>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 113156>>> Function_Return retVal 113157>>> End_Function 113158>>> 113158>>> Function ComMouseRightButtonDownEvent Returns Variant 113160>>> Handle hDispatchDriver 113160>>> Variant retVal 113160>>> Get phDispatchDriver to hDispatchDriver 113161>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 113162>>> Function_Return retVal 113163>>> End_Function 113164>>> 113164>>> Function ComMouseMoveEvent Returns Variant 113166>>> Handle hDispatchDriver 113166>>> Variant retVal 113166>>> Get phDispatchDriver to hDispatchDriver 113167>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 113168>>> Function_Return retVal 113169>>> End_Function 113170>>> 113170>>> Function ComLostMouseCaptureEvent Returns Variant 113172>>> Handle hDispatchDriver 113172>>> Variant retVal 113172>>> Get phDispatchDriver to hDispatchDriver 113173>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 113174>>> Function_Return retVal 113175>>> End_Function 113176>>> 113176>>> Function ComFindName String llName Returns Variant 113178>>> Handle hDispatchDriver 113178>>> Variant retVal 113178>>> Get phDispatchDriver to hDispatchDriver 113179>>> Send PrepareParams to hDispatchDriver 1 113180>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 113181>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 113182>>> Function_Return retVal 113183>>> End_Function 113184>>> 113184>>> Procedure ComCaptureMouse 113186>>> Handle hDispatchDriver 113186>>> Get phDispatchDriver to hDispatchDriver 113187>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 113188>>> End_Procedure 113189>>> 113189>>> Procedure ComReleaseMouseCapture 113191>>> Handle hDispatchDriver 113191>>> Get phDispatchDriver to hDispatchDriver 113192>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 113193>>> End_Procedure 113194>>> 113194>>> Function ComInlines Returns Variant 113196>>> Handle hDispatchDriver 113196>>> Variant retVal 113196>>> Get phDispatchDriver to hDispatchDriver 113197>>> Get InvokeComMethod of hDispatchDriver 700 OLE_VT_DISPATCH to retVal 113198>>> Function_Return retVal 113199>>> End_Function 113200>>>End_Class 113201>>> 113201>>>Class cSigCjComMarkupUnderline is a cComAutomationObject 113202>>> 113202>>> Function ComCursor Returns OLEMarkupCursor 113204>>> OLEMarkupCursor retVal 113204>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 113205>>> Function_Return retVal 113206>>> End_Function 113207>>> 113207>>> Procedure Set ComCursor OLEMarkupCursor value 113209>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 113210>>> End_Procedure 113211>>> 113211>>> Function ComToolTip Returns Variant 113213>>> Variant retVal 113213>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 113214>>> Function_Return retVal 113215>>> End_Function 113216>>> 113216>>> Procedure Set ComToolTip Variant value 113218>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 113219>>> End_Procedure 113220>>> 113220>>> Function ComName Returns String 113222>>> String retVal 113222>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 113223>>> Function_Return retVal 113224>>> End_Function 113225>>> 113225>>> Procedure Set ComName String value 113227>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 113228>>> End_Procedure 113229>>> 113229>>> Function ComTag Returns Variant 113231>>> Variant retVal 113231>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to retVal 113232>>> Function_Return retVal 113233>>> End_Function 113234>>> 113234>>> Procedure Set ComTag Variant value 113236>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_VARIANT to value 113237>>> End_Procedure 113238>>> 113238>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 113240>>> OLEMarkupTextDecorations retVal 113240>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 113241>>> Function_Return retVal 113242>>> End_Function 113243>>> 113243>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 113245>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 113246>>> End_Procedure 113247>>> 113247>>> Function ComFontSize Returns Integer 113249>>> Integer retVal 113249>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 113250>>> Function_Return retVal 113251>>> End_Function 113252>>> 113252>>> Procedure Set ComFontSize Integer value 113254>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 113255>>> End_Procedure 113256>>> 113256>>> Function ComFontWeight Returns OLEMarkupFontWeight 113258>>> OLEMarkupFontWeight retVal 113258>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 113259>>> Function_Return retVal 113260>>> End_Function 113261>>> 113261>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 113263>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 113264>>> End_Procedure 113265>>> 113265>>> Function ComFontFamily Returns String 113267>>> String retVal 113267>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 113268>>> Function_Return retVal 113269>>> End_Function 113270>>> 113270>>> Procedure Set ComFontFamily String value 113272>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 113273>>> End_Procedure 113274>>> 113274>>> Function ComFontStyle Returns OLEMarkupFontStyle 113276>>> OLEMarkupFontStyle retVal 113276>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 113277>>> Function_Return retVal 113278>>> End_Function 113279>>> 113279>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 113281>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 113282>>> End_Procedure 113283>>> 113283>>> Function ComBackground Returns Variant 113285>>> Variant retVal 113285>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 113286>>> Function_Return retVal 113287>>> End_Function 113288>>> 113288>>> Procedure Set ComBackground Variant value 113290>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 113291>>> End_Procedure 113292>>> 113292>>> Function ComForeground Returns Variant 113294>>> Variant retVal 113294>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 113295>>> Function_Return retVal 113296>>> End_Function 113297>>> 113297>>> Procedure Set ComForeground Variant value 113299>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 113300>>> End_Procedure 113301>>> 113301>>> Function ComBaselineAlignment Returns Integer 113303>>> Integer retVal 113303>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 113304>>> Function_Return retVal 113305>>> End_Function 113306>>> 113306>>> Procedure Set ComBaselineAlignment Integer value 113308>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 113309>>> End_Procedure 113310>>> 113310>>> Function ComIsMouseOver Returns Boolean 113312>>> Handle hDispatchDriver 113312>>> Boolean retVal 113312>>> Get phDispatchDriver to hDispatchDriver 113313>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 113314>>> Function_Return retVal 113315>>> End_Function 113316>>> 113316>>> Procedure ComAddHandler Variant llEvent String llMethod 113318>>> Handle hDispatchDriver 113318>>> Get phDispatchDriver to hDispatchDriver 113319>>> Send PrepareParams to hDispatchDriver 2 113320>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 113321>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 113322>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 113323>>> End_Procedure 113324>>> 113324>>> Function ComMouseLeaveEvent Returns Variant 113326>>> Handle hDispatchDriver 113326>>> Variant retVal 113326>>> Get phDispatchDriver to hDispatchDriver 113327>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 113328>>> Function_Return retVal 113329>>> End_Function 113330>>> 113330>>> Function ComMouseEnterEvent Returns Variant 113332>>> Handle hDispatchDriver 113332>>> Variant retVal 113332>>> Get phDispatchDriver to hDispatchDriver 113333>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 113334>>> Function_Return retVal 113335>>> End_Function 113336>>> 113336>>> Function ComMouseLeftButtonUpEvent Returns Variant 113338>>> Handle hDispatchDriver 113338>>> Variant retVal 113338>>> Get phDispatchDriver to hDispatchDriver 113339>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 113340>>> Function_Return retVal 113341>>> End_Function 113342>>> 113342>>> Function ComMouseLeftButtonDownEvent Returns Variant 113344>>> Handle hDispatchDriver 113344>>> Variant retVal 113344>>> Get phDispatchDriver to hDispatchDriver 113345>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 113346>>> Function_Return retVal 113347>>> End_Function 113348>>> 113348>>> Function ComMouseRightButtonUpEvent Returns Variant 113350>>> Handle hDispatchDriver 113350>>> Variant retVal 113350>>> Get phDispatchDriver to hDispatchDriver 113351>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 113352>>> Function_Return retVal 113353>>> End_Function 113354>>> 113354>>> Function ComMouseRightButtonDownEvent Returns Variant 113356>>> Handle hDispatchDriver 113356>>> Variant retVal 113356>>> Get phDispatchDriver to hDispatchDriver 113357>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 113358>>> Function_Return retVal 113359>>> End_Function 113360>>> 113360>>> Function ComMouseMoveEvent Returns Variant 113362>>> Handle hDispatchDriver 113362>>> Variant retVal 113362>>> Get phDispatchDriver to hDispatchDriver 113363>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 113364>>> Function_Return retVal 113365>>> End_Function 113366>>> 113366>>> Function ComLostMouseCaptureEvent Returns Variant 113368>>> Handle hDispatchDriver 113368>>> Variant retVal 113368>>> Get phDispatchDriver to hDispatchDriver 113369>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 113370>>> Function_Return retVal 113371>>> End_Function 113372>>> 113372>>> Function ComFindName String llName Returns Variant 113374>>> Handle hDispatchDriver 113374>>> Variant retVal 113374>>> Get phDispatchDriver to hDispatchDriver 113375>>> Send PrepareParams to hDispatchDriver 1 113376>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 113377>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 113378>>> Function_Return retVal 113379>>> End_Function 113380>>> 113380>>> Procedure ComCaptureMouse 113382>>> Handle hDispatchDriver 113382>>> Get phDispatchDriver to hDispatchDriver 113383>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 113384>>> End_Procedure 113385>>> 113385>>> Procedure ComReleaseMouseCapture 113387>>> Handle hDispatchDriver 113387>>> Get phDispatchDriver to hDispatchDriver 113388>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 113389>>> End_Procedure 113390>>> 113390>>> Function ComInlines Returns Variant 113392>>> Handle hDispatchDriver 113392>>> Variant retVal 113392>>> Get phDispatchDriver to hDispatchDriver 113393>>> Get InvokeComMethod of hDispatchDriver 700 OLE_VT_DISPATCH to retVal 113394>>> Function_Return retVal 113395>>> End_Function 113396>>>End_Class 113397>>> 113397>>>Class cSigCjComMarkupTextBlock is a cComAutomationObject 113398>>> 113398>>> Function ComCursor Returns OLEMarkupCursor 113400>>> OLEMarkupCursor retVal 113400>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 113401>>> Function_Return retVal 113402>>> End_Function 113403>>> 113403>>> Procedure Set ComCursor OLEMarkupCursor value 113405>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 113406>>> End_Procedure 113407>>> 113407>>> Function ComToolTip Returns Variant 113409>>> Variant retVal 113409>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 113410>>> Function_Return retVal 113411>>> End_Function 113412>>> 113412>>> Procedure Set ComToolTip Variant value 113414>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 113415>>> End_Procedure 113416>>> 113416>>> Function ComName Returns String 113418>>> String retVal 113418>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 113419>>> Function_Return retVal 113420>>> End_Function 113421>>> 113421>>> Procedure Set ComName String value 113423>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 113424>>> End_Procedure 113425>>> 113425>>> Function ComClipToBounds Returns Boolean 113427>>> Boolean retVal 113427>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 113428>>> Function_Return retVal 113429>>> End_Function 113430>>> 113430>>> Procedure Set ComClipToBounds Boolean value 113432>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 113433>>> End_Procedure 113434>>> 113434>>> Function ComVisibility Returns OLEMarkupVisibility 113436>>> OLEMarkupVisibility retVal 113436>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 113437>>> Function_Return retVal 113438>>> End_Function 113439>>> 113439>>> Procedure Set ComVisibility OLEMarkupVisibility value 113441>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 113442>>> End_Procedure 113443>>> 113443>>> Function ComFocusable Returns Boolean 113445>>> Boolean retVal 113445>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 113446>>> Function_Return retVal 113447>>> End_Function 113448>>> 113448>>> Procedure Set ComFocusable Boolean value 113450>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 113451>>> End_Procedure 113452>>> 113452>>> Function ComIsEnabled Returns Boolean 113454>>> Boolean retVal 113454>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 113455>>> Function_Return retVal 113456>>> End_Function 113457>>> 113457>>> Procedure Set ComIsEnabled Boolean value 113459>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 113460>>> End_Procedure 113461>>> 113461>>> Function ComRenderTransform Returns Variant 113463>>> Variant retVal 113463>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 113464>>> Function_Return retVal 113465>>> End_Function 113466>>> 113466>>> Procedure Set ComRenderTransform Variant value 113468>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 113469>>> End_Procedure 113470>>> 113470>>> Function ComOpacity Returns Real 113472>>> Real retVal 113472>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 113473>>> Function_Return retVal 113474>>> End_Function 113475>>> 113475>>> Procedure Set ComOpacity Real value 113477>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 113478>>> End_Procedure 113479>>> 113479>>> Function ComMinWidth Returns Integer 113481>>> Integer retVal 113481>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 113482>>> Function_Return retVal 113483>>> End_Function 113484>>> 113484>>> Procedure Set ComMinWidth Integer value 113486>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 113487>>> End_Procedure 113488>>> 113488>>> Function ComWidth Returns Integer 113490>>> Integer retVal 113490>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 113491>>> Function_Return retVal 113492>>> End_Function 113493>>> 113493>>> Procedure Set ComWidth Integer value 113495>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 113496>>> End_Procedure 113497>>> 113497>>> Function ComMaxWidth Returns Integer 113499>>> Integer retVal 113499>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 113500>>> Function_Return retVal 113501>>> End_Function 113502>>> 113502>>> Procedure Set ComMaxWidth Integer value 113504>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 113505>>> End_Procedure 113506>>> 113506>>> Function ComMinHeight Returns Integer 113508>>> Integer retVal 113508>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 113509>>> Function_Return retVal 113510>>> End_Function 113511>>> 113511>>> Procedure Set ComMinHeight Integer value 113513>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 113514>>> End_Procedure 113515>>> 113515>>> Function ComHeight Returns Integer 113517>>> Integer retVal 113517>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 113518>>> Function_Return retVal 113519>>> End_Function 113520>>> 113520>>> Procedure Set ComHeight Integer value 113522>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 113523>>> End_Procedure 113524>>> 113524>>> Function ComMaxHeight Returns Integer 113526>>> Integer retVal 113526>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 113527>>> Function_Return retVal 113528>>> End_Function 113529>>> 113529>>> Procedure Set ComMaxHeight Integer value 113531>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 113532>>> End_Procedure 113533>>> 113533>>> Function ComMargin Returns Variant 113535>>> Variant retVal 113535>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 113536>>> Function_Return retVal 113537>>> End_Function 113538>>> 113538>>> Procedure Set ComMargin Variant value 113540>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 113541>>> End_Procedure 113542>>> 113542>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 113544>>> OLEMarkupHorizontalAlignment retVal 113544>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 113545>>> Function_Return retVal 113546>>> End_Function 113547>>> 113547>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 113549>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 113550>>> End_Procedure 113551>>> 113551>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 113553>>> OLEMarkupVerticalAlignment retVal 113553>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 113554>>> Function_Return retVal 113555>>> End_Function 113556>>> 113556>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 113558>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 113559>>> End_Procedure 113560>>> 113560>>> Function ComTag Returns Variant 113562>>> Variant retVal 113562>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 113563>>> Function_Return retVal 113564>>> End_Function 113565>>> 113565>>> Procedure Set ComTag Variant value 113567>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 113568>>> End_Procedure 113569>>> 113569>>> Function ComTextWrapping Returns OLEMarkupTextWrapping 113571>>> OLEMarkupTextWrapping retVal 113571>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_I4 to retVal 113572>>> Function_Return retVal 113573>>> End_Function 113574>>> 113574>>> Procedure Set ComTextWrapping OLEMarkupTextWrapping value 113576>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_I4 to value 113577>>> End_Procedure 113578>>> 113578>>> Function ComTextTrimming Returns OLEMarkupTextTrimming 113580>>> OLEMarkupTextTrimming retVal 113580>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to retVal 113581>>> Function_Return retVal 113582>>> End_Function 113583>>> 113583>>> Procedure Set ComTextTrimming OLEMarkupTextTrimming value 113585>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to value 113586>>> End_Procedure 113587>>> 113587>>> Function ComTextAlignment Returns OLEMarkupTextAlignment 113589>>> OLEMarkupTextAlignment retVal 113589>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 113590>>> Function_Return retVal 113591>>> End_Function 113592>>> 113592>>> Procedure Set ComTextAlignment OLEMarkupTextAlignment value 113594>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 113595>>> End_Procedure 113596>>> 113596>>> Function ComTextDecorations Returns OLEMarkupTextDecorations 113598>>> OLEMarkupTextDecorations retVal 113598>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 113599>>> Function_Return retVal 113600>>> End_Function 113601>>> 113601>>> Procedure Set ComTextDecorations OLEMarkupTextDecorations value 113603>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 113604>>> End_Procedure 113605>>> 113605>>> Function ComFontSize Returns Integer 113607>>> Integer retVal 113607>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 113608>>> Function_Return retVal 113609>>> End_Function 113610>>> 113610>>> Procedure Set ComFontSize Integer value 113612>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 113613>>> End_Procedure 113614>>> 113614>>> Function ComFontWeight Returns OLEMarkupFontWeight 113616>>> OLEMarkupFontWeight retVal 113616>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 113617>>> Function_Return retVal 113618>>> End_Function 113619>>> 113619>>> Procedure Set ComFontWeight OLEMarkupFontWeight value 113621>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 113622>>> End_Procedure 113623>>> 113623>>> Function ComFontFamily Returns String 113625>>> String retVal 113625>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to retVal 113626>>> Function_Return retVal 113627>>> End_Function 113628>>> 113628>>> Procedure Set ComFontFamily String value 113630>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_BSTR to value 113631>>> End_Procedure 113632>>> 113632>>> Function ComFontStyle Returns OLEMarkupFontStyle 113634>>> OLEMarkupFontStyle retVal 113634>>> Get ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to retVal 113635>>> Function_Return retVal 113636>>> End_Function 113637>>> 113637>>> Procedure Set ComFontStyle OLEMarkupFontStyle value 113639>>> Set ComProperty of (phDispatchDriver(Self)) 507 OLE_VT_I4 to value 113640>>> End_Procedure 113641>>> 113641>>> Function ComPadding Returns Variant 113643>>> Variant retVal 113643>>> Get ComProperty of (phDispatchDriver(Self)) 508 OLE_VT_DISPATCH to retVal 113644>>> Function_Return retVal 113645>>> End_Function 113646>>> 113646>>> Procedure Set ComPadding Variant value 113648>>> Set ComProperty of (phDispatchDriver(Self)) 508 OLE_VT_DISPATCH to value 113649>>> End_Procedure 113650>>> 113650>>> Function ComFontQuality Returns Integer 113652>>> Integer retVal 113652>>> Get ComProperty of (phDispatchDriver(Self)) 509 OLE_VT_I4 to retVal 113653>>> Function_Return retVal 113654>>> End_Function 113655>>> 113655>>> Procedure Set ComFontQuality Integer value 113657>>> Set ComProperty of (phDispatchDriver(Self)) 509 OLE_VT_I4 to value 113658>>> End_Procedure 113659>>> 113659>>> Function ComBackground Returns Variant 113661>>> Variant retVal 113661>>> Get ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to retVal 113662>>> Function_Return retVal 113663>>> End_Function 113664>>> 113664>>> Procedure Set ComBackground Variant value 113666>>> Set ComProperty of (phDispatchDriver(Self)) 510 OLE_VT_DISPATCH to value 113667>>> End_Procedure 113668>>> 113668>>> Function ComForeground Returns Variant 113670>>> Variant retVal 113670>>> Get ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to retVal 113671>>> Function_Return retVal 113672>>> End_Function 113673>>> 113673>>> Procedure Set ComForeground Variant value 113675>>> Set ComProperty of (phDispatchDriver(Self)) 511 OLE_VT_DISPATCH to value 113676>>> End_Procedure 113677>>> 113677>>> Function ComText Returns String 113679>>> String retVal 113679>>> Get ComProperty of (phDispatchDriver(Self)) 512 OLE_VT_BSTR to retVal 113680>>> Function_Return retVal 113681>>> End_Function 113682>>> 113682>>> Procedure Set ComText String value 113684>>> Set ComProperty of (phDispatchDriver(Self)) 512 OLE_VT_BSTR to value 113685>>> End_Procedure 113686>>> 113686>>> Function ComIsMouseOver Returns Boolean 113688>>> Handle hDispatchDriver 113688>>> Boolean retVal 113688>>> Get phDispatchDriver to hDispatchDriver 113689>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 113690>>> Function_Return retVal 113691>>> End_Function 113692>>> 113692>>> Procedure ComAddHandler Variant llEvent String llMethod 113694>>> Handle hDispatchDriver 113694>>> Get phDispatchDriver to hDispatchDriver 113695>>> Send PrepareParams to hDispatchDriver 2 113696>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 113697>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 113698>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 113699>>> End_Procedure 113700>>> 113700>>> Function ComMouseLeaveEvent Returns Variant 113702>>> Handle hDispatchDriver 113702>>> Variant retVal 113702>>> Get phDispatchDriver to hDispatchDriver 113703>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 113704>>> Function_Return retVal 113705>>> End_Function 113706>>> 113706>>> Function ComMouseEnterEvent Returns Variant 113708>>> Handle hDispatchDriver 113708>>> Variant retVal 113708>>> Get phDispatchDriver to hDispatchDriver 113709>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 113710>>> Function_Return retVal 113711>>> End_Function 113712>>> 113712>>> Function ComMouseLeftButtonUpEvent Returns Variant 113714>>> Handle hDispatchDriver 113714>>> Variant retVal 113714>>> Get phDispatchDriver to hDispatchDriver 113715>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 113716>>> Function_Return retVal 113717>>> End_Function 113718>>> 113718>>> Function ComMouseLeftButtonDownEvent Returns Variant 113720>>> Handle hDispatchDriver 113720>>> Variant retVal 113720>>> Get phDispatchDriver to hDispatchDriver 113721>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 113722>>> Function_Return retVal 113723>>> End_Function 113724>>> 113724>>> Function ComMouseRightButtonUpEvent Returns Variant 113726>>> Handle hDispatchDriver 113726>>> Variant retVal 113726>>> Get phDispatchDriver to hDispatchDriver 113727>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 113728>>> Function_Return retVal 113729>>> End_Function 113730>>> 113730>>> Function ComMouseRightButtonDownEvent Returns Variant 113732>>> Handle hDispatchDriver 113732>>> Variant retVal 113732>>> Get phDispatchDriver to hDispatchDriver 113733>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 113734>>> Function_Return retVal 113735>>> End_Function 113736>>> 113736>>> Function ComMouseMoveEvent Returns Variant 113738>>> Handle hDispatchDriver 113738>>> Variant retVal 113738>>> Get phDispatchDriver to hDispatchDriver 113739>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 113740>>> Function_Return retVal 113741>>> End_Function 113742>>> 113742>>> Function ComLostMouseCaptureEvent Returns Variant 113744>>> Handle hDispatchDriver 113744>>> Variant retVal 113744>>> Get phDispatchDriver to hDispatchDriver 113745>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 113746>>> Function_Return retVal 113747>>> End_Function 113748>>> 113748>>> Function ComFindName String llName Returns Variant 113750>>> Handle hDispatchDriver 113750>>> Variant retVal 113750>>> Get phDispatchDriver to hDispatchDriver 113751>>> Send PrepareParams to hDispatchDriver 1 113752>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 113753>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 113754>>> Function_Return retVal 113755>>> End_Function 113756>>> 113756>>> Procedure ComCaptureMouse 113758>>> Handle hDispatchDriver 113758>>> Get phDispatchDriver to hDispatchDriver 113759>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 113760>>> End_Procedure 113761>>> 113761>>> Procedure ComReleaseMouseCapture 113763>>> Handle hDispatchDriver 113763>>> Get phDispatchDriver to hDispatchDriver 113764>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 113765>>> End_Procedure 113766>>> 113766>>> Function ComVisualParent Returns Variant 113768>>> Handle hDispatchDriver 113768>>> Variant retVal 113768>>> Get phDispatchDriver to hDispatchDriver 113769>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 113770>>> Function_Return retVal 113771>>> End_Function 113772>>> 113772>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 113774>>> Handle hDispatchDriver 113774>>> Get phDispatchDriver to hDispatchDriver 113775>>> Send PrepareParams to hDispatchDriver 4 113776>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 113777>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 113778>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 113779>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 113780>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 113781>>> End_Procedure 113782>>> 113782>>> Function ComActualWidth Returns Integer 113784>>> Handle hDispatchDriver 113784>>> Integer retVal 113784>>> Get phDispatchDriver to hDispatchDriver 113785>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 113786>>> Function_Return retVal 113787>>> End_Function 113788>>> 113788>>> Function ComActualHeight Returns Integer 113790>>> Handle hDispatchDriver 113790>>> Integer retVal 113790>>> Get phDispatchDriver to hDispatchDriver 113791>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 113792>>> Function_Return retVal 113793>>> End_Function 113794>>> 113794>>> Function ComInlines Returns Variant 113796>>> Handle hDispatchDriver 113796>>> Variant retVal 113796>>> Get phDispatchDriver to hDispatchDriver 113797>>> Get InvokeComMethod of hDispatchDriver 513 OLE_VT_DISPATCH to retVal 113798>>> Function_Return retVal 113799>>> End_Function 113800>>>End_Class 113801>>> 113801>>>Class cSigCjComMarkupUIElementCollection is a cComAutomationObject 113802>>> 113802>>> // Gets the number of controls in the collection. 113802>>> Function ComCount Returns Integer 113804>>> Handle hDispatchDriver 113804>>> Integer retVal 113804>>> Get phDispatchDriver to hDispatchDriver 113805>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 113806>>> Function_Return retVal 113807>>> End_Function 113808>>> 113808>>> // Gets an item from the collection by its index. 113808>>> Function ComItem Integer llIndex Returns Variant 113810>>> Handle hDispatchDriver 113810>>> Variant retVal 113810>>> Get phDispatchDriver to hDispatchDriver 113811>>> Send PrepareParams to hDispatchDriver 1 113812>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 113813>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 113814>>> Function_Return retVal 113815>>> End_Function 113816>>> 113816>>> Function Com_NewEnum Returns Variant 113818>>> Handle hDispatchDriver 113818>>> Variant retVal 113818>>> Get phDispatchDriver to hDispatchDriver 113819>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 113820>>> Function_Return retVal 113821>>> End_Function 113822>>> 113822>>> // Adds a new command bar control to the collection. 113822>>> Procedure ComAdd Variant llElement 113824>>> Handle hDispatchDriver 113824>>> Get phDispatchDriver to hDispatchDriver 113825>>> Send PrepareParams to hDispatchDriver 1 113826>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 113827>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 113828>>> End_Procedure 113829>>> 113829>>> // Adds a new command bar control to the collection. 113829>>> Procedure ComInsert Integer llIndex Variant llElement 113831>>> Handle hDispatchDriver 113831>>> Get phDispatchDriver to hDispatchDriver 113832>>> Send PrepareParams to hDispatchDriver 2 113833>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 113834>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 113835>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 113836>>> End_Procedure 113837>>> 113837>>> // Deletes all of the command bar controls from the collection 113837>>> Procedure ComClear 113839>>> Handle hDispatchDriver 113839>>> Get phDispatchDriver to hDispatchDriver 113840>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 113841>>> End_Procedure 113842>>> 113842>>> Procedure ComRemoveAt Integer llIndex 113844>>> Handle hDispatchDriver 113844>>> Get phDispatchDriver to hDispatchDriver 113845>>> Send PrepareParams to hDispatchDriver 1 113846>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 113847>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 113848>>> End_Procedure 113849>>>End_Class 113850>>> 113850>>>Class cSigCjComMarkupPanel is a cComAutomationObject 113851>>> 113851>>> Function ComCursor Returns OLEMarkupCursor 113853>>> OLEMarkupCursor retVal 113853>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 113854>>> Function_Return retVal 113855>>> End_Function 113856>>> 113856>>> Procedure Set ComCursor OLEMarkupCursor value 113858>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 113859>>> End_Procedure 113860>>> 113860>>> Function ComToolTip Returns Variant 113862>>> Variant retVal 113862>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 113863>>> Function_Return retVal 113864>>> End_Function 113865>>> 113865>>> Procedure Set ComToolTip Variant value 113867>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 113868>>> End_Procedure 113869>>> 113869>>> Function ComName Returns String 113871>>> String retVal 113871>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 113872>>> Function_Return retVal 113873>>> End_Function 113874>>> 113874>>> Procedure Set ComName String value 113876>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 113877>>> End_Procedure 113878>>> 113878>>> Function ComClipToBounds Returns Boolean 113880>>> Boolean retVal 113880>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 113881>>> Function_Return retVal 113882>>> End_Function 113883>>> 113883>>> Procedure Set ComClipToBounds Boolean value 113885>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 113886>>> End_Procedure 113887>>> 113887>>> Function ComVisibility Returns OLEMarkupVisibility 113889>>> OLEMarkupVisibility retVal 113889>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 113890>>> Function_Return retVal 113891>>> End_Function 113892>>> 113892>>> Procedure Set ComVisibility OLEMarkupVisibility value 113894>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 113895>>> End_Procedure 113896>>> 113896>>> Function ComFocusable Returns Boolean 113898>>> Boolean retVal 113898>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 113899>>> Function_Return retVal 113900>>> End_Function 113901>>> 113901>>> Procedure Set ComFocusable Boolean value 113903>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 113904>>> End_Procedure 113905>>> 113905>>> Function ComIsEnabled Returns Boolean 113907>>> Boolean retVal 113907>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 113908>>> Function_Return retVal 113909>>> End_Function 113910>>> 113910>>> Procedure Set ComIsEnabled Boolean value 113912>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 113913>>> End_Procedure 113914>>> 113914>>> Function ComRenderTransform Returns Variant 113916>>> Variant retVal 113916>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 113917>>> Function_Return retVal 113918>>> End_Function 113919>>> 113919>>> Procedure Set ComRenderTransform Variant value 113921>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 113922>>> End_Procedure 113923>>> 113923>>> Function ComOpacity Returns Real 113925>>> Real retVal 113925>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 113926>>> Function_Return retVal 113927>>> End_Function 113928>>> 113928>>> Procedure Set ComOpacity Real value 113930>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 113931>>> End_Procedure 113932>>> 113932>>> Function ComMinWidth Returns Integer 113934>>> Integer retVal 113934>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 113935>>> Function_Return retVal 113936>>> End_Function 113937>>> 113937>>> Procedure Set ComMinWidth Integer value 113939>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 113940>>> End_Procedure 113941>>> 113941>>> Function ComWidth Returns Integer 113943>>> Integer retVal 113943>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 113944>>> Function_Return retVal 113945>>> End_Function 113946>>> 113946>>> Procedure Set ComWidth Integer value 113948>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 113949>>> End_Procedure 113950>>> 113950>>> Function ComMaxWidth Returns Integer 113952>>> Integer retVal 113952>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 113953>>> Function_Return retVal 113954>>> End_Function 113955>>> 113955>>> Procedure Set ComMaxWidth Integer value 113957>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 113958>>> End_Procedure 113959>>> 113959>>> Function ComMinHeight Returns Integer 113961>>> Integer retVal 113961>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 113962>>> Function_Return retVal 113963>>> End_Function 113964>>> 113964>>> Procedure Set ComMinHeight Integer value 113966>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 113967>>> End_Procedure 113968>>> 113968>>> Function ComHeight Returns Integer 113970>>> Integer retVal 113970>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 113971>>> Function_Return retVal 113972>>> End_Function 113973>>> 113973>>> Procedure Set ComHeight Integer value 113975>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 113976>>> End_Procedure 113977>>> 113977>>> Function ComMaxHeight Returns Integer 113979>>> Integer retVal 113979>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 113980>>> Function_Return retVal 113981>>> End_Function 113982>>> 113982>>> Procedure Set ComMaxHeight Integer value 113984>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 113985>>> End_Procedure 113986>>> 113986>>> Function ComMargin Returns Variant 113988>>> Variant retVal 113988>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 113989>>> Function_Return retVal 113990>>> End_Function 113991>>> 113991>>> Procedure Set ComMargin Variant value 113993>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 113994>>> End_Procedure 113995>>> 113995>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 113997>>> OLEMarkupHorizontalAlignment retVal 113997>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 113998>>> Function_Return retVal 113999>>> End_Function 114000>>> 114000>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 114002>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 114003>>> End_Procedure 114004>>> 114004>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 114006>>> OLEMarkupVerticalAlignment retVal 114006>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 114007>>> Function_Return retVal 114008>>> End_Function 114009>>> 114009>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 114011>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 114012>>> End_Procedure 114013>>> 114013>>> Function ComTag Returns Variant 114015>>> Variant retVal 114015>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 114016>>> Function_Return retVal 114017>>> End_Function 114018>>> 114018>>> Procedure Set ComTag Variant value 114020>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 114021>>> End_Procedure 114022>>> 114022>>> Function ComBackground Returns Variant 114024>>> Variant retVal 114024>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 114025>>> Function_Return retVal 114026>>> End_Function 114027>>> 114027>>> Procedure Set ComBackground Variant value 114029>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 114030>>> End_Procedure 114031>>> 114031>>> Function ComIsMouseOver Returns Boolean 114033>>> Handle hDispatchDriver 114033>>> Boolean retVal 114033>>> Get phDispatchDriver to hDispatchDriver 114034>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 114035>>> Function_Return retVal 114036>>> End_Function 114037>>> 114037>>> Procedure ComAddHandler Variant llEvent String llMethod 114039>>> Handle hDispatchDriver 114039>>> Get phDispatchDriver to hDispatchDriver 114040>>> Send PrepareParams to hDispatchDriver 2 114041>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 114042>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 114043>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 114044>>> End_Procedure 114045>>> 114045>>> Function ComMouseLeaveEvent Returns Variant 114047>>> Handle hDispatchDriver 114047>>> Variant retVal 114047>>> Get phDispatchDriver to hDispatchDriver 114048>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 114049>>> Function_Return retVal 114050>>> End_Function 114051>>> 114051>>> Function ComMouseEnterEvent Returns Variant 114053>>> Handle hDispatchDriver 114053>>> Variant retVal 114053>>> Get phDispatchDriver to hDispatchDriver 114054>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 114055>>> Function_Return retVal 114056>>> End_Function 114057>>> 114057>>> Function ComMouseLeftButtonUpEvent Returns Variant 114059>>> Handle hDispatchDriver 114059>>> Variant retVal 114059>>> Get phDispatchDriver to hDispatchDriver 114060>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 114061>>> Function_Return retVal 114062>>> End_Function 114063>>> 114063>>> Function ComMouseLeftButtonDownEvent Returns Variant 114065>>> Handle hDispatchDriver 114065>>> Variant retVal 114065>>> Get phDispatchDriver to hDispatchDriver 114066>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 114067>>> Function_Return retVal 114068>>> End_Function 114069>>> 114069>>> Function ComMouseRightButtonUpEvent Returns Variant 114071>>> Handle hDispatchDriver 114071>>> Variant retVal 114071>>> Get phDispatchDriver to hDispatchDriver 114072>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 114073>>> Function_Return retVal 114074>>> End_Function 114075>>> 114075>>> Function ComMouseRightButtonDownEvent Returns Variant 114077>>> Handle hDispatchDriver 114077>>> Variant retVal 114077>>> Get phDispatchDriver to hDispatchDriver 114078>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 114079>>> Function_Return retVal 114080>>> End_Function 114081>>> 114081>>> Function ComMouseMoveEvent Returns Variant 114083>>> Handle hDispatchDriver 114083>>> Variant retVal 114083>>> Get phDispatchDriver to hDispatchDriver 114084>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 114085>>> Function_Return retVal 114086>>> End_Function 114087>>> 114087>>> Function ComLostMouseCaptureEvent Returns Variant 114089>>> Handle hDispatchDriver 114089>>> Variant retVal 114089>>> Get phDispatchDriver to hDispatchDriver 114090>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 114091>>> Function_Return retVal 114092>>> End_Function 114093>>> 114093>>> Function ComFindName String llName Returns Variant 114095>>> Handle hDispatchDriver 114095>>> Variant retVal 114095>>> Get phDispatchDriver to hDispatchDriver 114096>>> Send PrepareParams to hDispatchDriver 1 114097>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 114098>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 114099>>> Function_Return retVal 114100>>> End_Function 114101>>> 114101>>> Procedure ComCaptureMouse 114103>>> Handle hDispatchDriver 114103>>> Get phDispatchDriver to hDispatchDriver 114104>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 114105>>> End_Procedure 114106>>> 114106>>> Procedure ComReleaseMouseCapture 114108>>> Handle hDispatchDriver 114108>>> Get phDispatchDriver to hDispatchDriver 114109>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 114110>>> End_Procedure 114111>>> 114111>>> Function ComVisualParent Returns Variant 114113>>> Handle hDispatchDriver 114113>>> Variant retVal 114113>>> Get phDispatchDriver to hDispatchDriver 114114>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 114115>>> Function_Return retVal 114116>>> End_Function 114117>>> 114117>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 114119>>> Handle hDispatchDriver 114119>>> Get phDispatchDriver to hDispatchDriver 114120>>> Send PrepareParams to hDispatchDriver 4 114121>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 114122>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 114123>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 114124>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 114125>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 114126>>> End_Procedure 114127>>> 114127>>> Function ComActualWidth Returns Integer 114129>>> Handle hDispatchDriver 114129>>> Integer retVal 114129>>> Get phDispatchDriver to hDispatchDriver 114130>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 114131>>> Function_Return retVal 114132>>> End_Function 114133>>> 114133>>> Function ComActualHeight Returns Integer 114135>>> Handle hDispatchDriver 114135>>> Integer retVal 114135>>> Get phDispatchDriver to hDispatchDriver 114136>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 114137>>> Function_Return retVal 114138>>> End_Function 114139>>> 114139>>> Function ComChildren Returns Variant 114141>>> Handle hDispatchDriver 114141>>> Variant retVal 114141>>> Get phDispatchDriver to hDispatchDriver 114142>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 114143>>> Function_Return retVal 114144>>> End_Function 114145>>>End_Class 114146>>> 114146>>>Class cSigCjComMarkupStackPanel is a cComAutomationObject 114147>>> 114147>>> Function ComCursor Returns OLEMarkupCursor 114149>>> OLEMarkupCursor retVal 114149>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 114150>>> Function_Return retVal 114151>>> End_Function 114152>>> 114152>>> Procedure Set ComCursor OLEMarkupCursor value 114154>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 114155>>> End_Procedure 114156>>> 114156>>> Function ComToolTip Returns Variant 114158>>> Variant retVal 114158>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 114159>>> Function_Return retVal 114160>>> End_Function 114161>>> 114161>>> Procedure Set ComToolTip Variant value 114163>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 114164>>> End_Procedure 114165>>> 114165>>> Function ComName Returns String 114167>>> String retVal 114167>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 114168>>> Function_Return retVal 114169>>> End_Function 114170>>> 114170>>> Procedure Set ComName String value 114172>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 114173>>> End_Procedure 114174>>> 114174>>> Function ComClipToBounds Returns Boolean 114176>>> Boolean retVal 114176>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 114177>>> Function_Return retVal 114178>>> End_Function 114179>>> 114179>>> Procedure Set ComClipToBounds Boolean value 114181>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 114182>>> End_Procedure 114183>>> 114183>>> Function ComVisibility Returns OLEMarkupVisibility 114185>>> OLEMarkupVisibility retVal 114185>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 114186>>> Function_Return retVal 114187>>> End_Function 114188>>> 114188>>> Procedure Set ComVisibility OLEMarkupVisibility value 114190>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 114191>>> End_Procedure 114192>>> 114192>>> Function ComFocusable Returns Boolean 114194>>> Boolean retVal 114194>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 114195>>> Function_Return retVal 114196>>> End_Function 114197>>> 114197>>> Procedure Set ComFocusable Boolean value 114199>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 114200>>> End_Procedure 114201>>> 114201>>> Function ComIsEnabled Returns Boolean 114203>>> Boolean retVal 114203>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 114204>>> Function_Return retVal 114205>>> End_Function 114206>>> 114206>>> Procedure Set ComIsEnabled Boolean value 114208>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 114209>>> End_Procedure 114210>>> 114210>>> Function ComRenderTransform Returns Variant 114212>>> Variant retVal 114212>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 114213>>> Function_Return retVal 114214>>> End_Function 114215>>> 114215>>> Procedure Set ComRenderTransform Variant value 114217>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 114218>>> End_Procedure 114219>>> 114219>>> Function ComOpacity Returns Real 114221>>> Real retVal 114221>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 114222>>> Function_Return retVal 114223>>> End_Function 114224>>> 114224>>> Procedure Set ComOpacity Real value 114226>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 114227>>> End_Procedure 114228>>> 114228>>> Function ComMinWidth Returns Integer 114230>>> Integer retVal 114230>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 114231>>> Function_Return retVal 114232>>> End_Function 114233>>> 114233>>> Procedure Set ComMinWidth Integer value 114235>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 114236>>> End_Procedure 114237>>> 114237>>> Function ComWidth Returns Integer 114239>>> Integer retVal 114239>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 114240>>> Function_Return retVal 114241>>> End_Function 114242>>> 114242>>> Procedure Set ComWidth Integer value 114244>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 114245>>> End_Procedure 114246>>> 114246>>> Function ComMaxWidth Returns Integer 114248>>> Integer retVal 114248>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 114249>>> Function_Return retVal 114250>>> End_Function 114251>>> 114251>>> Procedure Set ComMaxWidth Integer value 114253>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 114254>>> End_Procedure 114255>>> 114255>>> Function ComMinHeight Returns Integer 114257>>> Integer retVal 114257>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 114258>>> Function_Return retVal 114259>>> End_Function 114260>>> 114260>>> Procedure Set ComMinHeight Integer value 114262>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 114263>>> End_Procedure 114264>>> 114264>>> Function ComHeight Returns Integer 114266>>> Integer retVal 114266>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 114267>>> Function_Return retVal 114268>>> End_Function 114269>>> 114269>>> Procedure Set ComHeight Integer value 114271>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 114272>>> End_Procedure 114273>>> 114273>>> Function ComMaxHeight Returns Integer 114275>>> Integer retVal 114275>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 114276>>> Function_Return retVal 114277>>> End_Function 114278>>> 114278>>> Procedure Set ComMaxHeight Integer value 114280>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 114281>>> End_Procedure 114282>>> 114282>>> Function ComMargin Returns Variant 114284>>> Variant retVal 114284>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 114285>>> Function_Return retVal 114286>>> End_Function 114287>>> 114287>>> Procedure Set ComMargin Variant value 114289>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 114290>>> End_Procedure 114291>>> 114291>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 114293>>> OLEMarkupHorizontalAlignment retVal 114293>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 114294>>> Function_Return retVal 114295>>> End_Function 114296>>> 114296>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 114298>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 114299>>> End_Procedure 114300>>> 114300>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 114302>>> OLEMarkupVerticalAlignment retVal 114302>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 114303>>> Function_Return retVal 114304>>> End_Function 114305>>> 114305>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 114307>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 114308>>> End_Procedure 114309>>> 114309>>> Function ComTag Returns Variant 114311>>> Variant retVal 114311>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 114312>>> Function_Return retVal 114313>>> End_Function 114314>>> 114314>>> Procedure Set ComTag Variant value 114316>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 114317>>> End_Procedure 114318>>> 114318>>> Function ComBackground Returns Variant 114320>>> Variant retVal 114320>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 114321>>> Function_Return retVal 114322>>> End_Function 114323>>> 114323>>> Procedure Set ComBackground Variant value 114325>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 114326>>> End_Procedure 114327>>> 114327>>> Function ComOrientation Returns OLEMarkupOrientation 114329>>> OLEMarkupOrientation retVal 114329>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 114330>>> Function_Return retVal 114331>>> End_Function 114332>>> 114332>>> Procedure Set ComOrientation OLEMarkupOrientation value 114334>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 114335>>> End_Procedure 114336>>> 114336>>> Function ComIsMouseOver Returns Boolean 114338>>> Handle hDispatchDriver 114338>>> Boolean retVal 114338>>> Get phDispatchDriver to hDispatchDriver 114339>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 114340>>> Function_Return retVal 114341>>> End_Function 114342>>> 114342>>> Procedure ComAddHandler Variant llEvent String llMethod 114344>>> Handle hDispatchDriver 114344>>> Get phDispatchDriver to hDispatchDriver 114345>>> Send PrepareParams to hDispatchDriver 2 114346>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 114347>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 114348>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 114349>>> End_Procedure 114350>>> 114350>>> Function ComMouseLeaveEvent Returns Variant 114352>>> Handle hDispatchDriver 114352>>> Variant retVal 114352>>> Get phDispatchDriver to hDispatchDriver 114353>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 114354>>> Function_Return retVal 114355>>> End_Function 114356>>> 114356>>> Function ComMouseEnterEvent Returns Variant 114358>>> Handle hDispatchDriver 114358>>> Variant retVal 114358>>> Get phDispatchDriver to hDispatchDriver 114359>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 114360>>> Function_Return retVal 114361>>> End_Function 114362>>> 114362>>> Function ComMouseLeftButtonUpEvent Returns Variant 114364>>> Handle hDispatchDriver 114364>>> Variant retVal 114364>>> Get phDispatchDriver to hDispatchDriver 114365>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 114366>>> Function_Return retVal 114367>>> End_Function 114368>>> 114368>>> Function ComMouseLeftButtonDownEvent Returns Variant 114370>>> Handle hDispatchDriver 114370>>> Variant retVal 114370>>> Get phDispatchDriver to hDispatchDriver 114371>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 114372>>> Function_Return retVal 114373>>> End_Function 114374>>> 114374>>> Function ComMouseRightButtonUpEvent Returns Variant 114376>>> Handle hDispatchDriver 114376>>> Variant retVal 114376>>> Get phDispatchDriver to hDispatchDriver 114377>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 114378>>> Function_Return retVal 114379>>> End_Function 114380>>> 114380>>> Function ComMouseRightButtonDownEvent Returns Variant 114382>>> Handle hDispatchDriver 114382>>> Variant retVal 114382>>> Get phDispatchDriver to hDispatchDriver 114383>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 114384>>> Function_Return retVal 114385>>> End_Function 114386>>> 114386>>> Function ComMouseMoveEvent Returns Variant 114388>>> Handle hDispatchDriver 114388>>> Variant retVal 114388>>> Get phDispatchDriver to hDispatchDriver 114389>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 114390>>> Function_Return retVal 114391>>> End_Function 114392>>> 114392>>> Function ComLostMouseCaptureEvent Returns Variant 114394>>> Handle hDispatchDriver 114394>>> Variant retVal 114394>>> Get phDispatchDriver to hDispatchDriver 114395>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 114396>>> Function_Return retVal 114397>>> End_Function 114398>>> 114398>>> Function ComFindName String llName Returns Variant 114400>>> Handle hDispatchDriver 114400>>> Variant retVal 114400>>> Get phDispatchDriver to hDispatchDriver 114401>>> Send PrepareParams to hDispatchDriver 1 114402>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 114403>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 114404>>> Function_Return retVal 114405>>> End_Function 114406>>> 114406>>> Procedure ComCaptureMouse 114408>>> Handle hDispatchDriver 114408>>> Get phDispatchDriver to hDispatchDriver 114409>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 114410>>> End_Procedure 114411>>> 114411>>> Procedure ComReleaseMouseCapture 114413>>> Handle hDispatchDriver 114413>>> Get phDispatchDriver to hDispatchDriver 114414>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 114415>>> End_Procedure 114416>>> 114416>>> Function ComVisualParent Returns Variant 114418>>> Handle hDispatchDriver 114418>>> Variant retVal 114418>>> Get phDispatchDriver to hDispatchDriver 114419>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 114420>>> Function_Return retVal 114421>>> End_Function 114422>>> 114422>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 114424>>> Handle hDispatchDriver 114424>>> Get phDispatchDriver to hDispatchDriver 114425>>> Send PrepareParams to hDispatchDriver 4 114426>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 114427>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 114428>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 114429>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 114430>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 114431>>> End_Procedure 114432>>> 114432>>> Function ComActualWidth Returns Integer 114434>>> Handle hDispatchDriver 114434>>> Integer retVal 114434>>> Get phDispatchDriver to hDispatchDriver 114435>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 114436>>> Function_Return retVal 114437>>> End_Function 114438>>> 114438>>> Function ComActualHeight Returns Integer 114440>>> Handle hDispatchDriver 114440>>> Integer retVal 114440>>> Get phDispatchDriver to hDispatchDriver 114441>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 114442>>> Function_Return retVal 114443>>> End_Function 114444>>> 114444>>> Function ComChildren Returns Variant 114446>>> Handle hDispatchDriver 114446>>> Variant retVal 114446>>> Get phDispatchDriver to hDispatchDriver 114447>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 114448>>> Function_Return retVal 114449>>> End_Function 114450>>>End_Class 114451>>> 114451>>>Class cSigCjComMarkupCanvas is a cComAutomationObject 114452>>> 114452>>> Function ComCursor Returns OLEMarkupCursor 114454>>> OLEMarkupCursor retVal 114454>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 114455>>> Function_Return retVal 114456>>> End_Function 114457>>> 114457>>> Procedure Set ComCursor OLEMarkupCursor value 114459>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 114460>>> End_Procedure 114461>>> 114461>>> Function ComToolTip Returns Variant 114463>>> Variant retVal 114463>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 114464>>> Function_Return retVal 114465>>> End_Function 114466>>> 114466>>> Procedure Set ComToolTip Variant value 114468>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 114469>>> End_Procedure 114470>>> 114470>>> Function ComName Returns String 114472>>> String retVal 114472>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 114473>>> Function_Return retVal 114474>>> End_Function 114475>>> 114475>>> Procedure Set ComName String value 114477>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 114478>>> End_Procedure 114479>>> 114479>>> Function ComClipToBounds Returns Boolean 114481>>> Boolean retVal 114481>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 114482>>> Function_Return retVal 114483>>> End_Function 114484>>> 114484>>> Procedure Set ComClipToBounds Boolean value 114486>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 114487>>> End_Procedure 114488>>> 114488>>> Function ComVisibility Returns OLEMarkupVisibility 114490>>> OLEMarkupVisibility retVal 114490>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 114491>>> Function_Return retVal 114492>>> End_Function 114493>>> 114493>>> Procedure Set ComVisibility OLEMarkupVisibility value 114495>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 114496>>> End_Procedure 114497>>> 114497>>> Function ComFocusable Returns Boolean 114499>>> Boolean retVal 114499>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 114500>>> Function_Return retVal 114501>>> End_Function 114502>>> 114502>>> Procedure Set ComFocusable Boolean value 114504>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 114505>>> End_Procedure 114506>>> 114506>>> Function ComIsEnabled Returns Boolean 114508>>> Boolean retVal 114508>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 114509>>> Function_Return retVal 114510>>> End_Function 114511>>> 114511>>> Procedure Set ComIsEnabled Boolean value 114513>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 114514>>> End_Procedure 114515>>> 114515>>> Function ComRenderTransform Returns Variant 114517>>> Variant retVal 114517>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 114518>>> Function_Return retVal 114519>>> End_Function 114520>>> 114520>>> Procedure Set ComRenderTransform Variant value 114522>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 114523>>> End_Procedure 114524>>> 114524>>> Function ComOpacity Returns Real 114526>>> Real retVal 114526>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 114527>>> Function_Return retVal 114528>>> End_Function 114529>>> 114529>>> Procedure Set ComOpacity Real value 114531>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 114532>>> End_Procedure 114533>>> 114533>>> Function ComMinWidth Returns Integer 114535>>> Integer retVal 114535>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 114536>>> Function_Return retVal 114537>>> End_Function 114538>>> 114538>>> Procedure Set ComMinWidth Integer value 114540>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 114541>>> End_Procedure 114542>>> 114542>>> Function ComWidth Returns Integer 114544>>> Integer retVal 114544>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 114545>>> Function_Return retVal 114546>>> End_Function 114547>>> 114547>>> Procedure Set ComWidth Integer value 114549>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 114550>>> End_Procedure 114551>>> 114551>>> Function ComMaxWidth Returns Integer 114553>>> Integer retVal 114553>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 114554>>> Function_Return retVal 114555>>> End_Function 114556>>> 114556>>> Procedure Set ComMaxWidth Integer value 114558>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 114559>>> End_Procedure 114560>>> 114560>>> Function ComMinHeight Returns Integer 114562>>> Integer retVal 114562>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 114563>>> Function_Return retVal 114564>>> End_Function 114565>>> 114565>>> Procedure Set ComMinHeight Integer value 114567>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 114568>>> End_Procedure 114569>>> 114569>>> Function ComHeight Returns Integer 114571>>> Integer retVal 114571>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 114572>>> Function_Return retVal 114573>>> End_Function 114574>>> 114574>>> Procedure Set ComHeight Integer value 114576>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 114577>>> End_Procedure 114578>>> 114578>>> Function ComMaxHeight Returns Integer 114580>>> Integer retVal 114580>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 114581>>> Function_Return retVal 114582>>> End_Function 114583>>> 114583>>> Procedure Set ComMaxHeight Integer value 114585>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 114586>>> End_Procedure 114587>>> 114587>>> Function ComMargin Returns Variant 114589>>> Variant retVal 114589>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 114590>>> Function_Return retVal 114591>>> End_Function 114592>>> 114592>>> Procedure Set ComMargin Variant value 114594>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 114595>>> End_Procedure 114596>>> 114596>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 114598>>> OLEMarkupHorizontalAlignment retVal 114598>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 114599>>> Function_Return retVal 114600>>> End_Function 114601>>> 114601>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 114603>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 114604>>> End_Procedure 114605>>> 114605>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 114607>>> OLEMarkupVerticalAlignment retVal 114607>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 114608>>> Function_Return retVal 114609>>> End_Function 114610>>> 114610>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 114612>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 114613>>> End_Procedure 114614>>> 114614>>> Function ComTag Returns Variant 114616>>> Variant retVal 114616>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 114617>>> Function_Return retVal 114618>>> End_Function 114619>>> 114619>>> Procedure Set ComTag Variant value 114621>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 114622>>> End_Procedure 114623>>> 114623>>> Function ComBackground Returns Variant 114625>>> Variant retVal 114625>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 114626>>> Function_Return retVal 114627>>> End_Function 114628>>> 114628>>> Procedure Set ComBackground Variant value 114630>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 114631>>> End_Procedure 114632>>> 114632>>> Function ComIsMouseOver Returns Boolean 114634>>> Handle hDispatchDriver 114634>>> Boolean retVal 114634>>> Get phDispatchDriver to hDispatchDriver 114635>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 114636>>> Function_Return retVal 114637>>> End_Function 114638>>> 114638>>> Procedure ComAddHandler Variant llEvent String llMethod 114640>>> Handle hDispatchDriver 114640>>> Get phDispatchDriver to hDispatchDriver 114641>>> Send PrepareParams to hDispatchDriver 2 114642>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 114643>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 114644>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 114645>>> End_Procedure 114646>>> 114646>>> Function ComMouseLeaveEvent Returns Variant 114648>>> Handle hDispatchDriver 114648>>> Variant retVal 114648>>> Get phDispatchDriver to hDispatchDriver 114649>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 114650>>> Function_Return retVal 114651>>> End_Function 114652>>> 114652>>> Function ComMouseEnterEvent Returns Variant 114654>>> Handle hDispatchDriver 114654>>> Variant retVal 114654>>> Get phDispatchDriver to hDispatchDriver 114655>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 114656>>> Function_Return retVal 114657>>> End_Function 114658>>> 114658>>> Function ComMouseLeftButtonUpEvent Returns Variant 114660>>> Handle hDispatchDriver 114660>>> Variant retVal 114660>>> Get phDispatchDriver to hDispatchDriver 114661>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 114662>>> Function_Return retVal 114663>>> End_Function 114664>>> 114664>>> Function ComMouseLeftButtonDownEvent Returns Variant 114666>>> Handle hDispatchDriver 114666>>> Variant retVal 114666>>> Get phDispatchDriver to hDispatchDriver 114667>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 114668>>> Function_Return retVal 114669>>> End_Function 114670>>> 114670>>> Function ComMouseRightButtonUpEvent Returns Variant 114672>>> Handle hDispatchDriver 114672>>> Variant retVal 114672>>> Get phDispatchDriver to hDispatchDriver 114673>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 114674>>> Function_Return retVal 114675>>> End_Function 114676>>> 114676>>> Function ComMouseRightButtonDownEvent Returns Variant 114678>>> Handle hDispatchDriver 114678>>> Variant retVal 114678>>> Get phDispatchDriver to hDispatchDriver 114679>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 114680>>> Function_Return retVal 114681>>> End_Function 114682>>> 114682>>> Function ComMouseMoveEvent Returns Variant 114684>>> Handle hDispatchDriver 114684>>> Variant retVal 114684>>> Get phDispatchDriver to hDispatchDriver 114685>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 114686>>> Function_Return retVal 114687>>> End_Function 114688>>> 114688>>> Function ComLostMouseCaptureEvent Returns Variant 114690>>> Handle hDispatchDriver 114690>>> Variant retVal 114690>>> Get phDispatchDriver to hDispatchDriver 114691>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 114692>>> Function_Return retVal 114693>>> End_Function 114694>>> 114694>>> Function ComFindName String llName Returns Variant 114696>>> Handle hDispatchDriver 114696>>> Variant retVal 114696>>> Get phDispatchDriver to hDispatchDriver 114697>>> Send PrepareParams to hDispatchDriver 1 114698>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 114699>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 114700>>> Function_Return retVal 114701>>> End_Function 114702>>> 114702>>> Procedure ComCaptureMouse 114704>>> Handle hDispatchDriver 114704>>> Get phDispatchDriver to hDispatchDriver 114705>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 114706>>> End_Procedure 114707>>> 114707>>> Procedure ComReleaseMouseCapture 114709>>> Handle hDispatchDriver 114709>>> Get phDispatchDriver to hDispatchDriver 114710>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 114711>>> End_Procedure 114712>>> 114712>>> Function ComVisualParent Returns Variant 114714>>> Handle hDispatchDriver 114714>>> Variant retVal 114714>>> Get phDispatchDriver to hDispatchDriver 114715>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 114716>>> Function_Return retVal 114717>>> End_Function 114718>>> 114718>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 114720>>> Handle hDispatchDriver 114720>>> Get phDispatchDriver to hDispatchDriver 114721>>> Send PrepareParams to hDispatchDriver 4 114722>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 114723>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 114724>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 114725>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 114726>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 114727>>> End_Procedure 114728>>> 114728>>> Function ComActualWidth Returns Integer 114730>>> Handle hDispatchDriver 114730>>> Integer retVal 114730>>> Get phDispatchDriver to hDispatchDriver 114731>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 114732>>> Function_Return retVal 114733>>> End_Function 114734>>> 114734>>> Function ComActualHeight Returns Integer 114736>>> Handle hDispatchDriver 114736>>> Integer retVal 114736>>> Get phDispatchDriver to hDispatchDriver 114737>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 114738>>> Function_Return retVal 114739>>> End_Function 114740>>> 114740>>> Function ComChildren Returns Variant 114742>>> Handle hDispatchDriver 114742>>> Variant retVal 114742>>> Get phDispatchDriver to hDispatchDriver 114743>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 114744>>> Function_Return retVal 114745>>> End_Function 114746>>> 114746>>> Procedure ComSetLeft Variant llElement Integer llLeft 114748>>> Handle hDispatchDriver 114748>>> Get phDispatchDriver to hDispatchDriver 114749>>> Send PrepareParams to hDispatchDriver 2 114750>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114751>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft 114752>>> Send InvokeComMethod to hDispatchDriver 600 OLE_VT_VOID 114753>>> End_Procedure 114754>>> 114754>>> Procedure ComSetTop Variant llElement Integer llTop 114756>>> Handle hDispatchDriver 114756>>> Get phDispatchDriver to hDispatchDriver 114757>>> Send PrepareParams to hDispatchDriver 2 114758>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114759>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTop 114760>>> Send InvokeComMethod to hDispatchDriver 601 OLE_VT_VOID 114761>>> End_Procedure 114762>>> 114762>>> Procedure ComSetRight Variant llElement Integer llRight 114764>>> Handle hDispatchDriver 114764>>> Get phDispatchDriver to hDispatchDriver 114765>>> Send PrepareParams to hDispatchDriver 2 114766>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114767>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRight 114768>>> Send InvokeComMethod to hDispatchDriver 602 OLE_VT_VOID 114769>>> End_Procedure 114770>>> 114770>>> Procedure ComSetBottom Variant llElement Integer llBottom 114772>>> Handle hDispatchDriver 114772>>> Get phDispatchDriver to hDispatchDriver 114773>>> Send PrepareParams to hDispatchDriver 2 114774>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114775>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom 114776>>> Send InvokeComMethod to hDispatchDriver 603 OLE_VT_VOID 114777>>> End_Procedure 114778>>> 114778>>> Function ComGetLeft Variant llElement Returns Integer 114780>>> Handle hDispatchDriver 114780>>> Integer retVal 114780>>> Get phDispatchDriver to hDispatchDriver 114781>>> Send PrepareParams to hDispatchDriver 1 114782>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114783>>> Get InvokeComMethod of hDispatchDriver 604 OLE_VT_I4 to retVal 114784>>> Function_Return retVal 114785>>> End_Function 114786>>> 114786>>> Function ComGetTop Variant llElement Returns Integer 114788>>> Handle hDispatchDriver 114788>>> Integer retVal 114788>>> Get phDispatchDriver to hDispatchDriver 114789>>> Send PrepareParams to hDispatchDriver 1 114790>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114791>>> Get InvokeComMethod of hDispatchDriver 605 OLE_VT_I4 to retVal 114792>>> Function_Return retVal 114793>>> End_Function 114794>>> 114794>>> Function ComGetRight Variant llElement Returns Integer 114796>>> Handle hDispatchDriver 114796>>> Integer retVal 114796>>> Get phDispatchDriver to hDispatchDriver 114797>>> Send PrepareParams to hDispatchDriver 1 114798>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114799>>> Get InvokeComMethod of hDispatchDriver 606 OLE_VT_I4 to retVal 114800>>> Function_Return retVal 114801>>> End_Function 114802>>> 114802>>> Function ComGetBottom Variant llElement Returns Integer 114804>>> Handle hDispatchDriver 114804>>> Integer retVal 114804>>> Get phDispatchDriver to hDispatchDriver 114805>>> Send PrepareParams to hDispatchDriver 1 114806>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 114807>>> Get InvokeComMethod of hDispatchDriver 607 OLE_VT_I4 to retVal 114808>>> Function_Return retVal 114809>>> End_Function 114810>>>End_Class 114811>>> 114811>>>Class cSigCjComMarkupDefinitionBase is a cComAutomationObject 114812>>>End_Class 114813>>> 114813>>>Class cSigCjComMarkupColumnDefinition is a cComAutomationObject 114814>>> 114814>>> Function ComWidth Returns Integer 114816>>> Integer retVal 114816>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 114817>>> Function_Return retVal 114818>>> End_Function 114819>>> 114819>>> Procedure Set ComWidth Integer value 114821>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 114822>>> End_Procedure 114823>>> 114823>>> Function ComMinWidth Returns Integer 114825>>> Integer retVal 114825>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 114826>>> Function_Return retVal 114827>>> End_Function 114828>>> 114828>>> Procedure Set ComMinWidth Integer value 114830>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 114831>>> End_Procedure 114832>>> 114832>>> Function ComMaxWidth Returns Integer 114834>>> Integer retVal 114834>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 114835>>> Function_Return retVal 114836>>> End_Function 114837>>> 114837>>> Procedure Set ComMaxWidth Integer value 114839>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 114840>>> End_Procedure 114841>>> 114841>>> Function ComUnitType Returns OLEMarkupGridUnitType 114843>>> OLEMarkupGridUnitType retVal 114843>>> Get ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to retVal 114844>>> Function_Return retVal 114845>>> End_Function 114846>>> 114846>>> Procedure Set ComUnitType OLEMarkupGridUnitType value 114848>>> Set ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to value 114849>>> End_Procedure 114850>>>End_Class 114851>>> 114851>>>Class cSigCjComMarkupRowDefinition is a cComAutomationObject 114852>>> 114852>>> Function ComHeight Returns Integer 114854>>> Integer retVal 114854>>> Get ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to retVal 114855>>> Function_Return retVal 114856>>> End_Function 114857>>> 114857>>> Procedure Set ComHeight Integer value 114859>>> Set ComProperty of (phDispatchDriver(Self)) 200 OLE_VT_I4 to value 114860>>> End_Procedure 114861>>> 114861>>> Function ComMinHeight Returns Integer 114863>>> Integer retVal 114863>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 114864>>> Function_Return retVal 114865>>> End_Function 114866>>> 114866>>> Procedure Set ComMinHeight Integer value 114868>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 114869>>> End_Procedure 114870>>> 114870>>> Function ComMaxHeight Returns Integer 114872>>> Integer retVal 114872>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 114873>>> Function_Return retVal 114874>>> End_Function 114875>>> 114875>>> Procedure Set ComMaxHeight Integer value 114877>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 114878>>> End_Procedure 114879>>> 114879>>> Function ComUnitType Returns OLEMarkupGridUnitType 114881>>> OLEMarkupGridUnitType retVal 114881>>> Get ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to retVal 114882>>> Function_Return retVal 114883>>> End_Function 114884>>> 114884>>> Procedure Set ComUnitType OLEMarkupGridUnitType value 114886>>> Set ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to value 114887>>> End_Procedure 114888>>>End_Class 114889>>> 114889>>>Class cSigCjComMarkupDefinitionCollection is a cComAutomationObject 114890>>> 114890>>> // Gets the number of controls in the collection. 114890>>> Function ComCount Returns Integer 114892>>> Handle hDispatchDriver 114892>>> Integer retVal 114892>>> Get phDispatchDriver to hDispatchDriver 114893>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 114894>>> Function_Return retVal 114895>>> End_Function 114896>>> 114896>>> // Gets an item from the collection by its index. 114896>>> Function ComItem Integer llIndex Returns Variant 114898>>> Handle hDispatchDriver 114898>>> Variant retVal 114898>>> Get phDispatchDriver to hDispatchDriver 114899>>> Send PrepareParams to hDispatchDriver 1 114900>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 114901>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 114902>>> Function_Return retVal 114903>>> End_Function 114904>>> 114904>>> Function Com_NewEnum Returns Variant 114906>>> Handle hDispatchDriver 114906>>> Variant retVal 114906>>> Get phDispatchDriver to hDispatchDriver 114907>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 114908>>> Function_Return retVal 114909>>> End_Function 114910>>> 114910>>> // Adds a new command bar control to the collection. 114910>>> Procedure ComAdd Variant llItem 114912>>> Handle hDispatchDriver 114912>>> Get phDispatchDriver to hDispatchDriver 114913>>> Send PrepareParams to hDispatchDriver 1 114914>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 114915>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 114916>>> End_Procedure 114917>>> 114917>>> // Adds a new command bar control to the collection. 114917>>> Procedure ComInsert Integer llIndex Variant llItem 114919>>> Handle hDispatchDriver 114919>>> Get phDispatchDriver to hDispatchDriver 114920>>> Send PrepareParams to hDispatchDriver 2 114921>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 114922>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 114923>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 114924>>> End_Procedure 114925>>> 114925>>> // Deletes all of the command bar controls from the collection 114925>>> Procedure ComClear 114927>>> Handle hDispatchDriver 114927>>> Get phDispatchDriver to hDispatchDriver 114928>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 114929>>> End_Procedure 114930>>> 114930>>> Procedure ComRemoveAt Integer llIndex 114932>>> Handle hDispatchDriver 114932>>> Get phDispatchDriver to hDispatchDriver 114933>>> Send PrepareParams to hDispatchDriver 1 114934>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 114935>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 114936>>> End_Procedure 114937>>>End_Class 114938>>> 114938>>>Class cSigCjComMarkupGrid is a cComAutomationObject 114939>>> 114939>>> Function ComCursor Returns OLEMarkupCursor 114941>>> OLEMarkupCursor retVal 114941>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 114942>>> Function_Return retVal 114943>>> End_Function 114944>>> 114944>>> Procedure Set ComCursor OLEMarkupCursor value 114946>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 114947>>> End_Procedure 114948>>> 114948>>> Function ComToolTip Returns Variant 114950>>> Variant retVal 114950>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 114951>>> Function_Return retVal 114952>>> End_Function 114953>>> 114953>>> Procedure Set ComToolTip Variant value 114955>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 114956>>> End_Procedure 114957>>> 114957>>> Function ComName Returns String 114959>>> String retVal 114959>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 114960>>> Function_Return retVal 114961>>> End_Function 114962>>> 114962>>> Procedure Set ComName String value 114964>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 114965>>> End_Procedure 114966>>> 114966>>> Function ComClipToBounds Returns Boolean 114968>>> Boolean retVal 114968>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 114969>>> Function_Return retVal 114970>>> End_Function 114971>>> 114971>>> Procedure Set ComClipToBounds Boolean value 114973>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 114974>>> End_Procedure 114975>>> 114975>>> Function ComVisibility Returns OLEMarkupVisibility 114977>>> OLEMarkupVisibility retVal 114977>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 114978>>> Function_Return retVal 114979>>> End_Function 114980>>> 114980>>> Procedure Set ComVisibility OLEMarkupVisibility value 114982>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 114983>>> End_Procedure 114984>>> 114984>>> Function ComFocusable Returns Boolean 114986>>> Boolean retVal 114986>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 114987>>> Function_Return retVal 114988>>> End_Function 114989>>> 114989>>> Procedure Set ComFocusable Boolean value 114991>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 114992>>> End_Procedure 114993>>> 114993>>> Function ComIsEnabled Returns Boolean 114995>>> Boolean retVal 114995>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 114996>>> Function_Return retVal 114997>>> End_Function 114998>>> 114998>>> Procedure Set ComIsEnabled Boolean value 115000>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 115001>>> End_Procedure 115002>>> 115002>>> Function ComRenderTransform Returns Variant 115004>>> Variant retVal 115004>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 115005>>> Function_Return retVal 115006>>> End_Function 115007>>> 115007>>> Procedure Set ComRenderTransform Variant value 115009>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 115010>>> End_Procedure 115011>>> 115011>>> Function ComOpacity Returns Real 115013>>> Real retVal 115013>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 115014>>> Function_Return retVal 115015>>> End_Function 115016>>> 115016>>> Procedure Set ComOpacity Real value 115018>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 115019>>> End_Procedure 115020>>> 115020>>> Function ComMinWidth Returns Integer 115022>>> Integer retVal 115022>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 115023>>> Function_Return retVal 115024>>> End_Function 115025>>> 115025>>> Procedure Set ComMinWidth Integer value 115027>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 115028>>> End_Procedure 115029>>> 115029>>> Function ComWidth Returns Integer 115031>>> Integer retVal 115031>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 115032>>> Function_Return retVal 115033>>> End_Function 115034>>> 115034>>> Procedure Set ComWidth Integer value 115036>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 115037>>> End_Procedure 115038>>> 115038>>> Function ComMaxWidth Returns Integer 115040>>> Integer retVal 115040>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 115041>>> Function_Return retVal 115042>>> End_Function 115043>>> 115043>>> Procedure Set ComMaxWidth Integer value 115045>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 115046>>> End_Procedure 115047>>> 115047>>> Function ComMinHeight Returns Integer 115049>>> Integer retVal 115049>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 115050>>> Function_Return retVal 115051>>> End_Function 115052>>> 115052>>> Procedure Set ComMinHeight Integer value 115054>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 115055>>> End_Procedure 115056>>> 115056>>> Function ComHeight Returns Integer 115058>>> Integer retVal 115058>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 115059>>> Function_Return retVal 115060>>> End_Function 115061>>> 115061>>> Procedure Set ComHeight Integer value 115063>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 115064>>> End_Procedure 115065>>> 115065>>> Function ComMaxHeight Returns Integer 115067>>> Integer retVal 115067>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 115068>>> Function_Return retVal 115069>>> End_Function 115070>>> 115070>>> Procedure Set ComMaxHeight Integer value 115072>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 115073>>> End_Procedure 115074>>> 115074>>> Function ComMargin Returns Variant 115076>>> Variant retVal 115076>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 115077>>> Function_Return retVal 115078>>> End_Function 115079>>> 115079>>> Procedure Set ComMargin Variant value 115081>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 115082>>> End_Procedure 115083>>> 115083>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 115085>>> OLEMarkupHorizontalAlignment retVal 115085>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 115086>>> Function_Return retVal 115087>>> End_Function 115088>>> 115088>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 115090>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 115091>>> End_Procedure 115092>>> 115092>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 115094>>> OLEMarkupVerticalAlignment retVal 115094>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 115095>>> Function_Return retVal 115096>>> End_Function 115097>>> 115097>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 115099>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 115100>>> End_Procedure 115101>>> 115101>>> Function ComTag Returns Variant 115103>>> Variant retVal 115103>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 115104>>> Function_Return retVal 115105>>> End_Function 115106>>> 115106>>> Procedure Set ComTag Variant value 115108>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 115109>>> End_Procedure 115110>>> 115110>>> Function ComBackground Returns Variant 115112>>> Variant retVal 115112>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 115113>>> Function_Return retVal 115114>>> End_Function 115115>>> 115115>>> Procedure Set ComBackground Variant value 115117>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 115118>>> End_Procedure 115119>>> 115119>>> Function ComIsMouseOver Returns Boolean 115121>>> Handle hDispatchDriver 115121>>> Boolean retVal 115121>>> Get phDispatchDriver to hDispatchDriver 115122>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 115123>>> Function_Return retVal 115124>>> End_Function 115125>>> 115125>>> Procedure ComAddHandler Variant llEvent String llMethod 115127>>> Handle hDispatchDriver 115127>>> Get phDispatchDriver to hDispatchDriver 115128>>> Send PrepareParams to hDispatchDriver 2 115129>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 115130>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 115131>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 115132>>> End_Procedure 115133>>> 115133>>> Function ComMouseLeaveEvent Returns Variant 115135>>> Handle hDispatchDriver 115135>>> Variant retVal 115135>>> Get phDispatchDriver to hDispatchDriver 115136>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 115137>>> Function_Return retVal 115138>>> End_Function 115139>>> 115139>>> Function ComMouseEnterEvent Returns Variant 115141>>> Handle hDispatchDriver 115141>>> Variant retVal 115141>>> Get phDispatchDriver to hDispatchDriver 115142>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 115143>>> Function_Return retVal 115144>>> End_Function 115145>>> 115145>>> Function ComMouseLeftButtonUpEvent Returns Variant 115147>>> Handle hDispatchDriver 115147>>> Variant retVal 115147>>> Get phDispatchDriver to hDispatchDriver 115148>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 115149>>> Function_Return retVal 115150>>> End_Function 115151>>> 115151>>> Function ComMouseLeftButtonDownEvent Returns Variant 115153>>> Handle hDispatchDriver 115153>>> Variant retVal 115153>>> Get phDispatchDriver to hDispatchDriver 115154>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 115155>>> Function_Return retVal 115156>>> End_Function 115157>>> 115157>>> Function ComMouseRightButtonUpEvent Returns Variant 115159>>> Handle hDispatchDriver 115159>>> Variant retVal 115159>>> Get phDispatchDriver to hDispatchDriver 115160>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 115161>>> Function_Return retVal 115162>>> End_Function 115163>>> 115163>>> Function ComMouseRightButtonDownEvent Returns Variant 115165>>> Handle hDispatchDriver 115165>>> Variant retVal 115165>>> Get phDispatchDriver to hDispatchDriver 115166>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 115167>>> Function_Return retVal 115168>>> End_Function 115169>>> 115169>>> Function ComMouseMoveEvent Returns Variant 115171>>> Handle hDispatchDriver 115171>>> Variant retVal 115171>>> Get phDispatchDriver to hDispatchDriver 115172>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 115173>>> Function_Return retVal 115174>>> End_Function 115175>>> 115175>>> Function ComLostMouseCaptureEvent Returns Variant 115177>>> Handle hDispatchDriver 115177>>> Variant retVal 115177>>> Get phDispatchDriver to hDispatchDriver 115178>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 115179>>> Function_Return retVal 115180>>> End_Function 115181>>> 115181>>> Function ComFindName String llName Returns Variant 115183>>> Handle hDispatchDriver 115183>>> Variant retVal 115183>>> Get phDispatchDriver to hDispatchDriver 115184>>> Send PrepareParams to hDispatchDriver 1 115185>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 115186>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 115187>>> Function_Return retVal 115188>>> End_Function 115189>>> 115189>>> Procedure ComCaptureMouse 115191>>> Handle hDispatchDriver 115191>>> Get phDispatchDriver to hDispatchDriver 115192>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 115193>>> End_Procedure 115194>>> 115194>>> Procedure ComReleaseMouseCapture 115196>>> Handle hDispatchDriver 115196>>> Get phDispatchDriver to hDispatchDriver 115197>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 115198>>> End_Procedure 115199>>> 115199>>> Function ComVisualParent Returns Variant 115201>>> Handle hDispatchDriver 115201>>> Variant retVal 115201>>> Get phDispatchDriver to hDispatchDriver 115202>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 115203>>> Function_Return retVal 115204>>> End_Function 115205>>> 115205>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 115207>>> Handle hDispatchDriver 115207>>> Get phDispatchDriver to hDispatchDriver 115208>>> Send PrepareParams to hDispatchDriver 4 115209>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 115210>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 115211>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 115212>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 115213>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 115214>>> End_Procedure 115215>>> 115215>>> Function ComActualWidth Returns Integer 115217>>> Handle hDispatchDriver 115217>>> Integer retVal 115217>>> Get phDispatchDriver to hDispatchDriver 115218>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 115219>>> Function_Return retVal 115220>>> End_Function 115221>>> 115221>>> Function ComActualHeight Returns Integer 115223>>> Handle hDispatchDriver 115223>>> Integer retVal 115223>>> Get phDispatchDriver to hDispatchDriver 115224>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 115225>>> Function_Return retVal 115226>>> End_Function 115227>>> 115227>>> Function ComChildren Returns Variant 115229>>> Handle hDispatchDriver 115229>>> Variant retVal 115229>>> Get phDispatchDriver to hDispatchDriver 115230>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 115231>>> Function_Return retVal 115232>>> End_Function 115233>>> 115233>>> Procedure ComSetColumn Variant llElement Integer llColumn 115235>>> Handle hDispatchDriver 115235>>> Get phDispatchDriver to hDispatchDriver 115236>>> Send PrepareParams to hDispatchDriver 2 115237>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115238>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumn 115239>>> Send InvokeComMethod to hDispatchDriver 600 OLE_VT_VOID 115240>>> End_Procedure 115241>>> 115241>>> Procedure ComSetColumnSpan Variant llElement Integer llColumnSpan 115243>>> Handle hDispatchDriver 115243>>> Get phDispatchDriver to hDispatchDriver 115244>>> Send PrepareParams to hDispatchDriver 2 115245>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115246>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnSpan 115247>>> Send InvokeComMethod to hDispatchDriver 601 OLE_VT_VOID 115248>>> End_Procedure 115249>>> 115249>>> Procedure ComSetRow Variant llElement Integer llRow 115251>>> Handle hDispatchDriver 115251>>> Get phDispatchDriver to hDispatchDriver 115252>>> Send PrepareParams to hDispatchDriver 2 115253>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115254>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRow 115255>>> Send InvokeComMethod to hDispatchDriver 602 OLE_VT_VOID 115256>>> End_Procedure 115257>>> 115257>>> Procedure ComSetRowSpan Variant llElement Integer llRowSpan 115259>>> Handle hDispatchDriver 115259>>> Get phDispatchDriver to hDispatchDriver 115260>>> Send PrepareParams to hDispatchDriver 2 115261>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115262>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRowSpan 115263>>> Send InvokeComMethod to hDispatchDriver 603 OLE_VT_VOID 115264>>> End_Procedure 115265>>> 115265>>> Function ComGetColumn Variant llElement Returns Integer 115267>>> Handle hDispatchDriver 115267>>> Integer retVal 115267>>> Get phDispatchDriver to hDispatchDriver 115268>>> Send PrepareParams to hDispatchDriver 1 115269>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115270>>> Get InvokeComMethod of hDispatchDriver 604 OLE_VT_I4 to retVal 115271>>> Function_Return retVal 115272>>> End_Function 115273>>> 115273>>> Function ComGetColumnSpan Variant llElement Returns Integer 115275>>> Handle hDispatchDriver 115275>>> Integer retVal 115275>>> Get phDispatchDriver to hDispatchDriver 115276>>> Send PrepareParams to hDispatchDriver 1 115277>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115278>>> Get InvokeComMethod of hDispatchDriver 605 OLE_VT_I4 to retVal 115279>>> Function_Return retVal 115280>>> End_Function 115281>>> 115281>>> Function ComGetRow Variant llElement Returns Integer 115283>>> Handle hDispatchDriver 115283>>> Integer retVal 115283>>> Get phDispatchDriver to hDispatchDriver 115284>>> Send PrepareParams to hDispatchDriver 1 115285>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115286>>> Get InvokeComMethod of hDispatchDriver 606 OLE_VT_I4 to retVal 115287>>> Function_Return retVal 115288>>> End_Function 115289>>> 115289>>> Function ComGetRowSpan Variant llElement Returns Integer 115291>>> Handle hDispatchDriver 115291>>> Integer retVal 115291>>> Get phDispatchDriver to hDispatchDriver 115292>>> Send PrepareParams to hDispatchDriver 1 115293>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 115294>>> Get InvokeComMethod of hDispatchDriver 607 OLE_VT_I4 to retVal 115295>>> Function_Return retVal 115296>>> End_Function 115297>>> 115297>>> Function ComColumnDefinitions Returns Variant 115299>>> Handle hDispatchDriver 115299>>> Variant retVal 115299>>> Get phDispatchDriver to hDispatchDriver 115300>>> Get InvokeComMethod of hDispatchDriver 608 OLE_VT_DISPATCH to retVal 115301>>> Function_Return retVal 115302>>> End_Function 115303>>> 115303>>> Function ComRowDefinitions Returns Variant 115305>>> Handle hDispatchDriver 115305>>> Variant retVal 115305>>> Get phDispatchDriver to hDispatchDriver 115306>>> Get InvokeComMethod of hDispatchDriver 609 OLE_VT_DISPATCH to retVal 115307>>> Function_Return retVal 115308>>> End_Function 115309>>>End_Class 115310>>> 115310>>>Class cSigCjComMarkupImage is a cComAutomationObject 115311>>> 115311>>> Function ComCursor Returns OLEMarkupCursor 115313>>> OLEMarkupCursor retVal 115313>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 115314>>> Function_Return retVal 115315>>> End_Function 115316>>> 115316>>> Procedure Set ComCursor OLEMarkupCursor value 115318>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 115319>>> End_Procedure 115320>>> 115320>>> Function ComToolTip Returns Variant 115322>>> Variant retVal 115322>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 115323>>> Function_Return retVal 115324>>> End_Function 115325>>> 115325>>> Procedure Set ComToolTip Variant value 115327>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 115328>>> End_Procedure 115329>>> 115329>>> Function ComName Returns String 115331>>> String retVal 115331>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 115332>>> Function_Return retVal 115333>>> End_Function 115334>>> 115334>>> Procedure Set ComName String value 115336>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 115337>>> End_Procedure 115338>>> 115338>>> Function ComClipToBounds Returns Boolean 115340>>> Boolean retVal 115340>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 115341>>> Function_Return retVal 115342>>> End_Function 115343>>> 115343>>> Procedure Set ComClipToBounds Boolean value 115345>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 115346>>> End_Procedure 115347>>> 115347>>> Function ComVisibility Returns OLEMarkupVisibility 115349>>> OLEMarkupVisibility retVal 115349>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 115350>>> Function_Return retVal 115351>>> End_Function 115352>>> 115352>>> Procedure Set ComVisibility OLEMarkupVisibility value 115354>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 115355>>> End_Procedure 115356>>> 115356>>> Function ComFocusable Returns Boolean 115358>>> Boolean retVal 115358>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 115359>>> Function_Return retVal 115360>>> End_Function 115361>>> 115361>>> Procedure Set ComFocusable Boolean value 115363>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 115364>>> End_Procedure 115365>>> 115365>>> Function ComIsEnabled Returns Boolean 115367>>> Boolean retVal 115367>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 115368>>> Function_Return retVal 115369>>> End_Function 115370>>> 115370>>> Procedure Set ComIsEnabled Boolean value 115372>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 115373>>> End_Procedure 115374>>> 115374>>> Function ComRenderTransform Returns Variant 115376>>> Variant retVal 115376>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 115377>>> Function_Return retVal 115378>>> End_Function 115379>>> 115379>>> Procedure Set ComRenderTransform Variant value 115381>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 115382>>> End_Procedure 115383>>> 115383>>> Function ComOpacity Returns Real 115385>>> Real retVal 115385>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 115386>>> Function_Return retVal 115387>>> End_Function 115388>>> 115388>>> Procedure Set ComOpacity Real value 115390>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 115391>>> End_Procedure 115392>>> 115392>>> Function ComMinWidth Returns Integer 115394>>> Integer retVal 115394>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 115395>>> Function_Return retVal 115396>>> End_Function 115397>>> 115397>>> Procedure Set ComMinWidth Integer value 115399>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 115400>>> End_Procedure 115401>>> 115401>>> Function ComWidth Returns Integer 115403>>> Integer retVal 115403>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 115404>>> Function_Return retVal 115405>>> End_Function 115406>>> 115406>>> Procedure Set ComWidth Integer value 115408>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 115409>>> End_Procedure 115410>>> 115410>>> Function ComMaxWidth Returns Integer 115412>>> Integer retVal 115412>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 115413>>> Function_Return retVal 115414>>> End_Function 115415>>> 115415>>> Procedure Set ComMaxWidth Integer value 115417>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 115418>>> End_Procedure 115419>>> 115419>>> Function ComMinHeight Returns Integer 115421>>> Integer retVal 115421>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 115422>>> Function_Return retVal 115423>>> End_Function 115424>>> 115424>>> Procedure Set ComMinHeight Integer value 115426>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 115427>>> End_Procedure 115428>>> 115428>>> Function ComHeight Returns Integer 115430>>> Integer retVal 115430>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 115431>>> Function_Return retVal 115432>>> End_Function 115433>>> 115433>>> Procedure Set ComHeight Integer value 115435>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 115436>>> End_Procedure 115437>>> 115437>>> Function ComMaxHeight Returns Integer 115439>>> Integer retVal 115439>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 115440>>> Function_Return retVal 115441>>> End_Function 115442>>> 115442>>> Procedure Set ComMaxHeight Integer value 115444>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 115445>>> End_Procedure 115446>>> 115446>>> Function ComMargin Returns Variant 115448>>> Variant retVal 115448>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 115449>>> Function_Return retVal 115450>>> End_Function 115451>>> 115451>>> Procedure Set ComMargin Variant value 115453>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 115454>>> End_Procedure 115455>>> 115455>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 115457>>> OLEMarkupHorizontalAlignment retVal 115457>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 115458>>> Function_Return retVal 115459>>> End_Function 115460>>> 115460>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 115462>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 115463>>> End_Procedure 115464>>> 115464>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 115466>>> OLEMarkupVerticalAlignment retVal 115466>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 115467>>> Function_Return retVal 115468>>> End_Function 115469>>> 115469>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 115471>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 115472>>> End_Procedure 115473>>> 115473>>> Function ComTag Returns Variant 115475>>> Variant retVal 115475>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 115476>>> Function_Return retVal 115477>>> End_Function 115478>>> 115478>>> Procedure Set ComTag Variant value 115480>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 115481>>> End_Procedure 115482>>> 115482>>> Function ComSource Returns String 115484>>> String retVal 115484>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_BSTR to retVal 115485>>> Function_Return retVal 115486>>> End_Function 115487>>> 115487>>> Procedure Set ComSource String value 115489>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_BSTR to value 115490>>> End_Procedure 115491>>> 115491>>> Function ComStretch Returns OLEMarkupStretch 115493>>> OLEMarkupStretch retVal 115493>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to retVal 115494>>> Function_Return retVal 115495>>> End_Function 115496>>> 115496>>> Procedure Set ComStretch OLEMarkupStretch value 115498>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_I4 to value 115499>>> End_Procedure 115500>>> 115500>>> Function ComIsMouseOver Returns Boolean 115502>>> Handle hDispatchDriver 115502>>> Boolean retVal 115502>>> Get phDispatchDriver to hDispatchDriver 115503>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 115504>>> Function_Return retVal 115505>>> End_Function 115506>>> 115506>>> Procedure ComAddHandler Variant llEvent String llMethod 115508>>> Handle hDispatchDriver 115508>>> Get phDispatchDriver to hDispatchDriver 115509>>> Send PrepareParams to hDispatchDriver 2 115510>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 115511>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 115512>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 115513>>> End_Procedure 115514>>> 115514>>> Function ComMouseLeaveEvent Returns Variant 115516>>> Handle hDispatchDriver 115516>>> Variant retVal 115516>>> Get phDispatchDriver to hDispatchDriver 115517>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 115518>>> Function_Return retVal 115519>>> End_Function 115520>>> 115520>>> Function ComMouseEnterEvent Returns Variant 115522>>> Handle hDispatchDriver 115522>>> Variant retVal 115522>>> Get phDispatchDriver to hDispatchDriver 115523>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 115524>>> Function_Return retVal 115525>>> End_Function 115526>>> 115526>>> Function ComMouseLeftButtonUpEvent Returns Variant 115528>>> Handle hDispatchDriver 115528>>> Variant retVal 115528>>> Get phDispatchDriver to hDispatchDriver 115529>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 115530>>> Function_Return retVal 115531>>> End_Function 115532>>> 115532>>> Function ComMouseLeftButtonDownEvent Returns Variant 115534>>> Handle hDispatchDriver 115534>>> Variant retVal 115534>>> Get phDispatchDriver to hDispatchDriver 115535>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 115536>>> Function_Return retVal 115537>>> End_Function 115538>>> 115538>>> Function ComMouseRightButtonUpEvent Returns Variant 115540>>> Handle hDispatchDriver 115540>>> Variant retVal 115540>>> Get phDispatchDriver to hDispatchDriver 115541>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 115542>>> Function_Return retVal 115543>>> End_Function 115544>>> 115544>>> Function ComMouseRightButtonDownEvent Returns Variant 115546>>> Handle hDispatchDriver 115546>>> Variant retVal 115546>>> Get phDispatchDriver to hDispatchDriver 115547>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 115548>>> Function_Return retVal 115549>>> End_Function 115550>>> 115550>>> Function ComMouseMoveEvent Returns Variant 115552>>> Handle hDispatchDriver 115552>>> Variant retVal 115552>>> Get phDispatchDriver to hDispatchDriver 115553>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 115554>>> Function_Return retVal 115555>>> End_Function 115556>>> 115556>>> Function ComLostMouseCaptureEvent Returns Variant 115558>>> Handle hDispatchDriver 115558>>> Variant retVal 115558>>> Get phDispatchDriver to hDispatchDriver 115559>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 115560>>> Function_Return retVal 115561>>> End_Function 115562>>> 115562>>> Function ComFindName String llName Returns Variant 115564>>> Handle hDispatchDriver 115564>>> Variant retVal 115564>>> Get phDispatchDriver to hDispatchDriver 115565>>> Send PrepareParams to hDispatchDriver 1 115566>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 115567>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 115568>>> Function_Return retVal 115569>>> End_Function 115570>>> 115570>>> Procedure ComCaptureMouse 115572>>> Handle hDispatchDriver 115572>>> Get phDispatchDriver to hDispatchDriver 115573>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 115574>>> End_Procedure 115575>>> 115575>>> Procedure ComReleaseMouseCapture 115577>>> Handle hDispatchDriver 115577>>> Get phDispatchDriver to hDispatchDriver 115578>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 115579>>> End_Procedure 115580>>> 115580>>> Function ComVisualParent Returns Variant 115582>>> Handle hDispatchDriver 115582>>> Variant retVal 115582>>> Get phDispatchDriver to hDispatchDriver 115583>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 115584>>> Function_Return retVal 115585>>> End_Function 115586>>> 115586>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 115588>>> Handle hDispatchDriver 115588>>> Get phDispatchDriver to hDispatchDriver 115589>>> Send PrepareParams to hDispatchDriver 4 115590>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 115591>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 115592>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 115593>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 115594>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 115595>>> End_Procedure 115596>>> 115596>>> Function ComActualWidth Returns Integer 115598>>> Handle hDispatchDriver 115598>>> Integer retVal 115598>>> Get phDispatchDriver to hDispatchDriver 115599>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 115600>>> Function_Return retVal 115601>>> End_Function 115602>>> 115602>>> Function ComActualHeight Returns Integer 115604>>> Handle hDispatchDriver 115604>>> Integer retVal 115604>>> Get phDispatchDriver to hDispatchDriver 115605>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 115606>>> Function_Return retVal 115607>>> End_Function 115608>>>End_Class 115609>>> 115609>>>Class cSigCjComMarkupPage is a cComAutomationObject 115610>>> 115610>>> Function ComCursor Returns OLEMarkupCursor 115612>>> OLEMarkupCursor retVal 115612>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 115613>>> Function_Return retVal 115614>>> End_Function 115615>>> 115615>>> Procedure Set ComCursor OLEMarkupCursor value 115617>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 115618>>> End_Procedure 115619>>> 115619>>> Function ComToolTip Returns Variant 115621>>> Variant retVal 115621>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 115622>>> Function_Return retVal 115623>>> End_Function 115624>>> 115624>>> Procedure Set ComToolTip Variant value 115626>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 115627>>> End_Procedure 115628>>> 115628>>> Function ComName Returns String 115630>>> String retVal 115630>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 115631>>> Function_Return retVal 115632>>> End_Function 115633>>> 115633>>> Procedure Set ComName String value 115635>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 115636>>> End_Procedure 115637>>> 115637>>> Function ComClipToBounds Returns Boolean 115639>>> Boolean retVal 115639>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 115640>>> Function_Return retVal 115641>>> End_Function 115642>>> 115642>>> Procedure Set ComClipToBounds Boolean value 115644>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 115645>>> End_Procedure 115646>>> 115646>>> Function ComVisibility Returns OLEMarkupVisibility 115648>>> OLEMarkupVisibility retVal 115648>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 115649>>> Function_Return retVal 115650>>> End_Function 115651>>> 115651>>> Procedure Set ComVisibility OLEMarkupVisibility value 115653>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 115654>>> End_Procedure 115655>>> 115655>>> Function ComFocusable Returns Boolean 115657>>> Boolean retVal 115657>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 115658>>> Function_Return retVal 115659>>> End_Function 115660>>> 115660>>> Procedure Set ComFocusable Boolean value 115662>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 115663>>> End_Procedure 115664>>> 115664>>> Function ComIsEnabled Returns Boolean 115666>>> Boolean retVal 115666>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 115667>>> Function_Return retVal 115668>>> End_Function 115669>>> 115669>>> Procedure Set ComIsEnabled Boolean value 115671>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 115672>>> End_Procedure 115673>>> 115673>>> Function ComRenderTransform Returns Variant 115675>>> Variant retVal 115675>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 115676>>> Function_Return retVal 115677>>> End_Function 115678>>> 115678>>> Procedure Set ComRenderTransform Variant value 115680>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 115681>>> End_Procedure 115682>>> 115682>>> Function ComOpacity Returns Real 115684>>> Real retVal 115684>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 115685>>> Function_Return retVal 115686>>> End_Function 115687>>> 115687>>> Procedure Set ComOpacity Real value 115689>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 115690>>> End_Procedure 115691>>> 115691>>> Function ComMinWidth Returns Integer 115693>>> Integer retVal 115693>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 115694>>> Function_Return retVal 115695>>> End_Function 115696>>> 115696>>> Procedure Set ComMinWidth Integer value 115698>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 115699>>> End_Procedure 115700>>> 115700>>> Function ComWidth Returns Integer 115702>>> Integer retVal 115702>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 115703>>> Function_Return retVal 115704>>> End_Function 115705>>> 115705>>> Procedure Set ComWidth Integer value 115707>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 115708>>> End_Procedure 115709>>> 115709>>> Function ComMaxWidth Returns Integer 115711>>> Integer retVal 115711>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 115712>>> Function_Return retVal 115713>>> End_Function 115714>>> 115714>>> Procedure Set ComMaxWidth Integer value 115716>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 115717>>> End_Procedure 115718>>> 115718>>> Function ComMinHeight Returns Integer 115720>>> Integer retVal 115720>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 115721>>> Function_Return retVal 115722>>> End_Function 115723>>> 115723>>> Procedure Set ComMinHeight Integer value 115725>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 115726>>> End_Procedure 115727>>> 115727>>> Function ComHeight Returns Integer 115729>>> Integer retVal 115729>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 115730>>> Function_Return retVal 115731>>> End_Function 115732>>> 115732>>> Procedure Set ComHeight Integer value 115734>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 115735>>> End_Procedure 115736>>> 115736>>> Function ComMaxHeight Returns Integer 115738>>> Integer retVal 115738>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 115739>>> Function_Return retVal 115740>>> End_Function 115741>>> 115741>>> Procedure Set ComMaxHeight Integer value 115743>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 115744>>> End_Procedure 115745>>> 115745>>> Function ComMargin Returns Variant 115747>>> Variant retVal 115747>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 115748>>> Function_Return retVal 115749>>> End_Function 115750>>> 115750>>> Procedure Set ComMargin Variant value 115752>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 115753>>> End_Procedure 115754>>> 115754>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 115756>>> OLEMarkupHorizontalAlignment retVal 115756>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 115757>>> Function_Return retVal 115758>>> End_Function 115759>>> 115759>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 115761>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 115762>>> End_Procedure 115763>>> 115763>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 115765>>> OLEMarkupVerticalAlignment retVal 115765>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 115766>>> Function_Return retVal 115767>>> End_Function 115768>>> 115768>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 115770>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 115771>>> End_Procedure 115772>>> 115772>>> Function ComTag Returns Variant 115774>>> Variant retVal 115774>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 115775>>> Function_Return retVal 115776>>> End_Function 115777>>> 115777>>> Procedure Set ComTag Variant value 115779>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 115780>>> End_Procedure 115781>>> 115781>>> Function ComContent Returns Variant 115783>>> Variant retVal 115783>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 115784>>> Function_Return retVal 115785>>> End_Function 115786>>> 115786>>> Procedure Set ComContent Variant value 115788>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 115789>>> End_Procedure 115790>>> 115790>>> Function ComIsMouseOver Returns Boolean 115792>>> Handle hDispatchDriver 115792>>> Boolean retVal 115792>>> Get phDispatchDriver to hDispatchDriver 115793>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 115794>>> Function_Return retVal 115795>>> End_Function 115796>>> 115796>>> Procedure ComAddHandler Variant llEvent String llMethod 115798>>> Handle hDispatchDriver 115798>>> Get phDispatchDriver to hDispatchDriver 115799>>> Send PrepareParams to hDispatchDriver 2 115800>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 115801>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 115802>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 115803>>> End_Procedure 115804>>> 115804>>> Function ComMouseLeaveEvent Returns Variant 115806>>> Handle hDispatchDriver 115806>>> Variant retVal 115806>>> Get phDispatchDriver to hDispatchDriver 115807>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 115808>>> Function_Return retVal 115809>>> End_Function 115810>>> 115810>>> Function ComMouseEnterEvent Returns Variant 115812>>> Handle hDispatchDriver 115812>>> Variant retVal 115812>>> Get phDispatchDriver to hDispatchDriver 115813>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 115814>>> Function_Return retVal 115815>>> End_Function 115816>>> 115816>>> Function ComMouseLeftButtonUpEvent Returns Variant 115818>>> Handle hDispatchDriver 115818>>> Variant retVal 115818>>> Get phDispatchDriver to hDispatchDriver 115819>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 115820>>> Function_Return retVal 115821>>> End_Function 115822>>> 115822>>> Function ComMouseLeftButtonDownEvent Returns Variant 115824>>> Handle hDispatchDriver 115824>>> Variant retVal 115824>>> Get phDispatchDriver to hDispatchDriver 115825>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 115826>>> Function_Return retVal 115827>>> End_Function 115828>>> 115828>>> Function ComMouseRightButtonUpEvent Returns Variant 115830>>> Handle hDispatchDriver 115830>>> Variant retVal 115830>>> Get phDispatchDriver to hDispatchDriver 115831>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 115832>>> Function_Return retVal 115833>>> End_Function 115834>>> 115834>>> Function ComMouseRightButtonDownEvent Returns Variant 115836>>> Handle hDispatchDriver 115836>>> Variant retVal 115836>>> Get phDispatchDriver to hDispatchDriver 115837>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 115838>>> Function_Return retVal 115839>>> End_Function 115840>>> 115840>>> Function ComMouseMoveEvent Returns Variant 115842>>> Handle hDispatchDriver 115842>>> Variant retVal 115842>>> Get phDispatchDriver to hDispatchDriver 115843>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 115844>>> Function_Return retVal 115845>>> End_Function 115846>>> 115846>>> Function ComLostMouseCaptureEvent Returns Variant 115848>>> Handle hDispatchDriver 115848>>> Variant retVal 115848>>> Get phDispatchDriver to hDispatchDriver 115849>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 115850>>> Function_Return retVal 115851>>> End_Function 115852>>> 115852>>> Function ComFindName String llName Returns Variant 115854>>> Handle hDispatchDriver 115854>>> Variant retVal 115854>>> Get phDispatchDriver to hDispatchDriver 115855>>> Send PrepareParams to hDispatchDriver 1 115856>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 115857>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 115858>>> Function_Return retVal 115859>>> End_Function 115860>>> 115860>>> Procedure ComCaptureMouse 115862>>> Handle hDispatchDriver 115862>>> Get phDispatchDriver to hDispatchDriver 115863>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 115864>>> End_Procedure 115865>>> 115865>>> Procedure ComReleaseMouseCapture 115867>>> Handle hDispatchDriver 115867>>> Get phDispatchDriver to hDispatchDriver 115868>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 115869>>> End_Procedure 115870>>> 115870>>> Function ComVisualParent Returns Variant 115872>>> Handle hDispatchDriver 115872>>> Variant retVal 115872>>> Get phDispatchDriver to hDispatchDriver 115873>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 115874>>> Function_Return retVal 115875>>> End_Function 115876>>> 115876>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 115878>>> Handle hDispatchDriver 115878>>> Get phDispatchDriver to hDispatchDriver 115879>>> Send PrepareParams to hDispatchDriver 4 115880>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 115881>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 115882>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 115883>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 115884>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 115885>>> End_Procedure 115886>>> 115886>>> Function ComActualWidth Returns Integer 115888>>> Handle hDispatchDriver 115888>>> Integer retVal 115888>>> Get phDispatchDriver to hDispatchDriver 115889>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 115890>>> Function_Return retVal 115891>>> End_Function 115892>>> 115892>>> Function ComActualHeight Returns Integer 115894>>> Handle hDispatchDriver 115894>>> Integer retVal 115894>>> Get phDispatchDriver to hDispatchDriver 115895>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 115896>>> Function_Return retVal 115897>>> End_Function 115898>>>End_Class 115899>>> 115899>>>Class cSigCjComMarkupWindowContainer is a cComAutomationObject 115900>>> 115900>>> Function ComCursor Returns OLEMarkupCursor 115902>>> OLEMarkupCursor retVal 115902>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 115903>>> Function_Return retVal 115904>>> End_Function 115905>>> 115905>>> Procedure Set ComCursor OLEMarkupCursor value 115907>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 115908>>> End_Procedure 115909>>> 115909>>> Function ComToolTip Returns Variant 115911>>> Variant retVal 115911>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 115912>>> Function_Return retVal 115913>>> End_Function 115914>>> 115914>>> Procedure Set ComToolTip Variant value 115916>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 115917>>> End_Procedure 115918>>> 115918>>> Function ComName Returns String 115920>>> String retVal 115920>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 115921>>> Function_Return retVal 115922>>> End_Function 115923>>> 115923>>> Procedure Set ComName String value 115925>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 115926>>> End_Procedure 115927>>> 115927>>> Function ComClipToBounds Returns Boolean 115929>>> Boolean retVal 115929>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 115930>>> Function_Return retVal 115931>>> End_Function 115932>>> 115932>>> Procedure Set ComClipToBounds Boolean value 115934>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 115935>>> End_Procedure 115936>>> 115936>>> Function ComVisibility Returns OLEMarkupVisibility 115938>>> OLEMarkupVisibility retVal 115938>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 115939>>> Function_Return retVal 115940>>> End_Function 115941>>> 115941>>> Procedure Set ComVisibility OLEMarkupVisibility value 115943>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 115944>>> End_Procedure 115945>>> 115945>>> Function ComFocusable Returns Boolean 115947>>> Boolean retVal 115947>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 115948>>> Function_Return retVal 115949>>> End_Function 115950>>> 115950>>> Procedure Set ComFocusable Boolean value 115952>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 115953>>> End_Procedure 115954>>> 115954>>> Function ComIsEnabled Returns Boolean 115956>>> Boolean retVal 115956>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 115957>>> Function_Return retVal 115958>>> End_Function 115959>>> 115959>>> Procedure Set ComIsEnabled Boolean value 115961>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 115962>>> End_Procedure 115963>>> 115963>>> Function ComRenderTransform Returns Variant 115965>>> Variant retVal 115965>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 115966>>> Function_Return retVal 115967>>> End_Function 115968>>> 115968>>> Procedure Set ComRenderTransform Variant value 115970>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 115971>>> End_Procedure 115972>>> 115972>>> Function ComOpacity Returns Real 115974>>> Real retVal 115974>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 115975>>> Function_Return retVal 115976>>> End_Function 115977>>> 115977>>> Procedure Set ComOpacity Real value 115979>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 115980>>> End_Procedure 115981>>> 115981>>> Function ComMinWidth Returns Integer 115983>>> Integer retVal 115983>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 115984>>> Function_Return retVal 115985>>> End_Function 115986>>> 115986>>> Procedure Set ComMinWidth Integer value 115988>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 115989>>> End_Procedure 115990>>> 115990>>> Function ComWidth Returns Integer 115992>>> Integer retVal 115992>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 115993>>> Function_Return retVal 115994>>> End_Function 115995>>> 115995>>> Procedure Set ComWidth Integer value 115997>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 115998>>> End_Procedure 115999>>> 115999>>> Function ComMaxWidth Returns Integer 116001>>> Integer retVal 116001>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 116002>>> Function_Return retVal 116003>>> End_Function 116004>>> 116004>>> Procedure Set ComMaxWidth Integer value 116006>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 116007>>> End_Procedure 116008>>> 116008>>> Function ComMinHeight Returns Integer 116010>>> Integer retVal 116010>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 116011>>> Function_Return retVal 116012>>> End_Function 116013>>> 116013>>> Procedure Set ComMinHeight Integer value 116015>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 116016>>> End_Procedure 116017>>> 116017>>> Function ComHeight Returns Integer 116019>>> Integer retVal 116019>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 116020>>> Function_Return retVal 116021>>> End_Function 116022>>> 116022>>> Procedure Set ComHeight Integer value 116024>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 116025>>> End_Procedure 116026>>> 116026>>> Function ComMaxHeight Returns Integer 116028>>> Integer retVal 116028>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 116029>>> Function_Return retVal 116030>>> End_Function 116031>>> 116031>>> Procedure Set ComMaxHeight Integer value 116033>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 116034>>> End_Procedure 116035>>> 116035>>> Function ComMargin Returns Variant 116037>>> Variant retVal 116037>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 116038>>> Function_Return retVal 116039>>> End_Function 116040>>> 116040>>> Procedure Set ComMargin Variant value 116042>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 116043>>> End_Procedure 116044>>> 116044>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 116046>>> OLEMarkupHorizontalAlignment retVal 116046>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 116047>>> Function_Return retVal 116048>>> End_Function 116049>>> 116049>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 116051>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 116052>>> End_Procedure 116053>>> 116053>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 116055>>> OLEMarkupVerticalAlignment retVal 116055>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 116056>>> Function_Return retVal 116057>>> End_Function 116058>>> 116058>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 116060>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 116061>>> End_Procedure 116062>>> 116062>>> Function ComTag Returns Variant 116064>>> Variant retVal 116064>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 116065>>> Function_Return retVal 116066>>> End_Function 116067>>> 116067>>> Procedure Set ComTag Variant value 116069>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 116070>>> End_Procedure 116071>>> 116071>>> Function ComChild Returns OLE_HANDLE 116073>>> OLE_HANDLE retVal 116073>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_I4 to retVal 116074>>> Function_Return retVal 116075>>> End_Function 116076>>> 116076>>> Procedure Set ComChild OLE_HANDLE value 116078>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_I4 to value 116079>>> End_Procedure 116080>>> 116080>>> Function ComIsMouseOver Returns Boolean 116082>>> Handle hDispatchDriver 116082>>> Boolean retVal 116082>>> Get phDispatchDriver to hDispatchDriver 116083>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 116084>>> Function_Return retVal 116085>>> End_Function 116086>>> 116086>>> Procedure ComAddHandler Variant llEvent String llMethod 116088>>> Handle hDispatchDriver 116088>>> Get phDispatchDriver to hDispatchDriver 116089>>> Send PrepareParams to hDispatchDriver 2 116090>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 116091>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 116092>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 116093>>> End_Procedure 116094>>> 116094>>> Function ComMouseLeaveEvent Returns Variant 116096>>> Handle hDispatchDriver 116096>>> Variant retVal 116096>>> Get phDispatchDriver to hDispatchDriver 116097>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 116098>>> Function_Return retVal 116099>>> End_Function 116100>>> 116100>>> Function ComMouseEnterEvent Returns Variant 116102>>> Handle hDispatchDriver 116102>>> Variant retVal 116102>>> Get phDispatchDriver to hDispatchDriver 116103>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 116104>>> Function_Return retVal 116105>>> End_Function 116106>>> 116106>>> Function ComMouseLeftButtonUpEvent Returns Variant 116108>>> Handle hDispatchDriver 116108>>> Variant retVal 116108>>> Get phDispatchDriver to hDispatchDriver 116109>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 116110>>> Function_Return retVal 116111>>> End_Function 116112>>> 116112>>> Function ComMouseLeftButtonDownEvent Returns Variant 116114>>> Handle hDispatchDriver 116114>>> Variant retVal 116114>>> Get phDispatchDriver to hDispatchDriver 116115>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 116116>>> Function_Return retVal 116117>>> End_Function 116118>>> 116118>>> Function ComMouseRightButtonUpEvent Returns Variant 116120>>> Handle hDispatchDriver 116120>>> Variant retVal 116120>>> Get phDispatchDriver to hDispatchDriver 116121>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 116122>>> Function_Return retVal 116123>>> End_Function 116124>>> 116124>>> Function ComMouseRightButtonDownEvent Returns Variant 116126>>> Handle hDispatchDriver 116126>>> Variant retVal 116126>>> Get phDispatchDriver to hDispatchDriver 116127>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 116128>>> Function_Return retVal 116129>>> End_Function 116130>>> 116130>>> Function ComMouseMoveEvent Returns Variant 116132>>> Handle hDispatchDriver 116132>>> Variant retVal 116132>>> Get phDispatchDriver to hDispatchDriver 116133>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 116134>>> Function_Return retVal 116135>>> End_Function 116136>>> 116136>>> Function ComLostMouseCaptureEvent Returns Variant 116138>>> Handle hDispatchDriver 116138>>> Variant retVal 116138>>> Get phDispatchDriver to hDispatchDriver 116139>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 116140>>> Function_Return retVal 116141>>> End_Function 116142>>> 116142>>> Function ComFindName String llName Returns Variant 116144>>> Handle hDispatchDriver 116144>>> Variant retVal 116144>>> Get phDispatchDriver to hDispatchDriver 116145>>> Send PrepareParams to hDispatchDriver 1 116146>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 116147>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 116148>>> Function_Return retVal 116149>>> End_Function 116150>>> 116150>>> Procedure ComCaptureMouse 116152>>> Handle hDispatchDriver 116152>>> Get phDispatchDriver to hDispatchDriver 116153>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 116154>>> End_Procedure 116155>>> 116155>>> Procedure ComReleaseMouseCapture 116157>>> Handle hDispatchDriver 116157>>> Get phDispatchDriver to hDispatchDriver 116158>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 116159>>> End_Procedure 116160>>> 116160>>> Function ComVisualParent Returns Variant 116162>>> Handle hDispatchDriver 116162>>> Variant retVal 116162>>> Get phDispatchDriver to hDispatchDriver 116163>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 116164>>> Function_Return retVal 116165>>> End_Function 116166>>> 116166>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 116168>>> Handle hDispatchDriver 116168>>> Get phDispatchDriver to hDispatchDriver 116169>>> Send PrepareParams to hDispatchDriver 4 116170>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 116171>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 116172>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 116173>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 116174>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 116175>>> End_Procedure 116176>>> 116176>>> Function ComActualWidth Returns Integer 116178>>> Handle hDispatchDriver 116178>>> Integer retVal 116178>>> Get phDispatchDriver to hDispatchDriver 116179>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 116180>>> Function_Return retVal 116181>>> End_Function 116182>>> 116182>>> Function ComActualHeight Returns Integer 116184>>> Handle hDispatchDriver 116184>>> Integer retVal 116184>>> Get phDispatchDriver to hDispatchDriver 116185>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 116186>>> Function_Return retVal 116187>>> End_Function 116188>>>End_Class 116189>>> 116189>>>Class cSigCjComMarkupDockPanel is a cComAutomationObject 116190>>> 116190>>> Function ComCursor Returns OLEMarkupCursor 116192>>> OLEMarkupCursor retVal 116192>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 116193>>> Function_Return retVal 116194>>> End_Function 116195>>> 116195>>> Procedure Set ComCursor OLEMarkupCursor value 116197>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 116198>>> End_Procedure 116199>>> 116199>>> Function ComToolTip Returns Variant 116201>>> Variant retVal 116201>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 116202>>> Function_Return retVal 116203>>> End_Function 116204>>> 116204>>> Procedure Set ComToolTip Variant value 116206>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 116207>>> End_Procedure 116208>>> 116208>>> Function ComName Returns String 116210>>> String retVal 116210>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 116211>>> Function_Return retVal 116212>>> End_Function 116213>>> 116213>>> Procedure Set ComName String value 116215>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 116216>>> End_Procedure 116217>>> 116217>>> Function ComClipToBounds Returns Boolean 116219>>> Boolean retVal 116219>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 116220>>> Function_Return retVal 116221>>> End_Function 116222>>> 116222>>> Procedure Set ComClipToBounds Boolean value 116224>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 116225>>> End_Procedure 116226>>> 116226>>> Function ComVisibility Returns OLEMarkupVisibility 116228>>> OLEMarkupVisibility retVal 116228>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 116229>>> Function_Return retVal 116230>>> End_Function 116231>>> 116231>>> Procedure Set ComVisibility OLEMarkupVisibility value 116233>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 116234>>> End_Procedure 116235>>> 116235>>> Function ComFocusable Returns Boolean 116237>>> Boolean retVal 116237>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 116238>>> Function_Return retVal 116239>>> End_Function 116240>>> 116240>>> Procedure Set ComFocusable Boolean value 116242>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 116243>>> End_Procedure 116244>>> 116244>>> Function ComIsEnabled Returns Boolean 116246>>> Boolean retVal 116246>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 116247>>> Function_Return retVal 116248>>> End_Function 116249>>> 116249>>> Procedure Set ComIsEnabled Boolean value 116251>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 116252>>> End_Procedure 116253>>> 116253>>> Function ComRenderTransform Returns Variant 116255>>> Variant retVal 116255>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 116256>>> Function_Return retVal 116257>>> End_Function 116258>>> 116258>>> Procedure Set ComRenderTransform Variant value 116260>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 116261>>> End_Procedure 116262>>> 116262>>> Function ComOpacity Returns Real 116264>>> Real retVal 116264>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 116265>>> Function_Return retVal 116266>>> End_Function 116267>>> 116267>>> Procedure Set ComOpacity Real value 116269>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 116270>>> End_Procedure 116271>>> 116271>>> Function ComMinWidth Returns Integer 116273>>> Integer retVal 116273>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 116274>>> Function_Return retVal 116275>>> End_Function 116276>>> 116276>>> Procedure Set ComMinWidth Integer value 116278>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 116279>>> End_Procedure 116280>>> 116280>>> Function ComWidth Returns Integer 116282>>> Integer retVal 116282>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 116283>>> Function_Return retVal 116284>>> End_Function 116285>>> 116285>>> Procedure Set ComWidth Integer value 116287>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 116288>>> End_Procedure 116289>>> 116289>>> Function ComMaxWidth Returns Integer 116291>>> Integer retVal 116291>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 116292>>> Function_Return retVal 116293>>> End_Function 116294>>> 116294>>> Procedure Set ComMaxWidth Integer value 116296>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 116297>>> End_Procedure 116298>>> 116298>>> Function ComMinHeight Returns Integer 116300>>> Integer retVal 116300>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 116301>>> Function_Return retVal 116302>>> End_Function 116303>>> 116303>>> Procedure Set ComMinHeight Integer value 116305>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 116306>>> End_Procedure 116307>>> 116307>>> Function ComHeight Returns Integer 116309>>> Integer retVal 116309>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 116310>>> Function_Return retVal 116311>>> End_Function 116312>>> 116312>>> Procedure Set ComHeight Integer value 116314>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 116315>>> End_Procedure 116316>>> 116316>>> Function ComMaxHeight Returns Integer 116318>>> Integer retVal 116318>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 116319>>> Function_Return retVal 116320>>> End_Function 116321>>> 116321>>> Procedure Set ComMaxHeight Integer value 116323>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 116324>>> End_Procedure 116325>>> 116325>>> Function ComMargin Returns Variant 116327>>> Variant retVal 116327>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 116328>>> Function_Return retVal 116329>>> End_Function 116330>>> 116330>>> Procedure Set ComMargin Variant value 116332>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 116333>>> End_Procedure 116334>>> 116334>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 116336>>> OLEMarkupHorizontalAlignment retVal 116336>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 116337>>> Function_Return retVal 116338>>> End_Function 116339>>> 116339>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 116341>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 116342>>> End_Procedure 116343>>> 116343>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 116345>>> OLEMarkupVerticalAlignment retVal 116345>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 116346>>> Function_Return retVal 116347>>> End_Function 116348>>> 116348>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 116350>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 116351>>> End_Procedure 116352>>> 116352>>> Function ComTag Returns Variant 116354>>> Variant retVal 116354>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 116355>>> Function_Return retVal 116356>>> End_Function 116357>>> 116357>>> Procedure Set ComTag Variant value 116359>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 116360>>> End_Procedure 116361>>> 116361>>> Function ComBackground Returns Variant 116363>>> Variant retVal 116363>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 116364>>> Function_Return retVal 116365>>> End_Function 116366>>> 116366>>> Procedure Set ComBackground Variant value 116368>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 116369>>> End_Procedure 116370>>> 116370>>> Function ComLastChildFill Returns Boolean 116372>>> Boolean retVal 116372>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_BOOL to retVal 116373>>> Function_Return retVal 116374>>> End_Function 116375>>> 116375>>> Procedure Set ComLastChildFill Boolean value 116377>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_BOOL to value 116378>>> End_Procedure 116379>>> 116379>>> Function ComIsMouseOver Returns Boolean 116381>>> Handle hDispatchDriver 116381>>> Boolean retVal 116381>>> Get phDispatchDriver to hDispatchDriver 116382>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 116383>>> Function_Return retVal 116384>>> End_Function 116385>>> 116385>>> Procedure ComAddHandler Variant llEvent String llMethod 116387>>> Handle hDispatchDriver 116387>>> Get phDispatchDriver to hDispatchDriver 116388>>> Send PrepareParams to hDispatchDriver 2 116389>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 116390>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 116391>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 116392>>> End_Procedure 116393>>> 116393>>> Function ComMouseLeaveEvent Returns Variant 116395>>> Handle hDispatchDriver 116395>>> Variant retVal 116395>>> Get phDispatchDriver to hDispatchDriver 116396>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 116397>>> Function_Return retVal 116398>>> End_Function 116399>>> 116399>>> Function ComMouseEnterEvent Returns Variant 116401>>> Handle hDispatchDriver 116401>>> Variant retVal 116401>>> Get phDispatchDriver to hDispatchDriver 116402>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 116403>>> Function_Return retVal 116404>>> End_Function 116405>>> 116405>>> Function ComMouseLeftButtonUpEvent Returns Variant 116407>>> Handle hDispatchDriver 116407>>> Variant retVal 116407>>> Get phDispatchDriver to hDispatchDriver 116408>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 116409>>> Function_Return retVal 116410>>> End_Function 116411>>> 116411>>> Function ComMouseLeftButtonDownEvent Returns Variant 116413>>> Handle hDispatchDriver 116413>>> Variant retVal 116413>>> Get phDispatchDriver to hDispatchDriver 116414>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 116415>>> Function_Return retVal 116416>>> End_Function 116417>>> 116417>>> Function ComMouseRightButtonUpEvent Returns Variant 116419>>> Handle hDispatchDriver 116419>>> Variant retVal 116419>>> Get phDispatchDriver to hDispatchDriver 116420>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 116421>>> Function_Return retVal 116422>>> End_Function 116423>>> 116423>>> Function ComMouseRightButtonDownEvent Returns Variant 116425>>> Handle hDispatchDriver 116425>>> Variant retVal 116425>>> Get phDispatchDriver to hDispatchDriver 116426>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 116427>>> Function_Return retVal 116428>>> End_Function 116429>>> 116429>>> Function ComMouseMoveEvent Returns Variant 116431>>> Handle hDispatchDriver 116431>>> Variant retVal 116431>>> Get phDispatchDriver to hDispatchDriver 116432>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 116433>>> Function_Return retVal 116434>>> End_Function 116435>>> 116435>>> Function ComLostMouseCaptureEvent Returns Variant 116437>>> Handle hDispatchDriver 116437>>> Variant retVal 116437>>> Get phDispatchDriver to hDispatchDriver 116438>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 116439>>> Function_Return retVal 116440>>> End_Function 116441>>> 116441>>> Function ComFindName String llName Returns Variant 116443>>> Handle hDispatchDriver 116443>>> Variant retVal 116443>>> Get phDispatchDriver to hDispatchDriver 116444>>> Send PrepareParams to hDispatchDriver 1 116445>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 116446>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 116447>>> Function_Return retVal 116448>>> End_Function 116449>>> 116449>>> Procedure ComCaptureMouse 116451>>> Handle hDispatchDriver 116451>>> Get phDispatchDriver to hDispatchDriver 116452>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 116453>>> End_Procedure 116454>>> 116454>>> Procedure ComReleaseMouseCapture 116456>>> Handle hDispatchDriver 116456>>> Get phDispatchDriver to hDispatchDriver 116457>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 116458>>> End_Procedure 116459>>> 116459>>> Function ComVisualParent Returns Variant 116461>>> Handle hDispatchDriver 116461>>> Variant retVal 116461>>> Get phDispatchDriver to hDispatchDriver 116462>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 116463>>> Function_Return retVal 116464>>> End_Function 116465>>> 116465>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 116467>>> Handle hDispatchDriver 116467>>> Get phDispatchDriver to hDispatchDriver 116468>>> Send PrepareParams to hDispatchDriver 4 116469>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 116470>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 116471>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 116472>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 116473>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 116474>>> End_Procedure 116475>>> 116475>>> Function ComActualWidth Returns Integer 116477>>> Handle hDispatchDriver 116477>>> Integer retVal 116477>>> Get phDispatchDriver to hDispatchDriver 116478>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 116479>>> Function_Return retVal 116480>>> End_Function 116481>>> 116481>>> Function ComActualHeight Returns Integer 116483>>> Handle hDispatchDriver 116483>>> Integer retVal 116483>>> Get phDispatchDriver to hDispatchDriver 116484>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 116485>>> Function_Return retVal 116486>>> End_Function 116487>>> 116487>>> Function ComChildren Returns Variant 116489>>> Handle hDispatchDriver 116489>>> Variant retVal 116489>>> Get phDispatchDriver to hDispatchDriver 116490>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 116491>>> Function_Return retVal 116492>>> End_Function 116493>>> 116493>>> Function ComGetDock Variant llElement Returns OLEMarkupDock 116495>>> Handle hDispatchDriver 116495>>> OLEMarkupDock retVal 116495>>> Get phDispatchDriver to hDispatchDriver 116496>>> Send PrepareParams to hDispatchDriver 1 116497>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 116498>>> Get InvokeComMethod of hDispatchDriver 601 OLE_VT_I4 to retVal 116499>>> Function_Return retVal 116500>>> End_Function 116501>>> 116501>>> Procedure ComSetDock Variant llElement OLEMarkupDock llDock 116503>>> Handle hDispatchDriver 116503>>> Get phDispatchDriver to hDispatchDriver 116504>>> Send PrepareParams to hDispatchDriver 2 116505>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llElement 116506>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llDock 116507>>> Send InvokeComMethod to hDispatchDriver 602 OLE_VT_VOID 116508>>> End_Procedure 116509>>>End_Class 116510>>> 116510>>>Class cSigCjComMarkupWrapPanel is a cComAutomationObject 116511>>> 116511>>> Function ComCursor Returns OLEMarkupCursor 116513>>> OLEMarkupCursor retVal 116513>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 116514>>> Function_Return retVal 116515>>> End_Function 116516>>> 116516>>> Procedure Set ComCursor OLEMarkupCursor value 116518>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 116519>>> End_Procedure 116520>>> 116520>>> Function ComToolTip Returns Variant 116522>>> Variant retVal 116522>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 116523>>> Function_Return retVal 116524>>> End_Function 116525>>> 116525>>> Procedure Set ComToolTip Variant value 116527>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 116528>>> End_Procedure 116529>>> 116529>>> Function ComName Returns String 116531>>> String retVal 116531>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 116532>>> Function_Return retVal 116533>>> End_Function 116534>>> 116534>>> Procedure Set ComName String value 116536>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 116537>>> End_Procedure 116538>>> 116538>>> Function ComClipToBounds Returns Boolean 116540>>> Boolean retVal 116540>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 116541>>> Function_Return retVal 116542>>> End_Function 116543>>> 116543>>> Procedure Set ComClipToBounds Boolean value 116545>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 116546>>> End_Procedure 116547>>> 116547>>> Function ComVisibility Returns OLEMarkupVisibility 116549>>> OLEMarkupVisibility retVal 116549>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 116550>>> Function_Return retVal 116551>>> End_Function 116552>>> 116552>>> Procedure Set ComVisibility OLEMarkupVisibility value 116554>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 116555>>> End_Procedure 116556>>> 116556>>> Function ComFocusable Returns Boolean 116558>>> Boolean retVal 116558>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 116559>>> Function_Return retVal 116560>>> End_Function 116561>>> 116561>>> Procedure Set ComFocusable Boolean value 116563>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 116564>>> End_Procedure 116565>>> 116565>>> Function ComIsEnabled Returns Boolean 116567>>> Boolean retVal 116567>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 116568>>> Function_Return retVal 116569>>> End_Function 116570>>> 116570>>> Procedure Set ComIsEnabled Boolean value 116572>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 116573>>> End_Procedure 116574>>> 116574>>> Function ComRenderTransform Returns Variant 116576>>> Variant retVal 116576>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 116577>>> Function_Return retVal 116578>>> End_Function 116579>>> 116579>>> Procedure Set ComRenderTransform Variant value 116581>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 116582>>> End_Procedure 116583>>> 116583>>> Function ComOpacity Returns Real 116585>>> Real retVal 116585>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 116586>>> Function_Return retVal 116587>>> End_Function 116588>>> 116588>>> Procedure Set ComOpacity Real value 116590>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 116591>>> End_Procedure 116592>>> 116592>>> Function ComMinWidth Returns Integer 116594>>> Integer retVal 116594>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 116595>>> Function_Return retVal 116596>>> End_Function 116597>>> 116597>>> Procedure Set ComMinWidth Integer value 116599>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 116600>>> End_Procedure 116601>>> 116601>>> Function ComWidth Returns Integer 116603>>> Integer retVal 116603>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 116604>>> Function_Return retVal 116605>>> End_Function 116606>>> 116606>>> Procedure Set ComWidth Integer value 116608>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 116609>>> End_Procedure 116610>>> 116610>>> Function ComMaxWidth Returns Integer 116612>>> Integer retVal 116612>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 116613>>> Function_Return retVal 116614>>> End_Function 116615>>> 116615>>> Procedure Set ComMaxWidth Integer value 116617>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 116618>>> End_Procedure 116619>>> 116619>>> Function ComMinHeight Returns Integer 116621>>> Integer retVal 116621>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 116622>>> Function_Return retVal 116623>>> End_Function 116624>>> 116624>>> Procedure Set ComMinHeight Integer value 116626>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 116627>>> End_Procedure 116628>>> 116628>>> Function ComHeight Returns Integer 116630>>> Integer retVal 116630>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 116631>>> Function_Return retVal 116632>>> End_Function 116633>>> 116633>>> Procedure Set ComHeight Integer value 116635>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 116636>>> End_Procedure 116637>>> 116637>>> Function ComMaxHeight Returns Integer 116639>>> Integer retVal 116639>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 116640>>> Function_Return retVal 116641>>> End_Function 116642>>> 116642>>> Procedure Set ComMaxHeight Integer value 116644>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 116645>>> End_Procedure 116646>>> 116646>>> Function ComMargin Returns Variant 116648>>> Variant retVal 116648>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 116649>>> Function_Return retVal 116650>>> End_Function 116651>>> 116651>>> Procedure Set ComMargin Variant value 116653>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 116654>>> End_Procedure 116655>>> 116655>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 116657>>> OLEMarkupHorizontalAlignment retVal 116657>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 116658>>> Function_Return retVal 116659>>> End_Function 116660>>> 116660>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 116662>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 116663>>> End_Procedure 116664>>> 116664>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 116666>>> OLEMarkupVerticalAlignment retVal 116666>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 116667>>> Function_Return retVal 116668>>> End_Function 116669>>> 116669>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 116671>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 116672>>> End_Procedure 116673>>> 116673>>> Function ComTag Returns Variant 116675>>> Variant retVal 116675>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 116676>>> Function_Return retVal 116677>>> End_Function 116678>>> 116678>>> Procedure Set ComTag Variant value 116680>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 116681>>> End_Procedure 116682>>> 116682>>> Function ComBackground Returns Variant 116684>>> Variant retVal 116684>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 116685>>> Function_Return retVal 116686>>> End_Function 116687>>> 116687>>> Procedure Set ComBackground Variant value 116689>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 116690>>> End_Procedure 116691>>> 116691>>> Function ComOrientation Returns OLEMarkupOrientation 116693>>> OLEMarkupOrientation retVal 116693>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 116694>>> Function_Return retVal 116695>>> End_Function 116696>>> 116696>>> Procedure Set ComOrientation OLEMarkupOrientation value 116698>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 116699>>> End_Procedure 116700>>> 116700>>> Function ComIsMouseOver Returns Boolean 116702>>> Handle hDispatchDriver 116702>>> Boolean retVal 116702>>> Get phDispatchDriver to hDispatchDriver 116703>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 116704>>> Function_Return retVal 116705>>> End_Function 116706>>> 116706>>> Procedure ComAddHandler Variant llEvent String llMethod 116708>>> Handle hDispatchDriver 116708>>> Get phDispatchDriver to hDispatchDriver 116709>>> Send PrepareParams to hDispatchDriver 2 116710>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 116711>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 116712>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 116713>>> End_Procedure 116714>>> 116714>>> Function ComMouseLeaveEvent Returns Variant 116716>>> Handle hDispatchDriver 116716>>> Variant retVal 116716>>> Get phDispatchDriver to hDispatchDriver 116717>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 116718>>> Function_Return retVal 116719>>> End_Function 116720>>> 116720>>> Function ComMouseEnterEvent Returns Variant 116722>>> Handle hDispatchDriver 116722>>> Variant retVal 116722>>> Get phDispatchDriver to hDispatchDriver 116723>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 116724>>> Function_Return retVal 116725>>> End_Function 116726>>> 116726>>> Function ComMouseLeftButtonUpEvent Returns Variant 116728>>> Handle hDispatchDriver 116728>>> Variant retVal 116728>>> Get phDispatchDriver to hDispatchDriver 116729>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 116730>>> Function_Return retVal 116731>>> End_Function 116732>>> 116732>>> Function ComMouseLeftButtonDownEvent Returns Variant 116734>>> Handle hDispatchDriver 116734>>> Variant retVal 116734>>> Get phDispatchDriver to hDispatchDriver 116735>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 116736>>> Function_Return retVal 116737>>> End_Function 116738>>> 116738>>> Function ComMouseRightButtonUpEvent Returns Variant 116740>>> Handle hDispatchDriver 116740>>> Variant retVal 116740>>> Get phDispatchDriver to hDispatchDriver 116741>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 116742>>> Function_Return retVal 116743>>> End_Function 116744>>> 116744>>> Function ComMouseRightButtonDownEvent Returns Variant 116746>>> Handle hDispatchDriver 116746>>> Variant retVal 116746>>> Get phDispatchDriver to hDispatchDriver 116747>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 116748>>> Function_Return retVal 116749>>> End_Function 116750>>> 116750>>> Function ComMouseMoveEvent Returns Variant 116752>>> Handle hDispatchDriver 116752>>> Variant retVal 116752>>> Get phDispatchDriver to hDispatchDriver 116753>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 116754>>> Function_Return retVal 116755>>> End_Function 116756>>> 116756>>> Function ComLostMouseCaptureEvent Returns Variant 116758>>> Handle hDispatchDriver 116758>>> Variant retVal 116758>>> Get phDispatchDriver to hDispatchDriver 116759>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 116760>>> Function_Return retVal 116761>>> End_Function 116762>>> 116762>>> Function ComFindName String llName Returns Variant 116764>>> Handle hDispatchDriver 116764>>> Variant retVal 116764>>> Get phDispatchDriver to hDispatchDriver 116765>>> Send PrepareParams to hDispatchDriver 1 116766>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 116767>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 116768>>> Function_Return retVal 116769>>> End_Function 116770>>> 116770>>> Procedure ComCaptureMouse 116772>>> Handle hDispatchDriver 116772>>> Get phDispatchDriver to hDispatchDriver 116773>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 116774>>> End_Procedure 116775>>> 116775>>> Procedure ComReleaseMouseCapture 116777>>> Handle hDispatchDriver 116777>>> Get phDispatchDriver to hDispatchDriver 116778>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 116779>>> End_Procedure 116780>>> 116780>>> Function ComVisualParent Returns Variant 116782>>> Handle hDispatchDriver 116782>>> Variant retVal 116782>>> Get phDispatchDriver to hDispatchDriver 116783>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 116784>>> Function_Return retVal 116785>>> End_Function 116786>>> 116786>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 116788>>> Handle hDispatchDriver 116788>>> Get phDispatchDriver to hDispatchDriver 116789>>> Send PrepareParams to hDispatchDriver 4 116790>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 116791>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 116792>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 116793>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 116794>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 116795>>> End_Procedure 116796>>> 116796>>> Function ComActualWidth Returns Integer 116798>>> Handle hDispatchDriver 116798>>> Integer retVal 116798>>> Get phDispatchDriver to hDispatchDriver 116799>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 116800>>> Function_Return retVal 116801>>> End_Function 116802>>> 116802>>> Function ComActualHeight Returns Integer 116804>>> Handle hDispatchDriver 116804>>> Integer retVal 116804>>> Get phDispatchDriver to hDispatchDriver 116805>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 116806>>> Function_Return retVal 116807>>> End_Function 116808>>> 116808>>> Function ComChildren Returns Variant 116810>>> Handle hDispatchDriver 116810>>> Variant retVal 116810>>> Get phDispatchDriver to hDispatchDriver 116811>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 116812>>> Function_Return retVal 116813>>> End_Function 116814>>>End_Class 116815>>> 116815>>>Class cSigCjComMarkupDoubleCollection is a cComAutomationObject 116816>>> 116816>>> // Gets the number of controls in the collection. 116816>>> Function ComCount Returns Integer 116818>>> Handle hDispatchDriver 116818>>> Integer retVal 116818>>> Get phDispatchDriver to hDispatchDriver 116819>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 116820>>> Function_Return retVal 116821>>> End_Function 116822>>> 116822>>> // Gets an item from the collection by its index. 116822>>> Function ComItem Integer llIndex Returns Real 116824>>> Handle hDispatchDriver 116824>>> Real retVal 116824>>> Get phDispatchDriver to hDispatchDriver 116825>>> Send PrepareParams to hDispatchDriver 1 116826>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 116827>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_R8 to retVal 116828>>> Function_Return retVal 116829>>> End_Function 116830>>> 116830>>> // Adds a new command bar control to the collection. 116830>>> Procedure ComAdd Real llValue 116832>>> Handle hDispatchDriver 116832>>> Get phDispatchDriver to hDispatchDriver 116833>>> Send PrepareParams to hDispatchDriver 1 116834>>> Send DefineParam to hDispatchDriver OLE_VT_R8 llValue 116835>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 116836>>> End_Procedure 116837>>> 116837>>> // Deletes all of the command bar controls from the collection 116837>>> Procedure ComClear 116839>>> Handle hDispatchDriver 116839>>> Get phDispatchDriver to hDispatchDriver 116840>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 116841>>> End_Procedure 116842>>> 116842>>> Procedure ComRemoveAt Integer llIndex 116844>>> Handle hDispatchDriver 116844>>> Get phDispatchDriver to hDispatchDriver 116845>>> Send PrepareParams to hDispatchDriver 1 116846>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 116847>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 116848>>> End_Procedure 116849>>>End_Class 116850>>> 116850>>>Class cSigCjComMarkupShape is a cComAutomationObject 116851>>> 116851>>> Function ComCursor Returns OLEMarkupCursor 116853>>> OLEMarkupCursor retVal 116853>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 116854>>> Function_Return retVal 116855>>> End_Function 116856>>> 116856>>> Procedure Set ComCursor OLEMarkupCursor value 116858>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 116859>>> End_Procedure 116860>>> 116860>>> Function ComToolTip Returns Variant 116862>>> Variant retVal 116862>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 116863>>> Function_Return retVal 116864>>> End_Function 116865>>> 116865>>> Procedure Set ComToolTip Variant value 116867>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 116868>>> End_Procedure 116869>>> 116869>>> Function ComName Returns String 116871>>> String retVal 116871>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 116872>>> Function_Return retVal 116873>>> End_Function 116874>>> 116874>>> Procedure Set ComName String value 116876>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 116877>>> End_Procedure 116878>>> 116878>>> Function ComClipToBounds Returns Boolean 116880>>> Boolean retVal 116880>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 116881>>> Function_Return retVal 116882>>> End_Function 116883>>> 116883>>> Procedure Set ComClipToBounds Boolean value 116885>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 116886>>> End_Procedure 116887>>> 116887>>> Function ComVisibility Returns OLEMarkupVisibility 116889>>> OLEMarkupVisibility retVal 116889>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 116890>>> Function_Return retVal 116891>>> End_Function 116892>>> 116892>>> Procedure Set ComVisibility OLEMarkupVisibility value 116894>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 116895>>> End_Procedure 116896>>> 116896>>> Function ComFocusable Returns Boolean 116898>>> Boolean retVal 116898>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 116899>>> Function_Return retVal 116900>>> End_Function 116901>>> 116901>>> Procedure Set ComFocusable Boolean value 116903>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 116904>>> End_Procedure 116905>>> 116905>>> Function ComIsEnabled Returns Boolean 116907>>> Boolean retVal 116907>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 116908>>> Function_Return retVal 116909>>> End_Function 116910>>> 116910>>> Procedure Set ComIsEnabled Boolean value 116912>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 116913>>> End_Procedure 116914>>> 116914>>> Function ComRenderTransform Returns Variant 116916>>> Variant retVal 116916>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 116917>>> Function_Return retVal 116918>>> End_Function 116919>>> 116919>>> Procedure Set ComRenderTransform Variant value 116921>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 116922>>> End_Procedure 116923>>> 116923>>> Function ComOpacity Returns Real 116925>>> Real retVal 116925>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 116926>>> Function_Return retVal 116927>>> End_Function 116928>>> 116928>>> Procedure Set ComOpacity Real value 116930>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 116931>>> End_Procedure 116932>>> 116932>>> Function ComMinWidth Returns Integer 116934>>> Integer retVal 116934>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 116935>>> Function_Return retVal 116936>>> End_Function 116937>>> 116937>>> Procedure Set ComMinWidth Integer value 116939>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 116940>>> End_Procedure 116941>>> 116941>>> Function ComWidth Returns Integer 116943>>> Integer retVal 116943>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 116944>>> Function_Return retVal 116945>>> End_Function 116946>>> 116946>>> Procedure Set ComWidth Integer value 116948>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 116949>>> End_Procedure 116950>>> 116950>>> Function ComMaxWidth Returns Integer 116952>>> Integer retVal 116952>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 116953>>> Function_Return retVal 116954>>> End_Function 116955>>> 116955>>> Procedure Set ComMaxWidth Integer value 116957>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 116958>>> End_Procedure 116959>>> 116959>>> Function ComMinHeight Returns Integer 116961>>> Integer retVal 116961>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 116962>>> Function_Return retVal 116963>>> End_Function 116964>>> 116964>>> Procedure Set ComMinHeight Integer value 116966>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 116967>>> End_Procedure 116968>>> 116968>>> Function ComHeight Returns Integer 116970>>> Integer retVal 116970>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 116971>>> Function_Return retVal 116972>>> End_Function 116973>>> 116973>>> Procedure Set ComHeight Integer value 116975>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 116976>>> End_Procedure 116977>>> 116977>>> Function ComMaxHeight Returns Integer 116979>>> Integer retVal 116979>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 116980>>> Function_Return retVal 116981>>> End_Function 116982>>> 116982>>> Procedure Set ComMaxHeight Integer value 116984>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 116985>>> End_Procedure 116986>>> 116986>>> Function ComMargin Returns Variant 116988>>> Variant retVal 116988>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 116989>>> Function_Return retVal 116990>>> End_Function 116991>>> 116991>>> Procedure Set ComMargin Variant value 116993>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 116994>>> End_Procedure 116995>>> 116995>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 116997>>> OLEMarkupHorizontalAlignment retVal 116997>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 116998>>> Function_Return retVal 116999>>> End_Function 117000>>> 117000>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 117002>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 117003>>> End_Procedure 117004>>> 117004>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 117006>>> OLEMarkupVerticalAlignment retVal 117006>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 117007>>> Function_Return retVal 117008>>> End_Function 117009>>> 117009>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 117011>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 117012>>> End_Procedure 117013>>> 117013>>> Function ComTag Returns Variant 117015>>> Variant retVal 117015>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 117016>>> Function_Return retVal 117017>>> End_Function 117018>>> 117018>>> Procedure Set ComTag Variant value 117020>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 117021>>> End_Procedure 117022>>> 117022>>> Function ComFill Returns Variant 117024>>> Variant retVal 117024>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 117025>>> Function_Return retVal 117026>>> End_Function 117027>>> 117027>>> Procedure Set ComFill Variant value 117029>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 117030>>> End_Procedure 117031>>> 117031>>> Function ComStroke Returns Variant 117033>>> Variant retVal 117033>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 117034>>> Function_Return retVal 117035>>> End_Function 117036>>> 117036>>> Procedure Set ComStroke Variant value 117038>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 117039>>> End_Procedure 117040>>> 117040>>> Function ComStrokeThickness Returns Integer 117042>>> Integer retVal 117042>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 117043>>> Function_Return retVal 117044>>> End_Function 117045>>> 117045>>> Procedure Set ComStrokeThickness Integer value 117047>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 117048>>> End_Procedure 117049>>> 117049>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 117051>>> OLEMarkupLineCap retVal 117051>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 117052>>> Function_Return retVal 117053>>> End_Function 117054>>> 117054>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 117056>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 117057>>> End_Procedure 117058>>> 117058>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 117060>>> OLEMarkupLineCap retVal 117060>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 117061>>> Function_Return retVal 117062>>> End_Function 117063>>> 117063>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 117065>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 117066>>> End_Procedure 117067>>> 117067>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 117069>>> OLEMarkupLineJoin retVal 117069>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 117070>>> Function_Return retVal 117071>>> End_Function 117072>>> 117072>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 117074>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 117075>>> End_Procedure 117076>>> 117076>>> Function ComStrokeDashArray Returns Variant 117078>>> Variant retVal 117078>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 117079>>> Function_Return retVal 117080>>> End_Function 117081>>> 117081>>> Procedure Set ComStrokeDashArray Variant value 117083>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 117084>>> End_Procedure 117085>>> 117085>>> Function ComIsMouseOver Returns Boolean 117087>>> Handle hDispatchDriver 117087>>> Boolean retVal 117087>>> Get phDispatchDriver to hDispatchDriver 117088>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 117089>>> Function_Return retVal 117090>>> End_Function 117091>>> 117091>>> Procedure ComAddHandler Variant llEvent String llMethod 117093>>> Handle hDispatchDriver 117093>>> Get phDispatchDriver to hDispatchDriver 117094>>> Send PrepareParams to hDispatchDriver 2 117095>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 117096>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 117097>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 117098>>> End_Procedure 117099>>> 117099>>> Function ComMouseLeaveEvent Returns Variant 117101>>> Handle hDispatchDriver 117101>>> Variant retVal 117101>>> Get phDispatchDriver to hDispatchDriver 117102>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 117103>>> Function_Return retVal 117104>>> End_Function 117105>>> 117105>>> Function ComMouseEnterEvent Returns Variant 117107>>> Handle hDispatchDriver 117107>>> Variant retVal 117107>>> Get phDispatchDriver to hDispatchDriver 117108>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 117109>>> Function_Return retVal 117110>>> End_Function 117111>>> 117111>>> Function ComMouseLeftButtonUpEvent Returns Variant 117113>>> Handle hDispatchDriver 117113>>> Variant retVal 117113>>> Get phDispatchDriver to hDispatchDriver 117114>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 117115>>> Function_Return retVal 117116>>> End_Function 117117>>> 117117>>> Function ComMouseLeftButtonDownEvent Returns Variant 117119>>> Handle hDispatchDriver 117119>>> Variant retVal 117119>>> Get phDispatchDriver to hDispatchDriver 117120>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 117121>>> Function_Return retVal 117122>>> End_Function 117123>>> 117123>>> Function ComMouseRightButtonUpEvent Returns Variant 117125>>> Handle hDispatchDriver 117125>>> Variant retVal 117125>>> Get phDispatchDriver to hDispatchDriver 117126>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 117127>>> Function_Return retVal 117128>>> End_Function 117129>>> 117129>>> Function ComMouseRightButtonDownEvent Returns Variant 117131>>> Handle hDispatchDriver 117131>>> Variant retVal 117131>>> Get phDispatchDriver to hDispatchDriver 117132>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 117133>>> Function_Return retVal 117134>>> End_Function 117135>>> 117135>>> Function ComMouseMoveEvent Returns Variant 117137>>> Handle hDispatchDriver 117137>>> Variant retVal 117137>>> Get phDispatchDriver to hDispatchDriver 117138>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 117139>>> Function_Return retVal 117140>>> End_Function 117141>>> 117141>>> Function ComLostMouseCaptureEvent Returns Variant 117143>>> Handle hDispatchDriver 117143>>> Variant retVal 117143>>> Get phDispatchDriver to hDispatchDriver 117144>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 117145>>> Function_Return retVal 117146>>> End_Function 117147>>> 117147>>> Function ComFindName String llName Returns Variant 117149>>> Handle hDispatchDriver 117149>>> Variant retVal 117149>>> Get phDispatchDriver to hDispatchDriver 117150>>> Send PrepareParams to hDispatchDriver 1 117151>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 117152>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 117153>>> Function_Return retVal 117154>>> End_Function 117155>>> 117155>>> Procedure ComCaptureMouse 117157>>> Handle hDispatchDriver 117157>>> Get phDispatchDriver to hDispatchDriver 117158>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 117159>>> End_Procedure 117160>>> 117160>>> Procedure ComReleaseMouseCapture 117162>>> Handle hDispatchDriver 117162>>> Get phDispatchDriver to hDispatchDriver 117163>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 117164>>> End_Procedure 117165>>> 117165>>> Function ComVisualParent Returns Variant 117167>>> Handle hDispatchDriver 117167>>> Variant retVal 117167>>> Get phDispatchDriver to hDispatchDriver 117168>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 117169>>> Function_Return retVal 117170>>> End_Function 117171>>> 117171>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 117173>>> Handle hDispatchDriver 117173>>> Get phDispatchDriver to hDispatchDriver 117174>>> Send PrepareParams to hDispatchDriver 4 117175>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 117176>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 117177>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 117178>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 117179>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 117180>>> End_Procedure 117181>>> 117181>>> Function ComActualWidth Returns Integer 117183>>> Handle hDispatchDriver 117183>>> Integer retVal 117183>>> Get phDispatchDriver to hDispatchDriver 117184>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 117185>>> Function_Return retVal 117186>>> End_Function 117187>>> 117187>>> Function ComActualHeight Returns Integer 117189>>> Handle hDispatchDriver 117189>>> Integer retVal 117189>>> Get phDispatchDriver to hDispatchDriver 117190>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 117191>>> Function_Return retVal 117192>>> End_Function 117193>>>End_Class 117194>>> 117194>>>Class cSigCjComMarkupRectangle is a cComAutomationObject 117195>>> 117195>>> Function ComCursor Returns OLEMarkupCursor 117197>>> OLEMarkupCursor retVal 117197>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 117198>>> Function_Return retVal 117199>>> End_Function 117200>>> 117200>>> Procedure Set ComCursor OLEMarkupCursor value 117202>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 117203>>> End_Procedure 117204>>> 117204>>> Function ComToolTip Returns Variant 117206>>> Variant retVal 117206>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 117207>>> Function_Return retVal 117208>>> End_Function 117209>>> 117209>>> Procedure Set ComToolTip Variant value 117211>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 117212>>> End_Procedure 117213>>> 117213>>> Function ComName Returns String 117215>>> String retVal 117215>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 117216>>> Function_Return retVal 117217>>> End_Function 117218>>> 117218>>> Procedure Set ComName String value 117220>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 117221>>> End_Procedure 117222>>> 117222>>> Function ComClipToBounds Returns Boolean 117224>>> Boolean retVal 117224>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 117225>>> Function_Return retVal 117226>>> End_Function 117227>>> 117227>>> Procedure Set ComClipToBounds Boolean value 117229>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 117230>>> End_Procedure 117231>>> 117231>>> Function ComVisibility Returns OLEMarkupVisibility 117233>>> OLEMarkupVisibility retVal 117233>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 117234>>> Function_Return retVal 117235>>> End_Function 117236>>> 117236>>> Procedure Set ComVisibility OLEMarkupVisibility value 117238>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 117239>>> End_Procedure 117240>>> 117240>>> Function ComFocusable Returns Boolean 117242>>> Boolean retVal 117242>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 117243>>> Function_Return retVal 117244>>> End_Function 117245>>> 117245>>> Procedure Set ComFocusable Boolean value 117247>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 117248>>> End_Procedure 117249>>> 117249>>> Function ComIsEnabled Returns Boolean 117251>>> Boolean retVal 117251>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 117252>>> Function_Return retVal 117253>>> End_Function 117254>>> 117254>>> Procedure Set ComIsEnabled Boolean value 117256>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 117257>>> End_Procedure 117258>>> 117258>>> Function ComRenderTransform Returns Variant 117260>>> Variant retVal 117260>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 117261>>> Function_Return retVal 117262>>> End_Function 117263>>> 117263>>> Procedure Set ComRenderTransform Variant value 117265>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 117266>>> End_Procedure 117267>>> 117267>>> Function ComOpacity Returns Real 117269>>> Real retVal 117269>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 117270>>> Function_Return retVal 117271>>> End_Function 117272>>> 117272>>> Procedure Set ComOpacity Real value 117274>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 117275>>> End_Procedure 117276>>> 117276>>> Function ComMinWidth Returns Integer 117278>>> Integer retVal 117278>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 117279>>> Function_Return retVal 117280>>> End_Function 117281>>> 117281>>> Procedure Set ComMinWidth Integer value 117283>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 117284>>> End_Procedure 117285>>> 117285>>> Function ComWidth Returns Integer 117287>>> Integer retVal 117287>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 117288>>> Function_Return retVal 117289>>> End_Function 117290>>> 117290>>> Procedure Set ComWidth Integer value 117292>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 117293>>> End_Procedure 117294>>> 117294>>> Function ComMaxWidth Returns Integer 117296>>> Integer retVal 117296>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 117297>>> Function_Return retVal 117298>>> End_Function 117299>>> 117299>>> Procedure Set ComMaxWidth Integer value 117301>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 117302>>> End_Procedure 117303>>> 117303>>> Function ComMinHeight Returns Integer 117305>>> Integer retVal 117305>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 117306>>> Function_Return retVal 117307>>> End_Function 117308>>> 117308>>> Procedure Set ComMinHeight Integer value 117310>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 117311>>> End_Procedure 117312>>> 117312>>> Function ComHeight Returns Integer 117314>>> Integer retVal 117314>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 117315>>> Function_Return retVal 117316>>> End_Function 117317>>> 117317>>> Procedure Set ComHeight Integer value 117319>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 117320>>> End_Procedure 117321>>> 117321>>> Function ComMaxHeight Returns Integer 117323>>> Integer retVal 117323>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 117324>>> Function_Return retVal 117325>>> End_Function 117326>>> 117326>>> Procedure Set ComMaxHeight Integer value 117328>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 117329>>> End_Procedure 117330>>> 117330>>> Function ComMargin Returns Variant 117332>>> Variant retVal 117332>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 117333>>> Function_Return retVal 117334>>> End_Function 117335>>> 117335>>> Procedure Set ComMargin Variant value 117337>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 117338>>> End_Procedure 117339>>> 117339>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 117341>>> OLEMarkupHorizontalAlignment retVal 117341>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 117342>>> Function_Return retVal 117343>>> End_Function 117344>>> 117344>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 117346>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 117347>>> End_Procedure 117348>>> 117348>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 117350>>> OLEMarkupVerticalAlignment retVal 117350>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 117351>>> Function_Return retVal 117352>>> End_Function 117353>>> 117353>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 117355>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 117356>>> End_Procedure 117357>>> 117357>>> Function ComTag Returns Variant 117359>>> Variant retVal 117359>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 117360>>> Function_Return retVal 117361>>> End_Function 117362>>> 117362>>> Procedure Set ComTag Variant value 117364>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 117365>>> End_Procedure 117366>>> 117366>>> Function ComFill Returns Variant 117368>>> Variant retVal 117368>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 117369>>> Function_Return retVal 117370>>> End_Function 117371>>> 117371>>> Procedure Set ComFill Variant value 117373>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 117374>>> End_Procedure 117375>>> 117375>>> Function ComStroke Returns Variant 117377>>> Variant retVal 117377>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 117378>>> Function_Return retVal 117379>>> End_Function 117380>>> 117380>>> Procedure Set ComStroke Variant value 117382>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 117383>>> End_Procedure 117384>>> 117384>>> Function ComStrokeThickness Returns Integer 117386>>> Integer retVal 117386>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 117387>>> Function_Return retVal 117388>>> End_Function 117389>>> 117389>>> Procedure Set ComStrokeThickness Integer value 117391>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 117392>>> End_Procedure 117393>>> 117393>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 117395>>> OLEMarkupLineCap retVal 117395>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 117396>>> Function_Return retVal 117397>>> End_Function 117398>>> 117398>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 117400>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 117401>>> End_Procedure 117402>>> 117402>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 117404>>> OLEMarkupLineCap retVal 117404>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 117405>>> Function_Return retVal 117406>>> End_Function 117407>>> 117407>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 117409>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 117410>>> End_Procedure 117411>>> 117411>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 117413>>> OLEMarkupLineJoin retVal 117413>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 117414>>> Function_Return retVal 117415>>> End_Function 117416>>> 117416>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 117418>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 117419>>> End_Procedure 117420>>> 117420>>> Function ComStrokeDashArray Returns Variant 117422>>> Variant retVal 117422>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 117423>>> Function_Return retVal 117424>>> End_Function 117425>>> 117425>>> Procedure Set ComStrokeDashArray Variant value 117427>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 117428>>> End_Procedure 117429>>> 117429>>> Function ComRadiusX Returns Integer 117431>>> Integer retVal 117431>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 117432>>> Function_Return retVal 117433>>> End_Function 117434>>> 117434>>> Procedure Set ComRadiusX Integer value 117436>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 117437>>> End_Procedure 117438>>> 117438>>> Function ComRadiusY Returns Integer 117440>>> Integer retVal 117440>>> Get ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to retVal 117441>>> Function_Return retVal 117442>>> End_Function 117443>>> 117443>>> Procedure Set ComRadiusY Integer value 117445>>> Set ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to value 117446>>> End_Procedure 117447>>> 117447>>> Function ComIsMouseOver Returns Boolean 117449>>> Handle hDispatchDriver 117449>>> Boolean retVal 117449>>> Get phDispatchDriver to hDispatchDriver 117450>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 117451>>> Function_Return retVal 117452>>> End_Function 117453>>> 117453>>> Procedure ComAddHandler Variant llEvent String llMethod 117455>>> Handle hDispatchDriver 117455>>> Get phDispatchDriver to hDispatchDriver 117456>>> Send PrepareParams to hDispatchDriver 2 117457>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 117458>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 117459>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 117460>>> End_Procedure 117461>>> 117461>>> Function ComMouseLeaveEvent Returns Variant 117463>>> Handle hDispatchDriver 117463>>> Variant retVal 117463>>> Get phDispatchDriver to hDispatchDriver 117464>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 117465>>> Function_Return retVal 117466>>> End_Function 117467>>> 117467>>> Function ComMouseEnterEvent Returns Variant 117469>>> Handle hDispatchDriver 117469>>> Variant retVal 117469>>> Get phDispatchDriver to hDispatchDriver 117470>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 117471>>> Function_Return retVal 117472>>> End_Function 117473>>> 117473>>> Function ComMouseLeftButtonUpEvent Returns Variant 117475>>> Handle hDispatchDriver 117475>>> Variant retVal 117475>>> Get phDispatchDriver to hDispatchDriver 117476>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 117477>>> Function_Return retVal 117478>>> End_Function 117479>>> 117479>>> Function ComMouseLeftButtonDownEvent Returns Variant 117481>>> Handle hDispatchDriver 117481>>> Variant retVal 117481>>> Get phDispatchDriver to hDispatchDriver 117482>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 117483>>> Function_Return retVal 117484>>> End_Function 117485>>> 117485>>> Function ComMouseRightButtonUpEvent Returns Variant 117487>>> Handle hDispatchDriver 117487>>> Variant retVal 117487>>> Get phDispatchDriver to hDispatchDriver 117488>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 117489>>> Function_Return retVal 117490>>> End_Function 117491>>> 117491>>> Function ComMouseRightButtonDownEvent Returns Variant 117493>>> Handle hDispatchDriver 117493>>> Variant retVal 117493>>> Get phDispatchDriver to hDispatchDriver 117494>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 117495>>> Function_Return retVal 117496>>> End_Function 117497>>> 117497>>> Function ComMouseMoveEvent Returns Variant 117499>>> Handle hDispatchDriver 117499>>> Variant retVal 117499>>> Get phDispatchDriver to hDispatchDriver 117500>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 117501>>> Function_Return retVal 117502>>> End_Function 117503>>> 117503>>> Function ComLostMouseCaptureEvent Returns Variant 117505>>> Handle hDispatchDriver 117505>>> Variant retVal 117505>>> Get phDispatchDriver to hDispatchDriver 117506>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 117507>>> Function_Return retVal 117508>>> End_Function 117509>>> 117509>>> Function ComFindName String llName Returns Variant 117511>>> Handle hDispatchDriver 117511>>> Variant retVal 117511>>> Get phDispatchDriver to hDispatchDriver 117512>>> Send PrepareParams to hDispatchDriver 1 117513>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 117514>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 117515>>> Function_Return retVal 117516>>> End_Function 117517>>> 117517>>> Procedure ComCaptureMouse 117519>>> Handle hDispatchDriver 117519>>> Get phDispatchDriver to hDispatchDriver 117520>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 117521>>> End_Procedure 117522>>> 117522>>> Procedure ComReleaseMouseCapture 117524>>> Handle hDispatchDriver 117524>>> Get phDispatchDriver to hDispatchDriver 117525>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 117526>>> End_Procedure 117527>>> 117527>>> Function ComVisualParent Returns Variant 117529>>> Handle hDispatchDriver 117529>>> Variant retVal 117529>>> Get phDispatchDriver to hDispatchDriver 117530>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 117531>>> Function_Return retVal 117532>>> End_Function 117533>>> 117533>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 117535>>> Handle hDispatchDriver 117535>>> Get phDispatchDriver to hDispatchDriver 117536>>> Send PrepareParams to hDispatchDriver 4 117537>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 117538>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 117539>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 117540>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 117541>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 117542>>> End_Procedure 117543>>> 117543>>> Function ComActualWidth Returns Integer 117545>>> Handle hDispatchDriver 117545>>> Integer retVal 117545>>> Get phDispatchDriver to hDispatchDriver 117546>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 117547>>> Function_Return retVal 117548>>> End_Function 117549>>> 117549>>> Function ComActualHeight Returns Integer 117551>>> Handle hDispatchDriver 117551>>> Integer retVal 117551>>> Get phDispatchDriver to hDispatchDriver 117552>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 117553>>> Function_Return retVal 117554>>> End_Function 117555>>>End_Class 117556>>> 117556>>>Class cSigCjComMarkupEllipse is a cComAutomationObject 117557>>> 117557>>> Function ComCursor Returns OLEMarkupCursor 117559>>> OLEMarkupCursor retVal 117559>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 117560>>> Function_Return retVal 117561>>> End_Function 117562>>> 117562>>> Procedure Set ComCursor OLEMarkupCursor value 117564>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 117565>>> End_Procedure 117566>>> 117566>>> Function ComToolTip Returns Variant 117568>>> Variant retVal 117568>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 117569>>> Function_Return retVal 117570>>> End_Function 117571>>> 117571>>> Procedure Set ComToolTip Variant value 117573>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 117574>>> End_Procedure 117575>>> 117575>>> Function ComName Returns String 117577>>> String retVal 117577>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 117578>>> Function_Return retVal 117579>>> End_Function 117580>>> 117580>>> Procedure Set ComName String value 117582>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 117583>>> End_Procedure 117584>>> 117584>>> Function ComClipToBounds Returns Boolean 117586>>> Boolean retVal 117586>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 117587>>> Function_Return retVal 117588>>> End_Function 117589>>> 117589>>> Procedure Set ComClipToBounds Boolean value 117591>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 117592>>> End_Procedure 117593>>> 117593>>> Function ComVisibility Returns OLEMarkupVisibility 117595>>> OLEMarkupVisibility retVal 117595>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 117596>>> Function_Return retVal 117597>>> End_Function 117598>>> 117598>>> Procedure Set ComVisibility OLEMarkupVisibility value 117600>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 117601>>> End_Procedure 117602>>> 117602>>> Function ComFocusable Returns Boolean 117604>>> Boolean retVal 117604>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 117605>>> Function_Return retVal 117606>>> End_Function 117607>>> 117607>>> Procedure Set ComFocusable Boolean value 117609>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 117610>>> End_Procedure 117611>>> 117611>>> Function ComIsEnabled Returns Boolean 117613>>> Boolean retVal 117613>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 117614>>> Function_Return retVal 117615>>> End_Function 117616>>> 117616>>> Procedure Set ComIsEnabled Boolean value 117618>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 117619>>> End_Procedure 117620>>> 117620>>> Function ComRenderTransform Returns Variant 117622>>> Variant retVal 117622>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 117623>>> Function_Return retVal 117624>>> End_Function 117625>>> 117625>>> Procedure Set ComRenderTransform Variant value 117627>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 117628>>> End_Procedure 117629>>> 117629>>> Function ComOpacity Returns Real 117631>>> Real retVal 117631>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 117632>>> Function_Return retVal 117633>>> End_Function 117634>>> 117634>>> Procedure Set ComOpacity Real value 117636>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 117637>>> End_Procedure 117638>>> 117638>>> Function ComMinWidth Returns Integer 117640>>> Integer retVal 117640>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 117641>>> Function_Return retVal 117642>>> End_Function 117643>>> 117643>>> Procedure Set ComMinWidth Integer value 117645>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 117646>>> End_Procedure 117647>>> 117647>>> Function ComWidth Returns Integer 117649>>> Integer retVal 117649>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 117650>>> Function_Return retVal 117651>>> End_Function 117652>>> 117652>>> Procedure Set ComWidth Integer value 117654>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 117655>>> End_Procedure 117656>>> 117656>>> Function ComMaxWidth Returns Integer 117658>>> Integer retVal 117658>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 117659>>> Function_Return retVal 117660>>> End_Function 117661>>> 117661>>> Procedure Set ComMaxWidth Integer value 117663>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 117664>>> End_Procedure 117665>>> 117665>>> Function ComMinHeight Returns Integer 117667>>> Integer retVal 117667>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 117668>>> Function_Return retVal 117669>>> End_Function 117670>>> 117670>>> Procedure Set ComMinHeight Integer value 117672>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 117673>>> End_Procedure 117674>>> 117674>>> Function ComHeight Returns Integer 117676>>> Integer retVal 117676>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 117677>>> Function_Return retVal 117678>>> End_Function 117679>>> 117679>>> Procedure Set ComHeight Integer value 117681>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 117682>>> End_Procedure 117683>>> 117683>>> Function ComMaxHeight Returns Integer 117685>>> Integer retVal 117685>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 117686>>> Function_Return retVal 117687>>> End_Function 117688>>> 117688>>> Procedure Set ComMaxHeight Integer value 117690>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 117691>>> End_Procedure 117692>>> 117692>>> Function ComMargin Returns Variant 117694>>> Variant retVal 117694>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 117695>>> Function_Return retVal 117696>>> End_Function 117697>>> 117697>>> Procedure Set ComMargin Variant value 117699>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 117700>>> End_Procedure 117701>>> 117701>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 117703>>> OLEMarkupHorizontalAlignment retVal 117703>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 117704>>> Function_Return retVal 117705>>> End_Function 117706>>> 117706>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 117708>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 117709>>> End_Procedure 117710>>> 117710>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 117712>>> OLEMarkupVerticalAlignment retVal 117712>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 117713>>> Function_Return retVal 117714>>> End_Function 117715>>> 117715>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 117717>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 117718>>> End_Procedure 117719>>> 117719>>> Function ComTag Returns Variant 117721>>> Variant retVal 117721>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 117722>>> Function_Return retVal 117723>>> End_Function 117724>>> 117724>>> Procedure Set ComTag Variant value 117726>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 117727>>> End_Procedure 117728>>> 117728>>> Function ComFill Returns Variant 117730>>> Variant retVal 117730>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 117731>>> Function_Return retVal 117732>>> End_Function 117733>>> 117733>>> Procedure Set ComFill Variant value 117735>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 117736>>> End_Procedure 117737>>> 117737>>> Function ComStroke Returns Variant 117739>>> Variant retVal 117739>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 117740>>> Function_Return retVal 117741>>> End_Function 117742>>> 117742>>> Procedure Set ComStroke Variant value 117744>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 117745>>> End_Procedure 117746>>> 117746>>> Function ComStrokeThickness Returns Integer 117748>>> Integer retVal 117748>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 117749>>> Function_Return retVal 117750>>> End_Function 117751>>> 117751>>> Procedure Set ComStrokeThickness Integer value 117753>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 117754>>> End_Procedure 117755>>> 117755>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 117757>>> OLEMarkupLineCap retVal 117757>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 117758>>> Function_Return retVal 117759>>> End_Function 117760>>> 117760>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 117762>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 117763>>> End_Procedure 117764>>> 117764>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 117766>>> OLEMarkupLineCap retVal 117766>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 117767>>> Function_Return retVal 117768>>> End_Function 117769>>> 117769>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 117771>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 117772>>> End_Procedure 117773>>> 117773>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 117775>>> OLEMarkupLineJoin retVal 117775>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 117776>>> Function_Return retVal 117777>>> End_Function 117778>>> 117778>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 117780>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 117781>>> End_Procedure 117782>>> 117782>>> Function ComStrokeDashArray Returns Variant 117784>>> Variant retVal 117784>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 117785>>> Function_Return retVal 117786>>> End_Function 117787>>> 117787>>> Procedure Set ComStrokeDashArray Variant value 117789>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 117790>>> End_Procedure 117791>>> 117791>>> Function ComIsMouseOver Returns Boolean 117793>>> Handle hDispatchDriver 117793>>> Boolean retVal 117793>>> Get phDispatchDriver to hDispatchDriver 117794>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 117795>>> Function_Return retVal 117796>>> End_Function 117797>>> 117797>>> Procedure ComAddHandler Variant llEvent String llMethod 117799>>> Handle hDispatchDriver 117799>>> Get phDispatchDriver to hDispatchDriver 117800>>> Send PrepareParams to hDispatchDriver 2 117801>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 117802>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 117803>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 117804>>> End_Procedure 117805>>> 117805>>> Function ComMouseLeaveEvent Returns Variant 117807>>> Handle hDispatchDriver 117807>>> Variant retVal 117807>>> Get phDispatchDriver to hDispatchDriver 117808>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 117809>>> Function_Return retVal 117810>>> End_Function 117811>>> 117811>>> Function ComMouseEnterEvent Returns Variant 117813>>> Handle hDispatchDriver 117813>>> Variant retVal 117813>>> Get phDispatchDriver to hDispatchDriver 117814>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 117815>>> Function_Return retVal 117816>>> End_Function 117817>>> 117817>>> Function ComMouseLeftButtonUpEvent Returns Variant 117819>>> Handle hDispatchDriver 117819>>> Variant retVal 117819>>> Get phDispatchDriver to hDispatchDriver 117820>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 117821>>> Function_Return retVal 117822>>> End_Function 117823>>> 117823>>> Function ComMouseLeftButtonDownEvent Returns Variant 117825>>> Handle hDispatchDriver 117825>>> Variant retVal 117825>>> Get phDispatchDriver to hDispatchDriver 117826>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 117827>>> Function_Return retVal 117828>>> End_Function 117829>>> 117829>>> Function ComMouseRightButtonUpEvent Returns Variant 117831>>> Handle hDispatchDriver 117831>>> Variant retVal 117831>>> Get phDispatchDriver to hDispatchDriver 117832>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 117833>>> Function_Return retVal 117834>>> End_Function 117835>>> 117835>>> Function ComMouseRightButtonDownEvent Returns Variant 117837>>> Handle hDispatchDriver 117837>>> Variant retVal 117837>>> Get phDispatchDriver to hDispatchDriver 117838>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 117839>>> Function_Return retVal 117840>>> End_Function 117841>>> 117841>>> Function ComMouseMoveEvent Returns Variant 117843>>> Handle hDispatchDriver 117843>>> Variant retVal 117843>>> Get phDispatchDriver to hDispatchDriver 117844>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 117845>>> Function_Return retVal 117846>>> End_Function 117847>>> 117847>>> Function ComLostMouseCaptureEvent Returns Variant 117849>>> Handle hDispatchDriver 117849>>> Variant retVal 117849>>> Get phDispatchDriver to hDispatchDriver 117850>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 117851>>> Function_Return retVal 117852>>> End_Function 117853>>> 117853>>> Function ComFindName String llName Returns Variant 117855>>> Handle hDispatchDriver 117855>>> Variant retVal 117855>>> Get phDispatchDriver to hDispatchDriver 117856>>> Send PrepareParams to hDispatchDriver 1 117857>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 117858>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 117859>>> Function_Return retVal 117860>>> End_Function 117861>>> 117861>>> Procedure ComCaptureMouse 117863>>> Handle hDispatchDriver 117863>>> Get phDispatchDriver to hDispatchDriver 117864>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 117865>>> End_Procedure 117866>>> 117866>>> Procedure ComReleaseMouseCapture 117868>>> Handle hDispatchDriver 117868>>> Get phDispatchDriver to hDispatchDriver 117869>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 117870>>> End_Procedure 117871>>> 117871>>> Function ComVisualParent Returns Variant 117873>>> Handle hDispatchDriver 117873>>> Variant retVal 117873>>> Get phDispatchDriver to hDispatchDriver 117874>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 117875>>> Function_Return retVal 117876>>> End_Function 117877>>> 117877>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 117879>>> Handle hDispatchDriver 117879>>> Get phDispatchDriver to hDispatchDriver 117880>>> Send PrepareParams to hDispatchDriver 4 117881>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 117882>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 117883>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 117884>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 117885>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 117886>>> End_Procedure 117887>>> 117887>>> Function ComActualWidth Returns Integer 117889>>> Handle hDispatchDriver 117889>>> Integer retVal 117889>>> Get phDispatchDriver to hDispatchDriver 117890>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 117891>>> Function_Return retVal 117892>>> End_Function 117893>>> 117893>>> Function ComActualHeight Returns Integer 117895>>> Handle hDispatchDriver 117895>>> Integer retVal 117895>>> Get phDispatchDriver to hDispatchDriver 117896>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 117897>>> Function_Return retVal 117898>>> End_Function 117899>>>End_Class 117900>>> 117900>>>Class cSigCjComMarkupPolygon is a cComAutomationObject 117901>>> 117901>>> Function ComCursor Returns OLEMarkupCursor 117903>>> OLEMarkupCursor retVal 117903>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 117904>>> Function_Return retVal 117905>>> End_Function 117906>>> 117906>>> Procedure Set ComCursor OLEMarkupCursor value 117908>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 117909>>> End_Procedure 117910>>> 117910>>> Function ComToolTip Returns Variant 117912>>> Variant retVal 117912>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 117913>>> Function_Return retVal 117914>>> End_Function 117915>>> 117915>>> Procedure Set ComToolTip Variant value 117917>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 117918>>> End_Procedure 117919>>> 117919>>> Function ComName Returns String 117921>>> String retVal 117921>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 117922>>> Function_Return retVal 117923>>> End_Function 117924>>> 117924>>> Procedure Set ComName String value 117926>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 117927>>> End_Procedure 117928>>> 117928>>> Function ComClipToBounds Returns Boolean 117930>>> Boolean retVal 117930>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 117931>>> Function_Return retVal 117932>>> End_Function 117933>>> 117933>>> Procedure Set ComClipToBounds Boolean value 117935>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 117936>>> End_Procedure 117937>>> 117937>>> Function ComVisibility Returns OLEMarkupVisibility 117939>>> OLEMarkupVisibility retVal 117939>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 117940>>> Function_Return retVal 117941>>> End_Function 117942>>> 117942>>> Procedure Set ComVisibility OLEMarkupVisibility value 117944>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 117945>>> End_Procedure 117946>>> 117946>>> Function ComFocusable Returns Boolean 117948>>> Boolean retVal 117948>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 117949>>> Function_Return retVal 117950>>> End_Function 117951>>> 117951>>> Procedure Set ComFocusable Boolean value 117953>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 117954>>> End_Procedure 117955>>> 117955>>> Function ComIsEnabled Returns Boolean 117957>>> Boolean retVal 117957>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 117958>>> Function_Return retVal 117959>>> End_Function 117960>>> 117960>>> Procedure Set ComIsEnabled Boolean value 117962>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 117963>>> End_Procedure 117964>>> 117964>>> Function ComRenderTransform Returns Variant 117966>>> Variant retVal 117966>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 117967>>> Function_Return retVal 117968>>> End_Function 117969>>> 117969>>> Procedure Set ComRenderTransform Variant value 117971>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 117972>>> End_Procedure 117973>>> 117973>>> Function ComOpacity Returns Real 117975>>> Real retVal 117975>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 117976>>> Function_Return retVal 117977>>> End_Function 117978>>> 117978>>> Procedure Set ComOpacity Real value 117980>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 117981>>> End_Procedure 117982>>> 117982>>> Function ComMinWidth Returns Integer 117984>>> Integer retVal 117984>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 117985>>> Function_Return retVal 117986>>> End_Function 117987>>> 117987>>> Procedure Set ComMinWidth Integer value 117989>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 117990>>> End_Procedure 117991>>> 117991>>> Function ComWidth Returns Integer 117993>>> Integer retVal 117993>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 117994>>> Function_Return retVal 117995>>> End_Function 117996>>> 117996>>> Procedure Set ComWidth Integer value 117998>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 117999>>> End_Procedure 118000>>> 118000>>> Function ComMaxWidth Returns Integer 118002>>> Integer retVal 118002>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 118003>>> Function_Return retVal 118004>>> End_Function 118005>>> 118005>>> Procedure Set ComMaxWidth Integer value 118007>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 118008>>> End_Procedure 118009>>> 118009>>> Function ComMinHeight Returns Integer 118011>>> Integer retVal 118011>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 118012>>> Function_Return retVal 118013>>> End_Function 118014>>> 118014>>> Procedure Set ComMinHeight Integer value 118016>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 118017>>> End_Procedure 118018>>> 118018>>> Function ComHeight Returns Integer 118020>>> Integer retVal 118020>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 118021>>> Function_Return retVal 118022>>> End_Function 118023>>> 118023>>> Procedure Set ComHeight Integer value 118025>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 118026>>> End_Procedure 118027>>> 118027>>> Function ComMaxHeight Returns Integer 118029>>> Integer retVal 118029>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 118030>>> Function_Return retVal 118031>>> End_Function 118032>>> 118032>>> Procedure Set ComMaxHeight Integer value 118034>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 118035>>> End_Procedure 118036>>> 118036>>> Function ComMargin Returns Variant 118038>>> Variant retVal 118038>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 118039>>> Function_Return retVal 118040>>> End_Function 118041>>> 118041>>> Procedure Set ComMargin Variant value 118043>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 118044>>> End_Procedure 118045>>> 118045>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 118047>>> OLEMarkupHorizontalAlignment retVal 118047>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 118048>>> Function_Return retVal 118049>>> End_Function 118050>>> 118050>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 118052>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 118053>>> End_Procedure 118054>>> 118054>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 118056>>> OLEMarkupVerticalAlignment retVal 118056>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 118057>>> Function_Return retVal 118058>>> End_Function 118059>>> 118059>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 118061>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 118062>>> End_Procedure 118063>>> 118063>>> Function ComTag Returns Variant 118065>>> Variant retVal 118065>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 118066>>> Function_Return retVal 118067>>> End_Function 118068>>> 118068>>> Procedure Set ComTag Variant value 118070>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 118071>>> End_Procedure 118072>>> 118072>>> Function ComFill Returns Variant 118074>>> Variant retVal 118074>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 118075>>> Function_Return retVal 118076>>> End_Function 118077>>> 118077>>> Procedure Set ComFill Variant value 118079>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 118080>>> End_Procedure 118081>>> 118081>>> Function ComStroke Returns Variant 118083>>> Variant retVal 118083>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 118084>>> Function_Return retVal 118085>>> End_Function 118086>>> 118086>>> Procedure Set ComStroke Variant value 118088>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 118089>>> End_Procedure 118090>>> 118090>>> Function ComStrokeThickness Returns Integer 118092>>> Integer retVal 118092>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 118093>>> Function_Return retVal 118094>>> End_Function 118095>>> 118095>>> Procedure Set ComStrokeThickness Integer value 118097>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 118098>>> End_Procedure 118099>>> 118099>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 118101>>> OLEMarkupLineCap retVal 118101>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 118102>>> Function_Return retVal 118103>>> End_Function 118104>>> 118104>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 118106>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 118107>>> End_Procedure 118108>>> 118108>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 118110>>> OLEMarkupLineCap retVal 118110>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 118111>>> Function_Return retVal 118112>>> End_Function 118113>>> 118113>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 118115>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 118116>>> End_Procedure 118117>>> 118117>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 118119>>> OLEMarkupLineJoin retVal 118119>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 118120>>> Function_Return retVal 118121>>> End_Function 118122>>> 118122>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 118124>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 118125>>> End_Procedure 118126>>> 118126>>> Function ComStrokeDashArray Returns Variant 118128>>> Variant retVal 118128>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 118129>>> Function_Return retVal 118130>>> End_Function 118131>>> 118131>>> Procedure Set ComStrokeDashArray Variant value 118133>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 118134>>> End_Procedure 118135>>> 118135>>> Function ComIsMouseOver Returns Boolean 118137>>> Handle hDispatchDriver 118137>>> Boolean retVal 118137>>> Get phDispatchDriver to hDispatchDriver 118138>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 118139>>> Function_Return retVal 118140>>> End_Function 118141>>> 118141>>> Procedure ComAddHandler Variant llEvent String llMethod 118143>>> Handle hDispatchDriver 118143>>> Get phDispatchDriver to hDispatchDriver 118144>>> Send PrepareParams to hDispatchDriver 2 118145>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 118146>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 118147>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 118148>>> End_Procedure 118149>>> 118149>>> Function ComMouseLeaveEvent Returns Variant 118151>>> Handle hDispatchDriver 118151>>> Variant retVal 118151>>> Get phDispatchDriver to hDispatchDriver 118152>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 118153>>> Function_Return retVal 118154>>> End_Function 118155>>> 118155>>> Function ComMouseEnterEvent Returns Variant 118157>>> Handle hDispatchDriver 118157>>> Variant retVal 118157>>> Get phDispatchDriver to hDispatchDriver 118158>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 118159>>> Function_Return retVal 118160>>> End_Function 118161>>> 118161>>> Function ComMouseLeftButtonUpEvent Returns Variant 118163>>> Handle hDispatchDriver 118163>>> Variant retVal 118163>>> Get phDispatchDriver to hDispatchDriver 118164>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 118165>>> Function_Return retVal 118166>>> End_Function 118167>>> 118167>>> Function ComMouseLeftButtonDownEvent Returns Variant 118169>>> Handle hDispatchDriver 118169>>> Variant retVal 118169>>> Get phDispatchDriver to hDispatchDriver 118170>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 118171>>> Function_Return retVal 118172>>> End_Function 118173>>> 118173>>> Function ComMouseRightButtonUpEvent Returns Variant 118175>>> Handle hDispatchDriver 118175>>> Variant retVal 118175>>> Get phDispatchDriver to hDispatchDriver 118176>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 118177>>> Function_Return retVal 118178>>> End_Function 118179>>> 118179>>> Function ComMouseRightButtonDownEvent Returns Variant 118181>>> Handle hDispatchDriver 118181>>> Variant retVal 118181>>> Get phDispatchDriver to hDispatchDriver 118182>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 118183>>> Function_Return retVal 118184>>> End_Function 118185>>> 118185>>> Function ComMouseMoveEvent Returns Variant 118187>>> Handle hDispatchDriver 118187>>> Variant retVal 118187>>> Get phDispatchDriver to hDispatchDriver 118188>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 118189>>> Function_Return retVal 118190>>> End_Function 118191>>> 118191>>> Function ComLostMouseCaptureEvent Returns Variant 118193>>> Handle hDispatchDriver 118193>>> Variant retVal 118193>>> Get phDispatchDriver to hDispatchDriver 118194>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 118195>>> Function_Return retVal 118196>>> End_Function 118197>>> 118197>>> Function ComFindName String llName Returns Variant 118199>>> Handle hDispatchDriver 118199>>> Variant retVal 118199>>> Get phDispatchDriver to hDispatchDriver 118200>>> Send PrepareParams to hDispatchDriver 1 118201>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 118202>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 118203>>> Function_Return retVal 118204>>> End_Function 118205>>> 118205>>> Procedure ComCaptureMouse 118207>>> Handle hDispatchDriver 118207>>> Get phDispatchDriver to hDispatchDriver 118208>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 118209>>> End_Procedure 118210>>> 118210>>> Procedure ComReleaseMouseCapture 118212>>> Handle hDispatchDriver 118212>>> Get phDispatchDriver to hDispatchDriver 118213>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 118214>>> End_Procedure 118215>>> 118215>>> Function ComVisualParent Returns Variant 118217>>> Handle hDispatchDriver 118217>>> Variant retVal 118217>>> Get phDispatchDriver to hDispatchDriver 118218>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 118219>>> Function_Return retVal 118220>>> End_Function 118221>>> 118221>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 118223>>> Handle hDispatchDriver 118223>>> Get phDispatchDriver to hDispatchDriver 118224>>> Send PrepareParams to hDispatchDriver 4 118225>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 118226>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 118227>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 118228>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 118229>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 118230>>> End_Procedure 118231>>> 118231>>> Function ComActualWidth Returns Integer 118233>>> Handle hDispatchDriver 118233>>> Integer retVal 118233>>> Get phDispatchDriver to hDispatchDriver 118234>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 118235>>> Function_Return retVal 118236>>> End_Function 118237>>> 118237>>> Function ComActualHeight Returns Integer 118239>>> Handle hDispatchDriver 118239>>> Integer retVal 118239>>> Get phDispatchDriver to hDispatchDriver 118240>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 118241>>> Function_Return retVal 118242>>> End_Function 118243>>>End_Class 118244>>> 118244>>>Class cSigCjComMarkupPolyline is a cComAutomationObject 118245>>> 118245>>> Function ComCursor Returns OLEMarkupCursor 118247>>> OLEMarkupCursor retVal 118247>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 118248>>> Function_Return retVal 118249>>> End_Function 118250>>> 118250>>> Procedure Set ComCursor OLEMarkupCursor value 118252>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 118253>>> End_Procedure 118254>>> 118254>>> Function ComToolTip Returns Variant 118256>>> Variant retVal 118256>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 118257>>> Function_Return retVal 118258>>> End_Function 118259>>> 118259>>> Procedure Set ComToolTip Variant value 118261>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 118262>>> End_Procedure 118263>>> 118263>>> Function ComName Returns String 118265>>> String retVal 118265>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 118266>>> Function_Return retVal 118267>>> End_Function 118268>>> 118268>>> Procedure Set ComName String value 118270>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 118271>>> End_Procedure 118272>>> 118272>>> Function ComClipToBounds Returns Boolean 118274>>> Boolean retVal 118274>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 118275>>> Function_Return retVal 118276>>> End_Function 118277>>> 118277>>> Procedure Set ComClipToBounds Boolean value 118279>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 118280>>> End_Procedure 118281>>> 118281>>> Function ComVisibility Returns OLEMarkupVisibility 118283>>> OLEMarkupVisibility retVal 118283>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 118284>>> Function_Return retVal 118285>>> End_Function 118286>>> 118286>>> Procedure Set ComVisibility OLEMarkupVisibility value 118288>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 118289>>> End_Procedure 118290>>> 118290>>> Function ComFocusable Returns Boolean 118292>>> Boolean retVal 118292>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 118293>>> Function_Return retVal 118294>>> End_Function 118295>>> 118295>>> Procedure Set ComFocusable Boolean value 118297>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 118298>>> End_Procedure 118299>>> 118299>>> Function ComIsEnabled Returns Boolean 118301>>> Boolean retVal 118301>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 118302>>> Function_Return retVal 118303>>> End_Function 118304>>> 118304>>> Procedure Set ComIsEnabled Boolean value 118306>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 118307>>> End_Procedure 118308>>> 118308>>> Function ComRenderTransform Returns Variant 118310>>> Variant retVal 118310>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 118311>>> Function_Return retVal 118312>>> End_Function 118313>>> 118313>>> Procedure Set ComRenderTransform Variant value 118315>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 118316>>> End_Procedure 118317>>> 118317>>> Function ComOpacity Returns Real 118319>>> Real retVal 118319>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 118320>>> Function_Return retVal 118321>>> End_Function 118322>>> 118322>>> Procedure Set ComOpacity Real value 118324>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 118325>>> End_Procedure 118326>>> 118326>>> Function ComMinWidth Returns Integer 118328>>> Integer retVal 118328>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 118329>>> Function_Return retVal 118330>>> End_Function 118331>>> 118331>>> Procedure Set ComMinWidth Integer value 118333>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 118334>>> End_Procedure 118335>>> 118335>>> Function ComWidth Returns Integer 118337>>> Integer retVal 118337>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 118338>>> Function_Return retVal 118339>>> End_Function 118340>>> 118340>>> Procedure Set ComWidth Integer value 118342>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 118343>>> End_Procedure 118344>>> 118344>>> Function ComMaxWidth Returns Integer 118346>>> Integer retVal 118346>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 118347>>> Function_Return retVal 118348>>> End_Function 118349>>> 118349>>> Procedure Set ComMaxWidth Integer value 118351>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 118352>>> End_Procedure 118353>>> 118353>>> Function ComMinHeight Returns Integer 118355>>> Integer retVal 118355>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 118356>>> Function_Return retVal 118357>>> End_Function 118358>>> 118358>>> Procedure Set ComMinHeight Integer value 118360>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 118361>>> End_Procedure 118362>>> 118362>>> Function ComHeight Returns Integer 118364>>> Integer retVal 118364>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 118365>>> Function_Return retVal 118366>>> End_Function 118367>>> 118367>>> Procedure Set ComHeight Integer value 118369>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 118370>>> End_Procedure 118371>>> 118371>>> Function ComMaxHeight Returns Integer 118373>>> Integer retVal 118373>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 118374>>> Function_Return retVal 118375>>> End_Function 118376>>> 118376>>> Procedure Set ComMaxHeight Integer value 118378>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 118379>>> End_Procedure 118380>>> 118380>>> Function ComMargin Returns Variant 118382>>> Variant retVal 118382>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 118383>>> Function_Return retVal 118384>>> End_Function 118385>>> 118385>>> Procedure Set ComMargin Variant value 118387>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 118388>>> End_Procedure 118389>>> 118389>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 118391>>> OLEMarkupHorizontalAlignment retVal 118391>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 118392>>> Function_Return retVal 118393>>> End_Function 118394>>> 118394>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 118396>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 118397>>> End_Procedure 118398>>> 118398>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 118400>>> OLEMarkupVerticalAlignment retVal 118400>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 118401>>> Function_Return retVal 118402>>> End_Function 118403>>> 118403>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 118405>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 118406>>> End_Procedure 118407>>> 118407>>> Function ComTag Returns Variant 118409>>> Variant retVal 118409>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 118410>>> Function_Return retVal 118411>>> End_Function 118412>>> 118412>>> Procedure Set ComTag Variant value 118414>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 118415>>> End_Procedure 118416>>> 118416>>> Function ComFill Returns Variant 118418>>> Variant retVal 118418>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 118419>>> Function_Return retVal 118420>>> End_Function 118421>>> 118421>>> Procedure Set ComFill Variant value 118423>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 118424>>> End_Procedure 118425>>> 118425>>> Function ComStroke Returns Variant 118427>>> Variant retVal 118427>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 118428>>> Function_Return retVal 118429>>> End_Function 118430>>> 118430>>> Procedure Set ComStroke Variant value 118432>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 118433>>> End_Procedure 118434>>> 118434>>> Function ComStrokeThickness Returns Integer 118436>>> Integer retVal 118436>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 118437>>> Function_Return retVal 118438>>> End_Function 118439>>> 118439>>> Procedure Set ComStrokeThickness Integer value 118441>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 118442>>> End_Procedure 118443>>> 118443>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 118445>>> OLEMarkupLineCap retVal 118445>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 118446>>> Function_Return retVal 118447>>> End_Function 118448>>> 118448>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 118450>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 118451>>> End_Procedure 118452>>> 118452>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 118454>>> OLEMarkupLineCap retVal 118454>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 118455>>> Function_Return retVal 118456>>> End_Function 118457>>> 118457>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 118459>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 118460>>> End_Procedure 118461>>> 118461>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 118463>>> OLEMarkupLineJoin retVal 118463>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 118464>>> Function_Return retVal 118465>>> End_Function 118466>>> 118466>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 118468>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 118469>>> End_Procedure 118470>>> 118470>>> Function ComStrokeDashArray Returns Variant 118472>>> Variant retVal 118472>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 118473>>> Function_Return retVal 118474>>> End_Function 118475>>> 118475>>> Procedure Set ComStrokeDashArray Variant value 118477>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 118478>>> End_Procedure 118479>>> 118479>>> Function ComIsMouseOver Returns Boolean 118481>>> Handle hDispatchDriver 118481>>> Boolean retVal 118481>>> Get phDispatchDriver to hDispatchDriver 118482>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 118483>>> Function_Return retVal 118484>>> End_Function 118485>>> 118485>>> Procedure ComAddHandler Variant llEvent String llMethod 118487>>> Handle hDispatchDriver 118487>>> Get phDispatchDriver to hDispatchDriver 118488>>> Send PrepareParams to hDispatchDriver 2 118489>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 118490>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 118491>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 118492>>> End_Procedure 118493>>> 118493>>> Function ComMouseLeaveEvent Returns Variant 118495>>> Handle hDispatchDriver 118495>>> Variant retVal 118495>>> Get phDispatchDriver to hDispatchDriver 118496>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 118497>>> Function_Return retVal 118498>>> End_Function 118499>>> 118499>>> Function ComMouseEnterEvent Returns Variant 118501>>> Handle hDispatchDriver 118501>>> Variant retVal 118501>>> Get phDispatchDriver to hDispatchDriver 118502>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 118503>>> Function_Return retVal 118504>>> End_Function 118505>>> 118505>>> Function ComMouseLeftButtonUpEvent Returns Variant 118507>>> Handle hDispatchDriver 118507>>> Variant retVal 118507>>> Get phDispatchDriver to hDispatchDriver 118508>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 118509>>> Function_Return retVal 118510>>> End_Function 118511>>> 118511>>> Function ComMouseLeftButtonDownEvent Returns Variant 118513>>> Handle hDispatchDriver 118513>>> Variant retVal 118513>>> Get phDispatchDriver to hDispatchDriver 118514>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 118515>>> Function_Return retVal 118516>>> End_Function 118517>>> 118517>>> Function ComMouseRightButtonUpEvent Returns Variant 118519>>> Handle hDispatchDriver 118519>>> Variant retVal 118519>>> Get phDispatchDriver to hDispatchDriver 118520>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 118521>>> Function_Return retVal 118522>>> End_Function 118523>>> 118523>>> Function ComMouseRightButtonDownEvent Returns Variant 118525>>> Handle hDispatchDriver 118525>>> Variant retVal 118525>>> Get phDispatchDriver to hDispatchDriver 118526>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 118527>>> Function_Return retVal 118528>>> End_Function 118529>>> 118529>>> Function ComMouseMoveEvent Returns Variant 118531>>> Handle hDispatchDriver 118531>>> Variant retVal 118531>>> Get phDispatchDriver to hDispatchDriver 118532>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 118533>>> Function_Return retVal 118534>>> End_Function 118535>>> 118535>>> Function ComLostMouseCaptureEvent Returns Variant 118537>>> Handle hDispatchDriver 118537>>> Variant retVal 118537>>> Get phDispatchDriver to hDispatchDriver 118538>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 118539>>> Function_Return retVal 118540>>> End_Function 118541>>> 118541>>> Function ComFindName String llName Returns Variant 118543>>> Handle hDispatchDriver 118543>>> Variant retVal 118543>>> Get phDispatchDriver to hDispatchDriver 118544>>> Send PrepareParams to hDispatchDriver 1 118545>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 118546>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 118547>>> Function_Return retVal 118548>>> End_Function 118549>>> 118549>>> Procedure ComCaptureMouse 118551>>> Handle hDispatchDriver 118551>>> Get phDispatchDriver to hDispatchDriver 118552>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 118553>>> End_Procedure 118554>>> 118554>>> Procedure ComReleaseMouseCapture 118556>>> Handle hDispatchDriver 118556>>> Get phDispatchDriver to hDispatchDriver 118557>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 118558>>> End_Procedure 118559>>> 118559>>> Function ComVisualParent Returns Variant 118561>>> Handle hDispatchDriver 118561>>> Variant retVal 118561>>> Get phDispatchDriver to hDispatchDriver 118562>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 118563>>> Function_Return retVal 118564>>> End_Function 118565>>> 118565>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 118567>>> Handle hDispatchDriver 118567>>> Get phDispatchDriver to hDispatchDriver 118568>>> Send PrepareParams to hDispatchDriver 4 118569>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 118570>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 118571>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 118572>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 118573>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 118574>>> End_Procedure 118575>>> 118575>>> Function ComActualWidth Returns Integer 118577>>> Handle hDispatchDriver 118577>>> Integer retVal 118577>>> Get phDispatchDriver to hDispatchDriver 118578>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 118579>>> Function_Return retVal 118580>>> End_Function 118581>>> 118581>>> Function ComActualHeight Returns Integer 118583>>> Handle hDispatchDriver 118583>>> Integer retVal 118583>>> Get phDispatchDriver to hDispatchDriver 118584>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 118585>>> Function_Return retVal 118586>>> End_Function 118587>>>End_Class 118588>>> 118588>>>Class cSigCjComMarkupPath is a cComAutomationObject 118589>>> 118589>>> Function ComCursor Returns OLEMarkupCursor 118591>>> OLEMarkupCursor retVal 118591>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 118592>>> Function_Return retVal 118593>>> End_Function 118594>>> 118594>>> Procedure Set ComCursor OLEMarkupCursor value 118596>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 118597>>> End_Procedure 118598>>> 118598>>> Function ComToolTip Returns Variant 118600>>> Variant retVal 118600>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 118601>>> Function_Return retVal 118602>>> End_Function 118603>>> 118603>>> Procedure Set ComToolTip Variant value 118605>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 118606>>> End_Procedure 118607>>> 118607>>> Function ComName Returns String 118609>>> String retVal 118609>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 118610>>> Function_Return retVal 118611>>> End_Function 118612>>> 118612>>> Procedure Set ComName String value 118614>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 118615>>> End_Procedure 118616>>> 118616>>> Function ComClipToBounds Returns Boolean 118618>>> Boolean retVal 118618>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 118619>>> Function_Return retVal 118620>>> End_Function 118621>>> 118621>>> Procedure Set ComClipToBounds Boolean value 118623>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 118624>>> End_Procedure 118625>>> 118625>>> Function ComVisibility Returns OLEMarkupVisibility 118627>>> OLEMarkupVisibility retVal 118627>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 118628>>> Function_Return retVal 118629>>> End_Function 118630>>> 118630>>> Procedure Set ComVisibility OLEMarkupVisibility value 118632>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 118633>>> End_Procedure 118634>>> 118634>>> Function ComFocusable Returns Boolean 118636>>> Boolean retVal 118636>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 118637>>> Function_Return retVal 118638>>> End_Function 118639>>> 118639>>> Procedure Set ComFocusable Boolean value 118641>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 118642>>> End_Procedure 118643>>> 118643>>> Function ComIsEnabled Returns Boolean 118645>>> Boolean retVal 118645>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 118646>>> Function_Return retVal 118647>>> End_Function 118648>>> 118648>>> Procedure Set ComIsEnabled Boolean value 118650>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 118651>>> End_Procedure 118652>>> 118652>>> Function ComRenderTransform Returns Variant 118654>>> Variant retVal 118654>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 118655>>> Function_Return retVal 118656>>> End_Function 118657>>> 118657>>> Procedure Set ComRenderTransform Variant value 118659>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 118660>>> End_Procedure 118661>>> 118661>>> Function ComOpacity Returns Real 118663>>> Real retVal 118663>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 118664>>> Function_Return retVal 118665>>> End_Function 118666>>> 118666>>> Procedure Set ComOpacity Real value 118668>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 118669>>> End_Procedure 118670>>> 118670>>> Function ComMinWidth Returns Integer 118672>>> Integer retVal 118672>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 118673>>> Function_Return retVal 118674>>> End_Function 118675>>> 118675>>> Procedure Set ComMinWidth Integer value 118677>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 118678>>> End_Procedure 118679>>> 118679>>> Function ComWidth Returns Integer 118681>>> Integer retVal 118681>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 118682>>> Function_Return retVal 118683>>> End_Function 118684>>> 118684>>> Procedure Set ComWidth Integer value 118686>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 118687>>> End_Procedure 118688>>> 118688>>> Function ComMaxWidth Returns Integer 118690>>> Integer retVal 118690>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 118691>>> Function_Return retVal 118692>>> End_Function 118693>>> 118693>>> Procedure Set ComMaxWidth Integer value 118695>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 118696>>> End_Procedure 118697>>> 118697>>> Function ComMinHeight Returns Integer 118699>>> Integer retVal 118699>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 118700>>> Function_Return retVal 118701>>> End_Function 118702>>> 118702>>> Procedure Set ComMinHeight Integer value 118704>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 118705>>> End_Procedure 118706>>> 118706>>> Function ComHeight Returns Integer 118708>>> Integer retVal 118708>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 118709>>> Function_Return retVal 118710>>> End_Function 118711>>> 118711>>> Procedure Set ComHeight Integer value 118713>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 118714>>> End_Procedure 118715>>> 118715>>> Function ComMaxHeight Returns Integer 118717>>> Integer retVal 118717>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 118718>>> Function_Return retVal 118719>>> End_Function 118720>>> 118720>>> Procedure Set ComMaxHeight Integer value 118722>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 118723>>> End_Procedure 118724>>> 118724>>> Function ComMargin Returns Variant 118726>>> Variant retVal 118726>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 118727>>> Function_Return retVal 118728>>> End_Function 118729>>> 118729>>> Procedure Set ComMargin Variant value 118731>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 118732>>> End_Procedure 118733>>> 118733>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 118735>>> OLEMarkupHorizontalAlignment retVal 118735>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 118736>>> Function_Return retVal 118737>>> End_Function 118738>>> 118738>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 118740>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 118741>>> End_Procedure 118742>>> 118742>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 118744>>> OLEMarkupVerticalAlignment retVal 118744>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 118745>>> Function_Return retVal 118746>>> End_Function 118747>>> 118747>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 118749>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 118750>>> End_Procedure 118751>>> 118751>>> Function ComTag Returns Variant 118753>>> Variant retVal 118753>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 118754>>> Function_Return retVal 118755>>> End_Function 118756>>> 118756>>> Procedure Set ComTag Variant value 118758>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 118759>>> End_Procedure 118760>>> 118760>>> Function ComFill Returns Variant 118762>>> Variant retVal 118762>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 118763>>> Function_Return retVal 118764>>> End_Function 118765>>> 118765>>> Procedure Set ComFill Variant value 118767>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 118768>>> End_Procedure 118769>>> 118769>>> Function ComStroke Returns Variant 118771>>> Variant retVal 118771>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 118772>>> Function_Return retVal 118773>>> End_Function 118774>>> 118774>>> Procedure Set ComStroke Variant value 118776>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 118777>>> End_Procedure 118778>>> 118778>>> Function ComStrokeThickness Returns Integer 118780>>> Integer retVal 118780>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 118781>>> Function_Return retVal 118782>>> End_Function 118783>>> 118783>>> Procedure Set ComStrokeThickness Integer value 118785>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 118786>>> End_Procedure 118787>>> 118787>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 118789>>> OLEMarkupLineCap retVal 118789>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 118790>>> Function_Return retVal 118791>>> End_Function 118792>>> 118792>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 118794>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 118795>>> End_Procedure 118796>>> 118796>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 118798>>> OLEMarkupLineCap retVal 118798>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 118799>>> Function_Return retVal 118800>>> End_Function 118801>>> 118801>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 118803>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 118804>>> End_Procedure 118805>>> 118805>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 118807>>> OLEMarkupLineJoin retVal 118807>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 118808>>> Function_Return retVal 118809>>> End_Function 118810>>> 118810>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 118812>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 118813>>> End_Procedure 118814>>> 118814>>> Function ComStrokeDashArray Returns Variant 118816>>> Variant retVal 118816>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 118817>>> Function_Return retVal 118818>>> End_Function 118819>>> 118819>>> Procedure Set ComStrokeDashArray Variant value 118821>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 118822>>> End_Procedure 118823>>> 118823>>> Function ComIsMouseOver Returns Boolean 118825>>> Handle hDispatchDriver 118825>>> Boolean retVal 118825>>> Get phDispatchDriver to hDispatchDriver 118826>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 118827>>> Function_Return retVal 118828>>> End_Function 118829>>> 118829>>> Procedure ComAddHandler Variant llEvent String llMethod 118831>>> Handle hDispatchDriver 118831>>> Get phDispatchDriver to hDispatchDriver 118832>>> Send PrepareParams to hDispatchDriver 2 118833>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 118834>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 118835>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 118836>>> End_Procedure 118837>>> 118837>>> Function ComMouseLeaveEvent Returns Variant 118839>>> Handle hDispatchDriver 118839>>> Variant retVal 118839>>> Get phDispatchDriver to hDispatchDriver 118840>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 118841>>> Function_Return retVal 118842>>> End_Function 118843>>> 118843>>> Function ComMouseEnterEvent Returns Variant 118845>>> Handle hDispatchDriver 118845>>> Variant retVal 118845>>> Get phDispatchDriver to hDispatchDriver 118846>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 118847>>> Function_Return retVal 118848>>> End_Function 118849>>> 118849>>> Function ComMouseLeftButtonUpEvent Returns Variant 118851>>> Handle hDispatchDriver 118851>>> Variant retVal 118851>>> Get phDispatchDriver to hDispatchDriver 118852>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 118853>>> Function_Return retVal 118854>>> End_Function 118855>>> 118855>>> Function ComMouseLeftButtonDownEvent Returns Variant 118857>>> Handle hDispatchDriver 118857>>> Variant retVal 118857>>> Get phDispatchDriver to hDispatchDriver 118858>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 118859>>> Function_Return retVal 118860>>> End_Function 118861>>> 118861>>> Function ComMouseRightButtonUpEvent Returns Variant 118863>>> Handle hDispatchDriver 118863>>> Variant retVal 118863>>> Get phDispatchDriver to hDispatchDriver 118864>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 118865>>> Function_Return retVal 118866>>> End_Function 118867>>> 118867>>> Function ComMouseRightButtonDownEvent Returns Variant 118869>>> Handle hDispatchDriver 118869>>> Variant retVal 118869>>> Get phDispatchDriver to hDispatchDriver 118870>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 118871>>> Function_Return retVal 118872>>> End_Function 118873>>> 118873>>> Function ComMouseMoveEvent Returns Variant 118875>>> Handle hDispatchDriver 118875>>> Variant retVal 118875>>> Get phDispatchDriver to hDispatchDriver 118876>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 118877>>> Function_Return retVal 118878>>> End_Function 118879>>> 118879>>> Function ComLostMouseCaptureEvent Returns Variant 118881>>> Handle hDispatchDriver 118881>>> Variant retVal 118881>>> Get phDispatchDriver to hDispatchDriver 118882>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 118883>>> Function_Return retVal 118884>>> End_Function 118885>>> 118885>>> Function ComFindName String llName Returns Variant 118887>>> Handle hDispatchDriver 118887>>> Variant retVal 118887>>> Get phDispatchDriver to hDispatchDriver 118888>>> Send PrepareParams to hDispatchDriver 1 118889>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 118890>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 118891>>> Function_Return retVal 118892>>> End_Function 118893>>> 118893>>> Procedure ComCaptureMouse 118895>>> Handle hDispatchDriver 118895>>> Get phDispatchDriver to hDispatchDriver 118896>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 118897>>> End_Procedure 118898>>> 118898>>> Procedure ComReleaseMouseCapture 118900>>> Handle hDispatchDriver 118900>>> Get phDispatchDriver to hDispatchDriver 118901>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 118902>>> End_Procedure 118903>>> 118903>>> Function ComVisualParent Returns Variant 118905>>> Handle hDispatchDriver 118905>>> Variant retVal 118905>>> Get phDispatchDriver to hDispatchDriver 118906>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 118907>>> Function_Return retVal 118908>>> End_Function 118909>>> 118909>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 118911>>> Handle hDispatchDriver 118911>>> Get phDispatchDriver to hDispatchDriver 118912>>> Send PrepareParams to hDispatchDriver 4 118913>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 118914>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 118915>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 118916>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 118917>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 118918>>> End_Procedure 118919>>> 118919>>> Function ComActualWidth Returns Integer 118921>>> Handle hDispatchDriver 118921>>> Integer retVal 118921>>> Get phDispatchDriver to hDispatchDriver 118922>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 118923>>> Function_Return retVal 118924>>> End_Function 118925>>> 118925>>> Function ComActualHeight Returns Integer 118927>>> Handle hDispatchDriver 118927>>> Integer retVal 118927>>> Get phDispatchDriver to hDispatchDriver 118928>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 118929>>> Function_Return retVal 118930>>> End_Function 118931>>>End_Class 118932>>> 118932>>>Class cSigCjComMarkupLine is a cComAutomationObject 118933>>> 118933>>> Function ComCursor Returns OLEMarkupCursor 118935>>> OLEMarkupCursor retVal 118935>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 118936>>> Function_Return retVal 118937>>> End_Function 118938>>> 118938>>> Procedure Set ComCursor OLEMarkupCursor value 118940>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 118941>>> End_Procedure 118942>>> 118942>>> Function ComToolTip Returns Variant 118944>>> Variant retVal 118944>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 118945>>> Function_Return retVal 118946>>> End_Function 118947>>> 118947>>> Procedure Set ComToolTip Variant value 118949>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 118950>>> End_Procedure 118951>>> 118951>>> Function ComName Returns String 118953>>> String retVal 118953>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 118954>>> Function_Return retVal 118955>>> End_Function 118956>>> 118956>>> Procedure Set ComName String value 118958>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 118959>>> End_Procedure 118960>>> 118960>>> Function ComClipToBounds Returns Boolean 118962>>> Boolean retVal 118962>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 118963>>> Function_Return retVal 118964>>> End_Function 118965>>> 118965>>> Procedure Set ComClipToBounds Boolean value 118967>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 118968>>> End_Procedure 118969>>> 118969>>> Function ComVisibility Returns OLEMarkupVisibility 118971>>> OLEMarkupVisibility retVal 118971>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 118972>>> Function_Return retVal 118973>>> End_Function 118974>>> 118974>>> Procedure Set ComVisibility OLEMarkupVisibility value 118976>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 118977>>> End_Procedure 118978>>> 118978>>> Function ComFocusable Returns Boolean 118980>>> Boolean retVal 118980>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 118981>>> Function_Return retVal 118982>>> End_Function 118983>>> 118983>>> Procedure Set ComFocusable Boolean value 118985>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 118986>>> End_Procedure 118987>>> 118987>>> Function ComIsEnabled Returns Boolean 118989>>> Boolean retVal 118989>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 118990>>> Function_Return retVal 118991>>> End_Function 118992>>> 118992>>> Procedure Set ComIsEnabled Boolean value 118994>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 118995>>> End_Procedure 118996>>> 118996>>> Function ComRenderTransform Returns Variant 118998>>> Variant retVal 118998>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 118999>>> Function_Return retVal 119000>>> End_Function 119001>>> 119001>>> Procedure Set ComRenderTransform Variant value 119003>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 119004>>> End_Procedure 119005>>> 119005>>> Function ComOpacity Returns Real 119007>>> Real retVal 119007>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 119008>>> Function_Return retVal 119009>>> End_Function 119010>>> 119010>>> Procedure Set ComOpacity Real value 119012>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 119013>>> End_Procedure 119014>>> 119014>>> Function ComMinWidth Returns Integer 119016>>> Integer retVal 119016>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 119017>>> Function_Return retVal 119018>>> End_Function 119019>>> 119019>>> Procedure Set ComMinWidth Integer value 119021>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 119022>>> End_Procedure 119023>>> 119023>>> Function ComWidth Returns Integer 119025>>> Integer retVal 119025>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 119026>>> Function_Return retVal 119027>>> End_Function 119028>>> 119028>>> Procedure Set ComWidth Integer value 119030>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 119031>>> End_Procedure 119032>>> 119032>>> Function ComMaxWidth Returns Integer 119034>>> Integer retVal 119034>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 119035>>> Function_Return retVal 119036>>> End_Function 119037>>> 119037>>> Procedure Set ComMaxWidth Integer value 119039>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 119040>>> End_Procedure 119041>>> 119041>>> Function ComMinHeight Returns Integer 119043>>> Integer retVal 119043>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 119044>>> Function_Return retVal 119045>>> End_Function 119046>>> 119046>>> Procedure Set ComMinHeight Integer value 119048>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 119049>>> End_Procedure 119050>>> 119050>>> Function ComHeight Returns Integer 119052>>> Integer retVal 119052>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 119053>>> Function_Return retVal 119054>>> End_Function 119055>>> 119055>>> Procedure Set ComHeight Integer value 119057>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 119058>>> End_Procedure 119059>>> 119059>>> Function ComMaxHeight Returns Integer 119061>>> Integer retVal 119061>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 119062>>> Function_Return retVal 119063>>> End_Function 119064>>> 119064>>> Procedure Set ComMaxHeight Integer value 119066>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 119067>>> End_Procedure 119068>>> 119068>>> Function ComMargin Returns Variant 119070>>> Variant retVal 119070>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 119071>>> Function_Return retVal 119072>>> End_Function 119073>>> 119073>>> Procedure Set ComMargin Variant value 119075>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 119076>>> End_Procedure 119077>>> 119077>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 119079>>> OLEMarkupHorizontalAlignment retVal 119079>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 119080>>> Function_Return retVal 119081>>> End_Function 119082>>> 119082>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 119084>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 119085>>> End_Procedure 119086>>> 119086>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 119088>>> OLEMarkupVerticalAlignment retVal 119088>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 119089>>> Function_Return retVal 119090>>> End_Function 119091>>> 119091>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 119093>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 119094>>> End_Procedure 119095>>> 119095>>> Function ComTag Returns Variant 119097>>> Variant retVal 119097>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 119098>>> Function_Return retVal 119099>>> End_Function 119100>>> 119100>>> Procedure Set ComTag Variant value 119102>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 119103>>> End_Procedure 119104>>> 119104>>> Function ComFill Returns Variant 119106>>> Variant retVal 119106>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 119107>>> Function_Return retVal 119108>>> End_Function 119109>>> 119109>>> Procedure Set ComFill Variant value 119111>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 119112>>> End_Procedure 119113>>> 119113>>> Function ComStroke Returns Variant 119115>>> Variant retVal 119115>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 119116>>> Function_Return retVal 119117>>> End_Function 119118>>> 119118>>> Procedure Set ComStroke Variant value 119120>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 119121>>> End_Procedure 119122>>> 119122>>> Function ComStrokeThickness Returns Integer 119124>>> Integer retVal 119124>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to retVal 119125>>> Function_Return retVal 119126>>> End_Function 119127>>> 119127>>> Procedure Set ComStrokeThickness Integer value 119129>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_I4 to value 119130>>> End_Procedure 119131>>> 119131>>> Function ComStrokeStartLineCap Returns OLEMarkupLineCap 119133>>> OLEMarkupLineCap retVal 119133>>> Get ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to retVal 119134>>> Function_Return retVal 119135>>> End_Function 119136>>> 119136>>> Procedure Set ComStrokeStartLineCap OLEMarkupLineCap value 119138>>> Set ComProperty of (phDispatchDriver(Self)) 503 OLE_VT_I4 to value 119139>>> End_Procedure 119140>>> 119140>>> Function ComStrokeEndLineCap Returns OLEMarkupLineCap 119142>>> OLEMarkupLineCap retVal 119142>>> Get ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to retVal 119143>>> Function_Return retVal 119144>>> End_Function 119145>>> 119145>>> Procedure Set ComStrokeEndLineCap OLEMarkupLineCap value 119147>>> Set ComProperty of (phDispatchDriver(Self)) 504 OLE_VT_I4 to value 119148>>> End_Procedure 119149>>> 119149>>> Function ComStrokeLineJoin Returns OLEMarkupLineJoin 119151>>> OLEMarkupLineJoin retVal 119151>>> Get ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to retVal 119152>>> Function_Return retVal 119153>>> End_Function 119154>>> 119154>>> Procedure Set ComStrokeLineJoin OLEMarkupLineJoin value 119156>>> Set ComProperty of (phDispatchDriver(Self)) 505 OLE_VT_I4 to value 119157>>> End_Procedure 119158>>> 119158>>> Function ComStrokeDashArray Returns Variant 119160>>> Variant retVal 119160>>> Get ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to retVal 119161>>> Function_Return retVal 119162>>> End_Function 119163>>> 119163>>> Procedure Set ComStrokeDashArray Variant value 119165>>> Set ComProperty of (phDispatchDriver(Self)) 506 OLE_VT_DISPATCH to value 119166>>> End_Procedure 119167>>> 119167>>> Function ComX1 Returns Integer 119169>>> Integer retVal 119169>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 119170>>> Function_Return retVal 119171>>> End_Function 119172>>> 119172>>> Procedure Set ComX1 Integer value 119174>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 119175>>> End_Procedure 119176>>> 119176>>> Function ComX2 Returns Integer 119178>>> Integer retVal 119178>>> Get ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to retVal 119179>>> Function_Return retVal 119180>>> End_Function 119181>>> 119181>>> Procedure Set ComX2 Integer value 119183>>> Set ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to value 119184>>> End_Procedure 119185>>> 119185>>> Function ComY1 Returns Integer 119187>>> Integer retVal 119187>>> Get ComProperty of (phDispatchDriver(Self)) 602 OLE_VT_I4 to retVal 119188>>> Function_Return retVal 119189>>> End_Function 119190>>> 119190>>> Procedure Set ComY1 Integer value 119192>>> Set ComProperty of (phDispatchDriver(Self)) 602 OLE_VT_I4 to value 119193>>> End_Procedure 119194>>> 119194>>> Function ComY2 Returns Integer 119196>>> Integer retVal 119196>>> Get ComProperty of (phDispatchDriver(Self)) 603 OLE_VT_I4 to retVal 119197>>> Function_Return retVal 119198>>> End_Function 119199>>> 119199>>> Procedure Set ComY2 Integer value 119201>>> Set ComProperty of (phDispatchDriver(Self)) 603 OLE_VT_I4 to value 119202>>> End_Procedure 119203>>> 119203>>> Function ComIsMouseOver Returns Boolean 119205>>> Handle hDispatchDriver 119205>>> Boolean retVal 119205>>> Get phDispatchDriver to hDispatchDriver 119206>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 119207>>> Function_Return retVal 119208>>> End_Function 119209>>> 119209>>> Procedure ComAddHandler Variant llEvent String llMethod 119211>>> Handle hDispatchDriver 119211>>> Get phDispatchDriver to hDispatchDriver 119212>>> Send PrepareParams to hDispatchDriver 2 119213>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 119214>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 119215>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 119216>>> End_Procedure 119217>>> 119217>>> Function ComMouseLeaveEvent Returns Variant 119219>>> Handle hDispatchDriver 119219>>> Variant retVal 119219>>> Get phDispatchDriver to hDispatchDriver 119220>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 119221>>> Function_Return retVal 119222>>> End_Function 119223>>> 119223>>> Function ComMouseEnterEvent Returns Variant 119225>>> Handle hDispatchDriver 119225>>> Variant retVal 119225>>> Get phDispatchDriver to hDispatchDriver 119226>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 119227>>> Function_Return retVal 119228>>> End_Function 119229>>> 119229>>> Function ComMouseLeftButtonUpEvent Returns Variant 119231>>> Handle hDispatchDriver 119231>>> Variant retVal 119231>>> Get phDispatchDriver to hDispatchDriver 119232>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 119233>>> Function_Return retVal 119234>>> End_Function 119235>>> 119235>>> Function ComMouseLeftButtonDownEvent Returns Variant 119237>>> Handle hDispatchDriver 119237>>> Variant retVal 119237>>> Get phDispatchDriver to hDispatchDriver 119238>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 119239>>> Function_Return retVal 119240>>> End_Function 119241>>> 119241>>> Function ComMouseRightButtonUpEvent Returns Variant 119243>>> Handle hDispatchDriver 119243>>> Variant retVal 119243>>> Get phDispatchDriver to hDispatchDriver 119244>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 119245>>> Function_Return retVal 119246>>> End_Function 119247>>> 119247>>> Function ComMouseRightButtonDownEvent Returns Variant 119249>>> Handle hDispatchDriver 119249>>> Variant retVal 119249>>> Get phDispatchDriver to hDispatchDriver 119250>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 119251>>> Function_Return retVal 119252>>> End_Function 119253>>> 119253>>> Function ComMouseMoveEvent Returns Variant 119255>>> Handle hDispatchDriver 119255>>> Variant retVal 119255>>> Get phDispatchDriver to hDispatchDriver 119256>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 119257>>> Function_Return retVal 119258>>> End_Function 119259>>> 119259>>> Function ComLostMouseCaptureEvent Returns Variant 119261>>> Handle hDispatchDriver 119261>>> Variant retVal 119261>>> Get phDispatchDriver to hDispatchDriver 119262>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 119263>>> Function_Return retVal 119264>>> End_Function 119265>>> 119265>>> Function ComFindName String llName Returns Variant 119267>>> Handle hDispatchDriver 119267>>> Variant retVal 119267>>> Get phDispatchDriver to hDispatchDriver 119268>>> Send PrepareParams to hDispatchDriver 1 119269>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 119270>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 119271>>> Function_Return retVal 119272>>> End_Function 119273>>> 119273>>> Procedure ComCaptureMouse 119275>>> Handle hDispatchDriver 119275>>> Get phDispatchDriver to hDispatchDriver 119276>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 119277>>> End_Procedure 119278>>> 119278>>> Procedure ComReleaseMouseCapture 119280>>> Handle hDispatchDriver 119280>>> Get phDispatchDriver to hDispatchDriver 119281>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 119282>>> End_Procedure 119283>>> 119283>>> Function ComVisualParent Returns Variant 119285>>> Handle hDispatchDriver 119285>>> Variant retVal 119285>>> Get phDispatchDriver to hDispatchDriver 119286>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 119287>>> Function_Return retVal 119288>>> End_Function 119289>>> 119289>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 119291>>> Handle hDispatchDriver 119291>>> Get phDispatchDriver to hDispatchDriver 119292>>> Send PrepareParams to hDispatchDriver 4 119293>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 119294>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 119295>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 119296>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 119297>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 119298>>> End_Procedure 119299>>> 119299>>> Function ComActualWidth Returns Integer 119301>>> Handle hDispatchDriver 119301>>> Integer retVal 119301>>> Get phDispatchDriver to hDispatchDriver 119302>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 119303>>> Function_Return retVal 119304>>> End_Function 119305>>> 119305>>> Function ComActualHeight Returns Integer 119307>>> Handle hDispatchDriver 119307>>> Integer retVal 119307>>> Get phDispatchDriver to hDispatchDriver 119308>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 119309>>> Function_Return retVal 119310>>> End_Function 119311>>>End_Class 119312>>> 119312>>>Class cSigCjComMarkupControl is a cComAutomationObject 119313>>> 119313>>> Function ComCursor Returns OLEMarkupCursor 119315>>> OLEMarkupCursor retVal 119315>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 119316>>> Function_Return retVal 119317>>> End_Function 119318>>> 119318>>> Procedure Set ComCursor OLEMarkupCursor value 119320>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 119321>>> End_Procedure 119322>>> 119322>>> Function ComToolTip Returns Variant 119324>>> Variant retVal 119324>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 119325>>> Function_Return retVal 119326>>> End_Function 119327>>> 119327>>> Procedure Set ComToolTip Variant value 119329>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 119330>>> End_Procedure 119331>>> 119331>>> Function ComName Returns String 119333>>> String retVal 119333>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 119334>>> Function_Return retVal 119335>>> End_Function 119336>>> 119336>>> Procedure Set ComName String value 119338>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 119339>>> End_Procedure 119340>>> 119340>>> Function ComClipToBounds Returns Boolean 119342>>> Boolean retVal 119342>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 119343>>> Function_Return retVal 119344>>> End_Function 119345>>> 119345>>> Procedure Set ComClipToBounds Boolean value 119347>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 119348>>> End_Procedure 119349>>> 119349>>> Function ComVisibility Returns OLEMarkupVisibility 119351>>> OLEMarkupVisibility retVal 119351>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 119352>>> Function_Return retVal 119353>>> End_Function 119354>>> 119354>>> Procedure Set ComVisibility OLEMarkupVisibility value 119356>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 119357>>> End_Procedure 119358>>> 119358>>> Function ComFocusable Returns Boolean 119360>>> Boolean retVal 119360>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 119361>>> Function_Return retVal 119362>>> End_Function 119363>>> 119363>>> Procedure Set ComFocusable Boolean value 119365>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 119366>>> End_Procedure 119367>>> 119367>>> Function ComIsEnabled Returns Boolean 119369>>> Boolean retVal 119369>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 119370>>> Function_Return retVal 119371>>> End_Function 119372>>> 119372>>> Procedure Set ComIsEnabled Boolean value 119374>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 119375>>> End_Procedure 119376>>> 119376>>> Function ComRenderTransform Returns Variant 119378>>> Variant retVal 119378>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 119379>>> Function_Return retVal 119380>>> End_Function 119381>>> 119381>>> Procedure Set ComRenderTransform Variant value 119383>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 119384>>> End_Procedure 119385>>> 119385>>> Function ComOpacity Returns Real 119387>>> Real retVal 119387>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 119388>>> Function_Return retVal 119389>>> End_Function 119390>>> 119390>>> Procedure Set ComOpacity Real value 119392>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 119393>>> End_Procedure 119394>>> 119394>>> Function ComMinWidth Returns Integer 119396>>> Integer retVal 119396>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 119397>>> Function_Return retVal 119398>>> End_Function 119399>>> 119399>>> Procedure Set ComMinWidth Integer value 119401>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 119402>>> End_Procedure 119403>>> 119403>>> Function ComWidth Returns Integer 119405>>> Integer retVal 119405>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 119406>>> Function_Return retVal 119407>>> End_Function 119408>>> 119408>>> Procedure Set ComWidth Integer value 119410>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 119411>>> End_Procedure 119412>>> 119412>>> Function ComMaxWidth Returns Integer 119414>>> Integer retVal 119414>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 119415>>> Function_Return retVal 119416>>> End_Function 119417>>> 119417>>> Procedure Set ComMaxWidth Integer value 119419>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 119420>>> End_Procedure 119421>>> 119421>>> Function ComMinHeight Returns Integer 119423>>> Integer retVal 119423>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 119424>>> Function_Return retVal 119425>>> End_Function 119426>>> 119426>>> Procedure Set ComMinHeight Integer value 119428>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 119429>>> End_Procedure 119430>>> 119430>>> Function ComHeight Returns Integer 119432>>> Integer retVal 119432>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 119433>>> Function_Return retVal 119434>>> End_Function 119435>>> 119435>>> Procedure Set ComHeight Integer value 119437>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 119438>>> End_Procedure 119439>>> 119439>>> Function ComMaxHeight Returns Integer 119441>>> Integer retVal 119441>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 119442>>> Function_Return retVal 119443>>> End_Function 119444>>> 119444>>> Procedure Set ComMaxHeight Integer value 119446>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 119447>>> End_Procedure 119448>>> 119448>>> Function ComMargin Returns Variant 119450>>> Variant retVal 119450>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 119451>>> Function_Return retVal 119452>>> End_Function 119453>>> 119453>>> Procedure Set ComMargin Variant value 119455>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 119456>>> End_Procedure 119457>>> 119457>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 119459>>> OLEMarkupHorizontalAlignment retVal 119459>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 119460>>> Function_Return retVal 119461>>> End_Function 119462>>> 119462>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 119464>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 119465>>> End_Procedure 119466>>> 119466>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 119468>>> OLEMarkupVerticalAlignment retVal 119468>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 119469>>> Function_Return retVal 119470>>> End_Function 119471>>> 119471>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 119473>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 119474>>> End_Procedure 119475>>> 119475>>> Function ComTag Returns Variant 119477>>> Variant retVal 119477>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 119478>>> Function_Return retVal 119479>>> End_Function 119480>>> 119480>>> Procedure Set ComTag Variant value 119482>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 119483>>> End_Procedure 119484>>> 119484>>> Function ComBackground Returns Variant 119486>>> Variant retVal 119486>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 119487>>> Function_Return retVal 119488>>> End_Function 119489>>> 119489>>> Procedure Set ComBackground Variant value 119491>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 119492>>> End_Procedure 119493>>> 119493>>> Function ComForeground Returns Variant 119495>>> Variant retVal 119495>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 119496>>> Function_Return retVal 119497>>> End_Function 119498>>> 119498>>> Procedure Set ComForeground Variant value 119500>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 119501>>> End_Procedure 119502>>> 119502>>> Function ComPadding Returns Variant 119504>>> Variant retVal 119504>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 119505>>> Function_Return retVal 119506>>> End_Function 119507>>> 119507>>> Procedure Set ComPadding Variant value 119509>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 119510>>> End_Procedure 119511>>> 119511>>> Function ComIsMouseOver Returns Boolean 119513>>> Handle hDispatchDriver 119513>>> Boolean retVal 119513>>> Get phDispatchDriver to hDispatchDriver 119514>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 119515>>> Function_Return retVal 119516>>> End_Function 119517>>> 119517>>> Procedure ComAddHandler Variant llEvent String llMethod 119519>>> Handle hDispatchDriver 119519>>> Get phDispatchDriver to hDispatchDriver 119520>>> Send PrepareParams to hDispatchDriver 2 119521>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 119522>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 119523>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 119524>>> End_Procedure 119525>>> 119525>>> Function ComMouseLeaveEvent Returns Variant 119527>>> Handle hDispatchDriver 119527>>> Variant retVal 119527>>> Get phDispatchDriver to hDispatchDriver 119528>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 119529>>> Function_Return retVal 119530>>> End_Function 119531>>> 119531>>> Function ComMouseEnterEvent Returns Variant 119533>>> Handle hDispatchDriver 119533>>> Variant retVal 119533>>> Get phDispatchDriver to hDispatchDriver 119534>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 119535>>> Function_Return retVal 119536>>> End_Function 119537>>> 119537>>> Function ComMouseLeftButtonUpEvent Returns Variant 119539>>> Handle hDispatchDriver 119539>>> Variant retVal 119539>>> Get phDispatchDriver to hDispatchDriver 119540>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 119541>>> Function_Return retVal 119542>>> End_Function 119543>>> 119543>>> Function ComMouseLeftButtonDownEvent Returns Variant 119545>>> Handle hDispatchDriver 119545>>> Variant retVal 119545>>> Get phDispatchDriver to hDispatchDriver 119546>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 119547>>> Function_Return retVal 119548>>> End_Function 119549>>> 119549>>> Function ComMouseRightButtonUpEvent Returns Variant 119551>>> Handle hDispatchDriver 119551>>> Variant retVal 119551>>> Get phDispatchDriver to hDispatchDriver 119552>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 119553>>> Function_Return retVal 119554>>> End_Function 119555>>> 119555>>> Function ComMouseRightButtonDownEvent Returns Variant 119557>>> Handle hDispatchDriver 119557>>> Variant retVal 119557>>> Get phDispatchDriver to hDispatchDriver 119558>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 119559>>> Function_Return retVal 119560>>> End_Function 119561>>> 119561>>> Function ComMouseMoveEvent Returns Variant 119563>>> Handle hDispatchDriver 119563>>> Variant retVal 119563>>> Get phDispatchDriver to hDispatchDriver 119564>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 119565>>> Function_Return retVal 119566>>> End_Function 119567>>> 119567>>> Function ComLostMouseCaptureEvent Returns Variant 119569>>> Handle hDispatchDriver 119569>>> Variant retVal 119569>>> Get phDispatchDriver to hDispatchDriver 119570>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 119571>>> Function_Return retVal 119572>>> End_Function 119573>>> 119573>>> Function ComFindName String llName Returns Variant 119575>>> Handle hDispatchDriver 119575>>> Variant retVal 119575>>> Get phDispatchDriver to hDispatchDriver 119576>>> Send PrepareParams to hDispatchDriver 1 119577>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 119578>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 119579>>> Function_Return retVal 119580>>> End_Function 119581>>> 119581>>> Procedure ComCaptureMouse 119583>>> Handle hDispatchDriver 119583>>> Get phDispatchDriver to hDispatchDriver 119584>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 119585>>> End_Procedure 119586>>> 119586>>> Procedure ComReleaseMouseCapture 119588>>> Handle hDispatchDriver 119588>>> Get phDispatchDriver to hDispatchDriver 119589>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 119590>>> End_Procedure 119591>>> 119591>>> Function ComVisualParent Returns Variant 119593>>> Handle hDispatchDriver 119593>>> Variant retVal 119593>>> Get phDispatchDriver to hDispatchDriver 119594>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 119595>>> Function_Return retVal 119596>>> End_Function 119597>>> 119597>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 119599>>> Handle hDispatchDriver 119599>>> Get phDispatchDriver to hDispatchDriver 119600>>> Send PrepareParams to hDispatchDriver 4 119601>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 119602>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 119603>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 119604>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 119605>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 119606>>> End_Procedure 119607>>> 119607>>> Function ComActualWidth Returns Integer 119609>>> Handle hDispatchDriver 119609>>> Integer retVal 119609>>> Get phDispatchDriver to hDispatchDriver 119610>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 119611>>> Function_Return retVal 119612>>> End_Function 119613>>> 119613>>> Function ComActualHeight Returns Integer 119615>>> Handle hDispatchDriver 119615>>> Integer retVal 119615>>> Get phDispatchDriver to hDispatchDriver 119616>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 119617>>> Function_Return retVal 119618>>> End_Function 119619>>>End_Class 119620>>> 119620>>>Class cSigCjComMarkupContentControl is a cComAutomationObject 119621>>> 119621>>> Function ComCursor Returns OLEMarkupCursor 119623>>> OLEMarkupCursor retVal 119623>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 119624>>> Function_Return retVal 119625>>> End_Function 119626>>> 119626>>> Procedure Set ComCursor OLEMarkupCursor value 119628>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 119629>>> End_Procedure 119630>>> 119630>>> Function ComToolTip Returns Variant 119632>>> Variant retVal 119632>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 119633>>> Function_Return retVal 119634>>> End_Function 119635>>> 119635>>> Procedure Set ComToolTip Variant value 119637>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 119638>>> End_Procedure 119639>>> 119639>>> Function ComName Returns String 119641>>> String retVal 119641>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 119642>>> Function_Return retVal 119643>>> End_Function 119644>>> 119644>>> Procedure Set ComName String value 119646>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 119647>>> End_Procedure 119648>>> 119648>>> Function ComClipToBounds Returns Boolean 119650>>> Boolean retVal 119650>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 119651>>> Function_Return retVal 119652>>> End_Function 119653>>> 119653>>> Procedure Set ComClipToBounds Boolean value 119655>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 119656>>> End_Procedure 119657>>> 119657>>> Function ComVisibility Returns OLEMarkupVisibility 119659>>> OLEMarkupVisibility retVal 119659>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 119660>>> Function_Return retVal 119661>>> End_Function 119662>>> 119662>>> Procedure Set ComVisibility OLEMarkupVisibility value 119664>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 119665>>> End_Procedure 119666>>> 119666>>> Function ComFocusable Returns Boolean 119668>>> Boolean retVal 119668>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 119669>>> Function_Return retVal 119670>>> End_Function 119671>>> 119671>>> Procedure Set ComFocusable Boolean value 119673>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 119674>>> End_Procedure 119675>>> 119675>>> Function ComIsEnabled Returns Boolean 119677>>> Boolean retVal 119677>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 119678>>> Function_Return retVal 119679>>> End_Function 119680>>> 119680>>> Procedure Set ComIsEnabled Boolean value 119682>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 119683>>> End_Procedure 119684>>> 119684>>> Function ComRenderTransform Returns Variant 119686>>> Variant retVal 119686>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 119687>>> Function_Return retVal 119688>>> End_Function 119689>>> 119689>>> Procedure Set ComRenderTransform Variant value 119691>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 119692>>> End_Procedure 119693>>> 119693>>> Function ComOpacity Returns Real 119695>>> Real retVal 119695>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 119696>>> Function_Return retVal 119697>>> End_Function 119698>>> 119698>>> Procedure Set ComOpacity Real value 119700>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 119701>>> End_Procedure 119702>>> 119702>>> Function ComMinWidth Returns Integer 119704>>> Integer retVal 119704>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 119705>>> Function_Return retVal 119706>>> End_Function 119707>>> 119707>>> Procedure Set ComMinWidth Integer value 119709>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 119710>>> End_Procedure 119711>>> 119711>>> Function ComWidth Returns Integer 119713>>> Integer retVal 119713>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 119714>>> Function_Return retVal 119715>>> End_Function 119716>>> 119716>>> Procedure Set ComWidth Integer value 119718>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 119719>>> End_Procedure 119720>>> 119720>>> Function ComMaxWidth Returns Integer 119722>>> Integer retVal 119722>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 119723>>> Function_Return retVal 119724>>> End_Function 119725>>> 119725>>> Procedure Set ComMaxWidth Integer value 119727>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 119728>>> End_Procedure 119729>>> 119729>>> Function ComMinHeight Returns Integer 119731>>> Integer retVal 119731>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 119732>>> Function_Return retVal 119733>>> End_Function 119734>>> 119734>>> Procedure Set ComMinHeight Integer value 119736>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 119737>>> End_Procedure 119738>>> 119738>>> Function ComHeight Returns Integer 119740>>> Integer retVal 119740>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 119741>>> Function_Return retVal 119742>>> End_Function 119743>>> 119743>>> Procedure Set ComHeight Integer value 119745>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 119746>>> End_Procedure 119747>>> 119747>>> Function ComMaxHeight Returns Integer 119749>>> Integer retVal 119749>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 119750>>> Function_Return retVal 119751>>> End_Function 119752>>> 119752>>> Procedure Set ComMaxHeight Integer value 119754>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 119755>>> End_Procedure 119756>>> 119756>>> Function ComMargin Returns Variant 119758>>> Variant retVal 119758>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 119759>>> Function_Return retVal 119760>>> End_Function 119761>>> 119761>>> Procedure Set ComMargin Variant value 119763>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 119764>>> End_Procedure 119765>>> 119765>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 119767>>> OLEMarkupHorizontalAlignment retVal 119767>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 119768>>> Function_Return retVal 119769>>> End_Function 119770>>> 119770>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 119772>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 119773>>> End_Procedure 119774>>> 119774>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 119776>>> OLEMarkupVerticalAlignment retVal 119776>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 119777>>> Function_Return retVal 119778>>> End_Function 119779>>> 119779>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 119781>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 119782>>> End_Procedure 119783>>> 119783>>> Function ComTag Returns Variant 119785>>> Variant retVal 119785>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 119786>>> Function_Return retVal 119787>>> End_Function 119788>>> 119788>>> Procedure Set ComTag Variant value 119790>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 119791>>> End_Procedure 119792>>> 119792>>> Function ComBackground Returns Variant 119794>>> Variant retVal 119794>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 119795>>> Function_Return retVal 119796>>> End_Function 119797>>> 119797>>> Procedure Set ComBackground Variant value 119799>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 119800>>> End_Procedure 119801>>> 119801>>> Function ComForeground Returns Variant 119803>>> Variant retVal 119803>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 119804>>> Function_Return retVal 119805>>> End_Function 119806>>> 119806>>> Procedure Set ComForeground Variant value 119808>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 119809>>> End_Procedure 119810>>> 119810>>> Function ComPadding Returns Variant 119812>>> Variant retVal 119812>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 119813>>> Function_Return retVal 119814>>> End_Function 119815>>> 119815>>> Procedure Set ComPadding Variant value 119817>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 119818>>> End_Procedure 119819>>> 119819>>> Function ComContent Returns Variant 119821>>> Variant retVal 119821>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 119822>>> Function_Return retVal 119823>>> End_Function 119824>>> 119824>>> Procedure Set ComContent Variant value 119826>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 119827>>> End_Procedure 119828>>> 119828>>> Function ComIsMouseOver Returns Boolean 119830>>> Handle hDispatchDriver 119830>>> Boolean retVal 119830>>> Get phDispatchDriver to hDispatchDriver 119831>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 119832>>> Function_Return retVal 119833>>> End_Function 119834>>> 119834>>> Procedure ComAddHandler Variant llEvent String llMethod 119836>>> Handle hDispatchDriver 119836>>> Get phDispatchDriver to hDispatchDriver 119837>>> Send PrepareParams to hDispatchDriver 2 119838>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 119839>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 119840>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 119841>>> End_Procedure 119842>>> 119842>>> Function ComMouseLeaveEvent Returns Variant 119844>>> Handle hDispatchDriver 119844>>> Variant retVal 119844>>> Get phDispatchDriver to hDispatchDriver 119845>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 119846>>> Function_Return retVal 119847>>> End_Function 119848>>> 119848>>> Function ComMouseEnterEvent Returns Variant 119850>>> Handle hDispatchDriver 119850>>> Variant retVal 119850>>> Get phDispatchDriver to hDispatchDriver 119851>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 119852>>> Function_Return retVal 119853>>> End_Function 119854>>> 119854>>> Function ComMouseLeftButtonUpEvent Returns Variant 119856>>> Handle hDispatchDriver 119856>>> Variant retVal 119856>>> Get phDispatchDriver to hDispatchDriver 119857>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 119858>>> Function_Return retVal 119859>>> End_Function 119860>>> 119860>>> Function ComMouseLeftButtonDownEvent Returns Variant 119862>>> Handle hDispatchDriver 119862>>> Variant retVal 119862>>> Get phDispatchDriver to hDispatchDriver 119863>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 119864>>> Function_Return retVal 119865>>> End_Function 119866>>> 119866>>> Function ComMouseRightButtonUpEvent Returns Variant 119868>>> Handle hDispatchDriver 119868>>> Variant retVal 119868>>> Get phDispatchDriver to hDispatchDriver 119869>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 119870>>> Function_Return retVal 119871>>> End_Function 119872>>> 119872>>> Function ComMouseRightButtonDownEvent Returns Variant 119874>>> Handle hDispatchDriver 119874>>> Variant retVal 119874>>> Get phDispatchDriver to hDispatchDriver 119875>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 119876>>> Function_Return retVal 119877>>> End_Function 119878>>> 119878>>> Function ComMouseMoveEvent Returns Variant 119880>>> Handle hDispatchDriver 119880>>> Variant retVal 119880>>> Get phDispatchDriver to hDispatchDriver 119881>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 119882>>> Function_Return retVal 119883>>> End_Function 119884>>> 119884>>> Function ComLostMouseCaptureEvent Returns Variant 119886>>> Handle hDispatchDriver 119886>>> Variant retVal 119886>>> Get phDispatchDriver to hDispatchDriver 119887>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 119888>>> Function_Return retVal 119889>>> End_Function 119890>>> 119890>>> Function ComFindName String llName Returns Variant 119892>>> Handle hDispatchDriver 119892>>> Variant retVal 119892>>> Get phDispatchDriver to hDispatchDriver 119893>>> Send PrepareParams to hDispatchDriver 1 119894>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 119895>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 119896>>> Function_Return retVal 119897>>> End_Function 119898>>> 119898>>> Procedure ComCaptureMouse 119900>>> Handle hDispatchDriver 119900>>> Get phDispatchDriver to hDispatchDriver 119901>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 119902>>> End_Procedure 119903>>> 119903>>> Procedure ComReleaseMouseCapture 119905>>> Handle hDispatchDriver 119905>>> Get phDispatchDriver to hDispatchDriver 119906>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 119907>>> End_Procedure 119908>>> 119908>>> Function ComVisualParent Returns Variant 119910>>> Handle hDispatchDriver 119910>>> Variant retVal 119910>>> Get phDispatchDriver to hDispatchDriver 119911>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 119912>>> Function_Return retVal 119913>>> End_Function 119914>>> 119914>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 119916>>> Handle hDispatchDriver 119916>>> Get phDispatchDriver to hDispatchDriver 119917>>> Send PrepareParams to hDispatchDriver 4 119918>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 119919>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 119920>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 119921>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 119922>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 119923>>> End_Procedure 119924>>> 119924>>> Function ComActualWidth Returns Integer 119926>>> Handle hDispatchDriver 119926>>> Integer retVal 119926>>> Get phDispatchDriver to hDispatchDriver 119927>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 119928>>> Function_Return retVal 119929>>> End_Function 119930>>> 119930>>> Function ComActualHeight Returns Integer 119932>>> Handle hDispatchDriver 119932>>> Integer retVal 119932>>> Get phDispatchDriver to hDispatchDriver 119933>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 119934>>> Function_Return retVal 119935>>> End_Function 119936>>>End_Class 119937>>> 119937>>>Class cSigCjComMarkupButtonBase is a cComAutomationObject 119938>>> 119938>>> Function ComCursor Returns OLEMarkupCursor 119940>>> OLEMarkupCursor retVal 119940>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 119941>>> Function_Return retVal 119942>>> End_Function 119943>>> 119943>>> Procedure Set ComCursor OLEMarkupCursor value 119945>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 119946>>> End_Procedure 119947>>> 119947>>> Function ComToolTip Returns Variant 119949>>> Variant retVal 119949>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 119950>>> Function_Return retVal 119951>>> End_Function 119952>>> 119952>>> Procedure Set ComToolTip Variant value 119954>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 119955>>> End_Procedure 119956>>> 119956>>> Function ComName Returns String 119958>>> String retVal 119958>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 119959>>> Function_Return retVal 119960>>> End_Function 119961>>> 119961>>> Procedure Set ComName String value 119963>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 119964>>> End_Procedure 119965>>> 119965>>> Function ComClipToBounds Returns Boolean 119967>>> Boolean retVal 119967>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 119968>>> Function_Return retVal 119969>>> End_Function 119970>>> 119970>>> Procedure Set ComClipToBounds Boolean value 119972>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 119973>>> End_Procedure 119974>>> 119974>>> Function ComVisibility Returns OLEMarkupVisibility 119976>>> OLEMarkupVisibility retVal 119976>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 119977>>> Function_Return retVal 119978>>> End_Function 119979>>> 119979>>> Procedure Set ComVisibility OLEMarkupVisibility value 119981>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 119982>>> End_Procedure 119983>>> 119983>>> Function ComFocusable Returns Boolean 119985>>> Boolean retVal 119985>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 119986>>> Function_Return retVal 119987>>> End_Function 119988>>> 119988>>> Procedure Set ComFocusable Boolean value 119990>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 119991>>> End_Procedure 119992>>> 119992>>> Function ComIsEnabled Returns Boolean 119994>>> Boolean retVal 119994>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 119995>>> Function_Return retVal 119996>>> End_Function 119997>>> 119997>>> Procedure Set ComIsEnabled Boolean value 119999>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 120000>>> End_Procedure 120001>>> 120001>>> Function ComRenderTransform Returns Variant 120003>>> Variant retVal 120003>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 120004>>> Function_Return retVal 120005>>> End_Function 120006>>> 120006>>> Procedure Set ComRenderTransform Variant value 120008>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 120009>>> End_Procedure 120010>>> 120010>>> Function ComOpacity Returns Real 120012>>> Real retVal 120012>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 120013>>> Function_Return retVal 120014>>> End_Function 120015>>> 120015>>> Procedure Set ComOpacity Real value 120017>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 120018>>> End_Procedure 120019>>> 120019>>> Function ComMinWidth Returns Integer 120021>>> Integer retVal 120021>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 120022>>> Function_Return retVal 120023>>> End_Function 120024>>> 120024>>> Procedure Set ComMinWidth Integer value 120026>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 120027>>> End_Procedure 120028>>> 120028>>> Function ComWidth Returns Integer 120030>>> Integer retVal 120030>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 120031>>> Function_Return retVal 120032>>> End_Function 120033>>> 120033>>> Procedure Set ComWidth Integer value 120035>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 120036>>> End_Procedure 120037>>> 120037>>> Function ComMaxWidth Returns Integer 120039>>> Integer retVal 120039>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 120040>>> Function_Return retVal 120041>>> End_Function 120042>>> 120042>>> Procedure Set ComMaxWidth Integer value 120044>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 120045>>> End_Procedure 120046>>> 120046>>> Function ComMinHeight Returns Integer 120048>>> Integer retVal 120048>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 120049>>> Function_Return retVal 120050>>> End_Function 120051>>> 120051>>> Procedure Set ComMinHeight Integer value 120053>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 120054>>> End_Procedure 120055>>> 120055>>> Function ComHeight Returns Integer 120057>>> Integer retVal 120057>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 120058>>> Function_Return retVal 120059>>> End_Function 120060>>> 120060>>> Procedure Set ComHeight Integer value 120062>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 120063>>> End_Procedure 120064>>> 120064>>> Function ComMaxHeight Returns Integer 120066>>> Integer retVal 120066>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 120067>>> Function_Return retVal 120068>>> End_Function 120069>>> 120069>>> Procedure Set ComMaxHeight Integer value 120071>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 120072>>> End_Procedure 120073>>> 120073>>> Function ComMargin Returns Variant 120075>>> Variant retVal 120075>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 120076>>> Function_Return retVal 120077>>> End_Function 120078>>> 120078>>> Procedure Set ComMargin Variant value 120080>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 120081>>> End_Procedure 120082>>> 120082>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 120084>>> OLEMarkupHorizontalAlignment retVal 120084>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 120085>>> Function_Return retVal 120086>>> End_Function 120087>>> 120087>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 120089>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 120090>>> End_Procedure 120091>>> 120091>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 120093>>> OLEMarkupVerticalAlignment retVal 120093>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 120094>>> Function_Return retVal 120095>>> End_Function 120096>>> 120096>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 120098>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 120099>>> End_Procedure 120100>>> 120100>>> Function ComTag Returns Variant 120102>>> Variant retVal 120102>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 120103>>> Function_Return retVal 120104>>> End_Function 120105>>> 120105>>> Procedure Set ComTag Variant value 120107>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 120108>>> End_Procedure 120109>>> 120109>>> Function ComBackground Returns Variant 120111>>> Variant retVal 120111>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 120112>>> Function_Return retVal 120113>>> End_Function 120114>>> 120114>>> Procedure Set ComBackground Variant value 120116>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 120117>>> End_Procedure 120118>>> 120118>>> Function ComForeground Returns Variant 120120>>> Variant retVal 120120>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 120121>>> Function_Return retVal 120122>>> End_Function 120123>>> 120123>>> Procedure Set ComForeground Variant value 120125>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 120126>>> End_Procedure 120127>>> 120127>>> Function ComPadding Returns Variant 120129>>> Variant retVal 120129>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 120130>>> Function_Return retVal 120131>>> End_Function 120132>>> 120132>>> Procedure Set ComPadding Variant value 120134>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 120135>>> End_Procedure 120136>>> 120136>>> Function ComContent Returns Variant 120138>>> Variant retVal 120138>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 120139>>> Function_Return retVal 120140>>> End_Function 120141>>> 120141>>> Procedure Set ComContent Variant value 120143>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 120144>>> End_Procedure 120145>>> 120145>>> Function ComIsPressed Returns Boolean 120147>>> Boolean retVal 120147>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to retVal 120148>>> Function_Return retVal 120149>>> End_Function 120150>>> 120150>>> Procedure Set ComIsPressed Boolean value 120152>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to value 120153>>> End_Procedure 120154>>> 120154>>> Function ComIsMouseOver Returns Boolean 120156>>> Handle hDispatchDriver 120156>>> Boolean retVal 120156>>> Get phDispatchDriver to hDispatchDriver 120157>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 120158>>> Function_Return retVal 120159>>> End_Function 120160>>> 120160>>> Procedure ComAddHandler Variant llEvent String llMethod 120162>>> Handle hDispatchDriver 120162>>> Get phDispatchDriver to hDispatchDriver 120163>>> Send PrepareParams to hDispatchDriver 2 120164>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 120165>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 120166>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 120167>>> End_Procedure 120168>>> 120168>>> Function ComMouseLeaveEvent Returns Variant 120170>>> Handle hDispatchDriver 120170>>> Variant retVal 120170>>> Get phDispatchDriver to hDispatchDriver 120171>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 120172>>> Function_Return retVal 120173>>> End_Function 120174>>> 120174>>> Function ComMouseEnterEvent Returns Variant 120176>>> Handle hDispatchDriver 120176>>> Variant retVal 120176>>> Get phDispatchDriver to hDispatchDriver 120177>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 120178>>> Function_Return retVal 120179>>> End_Function 120180>>> 120180>>> Function ComMouseLeftButtonUpEvent Returns Variant 120182>>> Handle hDispatchDriver 120182>>> Variant retVal 120182>>> Get phDispatchDriver to hDispatchDriver 120183>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 120184>>> Function_Return retVal 120185>>> End_Function 120186>>> 120186>>> Function ComMouseLeftButtonDownEvent Returns Variant 120188>>> Handle hDispatchDriver 120188>>> Variant retVal 120188>>> Get phDispatchDriver to hDispatchDriver 120189>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 120190>>> Function_Return retVal 120191>>> End_Function 120192>>> 120192>>> Function ComMouseRightButtonUpEvent Returns Variant 120194>>> Handle hDispatchDriver 120194>>> Variant retVal 120194>>> Get phDispatchDriver to hDispatchDriver 120195>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 120196>>> Function_Return retVal 120197>>> End_Function 120198>>> 120198>>> Function ComMouseRightButtonDownEvent Returns Variant 120200>>> Handle hDispatchDriver 120200>>> Variant retVal 120200>>> Get phDispatchDriver to hDispatchDriver 120201>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 120202>>> Function_Return retVal 120203>>> End_Function 120204>>> 120204>>> Function ComMouseMoveEvent Returns Variant 120206>>> Handle hDispatchDriver 120206>>> Variant retVal 120206>>> Get phDispatchDriver to hDispatchDriver 120207>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 120208>>> Function_Return retVal 120209>>> End_Function 120210>>> 120210>>> Function ComLostMouseCaptureEvent Returns Variant 120212>>> Handle hDispatchDriver 120212>>> Variant retVal 120212>>> Get phDispatchDriver to hDispatchDriver 120213>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 120214>>> Function_Return retVal 120215>>> End_Function 120216>>> 120216>>> Function ComFindName String llName Returns Variant 120218>>> Handle hDispatchDriver 120218>>> Variant retVal 120218>>> Get phDispatchDriver to hDispatchDriver 120219>>> Send PrepareParams to hDispatchDriver 1 120220>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 120221>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 120222>>> Function_Return retVal 120223>>> End_Function 120224>>> 120224>>> Procedure ComCaptureMouse 120226>>> Handle hDispatchDriver 120226>>> Get phDispatchDriver to hDispatchDriver 120227>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 120228>>> End_Procedure 120229>>> 120229>>> Procedure ComReleaseMouseCapture 120231>>> Handle hDispatchDriver 120231>>> Get phDispatchDriver to hDispatchDriver 120232>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 120233>>> End_Procedure 120234>>> 120234>>> Function ComVisualParent Returns Variant 120236>>> Handle hDispatchDriver 120236>>> Variant retVal 120236>>> Get phDispatchDriver to hDispatchDriver 120237>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 120238>>> Function_Return retVal 120239>>> End_Function 120240>>> 120240>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 120242>>> Handle hDispatchDriver 120242>>> Get phDispatchDriver to hDispatchDriver 120243>>> Send PrepareParams to hDispatchDriver 4 120244>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 120245>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 120246>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 120247>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 120248>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 120249>>> End_Procedure 120250>>> 120250>>> Function ComActualWidth Returns Integer 120252>>> Handle hDispatchDriver 120252>>> Integer retVal 120252>>> Get phDispatchDriver to hDispatchDriver 120253>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 120254>>> Function_Return retVal 120255>>> End_Function 120256>>> 120256>>> Function ComActualHeight Returns Integer 120258>>> Handle hDispatchDriver 120258>>> Integer retVal 120258>>> Get phDispatchDriver to hDispatchDriver 120259>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 120260>>> Function_Return retVal 120261>>> End_Function 120262>>> 120262>>> Function ComClickEvent Returns Variant 120264>>> Handle hDispatchDriver 120264>>> Variant retVal 120264>>> Get phDispatchDriver to hDispatchDriver 120265>>> Get InvokeComMethod of hDispatchDriver 701 OLE_VT_DISPATCH to retVal 120266>>> Function_Return retVal 120267>>> End_Function 120268>>>End_Class 120269>>> 120269>>>Class cSigCjComMarkupButton is a cComAutomationObject 120270>>> 120270>>> Function ComCursor Returns OLEMarkupCursor 120272>>> OLEMarkupCursor retVal 120272>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 120273>>> Function_Return retVal 120274>>> End_Function 120275>>> 120275>>> Procedure Set ComCursor OLEMarkupCursor value 120277>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 120278>>> End_Procedure 120279>>> 120279>>> Function ComToolTip Returns Variant 120281>>> Variant retVal 120281>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 120282>>> Function_Return retVal 120283>>> End_Function 120284>>> 120284>>> Procedure Set ComToolTip Variant value 120286>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 120287>>> End_Procedure 120288>>> 120288>>> Function ComName Returns String 120290>>> String retVal 120290>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 120291>>> Function_Return retVal 120292>>> End_Function 120293>>> 120293>>> Procedure Set ComName String value 120295>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 120296>>> End_Procedure 120297>>> 120297>>> Function ComClipToBounds Returns Boolean 120299>>> Boolean retVal 120299>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 120300>>> Function_Return retVal 120301>>> End_Function 120302>>> 120302>>> Procedure Set ComClipToBounds Boolean value 120304>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 120305>>> End_Procedure 120306>>> 120306>>> Function ComVisibility Returns OLEMarkupVisibility 120308>>> OLEMarkupVisibility retVal 120308>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 120309>>> Function_Return retVal 120310>>> End_Function 120311>>> 120311>>> Procedure Set ComVisibility OLEMarkupVisibility value 120313>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 120314>>> End_Procedure 120315>>> 120315>>> Function ComFocusable Returns Boolean 120317>>> Boolean retVal 120317>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 120318>>> Function_Return retVal 120319>>> End_Function 120320>>> 120320>>> Procedure Set ComFocusable Boolean value 120322>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 120323>>> End_Procedure 120324>>> 120324>>> Function ComIsEnabled Returns Boolean 120326>>> Boolean retVal 120326>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 120327>>> Function_Return retVal 120328>>> End_Function 120329>>> 120329>>> Procedure Set ComIsEnabled Boolean value 120331>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 120332>>> End_Procedure 120333>>> 120333>>> Function ComRenderTransform Returns Variant 120335>>> Variant retVal 120335>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 120336>>> Function_Return retVal 120337>>> End_Function 120338>>> 120338>>> Procedure Set ComRenderTransform Variant value 120340>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 120341>>> End_Procedure 120342>>> 120342>>> Function ComOpacity Returns Real 120344>>> Real retVal 120344>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 120345>>> Function_Return retVal 120346>>> End_Function 120347>>> 120347>>> Procedure Set ComOpacity Real value 120349>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 120350>>> End_Procedure 120351>>> 120351>>> Function ComMinWidth Returns Integer 120353>>> Integer retVal 120353>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 120354>>> Function_Return retVal 120355>>> End_Function 120356>>> 120356>>> Procedure Set ComMinWidth Integer value 120358>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 120359>>> End_Procedure 120360>>> 120360>>> Function ComWidth Returns Integer 120362>>> Integer retVal 120362>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 120363>>> Function_Return retVal 120364>>> End_Function 120365>>> 120365>>> Procedure Set ComWidth Integer value 120367>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 120368>>> End_Procedure 120369>>> 120369>>> Function ComMaxWidth Returns Integer 120371>>> Integer retVal 120371>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 120372>>> Function_Return retVal 120373>>> End_Function 120374>>> 120374>>> Procedure Set ComMaxWidth Integer value 120376>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 120377>>> End_Procedure 120378>>> 120378>>> Function ComMinHeight Returns Integer 120380>>> Integer retVal 120380>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 120381>>> Function_Return retVal 120382>>> End_Function 120383>>> 120383>>> Procedure Set ComMinHeight Integer value 120385>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 120386>>> End_Procedure 120387>>> 120387>>> Function ComHeight Returns Integer 120389>>> Integer retVal 120389>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 120390>>> Function_Return retVal 120391>>> End_Function 120392>>> 120392>>> Procedure Set ComHeight Integer value 120394>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 120395>>> End_Procedure 120396>>> 120396>>> Function ComMaxHeight Returns Integer 120398>>> Integer retVal 120398>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 120399>>> Function_Return retVal 120400>>> End_Function 120401>>> 120401>>> Procedure Set ComMaxHeight Integer value 120403>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 120404>>> End_Procedure 120405>>> 120405>>> Function ComMargin Returns Variant 120407>>> Variant retVal 120407>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 120408>>> Function_Return retVal 120409>>> End_Function 120410>>> 120410>>> Procedure Set ComMargin Variant value 120412>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 120413>>> End_Procedure 120414>>> 120414>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 120416>>> OLEMarkupHorizontalAlignment retVal 120416>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 120417>>> Function_Return retVal 120418>>> End_Function 120419>>> 120419>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 120421>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 120422>>> End_Procedure 120423>>> 120423>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 120425>>> OLEMarkupVerticalAlignment retVal 120425>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 120426>>> Function_Return retVal 120427>>> End_Function 120428>>> 120428>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 120430>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 120431>>> End_Procedure 120432>>> 120432>>> Function ComTag Returns Variant 120434>>> Variant retVal 120434>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 120435>>> Function_Return retVal 120436>>> End_Function 120437>>> 120437>>> Procedure Set ComTag Variant value 120439>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 120440>>> End_Procedure 120441>>> 120441>>> Function ComBackground Returns Variant 120443>>> Variant retVal 120443>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 120444>>> Function_Return retVal 120445>>> End_Function 120446>>> 120446>>> Procedure Set ComBackground Variant value 120448>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 120449>>> End_Procedure 120450>>> 120450>>> Function ComForeground Returns Variant 120452>>> Variant retVal 120452>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 120453>>> Function_Return retVal 120454>>> End_Function 120455>>> 120455>>> Procedure Set ComForeground Variant value 120457>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 120458>>> End_Procedure 120459>>> 120459>>> Function ComPadding Returns Variant 120461>>> Variant retVal 120461>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 120462>>> Function_Return retVal 120463>>> End_Function 120464>>> 120464>>> Procedure Set ComPadding Variant value 120466>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 120467>>> End_Procedure 120468>>> 120468>>> Function ComContent Returns Variant 120470>>> Variant retVal 120470>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 120471>>> Function_Return retVal 120472>>> End_Function 120473>>> 120473>>> Procedure Set ComContent Variant value 120475>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 120476>>> End_Procedure 120477>>> 120477>>> Function ComIsPressed Returns Boolean 120479>>> Boolean retVal 120479>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to retVal 120480>>> Function_Return retVal 120481>>> End_Function 120482>>> 120482>>> Procedure Set ComIsPressed Boolean value 120484>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to value 120485>>> End_Procedure 120486>>> 120486>>> Function ComIsMouseOver Returns Boolean 120488>>> Handle hDispatchDriver 120488>>> Boolean retVal 120488>>> Get phDispatchDriver to hDispatchDriver 120489>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 120490>>> Function_Return retVal 120491>>> End_Function 120492>>> 120492>>> Procedure ComAddHandler Variant llEvent String llMethod 120494>>> Handle hDispatchDriver 120494>>> Get phDispatchDriver to hDispatchDriver 120495>>> Send PrepareParams to hDispatchDriver 2 120496>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 120497>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 120498>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 120499>>> End_Procedure 120500>>> 120500>>> Function ComMouseLeaveEvent Returns Variant 120502>>> Handle hDispatchDriver 120502>>> Variant retVal 120502>>> Get phDispatchDriver to hDispatchDriver 120503>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 120504>>> Function_Return retVal 120505>>> End_Function 120506>>> 120506>>> Function ComMouseEnterEvent Returns Variant 120508>>> Handle hDispatchDriver 120508>>> Variant retVal 120508>>> Get phDispatchDriver to hDispatchDriver 120509>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 120510>>> Function_Return retVal 120511>>> End_Function 120512>>> 120512>>> Function ComMouseLeftButtonUpEvent Returns Variant 120514>>> Handle hDispatchDriver 120514>>> Variant retVal 120514>>> Get phDispatchDriver to hDispatchDriver 120515>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 120516>>> Function_Return retVal 120517>>> End_Function 120518>>> 120518>>> Function ComMouseLeftButtonDownEvent Returns Variant 120520>>> Handle hDispatchDriver 120520>>> Variant retVal 120520>>> Get phDispatchDriver to hDispatchDriver 120521>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 120522>>> Function_Return retVal 120523>>> End_Function 120524>>> 120524>>> Function ComMouseRightButtonUpEvent Returns Variant 120526>>> Handle hDispatchDriver 120526>>> Variant retVal 120526>>> Get phDispatchDriver to hDispatchDriver 120527>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 120528>>> Function_Return retVal 120529>>> End_Function 120530>>> 120530>>> Function ComMouseRightButtonDownEvent Returns Variant 120532>>> Handle hDispatchDriver 120532>>> Variant retVal 120532>>> Get phDispatchDriver to hDispatchDriver 120533>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 120534>>> Function_Return retVal 120535>>> End_Function 120536>>> 120536>>> Function ComMouseMoveEvent Returns Variant 120538>>> Handle hDispatchDriver 120538>>> Variant retVal 120538>>> Get phDispatchDriver to hDispatchDriver 120539>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 120540>>> Function_Return retVal 120541>>> End_Function 120542>>> 120542>>> Function ComLostMouseCaptureEvent Returns Variant 120544>>> Handle hDispatchDriver 120544>>> Variant retVal 120544>>> Get phDispatchDriver to hDispatchDriver 120545>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 120546>>> Function_Return retVal 120547>>> End_Function 120548>>> 120548>>> Function ComFindName String llName Returns Variant 120550>>> Handle hDispatchDriver 120550>>> Variant retVal 120550>>> Get phDispatchDriver to hDispatchDriver 120551>>> Send PrepareParams to hDispatchDriver 1 120552>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 120553>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 120554>>> Function_Return retVal 120555>>> End_Function 120556>>> 120556>>> Procedure ComCaptureMouse 120558>>> Handle hDispatchDriver 120558>>> Get phDispatchDriver to hDispatchDriver 120559>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 120560>>> End_Procedure 120561>>> 120561>>> Procedure ComReleaseMouseCapture 120563>>> Handle hDispatchDriver 120563>>> Get phDispatchDriver to hDispatchDriver 120564>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 120565>>> End_Procedure 120566>>> 120566>>> Function ComVisualParent Returns Variant 120568>>> Handle hDispatchDriver 120568>>> Variant retVal 120568>>> Get phDispatchDriver to hDispatchDriver 120569>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 120570>>> Function_Return retVal 120571>>> End_Function 120572>>> 120572>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 120574>>> Handle hDispatchDriver 120574>>> Get phDispatchDriver to hDispatchDriver 120575>>> Send PrepareParams to hDispatchDriver 4 120576>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 120577>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 120578>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 120579>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 120580>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 120581>>> End_Procedure 120582>>> 120582>>> Function ComActualWidth Returns Integer 120584>>> Handle hDispatchDriver 120584>>> Integer retVal 120584>>> Get phDispatchDriver to hDispatchDriver 120585>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 120586>>> Function_Return retVal 120587>>> End_Function 120588>>> 120588>>> Function ComActualHeight Returns Integer 120590>>> Handle hDispatchDriver 120590>>> Integer retVal 120590>>> Get phDispatchDriver to hDispatchDriver 120591>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 120592>>> Function_Return retVal 120593>>> End_Function 120594>>> 120594>>> Function ComClickEvent Returns Variant 120596>>> Handle hDispatchDriver 120596>>> Variant retVal 120596>>> Get phDispatchDriver to hDispatchDriver 120597>>> Get InvokeComMethod of hDispatchDriver 701 OLE_VT_DISPATCH to retVal 120598>>> Function_Return retVal 120599>>> End_Function 120600>>>End_Class 120601>>> 120601>>>Class cSigCjComMarkupToggleButton is a cComAutomationObject 120602>>> 120602>>> Function ComCursor Returns OLEMarkupCursor 120604>>> OLEMarkupCursor retVal 120604>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 120605>>> Function_Return retVal 120606>>> End_Function 120607>>> 120607>>> Procedure Set ComCursor OLEMarkupCursor value 120609>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 120610>>> End_Procedure 120611>>> 120611>>> Function ComToolTip Returns Variant 120613>>> Variant retVal 120613>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 120614>>> Function_Return retVal 120615>>> End_Function 120616>>> 120616>>> Procedure Set ComToolTip Variant value 120618>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 120619>>> End_Procedure 120620>>> 120620>>> Function ComName Returns String 120622>>> String retVal 120622>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 120623>>> Function_Return retVal 120624>>> End_Function 120625>>> 120625>>> Procedure Set ComName String value 120627>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 120628>>> End_Procedure 120629>>> 120629>>> Function ComClipToBounds Returns Boolean 120631>>> Boolean retVal 120631>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 120632>>> Function_Return retVal 120633>>> End_Function 120634>>> 120634>>> Procedure Set ComClipToBounds Boolean value 120636>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 120637>>> End_Procedure 120638>>> 120638>>> Function ComVisibility Returns OLEMarkupVisibility 120640>>> OLEMarkupVisibility retVal 120640>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 120641>>> Function_Return retVal 120642>>> End_Function 120643>>> 120643>>> Procedure Set ComVisibility OLEMarkupVisibility value 120645>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 120646>>> End_Procedure 120647>>> 120647>>> Function ComFocusable Returns Boolean 120649>>> Boolean retVal 120649>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 120650>>> Function_Return retVal 120651>>> End_Function 120652>>> 120652>>> Procedure Set ComFocusable Boolean value 120654>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 120655>>> End_Procedure 120656>>> 120656>>> Function ComIsEnabled Returns Boolean 120658>>> Boolean retVal 120658>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 120659>>> Function_Return retVal 120660>>> End_Function 120661>>> 120661>>> Procedure Set ComIsEnabled Boolean value 120663>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 120664>>> End_Procedure 120665>>> 120665>>> Function ComRenderTransform Returns Variant 120667>>> Variant retVal 120667>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 120668>>> Function_Return retVal 120669>>> End_Function 120670>>> 120670>>> Procedure Set ComRenderTransform Variant value 120672>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 120673>>> End_Procedure 120674>>> 120674>>> Function ComOpacity Returns Real 120676>>> Real retVal 120676>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 120677>>> Function_Return retVal 120678>>> End_Function 120679>>> 120679>>> Procedure Set ComOpacity Real value 120681>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 120682>>> End_Procedure 120683>>> 120683>>> Function ComMinWidth Returns Integer 120685>>> Integer retVal 120685>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 120686>>> Function_Return retVal 120687>>> End_Function 120688>>> 120688>>> Procedure Set ComMinWidth Integer value 120690>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 120691>>> End_Procedure 120692>>> 120692>>> Function ComWidth Returns Integer 120694>>> Integer retVal 120694>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 120695>>> Function_Return retVal 120696>>> End_Function 120697>>> 120697>>> Procedure Set ComWidth Integer value 120699>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 120700>>> End_Procedure 120701>>> 120701>>> Function ComMaxWidth Returns Integer 120703>>> Integer retVal 120703>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 120704>>> Function_Return retVal 120705>>> End_Function 120706>>> 120706>>> Procedure Set ComMaxWidth Integer value 120708>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 120709>>> End_Procedure 120710>>> 120710>>> Function ComMinHeight Returns Integer 120712>>> Integer retVal 120712>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 120713>>> Function_Return retVal 120714>>> End_Function 120715>>> 120715>>> Procedure Set ComMinHeight Integer value 120717>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 120718>>> End_Procedure 120719>>> 120719>>> Function ComHeight Returns Integer 120721>>> Integer retVal 120721>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 120722>>> Function_Return retVal 120723>>> End_Function 120724>>> 120724>>> Procedure Set ComHeight Integer value 120726>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 120727>>> End_Procedure 120728>>> 120728>>> Function ComMaxHeight Returns Integer 120730>>> Integer retVal 120730>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 120731>>> Function_Return retVal 120732>>> End_Function 120733>>> 120733>>> Procedure Set ComMaxHeight Integer value 120735>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 120736>>> End_Procedure 120737>>> 120737>>> Function ComMargin Returns Variant 120739>>> Variant retVal 120739>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 120740>>> Function_Return retVal 120741>>> End_Function 120742>>> 120742>>> Procedure Set ComMargin Variant value 120744>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 120745>>> End_Procedure 120746>>> 120746>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 120748>>> OLEMarkupHorizontalAlignment retVal 120748>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 120749>>> Function_Return retVal 120750>>> End_Function 120751>>> 120751>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 120753>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 120754>>> End_Procedure 120755>>> 120755>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 120757>>> OLEMarkupVerticalAlignment retVal 120757>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 120758>>> Function_Return retVal 120759>>> End_Function 120760>>> 120760>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 120762>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 120763>>> End_Procedure 120764>>> 120764>>> Function ComTag Returns Variant 120766>>> Variant retVal 120766>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 120767>>> Function_Return retVal 120768>>> End_Function 120769>>> 120769>>> Procedure Set ComTag Variant value 120771>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 120772>>> End_Procedure 120773>>> 120773>>> Function ComBackground Returns Variant 120775>>> Variant retVal 120775>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 120776>>> Function_Return retVal 120777>>> End_Function 120778>>> 120778>>> Procedure Set ComBackground Variant value 120780>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 120781>>> End_Procedure 120782>>> 120782>>> Function ComForeground Returns Variant 120784>>> Variant retVal 120784>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 120785>>> Function_Return retVal 120786>>> End_Function 120787>>> 120787>>> Procedure Set ComForeground Variant value 120789>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 120790>>> End_Procedure 120791>>> 120791>>> Function ComPadding Returns Variant 120793>>> Variant retVal 120793>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 120794>>> Function_Return retVal 120795>>> End_Function 120796>>> 120796>>> Procedure Set ComPadding Variant value 120798>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 120799>>> End_Procedure 120800>>> 120800>>> Function ComContent Returns Variant 120802>>> Variant retVal 120802>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 120803>>> Function_Return retVal 120804>>> End_Function 120805>>> 120805>>> Procedure Set ComContent Variant value 120807>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 120808>>> End_Procedure 120809>>> 120809>>> Function ComIsPressed Returns Boolean 120811>>> Boolean retVal 120811>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to retVal 120812>>> Function_Return retVal 120813>>> End_Function 120814>>> 120814>>> Procedure Set ComIsPressed Boolean value 120816>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to value 120817>>> End_Procedure 120818>>> 120818>>> Function ComIsChecked Returns Integer 120820>>> Integer retVal 120820>>> Get ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to retVal 120821>>> Function_Return retVal 120822>>> End_Function 120823>>> 120823>>> Procedure Set ComIsChecked Integer value 120825>>> Set ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to value 120826>>> End_Procedure 120827>>> 120827>>> Function ComIsThreeState Returns Boolean 120829>>> Boolean retVal 120829>>> Get ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to retVal 120830>>> Function_Return retVal 120831>>> End_Function 120832>>> 120832>>> Procedure Set ComIsThreeState Boolean value 120834>>> Set ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to value 120835>>> End_Procedure 120836>>> 120836>>> Function ComIsMouseOver Returns Boolean 120838>>> Handle hDispatchDriver 120838>>> Boolean retVal 120838>>> Get phDispatchDriver to hDispatchDriver 120839>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 120840>>> Function_Return retVal 120841>>> End_Function 120842>>> 120842>>> Procedure ComAddHandler Variant llEvent String llMethod 120844>>> Handle hDispatchDriver 120844>>> Get phDispatchDriver to hDispatchDriver 120845>>> Send PrepareParams to hDispatchDriver 2 120846>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 120847>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 120848>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 120849>>> End_Procedure 120850>>> 120850>>> Function ComMouseLeaveEvent Returns Variant 120852>>> Handle hDispatchDriver 120852>>> Variant retVal 120852>>> Get phDispatchDriver to hDispatchDriver 120853>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 120854>>> Function_Return retVal 120855>>> End_Function 120856>>> 120856>>> Function ComMouseEnterEvent Returns Variant 120858>>> Handle hDispatchDriver 120858>>> Variant retVal 120858>>> Get phDispatchDriver to hDispatchDriver 120859>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 120860>>> Function_Return retVal 120861>>> End_Function 120862>>> 120862>>> Function ComMouseLeftButtonUpEvent Returns Variant 120864>>> Handle hDispatchDriver 120864>>> Variant retVal 120864>>> Get phDispatchDriver to hDispatchDriver 120865>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 120866>>> Function_Return retVal 120867>>> End_Function 120868>>> 120868>>> Function ComMouseLeftButtonDownEvent Returns Variant 120870>>> Handle hDispatchDriver 120870>>> Variant retVal 120870>>> Get phDispatchDriver to hDispatchDriver 120871>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 120872>>> Function_Return retVal 120873>>> End_Function 120874>>> 120874>>> Function ComMouseRightButtonUpEvent Returns Variant 120876>>> Handle hDispatchDriver 120876>>> Variant retVal 120876>>> Get phDispatchDriver to hDispatchDriver 120877>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 120878>>> Function_Return retVal 120879>>> End_Function 120880>>> 120880>>> Function ComMouseRightButtonDownEvent Returns Variant 120882>>> Handle hDispatchDriver 120882>>> Variant retVal 120882>>> Get phDispatchDriver to hDispatchDriver 120883>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 120884>>> Function_Return retVal 120885>>> End_Function 120886>>> 120886>>> Function ComMouseMoveEvent Returns Variant 120888>>> Handle hDispatchDriver 120888>>> Variant retVal 120888>>> Get phDispatchDriver to hDispatchDriver 120889>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 120890>>> Function_Return retVal 120891>>> End_Function 120892>>> 120892>>> Function ComLostMouseCaptureEvent Returns Variant 120894>>> Handle hDispatchDriver 120894>>> Variant retVal 120894>>> Get phDispatchDriver to hDispatchDriver 120895>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 120896>>> Function_Return retVal 120897>>> End_Function 120898>>> 120898>>> Function ComFindName String llName Returns Variant 120900>>> Handle hDispatchDriver 120900>>> Variant retVal 120900>>> Get phDispatchDriver to hDispatchDriver 120901>>> Send PrepareParams to hDispatchDriver 1 120902>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 120903>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 120904>>> Function_Return retVal 120905>>> End_Function 120906>>> 120906>>> Procedure ComCaptureMouse 120908>>> Handle hDispatchDriver 120908>>> Get phDispatchDriver to hDispatchDriver 120909>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 120910>>> End_Procedure 120911>>> 120911>>> Procedure ComReleaseMouseCapture 120913>>> Handle hDispatchDriver 120913>>> Get phDispatchDriver to hDispatchDriver 120914>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 120915>>> End_Procedure 120916>>> 120916>>> Function ComVisualParent Returns Variant 120918>>> Handle hDispatchDriver 120918>>> Variant retVal 120918>>> Get phDispatchDriver to hDispatchDriver 120919>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 120920>>> Function_Return retVal 120921>>> End_Function 120922>>> 120922>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 120924>>> Handle hDispatchDriver 120924>>> Get phDispatchDriver to hDispatchDriver 120925>>> Send PrepareParams to hDispatchDriver 4 120926>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 120927>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 120928>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 120929>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 120930>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 120931>>> End_Procedure 120932>>> 120932>>> Function ComActualWidth Returns Integer 120934>>> Handle hDispatchDriver 120934>>> Integer retVal 120934>>> Get phDispatchDriver to hDispatchDriver 120935>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 120936>>> Function_Return retVal 120937>>> End_Function 120938>>> 120938>>> Function ComActualHeight Returns Integer 120940>>> Handle hDispatchDriver 120940>>> Integer retVal 120940>>> Get phDispatchDriver to hDispatchDriver 120941>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 120942>>> Function_Return retVal 120943>>> End_Function 120944>>> 120944>>> Function ComClickEvent Returns Variant 120946>>> Handle hDispatchDriver 120946>>> Variant retVal 120946>>> Get phDispatchDriver to hDispatchDriver 120947>>> Get InvokeComMethod of hDispatchDriver 701 OLE_VT_DISPATCH to retVal 120948>>> Function_Return retVal 120949>>> End_Function 120950>>> 120950>>> Function ComCheckedEvent Returns Variant 120952>>> Handle hDispatchDriver 120952>>> Variant retVal 120952>>> Get phDispatchDriver to hDispatchDriver 120953>>> Get InvokeComMethod of hDispatchDriver 802 OLE_VT_DISPATCH to retVal 120954>>> Function_Return retVal 120955>>> End_Function 120956>>> 120956>>> Function ComIndeterminateEvent Returns Variant 120958>>> Handle hDispatchDriver 120958>>> Variant retVal 120958>>> Get phDispatchDriver to hDispatchDriver 120959>>> Get InvokeComMethod of hDispatchDriver 803 OLE_VT_DISPATCH to retVal 120960>>> Function_Return retVal 120961>>> End_Function 120962>>> 120962>>> Function ComUncheckedEvent Returns Variant 120964>>> Handle hDispatchDriver 120964>>> Variant retVal 120964>>> Get phDispatchDriver to hDispatchDriver 120965>>> Get InvokeComMethod of hDispatchDriver 804 OLE_VT_DISPATCH to retVal 120966>>> Function_Return retVal 120967>>> End_Function 120968>>>End_Class 120969>>> 120969>>>Class cSigCjComMarkupRadioButton is a cComAutomationObject 120970>>> 120970>>> Function ComCursor Returns OLEMarkupCursor 120972>>> OLEMarkupCursor retVal 120972>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 120973>>> Function_Return retVal 120974>>> End_Function 120975>>> 120975>>> Procedure Set ComCursor OLEMarkupCursor value 120977>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 120978>>> End_Procedure 120979>>> 120979>>> Function ComToolTip Returns Variant 120981>>> Variant retVal 120981>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 120982>>> Function_Return retVal 120983>>> End_Function 120984>>> 120984>>> Procedure Set ComToolTip Variant value 120986>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 120987>>> End_Procedure 120988>>> 120988>>> Function ComName Returns String 120990>>> String retVal 120990>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 120991>>> Function_Return retVal 120992>>> End_Function 120993>>> 120993>>> Procedure Set ComName String value 120995>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 120996>>> End_Procedure 120997>>> 120997>>> Function ComClipToBounds Returns Boolean 120999>>> Boolean retVal 120999>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 121000>>> Function_Return retVal 121001>>> End_Function 121002>>> 121002>>> Procedure Set ComClipToBounds Boolean value 121004>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 121005>>> End_Procedure 121006>>> 121006>>> Function ComVisibility Returns OLEMarkupVisibility 121008>>> OLEMarkupVisibility retVal 121008>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 121009>>> Function_Return retVal 121010>>> End_Function 121011>>> 121011>>> Procedure Set ComVisibility OLEMarkupVisibility value 121013>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 121014>>> End_Procedure 121015>>> 121015>>> Function ComFocusable Returns Boolean 121017>>> Boolean retVal 121017>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 121018>>> Function_Return retVal 121019>>> End_Function 121020>>> 121020>>> Procedure Set ComFocusable Boolean value 121022>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 121023>>> End_Procedure 121024>>> 121024>>> Function ComIsEnabled Returns Boolean 121026>>> Boolean retVal 121026>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 121027>>> Function_Return retVal 121028>>> End_Function 121029>>> 121029>>> Procedure Set ComIsEnabled Boolean value 121031>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 121032>>> End_Procedure 121033>>> 121033>>> Function ComRenderTransform Returns Variant 121035>>> Variant retVal 121035>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 121036>>> Function_Return retVal 121037>>> End_Function 121038>>> 121038>>> Procedure Set ComRenderTransform Variant value 121040>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 121041>>> End_Procedure 121042>>> 121042>>> Function ComOpacity Returns Real 121044>>> Real retVal 121044>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 121045>>> Function_Return retVal 121046>>> End_Function 121047>>> 121047>>> Procedure Set ComOpacity Real value 121049>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 121050>>> End_Procedure 121051>>> 121051>>> Function ComMinWidth Returns Integer 121053>>> Integer retVal 121053>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 121054>>> Function_Return retVal 121055>>> End_Function 121056>>> 121056>>> Procedure Set ComMinWidth Integer value 121058>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 121059>>> End_Procedure 121060>>> 121060>>> Function ComWidth Returns Integer 121062>>> Integer retVal 121062>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 121063>>> Function_Return retVal 121064>>> End_Function 121065>>> 121065>>> Procedure Set ComWidth Integer value 121067>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 121068>>> End_Procedure 121069>>> 121069>>> Function ComMaxWidth Returns Integer 121071>>> Integer retVal 121071>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 121072>>> Function_Return retVal 121073>>> End_Function 121074>>> 121074>>> Procedure Set ComMaxWidth Integer value 121076>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 121077>>> End_Procedure 121078>>> 121078>>> Function ComMinHeight Returns Integer 121080>>> Integer retVal 121080>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 121081>>> Function_Return retVal 121082>>> End_Function 121083>>> 121083>>> Procedure Set ComMinHeight Integer value 121085>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 121086>>> End_Procedure 121087>>> 121087>>> Function ComHeight Returns Integer 121089>>> Integer retVal 121089>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 121090>>> Function_Return retVal 121091>>> End_Function 121092>>> 121092>>> Procedure Set ComHeight Integer value 121094>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 121095>>> End_Procedure 121096>>> 121096>>> Function ComMaxHeight Returns Integer 121098>>> Integer retVal 121098>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 121099>>> Function_Return retVal 121100>>> End_Function 121101>>> 121101>>> Procedure Set ComMaxHeight Integer value 121103>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 121104>>> End_Procedure 121105>>> 121105>>> Function ComMargin Returns Variant 121107>>> Variant retVal 121107>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 121108>>> Function_Return retVal 121109>>> End_Function 121110>>> 121110>>> Procedure Set ComMargin Variant value 121112>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 121113>>> End_Procedure 121114>>> 121114>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 121116>>> OLEMarkupHorizontalAlignment retVal 121116>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 121117>>> Function_Return retVal 121118>>> End_Function 121119>>> 121119>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 121121>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 121122>>> End_Procedure 121123>>> 121123>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 121125>>> OLEMarkupVerticalAlignment retVal 121125>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 121126>>> Function_Return retVal 121127>>> End_Function 121128>>> 121128>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 121130>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 121131>>> End_Procedure 121132>>> 121132>>> Function ComTag Returns Variant 121134>>> Variant retVal 121134>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 121135>>> Function_Return retVal 121136>>> End_Function 121137>>> 121137>>> Procedure Set ComTag Variant value 121139>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 121140>>> End_Procedure 121141>>> 121141>>> Function ComBackground Returns Variant 121143>>> Variant retVal 121143>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 121144>>> Function_Return retVal 121145>>> End_Function 121146>>> 121146>>> Procedure Set ComBackground Variant value 121148>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 121149>>> End_Procedure 121150>>> 121150>>> Function ComForeground Returns Variant 121152>>> Variant retVal 121152>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 121153>>> Function_Return retVal 121154>>> End_Function 121155>>> 121155>>> Procedure Set ComForeground Variant value 121157>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 121158>>> End_Procedure 121159>>> 121159>>> Function ComPadding Returns Variant 121161>>> Variant retVal 121161>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 121162>>> Function_Return retVal 121163>>> End_Function 121164>>> 121164>>> Procedure Set ComPadding Variant value 121166>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 121167>>> End_Procedure 121168>>> 121168>>> Function ComContent Returns Variant 121170>>> Variant retVal 121170>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 121171>>> Function_Return retVal 121172>>> End_Function 121173>>> 121173>>> Procedure Set ComContent Variant value 121175>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 121176>>> End_Procedure 121177>>> 121177>>> Function ComIsPressed Returns Boolean 121179>>> Boolean retVal 121179>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to retVal 121180>>> Function_Return retVal 121181>>> End_Function 121182>>> 121182>>> Procedure Set ComIsPressed Boolean value 121184>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to value 121185>>> End_Procedure 121186>>> 121186>>> Function ComIsChecked Returns Integer 121188>>> Integer retVal 121188>>> Get ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to retVal 121189>>> Function_Return retVal 121190>>> End_Function 121191>>> 121191>>> Procedure Set ComIsChecked Integer value 121193>>> Set ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to value 121194>>> End_Procedure 121195>>> 121195>>> Function ComIsThreeState Returns Boolean 121197>>> Boolean retVal 121197>>> Get ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to retVal 121198>>> Function_Return retVal 121199>>> End_Function 121200>>> 121200>>> Procedure Set ComIsThreeState Boolean value 121202>>> Set ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to value 121203>>> End_Procedure 121204>>> 121204>>> Function ComIsMouseOver Returns Boolean 121206>>> Handle hDispatchDriver 121206>>> Boolean retVal 121206>>> Get phDispatchDriver to hDispatchDriver 121207>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 121208>>> Function_Return retVal 121209>>> End_Function 121210>>> 121210>>> Procedure ComAddHandler Variant llEvent String llMethod 121212>>> Handle hDispatchDriver 121212>>> Get phDispatchDriver to hDispatchDriver 121213>>> Send PrepareParams to hDispatchDriver 2 121214>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 121215>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 121216>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 121217>>> End_Procedure 121218>>> 121218>>> Function ComMouseLeaveEvent Returns Variant 121220>>> Handle hDispatchDriver 121220>>> Variant retVal 121220>>> Get phDispatchDriver to hDispatchDriver 121221>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 121222>>> Function_Return retVal 121223>>> End_Function 121224>>> 121224>>> Function ComMouseEnterEvent Returns Variant 121226>>> Handle hDispatchDriver 121226>>> Variant retVal 121226>>> Get phDispatchDriver to hDispatchDriver 121227>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 121228>>> Function_Return retVal 121229>>> End_Function 121230>>> 121230>>> Function ComMouseLeftButtonUpEvent Returns Variant 121232>>> Handle hDispatchDriver 121232>>> Variant retVal 121232>>> Get phDispatchDriver to hDispatchDriver 121233>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 121234>>> Function_Return retVal 121235>>> End_Function 121236>>> 121236>>> Function ComMouseLeftButtonDownEvent Returns Variant 121238>>> Handle hDispatchDriver 121238>>> Variant retVal 121238>>> Get phDispatchDriver to hDispatchDriver 121239>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 121240>>> Function_Return retVal 121241>>> End_Function 121242>>> 121242>>> Function ComMouseRightButtonUpEvent Returns Variant 121244>>> Handle hDispatchDriver 121244>>> Variant retVal 121244>>> Get phDispatchDriver to hDispatchDriver 121245>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 121246>>> Function_Return retVal 121247>>> End_Function 121248>>> 121248>>> Function ComMouseRightButtonDownEvent Returns Variant 121250>>> Handle hDispatchDriver 121250>>> Variant retVal 121250>>> Get phDispatchDriver to hDispatchDriver 121251>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 121252>>> Function_Return retVal 121253>>> End_Function 121254>>> 121254>>> Function ComMouseMoveEvent Returns Variant 121256>>> Handle hDispatchDriver 121256>>> Variant retVal 121256>>> Get phDispatchDriver to hDispatchDriver 121257>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 121258>>> Function_Return retVal 121259>>> End_Function 121260>>> 121260>>> Function ComLostMouseCaptureEvent Returns Variant 121262>>> Handle hDispatchDriver 121262>>> Variant retVal 121262>>> Get phDispatchDriver to hDispatchDriver 121263>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 121264>>> Function_Return retVal 121265>>> End_Function 121266>>> 121266>>> Function ComFindName String llName Returns Variant 121268>>> Handle hDispatchDriver 121268>>> Variant retVal 121268>>> Get phDispatchDriver to hDispatchDriver 121269>>> Send PrepareParams to hDispatchDriver 1 121270>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 121271>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 121272>>> Function_Return retVal 121273>>> End_Function 121274>>> 121274>>> Procedure ComCaptureMouse 121276>>> Handle hDispatchDriver 121276>>> Get phDispatchDriver to hDispatchDriver 121277>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 121278>>> End_Procedure 121279>>> 121279>>> Procedure ComReleaseMouseCapture 121281>>> Handle hDispatchDriver 121281>>> Get phDispatchDriver to hDispatchDriver 121282>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 121283>>> End_Procedure 121284>>> 121284>>> Function ComVisualParent Returns Variant 121286>>> Handle hDispatchDriver 121286>>> Variant retVal 121286>>> Get phDispatchDriver to hDispatchDriver 121287>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 121288>>> Function_Return retVal 121289>>> End_Function 121290>>> 121290>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 121292>>> Handle hDispatchDriver 121292>>> Get phDispatchDriver to hDispatchDriver 121293>>> Send PrepareParams to hDispatchDriver 4 121294>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 121295>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 121296>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 121297>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 121298>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 121299>>> End_Procedure 121300>>> 121300>>> Function ComActualWidth Returns Integer 121302>>> Handle hDispatchDriver 121302>>> Integer retVal 121302>>> Get phDispatchDriver to hDispatchDriver 121303>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 121304>>> Function_Return retVal 121305>>> End_Function 121306>>> 121306>>> Function ComActualHeight Returns Integer 121308>>> Handle hDispatchDriver 121308>>> Integer retVal 121308>>> Get phDispatchDriver to hDispatchDriver 121309>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 121310>>> Function_Return retVal 121311>>> End_Function 121312>>> 121312>>> Function ComClickEvent Returns Variant 121314>>> Handle hDispatchDriver 121314>>> Variant retVal 121314>>> Get phDispatchDriver to hDispatchDriver 121315>>> Get InvokeComMethod of hDispatchDriver 701 OLE_VT_DISPATCH to retVal 121316>>> Function_Return retVal 121317>>> End_Function 121318>>> 121318>>> Function ComCheckedEvent Returns Variant 121320>>> Handle hDispatchDriver 121320>>> Variant retVal 121320>>> Get phDispatchDriver to hDispatchDriver 121321>>> Get InvokeComMethod of hDispatchDriver 802 OLE_VT_DISPATCH to retVal 121322>>> Function_Return retVal 121323>>> End_Function 121324>>> 121324>>> Function ComIndeteminateEvent Returns Variant 121326>>> Handle hDispatchDriver 121326>>> Variant retVal 121326>>> Get phDispatchDriver to hDispatchDriver 121327>>> Get InvokeComMethod of hDispatchDriver 803 OLE_VT_DISPATCH to retVal 121328>>> Function_Return retVal 121329>>> End_Function 121330>>> 121330>>> Function ComUncheckedEvent Returns Variant 121332>>> Handle hDispatchDriver 121332>>> Variant retVal 121332>>> Get phDispatchDriver to hDispatchDriver 121333>>> Get InvokeComMethod of hDispatchDriver 804 OLE_VT_DISPATCH to retVal 121334>>> Function_Return retVal 121335>>> End_Function 121336>>>End_Class 121337>>> 121337>>>Class cSigCjComMarkupCheckBox is a cComAutomationObject 121338>>> 121338>>> Function ComCursor Returns OLEMarkupCursor 121340>>> OLEMarkupCursor retVal 121340>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 121341>>> Function_Return retVal 121342>>> End_Function 121343>>> 121343>>> Procedure Set ComCursor OLEMarkupCursor value 121345>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 121346>>> End_Procedure 121347>>> 121347>>> Function ComToolTip Returns Variant 121349>>> Variant retVal 121349>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 121350>>> Function_Return retVal 121351>>> End_Function 121352>>> 121352>>> Procedure Set ComToolTip Variant value 121354>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 121355>>> End_Procedure 121356>>> 121356>>> Function ComName Returns String 121358>>> String retVal 121358>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 121359>>> Function_Return retVal 121360>>> End_Function 121361>>> 121361>>> Procedure Set ComName String value 121363>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 121364>>> End_Procedure 121365>>> 121365>>> Function ComClipToBounds Returns Boolean 121367>>> Boolean retVal 121367>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 121368>>> Function_Return retVal 121369>>> End_Function 121370>>> 121370>>> Procedure Set ComClipToBounds Boolean value 121372>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 121373>>> End_Procedure 121374>>> 121374>>> Function ComVisibility Returns OLEMarkupVisibility 121376>>> OLEMarkupVisibility retVal 121376>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 121377>>> Function_Return retVal 121378>>> End_Function 121379>>> 121379>>> Procedure Set ComVisibility OLEMarkupVisibility value 121381>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 121382>>> End_Procedure 121383>>> 121383>>> Function ComFocusable Returns Boolean 121385>>> Boolean retVal 121385>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 121386>>> Function_Return retVal 121387>>> End_Function 121388>>> 121388>>> Procedure Set ComFocusable Boolean value 121390>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 121391>>> End_Procedure 121392>>> 121392>>> Function ComIsEnabled Returns Boolean 121394>>> Boolean retVal 121394>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 121395>>> Function_Return retVal 121396>>> End_Function 121397>>> 121397>>> Procedure Set ComIsEnabled Boolean value 121399>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 121400>>> End_Procedure 121401>>> 121401>>> Function ComRenderTransform Returns Variant 121403>>> Variant retVal 121403>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 121404>>> Function_Return retVal 121405>>> End_Function 121406>>> 121406>>> Procedure Set ComRenderTransform Variant value 121408>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 121409>>> End_Procedure 121410>>> 121410>>> Function ComOpacity Returns Real 121412>>> Real retVal 121412>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 121413>>> Function_Return retVal 121414>>> End_Function 121415>>> 121415>>> Procedure Set ComOpacity Real value 121417>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 121418>>> End_Procedure 121419>>> 121419>>> Function ComMinWidth Returns Integer 121421>>> Integer retVal 121421>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 121422>>> Function_Return retVal 121423>>> End_Function 121424>>> 121424>>> Procedure Set ComMinWidth Integer value 121426>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 121427>>> End_Procedure 121428>>> 121428>>> Function ComWidth Returns Integer 121430>>> Integer retVal 121430>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 121431>>> Function_Return retVal 121432>>> End_Function 121433>>> 121433>>> Procedure Set ComWidth Integer value 121435>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 121436>>> End_Procedure 121437>>> 121437>>> Function ComMaxWidth Returns Integer 121439>>> Integer retVal 121439>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 121440>>> Function_Return retVal 121441>>> End_Function 121442>>> 121442>>> Procedure Set ComMaxWidth Integer value 121444>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 121445>>> End_Procedure 121446>>> 121446>>> Function ComMinHeight Returns Integer 121448>>> Integer retVal 121448>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 121449>>> Function_Return retVal 121450>>> End_Function 121451>>> 121451>>> Procedure Set ComMinHeight Integer value 121453>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 121454>>> End_Procedure 121455>>> 121455>>> Function ComHeight Returns Integer 121457>>> Integer retVal 121457>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 121458>>> Function_Return retVal 121459>>> End_Function 121460>>> 121460>>> Procedure Set ComHeight Integer value 121462>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 121463>>> End_Procedure 121464>>> 121464>>> Function ComMaxHeight Returns Integer 121466>>> Integer retVal 121466>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 121467>>> Function_Return retVal 121468>>> End_Function 121469>>> 121469>>> Procedure Set ComMaxHeight Integer value 121471>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 121472>>> End_Procedure 121473>>> 121473>>> Function ComMargin Returns Variant 121475>>> Variant retVal 121475>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 121476>>> Function_Return retVal 121477>>> End_Function 121478>>> 121478>>> Procedure Set ComMargin Variant value 121480>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 121481>>> End_Procedure 121482>>> 121482>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 121484>>> OLEMarkupHorizontalAlignment retVal 121484>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 121485>>> Function_Return retVal 121486>>> End_Function 121487>>> 121487>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 121489>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 121490>>> End_Procedure 121491>>> 121491>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 121493>>> OLEMarkupVerticalAlignment retVal 121493>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 121494>>> Function_Return retVal 121495>>> End_Function 121496>>> 121496>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 121498>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 121499>>> End_Procedure 121500>>> 121500>>> Function ComTag Returns Variant 121502>>> Variant retVal 121502>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 121503>>> Function_Return retVal 121504>>> End_Function 121505>>> 121505>>> Procedure Set ComTag Variant value 121507>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 121508>>> End_Procedure 121509>>> 121509>>> Function ComBackground Returns Variant 121511>>> Variant retVal 121511>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 121512>>> Function_Return retVal 121513>>> End_Function 121514>>> 121514>>> Procedure Set ComBackground Variant value 121516>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 121517>>> End_Procedure 121518>>> 121518>>> Function ComForeground Returns Variant 121520>>> Variant retVal 121520>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 121521>>> Function_Return retVal 121522>>> End_Function 121523>>> 121523>>> Procedure Set ComForeground Variant value 121525>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 121526>>> End_Procedure 121527>>> 121527>>> Function ComPadding Returns Variant 121529>>> Variant retVal 121529>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 121530>>> Function_Return retVal 121531>>> End_Function 121532>>> 121532>>> Procedure Set ComPadding Variant value 121534>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 121535>>> End_Procedure 121536>>> 121536>>> Function ComContent Returns Variant 121538>>> Variant retVal 121538>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 121539>>> Function_Return retVal 121540>>> End_Function 121541>>> 121541>>> Procedure Set ComContent Variant value 121543>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 121544>>> End_Procedure 121545>>> 121545>>> Function ComIsPressed Returns Boolean 121547>>> Boolean retVal 121547>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to retVal 121548>>> Function_Return retVal 121549>>> End_Function 121550>>> 121550>>> Procedure Set ComIsPressed Boolean value 121552>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_BOOL to value 121553>>> End_Procedure 121554>>> 121554>>> Function ComIsChecked Returns Integer 121556>>> Integer retVal 121556>>> Get ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to retVal 121557>>> Function_Return retVal 121558>>> End_Function 121559>>> 121559>>> Procedure Set ComIsChecked Integer value 121561>>> Set ComProperty of (phDispatchDriver(Self)) 800 OLE_VT_I4 to value 121562>>> End_Procedure 121563>>> 121563>>> Function ComIsThreeState Returns Boolean 121565>>> Boolean retVal 121565>>> Get ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to retVal 121566>>> Function_Return retVal 121567>>> End_Function 121568>>> 121568>>> Procedure Set ComIsThreeState Boolean value 121570>>> Set ComProperty of (phDispatchDriver(Self)) 801 OLE_VT_BOOL to value 121571>>> End_Procedure 121572>>> 121572>>> Function ComIsMouseOver Returns Boolean 121574>>> Handle hDispatchDriver 121574>>> Boolean retVal 121574>>> Get phDispatchDriver to hDispatchDriver 121575>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 121576>>> Function_Return retVal 121577>>> End_Function 121578>>> 121578>>> Procedure ComAddHandler Variant llEvent String llMethod 121580>>> Handle hDispatchDriver 121580>>> Get phDispatchDriver to hDispatchDriver 121581>>> Send PrepareParams to hDispatchDriver 2 121582>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 121583>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 121584>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 121585>>> End_Procedure 121586>>> 121586>>> Function ComMouseLeaveEvent Returns Variant 121588>>> Handle hDispatchDriver 121588>>> Variant retVal 121588>>> Get phDispatchDriver to hDispatchDriver 121589>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 121590>>> Function_Return retVal 121591>>> End_Function 121592>>> 121592>>> Function ComMouseEnterEvent Returns Variant 121594>>> Handle hDispatchDriver 121594>>> Variant retVal 121594>>> Get phDispatchDriver to hDispatchDriver 121595>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 121596>>> Function_Return retVal 121597>>> End_Function 121598>>> 121598>>> Function ComMouseLeftButtonUpEvent Returns Variant 121600>>> Handle hDispatchDriver 121600>>> Variant retVal 121600>>> Get phDispatchDriver to hDispatchDriver 121601>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 121602>>> Function_Return retVal 121603>>> End_Function 121604>>> 121604>>> Function ComMouseLeftButtonDownEvent Returns Variant 121606>>> Handle hDispatchDriver 121606>>> Variant retVal 121606>>> Get phDispatchDriver to hDispatchDriver 121607>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 121608>>> Function_Return retVal 121609>>> End_Function 121610>>> 121610>>> Function ComMouseRightButtonUpEvent Returns Variant 121612>>> Handle hDispatchDriver 121612>>> Variant retVal 121612>>> Get phDispatchDriver to hDispatchDriver 121613>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 121614>>> Function_Return retVal 121615>>> End_Function 121616>>> 121616>>> Function ComMouseRightButtonDownEvent Returns Variant 121618>>> Handle hDispatchDriver 121618>>> Variant retVal 121618>>> Get phDispatchDriver to hDispatchDriver 121619>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 121620>>> Function_Return retVal 121621>>> End_Function 121622>>> 121622>>> Function ComMouseMoveEvent Returns Variant 121624>>> Handle hDispatchDriver 121624>>> Variant retVal 121624>>> Get phDispatchDriver to hDispatchDriver 121625>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 121626>>> Function_Return retVal 121627>>> End_Function 121628>>> 121628>>> Function ComLostMouseCaptureEvent Returns Variant 121630>>> Handle hDispatchDriver 121630>>> Variant retVal 121630>>> Get phDispatchDriver to hDispatchDriver 121631>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 121632>>> Function_Return retVal 121633>>> End_Function 121634>>> 121634>>> Function ComFindName String llName Returns Variant 121636>>> Handle hDispatchDriver 121636>>> Variant retVal 121636>>> Get phDispatchDriver to hDispatchDriver 121637>>> Send PrepareParams to hDispatchDriver 1 121638>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 121639>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 121640>>> Function_Return retVal 121641>>> End_Function 121642>>> 121642>>> Procedure ComCaptureMouse 121644>>> Handle hDispatchDriver 121644>>> Get phDispatchDriver to hDispatchDriver 121645>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 121646>>> End_Procedure 121647>>> 121647>>> Procedure ComReleaseMouseCapture 121649>>> Handle hDispatchDriver 121649>>> Get phDispatchDriver to hDispatchDriver 121650>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 121651>>> End_Procedure 121652>>> 121652>>> Function ComVisualParent Returns Variant 121654>>> Handle hDispatchDriver 121654>>> Variant retVal 121654>>> Get phDispatchDriver to hDispatchDriver 121655>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 121656>>> Function_Return retVal 121657>>> End_Function 121658>>> 121658>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 121660>>> Handle hDispatchDriver 121660>>> Get phDispatchDriver to hDispatchDriver 121661>>> Send PrepareParams to hDispatchDriver 4 121662>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 121663>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 121664>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 121665>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 121666>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 121667>>> End_Procedure 121668>>> 121668>>> Function ComActualWidth Returns Integer 121670>>> Handle hDispatchDriver 121670>>> Integer retVal 121670>>> Get phDispatchDriver to hDispatchDriver 121671>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 121672>>> Function_Return retVal 121673>>> End_Function 121674>>> 121674>>> Function ComActualHeight Returns Integer 121676>>> Handle hDispatchDriver 121676>>> Integer retVal 121676>>> Get phDispatchDriver to hDispatchDriver 121677>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 121678>>> Function_Return retVal 121679>>> End_Function 121680>>> 121680>>> Function ComClickEvent Returns Variant 121682>>> Handle hDispatchDriver 121682>>> Variant retVal 121682>>> Get phDispatchDriver to hDispatchDriver 121683>>> Get InvokeComMethod of hDispatchDriver 701 OLE_VT_DISPATCH to retVal 121684>>> Function_Return retVal 121685>>> End_Function 121686>>> 121686>>> Function ComCheckedEvent Returns Variant 121688>>> Handle hDispatchDriver 121688>>> Variant retVal 121688>>> Get phDispatchDriver to hDispatchDriver 121689>>> Get InvokeComMethod of hDispatchDriver 802 OLE_VT_DISPATCH to retVal 121690>>> Function_Return retVal 121691>>> End_Function 121692>>> 121692>>> Function ComIndeteminateEvent Returns Variant 121694>>> Handle hDispatchDriver 121694>>> Variant retVal 121694>>> Get phDispatchDriver to hDispatchDriver 121695>>> Get InvokeComMethod of hDispatchDriver 803 OLE_VT_DISPATCH to retVal 121696>>> Function_Return retVal 121697>>> End_Function 121698>>> 121698>>> Function ComUncheckedEvent Returns Variant 121700>>> Handle hDispatchDriver 121700>>> Variant retVal 121700>>> Get phDispatchDriver to hDispatchDriver 121701>>> Get InvokeComMethod of hDispatchDriver 804 OLE_VT_DISPATCH to retVal 121702>>> Function_Return retVal 121703>>> End_Function 121704>>>End_Class 121705>>> 121705>>>Class cSigCjComMarkupScrollViewer is a cComAutomationObject 121706>>> 121706>>> Function ComCursor Returns OLEMarkupCursor 121708>>> OLEMarkupCursor retVal 121708>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 121709>>> Function_Return retVal 121710>>> End_Function 121711>>> 121711>>> Procedure Set ComCursor OLEMarkupCursor value 121713>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 121714>>> End_Procedure 121715>>> 121715>>> Function ComToolTip Returns Variant 121717>>> Variant retVal 121717>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 121718>>> Function_Return retVal 121719>>> End_Function 121720>>> 121720>>> Procedure Set ComToolTip Variant value 121722>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 121723>>> End_Procedure 121724>>> 121724>>> Function ComName Returns String 121726>>> String retVal 121726>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 121727>>> Function_Return retVal 121728>>> End_Function 121729>>> 121729>>> Procedure Set ComName String value 121731>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 121732>>> End_Procedure 121733>>> 121733>>> Function ComClipToBounds Returns Boolean 121735>>> Boolean retVal 121735>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 121736>>> Function_Return retVal 121737>>> End_Function 121738>>> 121738>>> Procedure Set ComClipToBounds Boolean value 121740>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 121741>>> End_Procedure 121742>>> 121742>>> Function ComVisibility Returns OLEMarkupVisibility 121744>>> OLEMarkupVisibility retVal 121744>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 121745>>> Function_Return retVal 121746>>> End_Function 121747>>> 121747>>> Procedure Set ComVisibility OLEMarkupVisibility value 121749>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 121750>>> End_Procedure 121751>>> 121751>>> Function ComFocusable Returns Boolean 121753>>> Boolean retVal 121753>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 121754>>> Function_Return retVal 121755>>> End_Function 121756>>> 121756>>> Procedure Set ComFocusable Boolean value 121758>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 121759>>> End_Procedure 121760>>> 121760>>> Function ComIsEnabled Returns Boolean 121762>>> Boolean retVal 121762>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 121763>>> Function_Return retVal 121764>>> End_Function 121765>>> 121765>>> Procedure Set ComIsEnabled Boolean value 121767>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 121768>>> End_Procedure 121769>>> 121769>>> Function ComRenderTransform Returns Variant 121771>>> Variant retVal 121771>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 121772>>> Function_Return retVal 121773>>> End_Function 121774>>> 121774>>> Procedure Set ComRenderTransform Variant value 121776>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 121777>>> End_Procedure 121778>>> 121778>>> Function ComOpacity Returns Real 121780>>> Real retVal 121780>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 121781>>> Function_Return retVal 121782>>> End_Function 121783>>> 121783>>> Procedure Set ComOpacity Real value 121785>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 121786>>> End_Procedure 121787>>> 121787>>> Function ComMinWidth Returns Integer 121789>>> Integer retVal 121789>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 121790>>> Function_Return retVal 121791>>> End_Function 121792>>> 121792>>> Procedure Set ComMinWidth Integer value 121794>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 121795>>> End_Procedure 121796>>> 121796>>> Function ComWidth Returns Integer 121798>>> Integer retVal 121798>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 121799>>> Function_Return retVal 121800>>> End_Function 121801>>> 121801>>> Procedure Set ComWidth Integer value 121803>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 121804>>> End_Procedure 121805>>> 121805>>> Function ComMaxWidth Returns Integer 121807>>> Integer retVal 121807>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 121808>>> Function_Return retVal 121809>>> End_Function 121810>>> 121810>>> Procedure Set ComMaxWidth Integer value 121812>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 121813>>> End_Procedure 121814>>> 121814>>> Function ComMinHeight Returns Integer 121816>>> Integer retVal 121816>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 121817>>> Function_Return retVal 121818>>> End_Function 121819>>> 121819>>> Procedure Set ComMinHeight Integer value 121821>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 121822>>> End_Procedure 121823>>> 121823>>> Function ComHeight Returns Integer 121825>>> Integer retVal 121825>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 121826>>> Function_Return retVal 121827>>> End_Function 121828>>> 121828>>> Procedure Set ComHeight Integer value 121830>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 121831>>> End_Procedure 121832>>> 121832>>> Function ComMaxHeight Returns Integer 121834>>> Integer retVal 121834>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 121835>>> Function_Return retVal 121836>>> End_Function 121837>>> 121837>>> Procedure Set ComMaxHeight Integer value 121839>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 121840>>> End_Procedure 121841>>> 121841>>> Function ComMargin Returns Variant 121843>>> Variant retVal 121843>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 121844>>> Function_Return retVal 121845>>> End_Function 121846>>> 121846>>> Procedure Set ComMargin Variant value 121848>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 121849>>> End_Procedure 121850>>> 121850>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 121852>>> OLEMarkupHorizontalAlignment retVal 121852>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 121853>>> Function_Return retVal 121854>>> End_Function 121855>>> 121855>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 121857>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 121858>>> End_Procedure 121859>>> 121859>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 121861>>> OLEMarkupVerticalAlignment retVal 121861>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 121862>>> Function_Return retVal 121863>>> End_Function 121864>>> 121864>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 121866>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 121867>>> End_Procedure 121868>>> 121868>>> Function ComTag Returns Variant 121870>>> Variant retVal 121870>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 121871>>> Function_Return retVal 121872>>> End_Function 121873>>> 121873>>> Procedure Set ComTag Variant value 121875>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 121876>>> End_Procedure 121877>>> 121877>>> Function ComBackground Returns Variant 121879>>> Variant retVal 121879>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 121880>>> Function_Return retVal 121881>>> End_Function 121882>>> 121882>>> Procedure Set ComBackground Variant value 121884>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 121885>>> End_Procedure 121886>>> 121886>>> Function ComForeground Returns Variant 121888>>> Variant retVal 121888>>> Get ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to retVal 121889>>> Function_Return retVal 121890>>> End_Function 121891>>> 121891>>> Procedure Set ComForeground Variant value 121893>>> Set ComProperty of (phDispatchDriver(Self)) 501 OLE_VT_DISPATCH to value 121894>>> End_Procedure 121895>>> 121895>>> Function ComPadding Returns Variant 121897>>> Variant retVal 121897>>> Get ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to retVal 121898>>> Function_Return retVal 121899>>> End_Function 121900>>> 121900>>> Procedure Set ComPadding Variant value 121902>>> Set ComProperty of (phDispatchDriver(Self)) 502 OLE_VT_DISPATCH to value 121903>>> End_Procedure 121904>>> 121904>>> Function ComContent Returns Variant 121906>>> Variant retVal 121906>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to retVal 121907>>> Function_Return retVal 121908>>> End_Function 121909>>> 121909>>> Procedure Set ComContent Variant value 121911>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_DISPATCH to value 121912>>> End_Procedure 121913>>> 121913>>> Function ComVerticalOffset Returns Integer 121915>>> Integer retVal 121915>>> Get ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_I4 to retVal 121916>>> Function_Return retVal 121917>>> End_Function 121918>>> 121918>>> Procedure Set ComVerticalOffset Integer value 121920>>> Set ComProperty of (phDispatchDriver(Self)) 700 OLE_VT_I4 to value 121921>>> End_Procedure 121922>>> 121922>>> Function ComHorizontalOffset Returns Integer 121924>>> Integer retVal 121924>>> Get ComProperty of (phDispatchDriver(Self)) 701 OLE_VT_I4 to retVal 121925>>> Function_Return retVal 121926>>> End_Function 121927>>> 121927>>> Procedure Set ComHorizontalOffset Integer value 121929>>> Set ComProperty of (phDispatchDriver(Self)) 701 OLE_VT_I4 to value 121930>>> End_Procedure 121931>>> 121931>>> Function ComIsMouseOver Returns Boolean 121933>>> Handle hDispatchDriver 121933>>> Boolean retVal 121933>>> Get phDispatchDriver to hDispatchDriver 121934>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 121935>>> Function_Return retVal 121936>>> End_Function 121937>>> 121937>>> Procedure ComAddHandler Variant llEvent String llMethod 121939>>> Handle hDispatchDriver 121939>>> Get phDispatchDriver to hDispatchDriver 121940>>> Send PrepareParams to hDispatchDriver 2 121941>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 121942>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 121943>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 121944>>> End_Procedure 121945>>> 121945>>> Function ComMouseLeaveEvent Returns Variant 121947>>> Handle hDispatchDriver 121947>>> Variant retVal 121947>>> Get phDispatchDriver to hDispatchDriver 121948>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 121949>>> Function_Return retVal 121950>>> End_Function 121951>>> 121951>>> Function ComMouseEnterEvent Returns Variant 121953>>> Handle hDispatchDriver 121953>>> Variant retVal 121953>>> Get phDispatchDriver to hDispatchDriver 121954>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 121955>>> Function_Return retVal 121956>>> End_Function 121957>>> 121957>>> Function ComMouseLeftButtonUpEvent Returns Variant 121959>>> Handle hDispatchDriver 121959>>> Variant retVal 121959>>> Get phDispatchDriver to hDispatchDriver 121960>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 121961>>> Function_Return retVal 121962>>> End_Function 121963>>> 121963>>> Function ComMouseLeftButtonDownEvent Returns Variant 121965>>> Handle hDispatchDriver 121965>>> Variant retVal 121965>>> Get phDispatchDriver to hDispatchDriver 121966>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 121967>>> Function_Return retVal 121968>>> End_Function 121969>>> 121969>>> Function ComMouseRightButtonUpEvent Returns Variant 121971>>> Handle hDispatchDriver 121971>>> Variant retVal 121971>>> Get phDispatchDriver to hDispatchDriver 121972>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 121973>>> Function_Return retVal 121974>>> End_Function 121975>>> 121975>>> Function ComMouseRightButtonDownEvent Returns Variant 121977>>> Handle hDispatchDriver 121977>>> Variant retVal 121977>>> Get phDispatchDriver to hDispatchDriver 121978>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 121979>>> Function_Return retVal 121980>>> End_Function 121981>>> 121981>>> Function ComMouseMoveEvent Returns Variant 121983>>> Handle hDispatchDriver 121983>>> Variant retVal 121983>>> Get phDispatchDriver to hDispatchDriver 121984>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 121985>>> Function_Return retVal 121986>>> End_Function 121987>>> 121987>>> Function ComLostMouseCaptureEvent Returns Variant 121989>>> Handle hDispatchDriver 121989>>> Variant retVal 121989>>> Get phDispatchDriver to hDispatchDriver 121990>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 121991>>> Function_Return retVal 121992>>> End_Function 121993>>> 121993>>> Function ComFindName String llName Returns Variant 121995>>> Handle hDispatchDriver 121995>>> Variant retVal 121995>>> Get phDispatchDriver to hDispatchDriver 121996>>> Send PrepareParams to hDispatchDriver 1 121997>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 121998>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 121999>>> Function_Return retVal 122000>>> End_Function 122001>>> 122001>>> Procedure ComCaptureMouse 122003>>> Handle hDispatchDriver 122003>>> Get phDispatchDriver to hDispatchDriver 122004>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 122005>>> End_Procedure 122006>>> 122006>>> Procedure ComReleaseMouseCapture 122008>>> Handle hDispatchDriver 122008>>> Get phDispatchDriver to hDispatchDriver 122009>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 122010>>> End_Procedure 122011>>> 122011>>> Function ComVisualParent Returns Variant 122013>>> Handle hDispatchDriver 122013>>> Variant retVal 122013>>> Get phDispatchDriver to hDispatchDriver 122014>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 122015>>> Function_Return retVal 122016>>> End_Function 122017>>> 122017>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 122019>>> Handle hDispatchDriver 122019>>> Get phDispatchDriver to hDispatchDriver 122020>>> Send PrepareParams to hDispatchDriver 4 122021>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 122022>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 122023>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 122024>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 122025>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 122026>>> End_Procedure 122027>>> 122027>>> Function ComActualWidth Returns Integer 122029>>> Handle hDispatchDriver 122029>>> Integer retVal 122029>>> Get phDispatchDriver to hDispatchDriver 122030>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 122031>>> Function_Return retVal 122032>>> End_Function 122033>>> 122033>>> Function ComActualHeight Returns Integer 122035>>> Handle hDispatchDriver 122035>>> Integer retVal 122035>>> Get phDispatchDriver to hDispatchDriver 122036>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 122037>>> Function_Return retVal 122038>>> End_Function 122039>>>End_Class 122040>>> 122040>>>Class cSigCjComMarkupUniformGrid is a cComAutomationObject 122041>>> 122041>>> Function ComCursor Returns OLEMarkupCursor 122043>>> OLEMarkupCursor retVal 122043>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 122044>>> Function_Return retVal 122045>>> End_Function 122046>>> 122046>>> Procedure Set ComCursor OLEMarkupCursor value 122048>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 122049>>> End_Procedure 122050>>> 122050>>> Function ComToolTip Returns Variant 122052>>> Variant retVal 122052>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to retVal 122053>>> Function_Return retVal 122054>>> End_Function 122055>>> 122055>>> Procedure Set ComToolTip Variant value 122057>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_VARIANT to value 122058>>> End_Procedure 122059>>> 122059>>> Function ComName Returns String 122061>>> String retVal 122061>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to retVal 122062>>> Function_Return retVal 122063>>> End_Function 122064>>> 122064>>> Procedure Set ComName String value 122066>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BSTR to value 122067>>> End_Procedure 122068>>> 122068>>> Function ComClipToBounds Returns Boolean 122070>>> Boolean retVal 122070>>> Get ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to retVal 122071>>> Function_Return retVal 122072>>> End_Function 122073>>> 122073>>> Procedure Set ComClipToBounds Boolean value 122075>>> Set ComProperty of (phDispatchDriver(Self)) 300 OLE_VT_BOOL to value 122076>>> End_Procedure 122077>>> 122077>>> Function ComVisibility Returns OLEMarkupVisibility 122079>>> OLEMarkupVisibility retVal 122079>>> Get ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to retVal 122080>>> Function_Return retVal 122081>>> End_Function 122082>>> 122082>>> Procedure Set ComVisibility OLEMarkupVisibility value 122084>>> Set ComProperty of (phDispatchDriver(Self)) 301 OLE_VT_I4 to value 122085>>> End_Procedure 122086>>> 122086>>> Function ComFocusable Returns Boolean 122088>>> Boolean retVal 122088>>> Get ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to retVal 122089>>> Function_Return retVal 122090>>> End_Function 122091>>> 122091>>> Procedure Set ComFocusable Boolean value 122093>>> Set ComProperty of (phDispatchDriver(Self)) 302 OLE_VT_BOOL to value 122094>>> End_Procedure 122095>>> 122095>>> Function ComIsEnabled Returns Boolean 122097>>> Boolean retVal 122097>>> Get ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to retVal 122098>>> Function_Return retVal 122099>>> End_Function 122100>>> 122100>>> Procedure Set ComIsEnabled Boolean value 122102>>> Set ComProperty of (phDispatchDriver(Self)) 303 OLE_VT_BOOL to value 122103>>> End_Procedure 122104>>> 122104>>> Function ComRenderTransform Returns Variant 122106>>> Variant retVal 122106>>> Get ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to retVal 122107>>> Function_Return retVal 122108>>> End_Function 122109>>> 122109>>> Procedure Set ComRenderTransform Variant value 122111>>> Set ComProperty of (phDispatchDriver(Self)) 304 OLE_VT_DISPATCH to value 122112>>> End_Procedure 122113>>> 122113>>> Function ComOpacity Returns Real 122115>>> Real retVal 122115>>> Get ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to retVal 122116>>> Function_Return retVal 122117>>> End_Function 122118>>> 122118>>> Procedure Set ComOpacity Real value 122120>>> Set ComProperty of (phDispatchDriver(Self)) 305 OLE_VT_R8 to value 122121>>> End_Procedure 122122>>> 122122>>> Function ComMinWidth Returns Integer 122124>>> Integer retVal 122124>>> Get ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to retVal 122125>>> Function_Return retVal 122126>>> End_Function 122127>>> 122127>>> Procedure Set ComMinWidth Integer value 122129>>> Set ComProperty of (phDispatchDriver(Self)) 400 OLE_VT_I4 to value 122130>>> End_Procedure 122131>>> 122131>>> Function ComWidth Returns Integer 122133>>> Integer retVal 122133>>> Get ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to retVal 122134>>> Function_Return retVal 122135>>> End_Function 122136>>> 122136>>> Procedure Set ComWidth Integer value 122138>>> Set ComProperty of (phDispatchDriver(Self)) 401 OLE_VT_I4 to value 122139>>> End_Procedure 122140>>> 122140>>> Function ComMaxWidth Returns Integer 122142>>> Integer retVal 122142>>> Get ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to retVal 122143>>> Function_Return retVal 122144>>> End_Function 122145>>> 122145>>> Procedure Set ComMaxWidth Integer value 122147>>> Set ComProperty of (phDispatchDriver(Self)) 402 OLE_VT_I4 to value 122148>>> End_Procedure 122149>>> 122149>>> Function ComMinHeight Returns Integer 122151>>> Integer retVal 122151>>> Get ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to retVal 122152>>> Function_Return retVal 122153>>> End_Function 122154>>> 122154>>> Procedure Set ComMinHeight Integer value 122156>>> Set ComProperty of (phDispatchDriver(Self)) 403 OLE_VT_I4 to value 122157>>> End_Procedure 122158>>> 122158>>> Function ComHeight Returns Integer 122160>>> Integer retVal 122160>>> Get ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to retVal 122161>>> Function_Return retVal 122162>>> End_Function 122163>>> 122163>>> Procedure Set ComHeight Integer value 122165>>> Set ComProperty of (phDispatchDriver(Self)) 404 OLE_VT_I4 to value 122166>>> End_Procedure 122167>>> 122167>>> Function ComMaxHeight Returns Integer 122169>>> Integer retVal 122169>>> Get ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to retVal 122170>>> Function_Return retVal 122171>>> End_Function 122172>>> 122172>>> Procedure Set ComMaxHeight Integer value 122174>>> Set ComProperty of (phDispatchDriver(Self)) 405 OLE_VT_I4 to value 122175>>> End_Procedure 122176>>> 122176>>> Function ComMargin Returns Variant 122178>>> Variant retVal 122178>>> Get ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to retVal 122179>>> Function_Return retVal 122180>>> End_Function 122181>>> 122181>>> Procedure Set ComMargin Variant value 122183>>> Set ComProperty of (phDispatchDriver(Self)) 406 OLE_VT_DISPATCH to value 122184>>> End_Procedure 122185>>> 122185>>> Function ComHorizontalAlignment Returns OLEMarkupHorizontalAlignment 122187>>> OLEMarkupHorizontalAlignment retVal 122187>>> Get ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to retVal 122188>>> Function_Return retVal 122189>>> End_Function 122190>>> 122190>>> Procedure Set ComHorizontalAlignment OLEMarkupHorizontalAlignment value 122192>>> Set ComProperty of (phDispatchDriver(Self)) 407 OLE_VT_I4 to value 122193>>> End_Procedure 122194>>> 122194>>> Function ComVerticalAlignment Returns OLEMarkupVerticalAlignment 122196>>> OLEMarkupVerticalAlignment retVal 122196>>> Get ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to retVal 122197>>> Function_Return retVal 122198>>> End_Function 122199>>> 122199>>> Procedure Set ComVerticalAlignment OLEMarkupVerticalAlignment value 122201>>> Set ComProperty of (phDispatchDriver(Self)) 408 OLE_VT_I4 to value 122202>>> End_Procedure 122203>>> 122203>>> Function ComTag Returns Variant 122205>>> Variant retVal 122205>>> Get ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to retVal 122206>>> Function_Return retVal 122207>>> End_Function 122208>>> 122208>>> Procedure Set ComTag Variant value 122210>>> Set ComProperty of (phDispatchDriver(Self)) 409 OLE_VT_VARIANT to value 122211>>> End_Procedure 122212>>> 122212>>> Function ComBackground Returns Variant 122214>>> Variant retVal 122214>>> Get ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to retVal 122215>>> Function_Return retVal 122216>>> End_Function 122217>>> 122217>>> Procedure Set ComBackground Variant value 122219>>> Set ComProperty of (phDispatchDriver(Self)) 500 OLE_VT_DISPATCH to value 122220>>> End_Procedure 122221>>> 122221>>> Function ComColumns Returns Integer 122223>>> Integer retVal 122223>>> Get ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to retVal 122224>>> Function_Return retVal 122225>>> End_Function 122226>>> 122226>>> Procedure Set ComColumns Integer value 122228>>> Set ComProperty of (phDispatchDriver(Self)) 600 OLE_VT_I4 to value 122229>>> End_Procedure 122230>>> 122230>>> Function ComRows Returns Integer 122232>>> Integer retVal 122232>>> Get ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to retVal 122233>>> Function_Return retVal 122234>>> End_Function 122235>>> 122235>>> Procedure Set ComRows Integer value 122237>>> Set ComProperty of (phDispatchDriver(Self)) 601 OLE_VT_I4 to value 122238>>> End_Procedure 122239>>> 122239>>> Function ComFirstColumn Returns Integer 122241>>> Integer retVal 122241>>> Get ComProperty of (phDispatchDriver(Self)) 602 OLE_VT_I4 to retVal 122242>>> Function_Return retVal 122243>>> End_Function 122244>>> 122244>>> Procedure Set ComFirstColumn Integer value 122246>>> Set ComProperty of (phDispatchDriver(Self)) 602 OLE_VT_I4 to value 122247>>> End_Procedure 122248>>> 122248>>> Function ComIsMouseOver Returns Boolean 122250>>> Handle hDispatchDriver 122250>>> Boolean retVal 122250>>> Get phDispatchDriver to hDispatchDriver 122251>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 122252>>> Function_Return retVal 122253>>> End_Function 122254>>> 122254>>> Procedure ComAddHandler Variant llEvent String llMethod 122256>>> Handle hDispatchDriver 122256>>> Get phDispatchDriver to hDispatchDriver 122257>>> Send PrepareParams to hDispatchDriver 2 122258>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llEvent 122259>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMethod 122260>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 122261>>> End_Procedure 122262>>> 122262>>> Function ComMouseLeaveEvent Returns Variant 122264>>> Handle hDispatchDriver 122264>>> Variant retVal 122264>>> Get phDispatchDriver to hDispatchDriver 122265>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 122266>>> Function_Return retVal 122267>>> End_Function 122268>>> 122268>>> Function ComMouseEnterEvent Returns Variant 122270>>> Handle hDispatchDriver 122270>>> Variant retVal 122270>>> Get phDispatchDriver to hDispatchDriver 122271>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 122272>>> Function_Return retVal 122273>>> End_Function 122274>>> 122274>>> Function ComMouseLeftButtonUpEvent Returns Variant 122276>>> Handle hDispatchDriver 122276>>> Variant retVal 122276>>> Get phDispatchDriver to hDispatchDriver 122277>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_DISPATCH to retVal 122278>>> Function_Return retVal 122279>>> End_Function 122280>>> 122280>>> Function ComMouseLeftButtonDownEvent Returns Variant 122282>>> Handle hDispatchDriver 122282>>> Variant retVal 122282>>> Get phDispatchDriver to hDispatchDriver 122283>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 122284>>> Function_Return retVal 122285>>> End_Function 122286>>> 122286>>> Function ComMouseRightButtonUpEvent Returns Variant 122288>>> Handle hDispatchDriver 122288>>> Variant retVal 122288>>> Get phDispatchDriver to hDispatchDriver 122289>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 122290>>> Function_Return retVal 122291>>> End_Function 122292>>> 122292>>> Function ComMouseRightButtonDownEvent Returns Variant 122294>>> Handle hDispatchDriver 122294>>> Variant retVal 122294>>> Get phDispatchDriver to hDispatchDriver 122295>>> Get InvokeComMethod of hDispatchDriver 109 OLE_VT_DISPATCH to retVal 122296>>> Function_Return retVal 122297>>> End_Function 122298>>> 122298>>> Function ComMouseMoveEvent Returns Variant 122300>>> Handle hDispatchDriver 122300>>> Variant retVal 122300>>> Get phDispatchDriver to hDispatchDriver 122301>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 122302>>> Function_Return retVal 122303>>> End_Function 122304>>> 122304>>> Function ComLostMouseCaptureEvent Returns Variant 122306>>> Handle hDispatchDriver 122306>>> Variant retVal 122306>>> Get phDispatchDriver to hDispatchDriver 122307>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 122308>>> Function_Return retVal 122309>>> End_Function 122310>>> 122310>>> Function ComFindName String llName Returns Variant 122312>>> Handle hDispatchDriver 122312>>> Variant retVal 122312>>> Get phDispatchDriver to hDispatchDriver 122313>>> Send PrepareParams to hDispatchDriver 1 122314>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llName 122315>>> Get InvokeComMethod of hDispatchDriver 112 OLE_VT_DISPATCH to retVal 122316>>> Function_Return retVal 122317>>> End_Function 122318>>> 122318>>> Procedure ComCaptureMouse 122320>>> Handle hDispatchDriver 122320>>> Get phDispatchDriver to hDispatchDriver 122321>>> Send InvokeComMethod to hDispatchDriver 114 OLE_VT_VOID 122322>>> End_Procedure 122323>>> 122323>>> Procedure ComReleaseMouseCapture 122325>>> Handle hDispatchDriver 122325>>> Get phDispatchDriver to hDispatchDriver 122326>>> Send InvokeComMethod to hDispatchDriver 115 OLE_VT_VOID 122327>>> End_Procedure 122328>>> 122328>>> Function ComVisualParent Returns Variant 122330>>> Handle hDispatchDriver 122330>>> Variant retVal 122330>>> Get phDispatchDriver to hDispatchDriver 122331>>> Get InvokeComMethod of hDispatchDriver 200 OLE_VT_DISPATCH to retVal 122332>>> Function_Return retVal 122333>>> End_Function 122334>>> 122334>>> Procedure ComGetBoundingRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom 122336>>> Handle hDispatchDriver 122336>>> Get phDispatchDriver to hDispatchDriver 122337>>> Send PrepareParams to hDispatchDriver 4 122338>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft 122339>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop 122340>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight 122341>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom 122342>>> Send InvokeComMethod to hDispatchDriver 201 OLE_VT_VOID 122343>>> End_Procedure 122344>>> 122344>>> Function ComActualWidth Returns Integer 122346>>> Handle hDispatchDriver 122346>>> Integer retVal 122346>>> Get phDispatchDriver to hDispatchDriver 122347>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 122348>>> Function_Return retVal 122349>>> End_Function 122350>>> 122350>>> Function ComActualHeight Returns Integer 122352>>> Handle hDispatchDriver 122352>>> Integer retVal 122352>>> Get phDispatchDriver to hDispatchDriver 122353>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 122354>>> Function_Return retVal 122355>>> End_Function 122356>>> 122356>>> Function ComChildren Returns Variant 122358>>> Handle hDispatchDriver 122358>>> Variant retVal 122358>>> Get phDispatchDriver to hDispatchDriver 122359>>> Get InvokeComMethod of hDispatchDriver 501 OLE_VT_DISPATCH to retVal 122360>>> Function_Return retVal 122361>>> End_Function 122362>>>End_Class 122363>>> 122363>>>//============================================================================== 122363>>>//End of package - SigCjW_MarkupLabel.pkg 122363>>>//============================================================================== 122363>>> 122363>Use SigCjW_PropertyGrid.pkg Including file: SigCjW_PropertyGrid.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_PropertyGrid.pkg) 122363>>>//============================================================================== 122363>>>// Project : SigCj - VDF Classes for Codejock 122363>>>// File : SigCjW_PropertyGrid.pkg 122363>>>// From : Codejock.PropertyGrid.v20.3.0.ocx 122363>>>// Description : DF COM Wrapper Class for Codejock controls 122363>>>// 122363>>>// Created by : Ian Smith 122363>>>// Revision : $Rev$ 122363>>>// $Date$ 122363>>>// $Author$ 122363>>>// 122363>>>// Requirements : Visual DataFlex 19.1 122363>>>// Codejock SuitePro - Version 20.3.0 122363>>>// 122363>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 122363>>>// Visual DataFlex Special Interest Group UK. 122363>>>// http://www.vdfsig.co.uk 122363>>>// 122363>>>// This file is part of SigCj. 122363>>>// 122363>>>// SigCj is free software: you can redistribute it and/or modify 122363>>>// it under the terms of the GNU Lesser General Public License 122363>>>// as published by the Free Software Foundation, either version 122363>>>// 2.1 of the License, or (at your option) any later version. 122363>>>// 122363>>>// SigCj is distributed in the hope that it will be useful, but 122363>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 122363>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 122363>>>// GNU Lesser General Public License for more details. 122363>>>// 122363>>>// If you have the complete SigCj workspace then a copy of the 122363>>>// GNU Lesser General Public License is in the Docs folder. If 122363>>>// not, see . 122363>>>// 122363>>>//============================================================================== 122363>>>//CompilerWarnings Suspend 122363>>> 122363>>>Use FlexCom20.pkg 122363>>> 122363>>>Use SigCjLicense.pkg 122363>>>Use SigCjC_AmbientProperty.pkg 122363>>>Use SigCjC_ColorManager.pkg 122363>>>Use SigCjC_ImageManager.pkg 122363>>>Use SigCjC_ResourceImages.pkg 122363>>>Use SigCjC_ToolTip.pkg 122363>>> 122363>>>// Sort Order Connstants 122363>>>Define OLEPropertySort for Integer 122363>>> // Categorized 122363>>> Define OLECategorized for 0 122363>>> // Alphabetical 122363>>> Define OLEAlphabetical for 1 122363>>> // NoSort 122363>>> Define OLENoSort for 2 122363>>> 122363>>>// Property Item Type 122363>>>Define OLEPropertyItemType for Integer 122363>>> // String Item 122363>>> Define OLEPropertyItemString for 0 122363>>> // Number Item 122363>>> Define OLEPropertyItemNumber for 1 122363>>> // Bool Item 122363>>> Define OLEPropertyItemBool for 2 122363>>> // Color Item 122363>>> Define OLEPropertyItemColor for 3 122363>>> // Font Item 122363>>> Define OLEPropertyItemFont for 4 122363>>> // Double Item 122363>>> Define OLEPropertyItemDouble for 5 122363>>> // Date Item 122363>>> Define OLEPropertyItemDate for 6 122363>>> // Picture Item 122363>>> Define OLEPropertyItemPicture for 7 122363>>> // Enum Item 122363>>> Define OLEPropertyItemEnum for 8 122363>>> // Flags Item 122363>>> Define OLEPropertyItemEnumFlags for 9 122363>>> // Category Item 122363>>> Define OLEPropertyItemCategory for 10 122363>>> // Multiline Item 122363>>> Define OLEPropertyItemMultilineString for 11 122363>>> // Option Item 122363>>> Define OLEPropertyItemOption for 12 122363>>> 122363>>>// Property Item Flags 122363>>>Define OLEPropertyItemFlags for Integer 122363>>> // Item has an edit control (default) 122363>>> Define OLEItemHasEdit for 1 122363>>> // Item has an expand button 122363>>> Define OLEItemHasExpandButton for 2 122363>>> // Item has a combo button 122363>>> Define OLEItemHasComboButton for 4 122363>>> 122363>>>// Visual Themes 122363>>>Define OLEXTPPropertyGridVisualTheme for Integer 122363>>> // Specifies that the property grid will use the default theme. 122363>>> Define OLExtpGridThemeDefault for 0 122363>>> // Specifies that the property grid will use the native Window XP visual theme. 122363>>> Define OLExtpGridThemeNativeWinXP for 1 122363>>> // Specifies that the property grid will use the Office 2003 like theme. 122363>>> Define OLExtpGridThemeOffice2003 for 2 122363>>> // Specifies that the property grid will use the 'Cool' theme. 122363>>> Define OLExtpGridThemeCool for 3 122363>>> // Specifies that the property grid will use the 'Simple' visual theme. 122363>>> Define OLExtpGridThemeSimple for 4 122363>>> // Specifies that the property grid will use the Delphi-style visual theme. 122363>>> Define OLExtpGridThemeDelphi for 5 122363>>> // Specifies that the property grid will use the Visual Studio 2005 'Whidbey' visual theme. 122363>>> Define OLExtpGridThemeWhidbey for 6 122363>>> // Specifies that the property grid will use the Office XP like theme. 122363>>> Define OLExtpGridThemeOfficeXP for 7 122363>>> // Specifies that the property grid will use the Office 2007 / 2010 like theme. 122363>>> Define OLExtpGridThemeResource for 8 122363>>> // Specifies that the property grid will use the Visual Studio 2010 like theme. 122363>>> Define OLExtpGridThemeVisualStudio2010 for 9 122363>>> // Specifies that the property grid will use the Visual Studio 2012 Light like theme. 122363>>> Define OLExtpGridThemeVisualStudio2012Light for 10 122363>>> // Specifies that the property grid will use the Visual Studio 2012 Dark like theme. 122363>>> Define OLExtpGridThemeVisualStudio2012Dark for 11 122363>>> // Specifies that the property grid will use the Office 2013 like theme. 122363>>> Define OLExtpGridThemeOffice2013 for 12 122363>>> // Specifies that the property grid will use the Office 2016 like theme. 122363>>> Define OLExtpGridThemeOffice2016 for 12 122363>>> // Specifies that the property grid will use the Visual Studio 2015 like theme. 122363>>> Define OLExtpGridThemeVisualStudio2015 for 13 122363>>> // Specifies that the property grid will use the Native Window 10 like theme. 122363>>> Define OLExtpGridThemeNativeWindows10 for 14 122363>>> 122363>>>// Border Style 122363>>>Define OLEXTPPropertyGridBorderStyle for Integer 122363>>> Define OLExtpGridBorderNone for 0 122363>>> Define OLExtpGridBorderFlat for 1 122363>>> Define OLExtpGridBorderStaticEdge for 2 122363>>> Define OLExtpGridBorderClientEdge for 3 122363>>> 122363>>>// Text Format 122363>>>Define OLEPropertyItemDrawTextFormat for Integer 122363>>> Define OLEDrawTextCenter for 1 122363>>> Define OLEDrawTextRight for 2 122363>>> Define OLEDrawTextVcenter for 4 122363>>> Define OLEDrawTextBottom for 8 122363>>> Define OLEDrawTextWordBreak for 16 122363>>> Define OLEDrawTextSingleLine for 32 122363>>> Define OLEDrawTextNoprefix for 2048 122363>>> 122363>>>// Edit Style 122363>>>Define OLEPropertyItemEditStyle for Integer 122363>>> Define OLEEditStyleLeft for 0 122363>>> Define OLEEditStyleCenter for 1 122363>>> Define OLEEditStyleRight for 2 122363>>> Define OLEEditStyleMultiLine for 4 122363>>> Define OLEEditStyleUpperCase for 8 122363>>> Define OLEEditStyleLowerCase for 16 122363>>> Define OLEEditStyleAutoVscroll for 64 122363>>> Define OLEEditStyleAutoHscroll for 128 122363>>> Define OLEEditStyleWantReturn for 4096 122363>>> Define OLEEditStyleNumber for 8192 122363>>> Define OLEEditStyleVScroll for 2097152 122363>>> 122363>>>// Color Editor 122363>>>Define OLEPropertyGridItemColorEditor for Integer 122363>>> Define OLEItemColorPopup for 0 122363>>> Define OLEItemColorStandardDialog for 1 122363>>> Define OLEItemColorExtendedDialog for 2 122363>>> 122363>>>Class cSigCjComIPropertyGridInplaceButton is a Mixin 122364>>> 122364>>> Function ComId Returns Integer 122366>>> Integer retVal 122366>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 122367>>> Function_Return retVal 122368>>> End_Function 122369>>> 122369>>> Procedure Set ComId Integer value 122371>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 122372>>> End_Procedure 122373>>> 122373>>> Function ComCaption Returns String 122375>>> String retVal 122375>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 122376>>> Function_Return retVal 122377>>> End_Function 122378>>> 122378>>> Procedure Set ComCaption String value 122380>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 122381>>> End_Procedure 122382>>> 122382>>> Function ComWidth Returns Integer 122384>>> Integer retVal 122384>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 122385>>> Function_Return retVal 122386>>> End_Function 122387>>> 122387>>> Procedure Set ComWidth Integer value 122389>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 122390>>> End_Procedure 122391>>> 122391>>> Function ComIconIndex Returns Integer 122393>>> Integer retVal 122393>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 122394>>> Function_Return retVal 122395>>> End_Function 122396>>> 122396>>> Procedure Set ComIconIndex Integer value 122398>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 122399>>> End_Procedure 122400>>> 122400>>> Function ComEnabled Returns Boolean 122402>>> Boolean retVal 122402>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 122403>>> Function_Return retVal 122404>>> End_Function 122405>>> 122405>>> Procedure Set ComEnabled Boolean value 122407>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 122408>>> End_Procedure 122409>>> 122409>>> Function ComTooltip Returns String 122411>>> String retVal 122411>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 122412>>> Function_Return retVal 122413>>> End_Function 122414>>> 122414>>> Procedure Set ComTooltip String value 122416>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 122417>>> End_Procedure 122418>>> 122418>>> Function ComHyperlink Returns Boolean 122420>>> Boolean retVal 122420>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 122421>>> Function_Return retVal 122422>>> End_Function 122423>>> 122423>>> Procedure Set ComHyperlink Boolean value 122425>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 122426>>> End_Procedure 122427>>> 122427>>> Function ComShowAlways Returns Boolean 122429>>> Boolean retVal 122429>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 122430>>> Function_Return retVal 122431>>> End_Function 122432>>> 122432>>> Procedure Set ComShowAlways Boolean value 122434>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 122435>>> End_Procedure 122436>>> 122436>>> Function ComAlignment Returns Integer 122438>>> Integer retVal 122438>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 122439>>> Function_Return retVal 122440>>> End_Function 122441>>> 122441>>> Procedure Set ComAlignment Integer value 122443>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 122444>>> End_Procedure 122445>>> 122445>>> Function ComTabStop Returns Boolean 122447>>> Boolean retVal 122447>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 122448>>> Function_Return retVal 122449>>> End_Function 122450>>> 122450>>> Procedure Set ComTabStop Boolean value 122452>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 122453>>> End_Procedure 122454>>> 122454>>> Function ComIndex Returns Integer 122456>>> Handle hDispatchDriver 122456>>> Integer retVal 122456>>> Get phDispatchDriver to hDispatchDriver 122457>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 122458>>> Function_Return retVal 122459>>> End_Function 122460>>> 122460>>> Function ComItem Returns Variant 122462>>> Handle hDispatchDriver 122462>>> Variant retVal 122462>>> Get phDispatchDriver to hDispatchDriver 122463>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 122464>>> Function_Return retVal 122465>>> End_Function 122466>>>End_Class 122467>>> 122467>>>Class cSigCjComPropertyGridInplaceButton is a cComAutomationObject 122468>>> Import_Class_Protocol cSigCjComIPropertyGridInplaceButton 122469>>> 122469>>> Procedure Construct_Object 122471>>> Forward Send Construct_Object 122473>>> Set peAutoCreate to acNoAutoCreate 122474>>> End_Procedure 122475>>>End_Class 122476>>> 122476>>>Class cSigCjComIPropertyGridInplaceSliderControl is a Mixin 122477>>> 122477>>> Function ComMin Returns Integer 122479>>> Integer retVal 122479>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 122480>>> Function_Return retVal 122481>>> End_Function 122482>>> 122482>>> Procedure Set ComMin Integer value 122484>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 122485>>> End_Procedure 122486>>> 122486>>> Function ComMax Returns Integer 122488>>> Integer retVal 122488>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 122489>>> Function_Return retVal 122490>>> End_Function 122491>>> 122491>>> Procedure Set ComMax Integer value 122493>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 122494>>> End_Procedure 122495>>> 122495>>> Function ComWidth Returns Integer 122497>>> Integer retVal 122497>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 122498>>> Function_Return retVal 122499>>> End_Function 122500>>> 122500>>> Procedure Set ComWidth Integer value 122502>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 122503>>> End_Procedure 122504>>>End_Class 122505>>> 122505>>>Class cSigCjComPropertyGridInplaceSliderControl is a cComAutomationObject 122506>>> Import_Class_Protocol cSigCjComIPropertyGridInplaceSliderControl 122507>>> 122507>>> Procedure Construct_Object 122509>>> Forward Send Construct_Object 122511>>> Set peAutoCreate to acNoAutoCreate 122512>>> End_Procedure 122513>>>End_Class 122514>>> 122514>>>Class cSigCjComIPropertyGridInplaceSpinButton is a Mixin 122515>>> 122515>>> Function ComMin Returns Integer 122517>>> Integer retVal 122517>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 122518>>> Function_Return retVal 122519>>> End_Function 122520>>> 122520>>> Procedure Set ComMin Integer value 122522>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 122523>>> End_Procedure 122524>>> 122524>>> Function ComMax Returns Integer 122526>>> Integer retVal 122526>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 122527>>> Function_Return retVal 122528>>> End_Function 122529>>> 122529>>> Procedure Set ComMax Integer value 122531>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 122532>>> End_Procedure 122533>>> 122533>>> Function ComWidth Returns Integer 122535>>> Integer retVal 122535>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 122536>>> Function_Return retVal 122537>>> End_Function 122538>>> 122538>>> Procedure Set ComWidth Integer value 122540>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 122541>>> End_Procedure 122542>>>End_Class 122543>>> 122543>>>Class cSigCjComPropertyGridInplaceSpinButton is a cComAutomationObject 122544>>> Import_Class_Protocol cSigCjComIPropertyGridInplaceSpinButton 122545>>> 122545>>> Procedure Construct_Object 122547>>> Forward Send Construct_Object 122549>>> Set peAutoCreate to acNoAutoCreate 122550>>> End_Procedure 122551>>>End_Class 122552>>> 122552>>>Class cSigCjComIPropertyGridInplaceButtons is a Mixin 122553>>> 122553>>> Function ComCount Returns Integer 122555>>> Handle hDispatchDriver 122555>>> Integer retVal 122555>>> Get phDispatchDriver to hDispatchDriver 122556>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 122557>>> Function_Return retVal 122558>>> End_Function 122559>>> 122559>>> Function ComAdd Integer llId Returns Variant 122561>>> Handle hDispatchDriver 122561>>> Variant retVal 122561>>> Get phDispatchDriver to hDispatchDriver 122562>>> Send PrepareParams to hDispatchDriver 1 122563>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 122564>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 122565>>> Function_Return retVal 122566>>> End_Function 122567>>> 122567>>> Procedure ComClear 122569>>> Handle hDispatchDriver 122569>>> Get phDispatchDriver to hDispatchDriver 122570>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 122571>>> End_Procedure 122572>>> 122572>>> Procedure ComRemove Integer llIndex 122574>>> Handle hDispatchDriver 122574>>> Get phDispatchDriver to hDispatchDriver 122575>>> Send PrepareParams to hDispatchDriver 1 122576>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 122577>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 122578>>> End_Procedure 122579>>> 122579>>> Function ComItem Integer llIndex Returns Variant 122581>>> Handle hDispatchDriver 122581>>> Variant retVal 122581>>> Get phDispatchDriver to hDispatchDriver 122582>>> Send PrepareParams to hDispatchDriver 1 122583>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 122584>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 122585>>> Function_Return retVal 122586>>> End_Function 122587>>> 122587>>> Function Com_NewEnum Returns Variant 122589>>> Handle hDispatchDriver 122589>>> Variant retVal 122589>>> Get phDispatchDriver to hDispatchDriver 122590>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 122591>>> Function_Return retVal 122592>>> End_Function 122593>>> 122593>>> Function ComFindButton Integer llId Returns Variant 122595>>> Handle hDispatchDriver 122595>>> Variant retVal 122595>>> Get phDispatchDriver to hDispatchDriver 122596>>> Send PrepareParams to hDispatchDriver 1 122597>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 122598>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 122599>>> Function_Return retVal 122600>>> End_Function 122601>>>End_Class 122602>>> 122602>>>Class cSigCjComPropertyGridInplaceButtons is a cComAutomationObject 122603>>> Import_Class_Protocol cSigCjComIPropertyGridInplaceButtons 122604>>> 122604>>> Procedure Construct_Object 122606>>> Forward Send Construct_Object 122608>>> Set peAutoCreate to acNoAutoCreate 122609>>> End_Procedure 122610>>>End_Class 122611>>> 122611>>>Class cSigCjComIPropertyGridItemConstraint is a Mixin 122612>>> 122612>>> Function ComCaption Returns String 122614>>> String retVal 122614>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 122615>>> Function_Return retVal 122616>>> End_Function 122617>>> 122617>>> Procedure Set ComCaption String value 122619>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 122620>>> End_Procedure 122621>>> 122621>>> Function ComData Returns Integer 122623>>> Integer retVal 122623>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 122624>>> Function_Return retVal 122625>>> End_Function 122626>>> 122626>>> Procedure Set ComData Integer value 122628>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 122629>>> End_Procedure 122630>>> 122630>>> Function ComIconIndex Returns Integer 122632>>> Integer retVal 122632>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 122633>>> Function_Return retVal 122634>>> End_Function 122635>>> 122635>>> Procedure Set ComIconIndex Integer value 122637>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 122638>>> End_Procedure 122639>>> 122639>>> Function ComEnabled Returns Boolean 122641>>> Boolean retVal 122641>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 122642>>> Function_Return retVal 122643>>> End_Function 122644>>> 122644>>> Procedure Set ComEnabled Boolean value 122646>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 122647>>> End_Procedure 122648>>> 122648>>> Function ComIndex Returns Integer 122650>>> Handle hDispatchDriver 122650>>> Integer retVal 122650>>> Get phDispatchDriver to hDispatchDriver 122651>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 122652>>> Function_Return retVal 122653>>> End_Function 122654>>>End_Class 122655>>> 122655>>>Class cSigCjComPropertyGridItemConstraint is a cComAutomationObject 122656>>> Import_Class_Protocol cSigCjComIPropertyGridItemConstraint 122657>>> 122657>>> Procedure Construct_Object 122659>>> Forward Send Construct_Object 122661>>> Set peAutoCreate to acNoAutoCreate 122662>>> End_Procedure 122663>>>End_Class 122664>>> 122664>>>Class cSigCjComIPropertyGridItemMetrics is a Mixin 122665>>> 122665>>> Function ComForeColor Returns OLE_COLOR 122667>>> OLE_COLOR retVal 122667>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 122668>>> Function_Return retVal 122669>>> End_Function 122670>>> 122670>>> Procedure Set ComForeColor OLE_COLOR value 122672>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 122673>>> End_Procedure 122674>>> 122674>>> Function ComBackColor Returns OLE_COLOR 122676>>> OLE_COLOR retVal 122676>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 122677>>> Function_Return retVal 122678>>> End_Function 122679>>> 122679>>> Procedure Set ComBackColor OLE_COLOR value 122681>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 122682>>> End_Procedure 122683>>> 122683>>> Function ComIconIndex Returns Integer 122685>>> Integer retVal 122685>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 122686>>> Function_Return retVal 122687>>> End_Function 122688>>> 122688>>> Procedure Set ComIconIndex Integer value 122690>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 122691>>> End_Procedure 122692>>> 122692>>> Function ComFont Returns Variant 122694>>> Variant retVal 122694>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 122695>>> Function_Return retVal 122696>>> End_Function 122697>>> 122697>>> Procedure Set ComFont Variant value 122699>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 122700>>> End_Procedure 122701>>> 122701>>> Function ComDrawTextFormat Returns OLEPropertyItemDrawTextFormat 122703>>> OLEPropertyItemDrawTextFormat retVal 122703>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 122704>>> Function_Return retVal 122705>>> End_Function 122706>>> 122706>>> Procedure Set ComDrawTextFormat OLEPropertyItemDrawTextFormat value 122708>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 122709>>> End_Procedure 122710>>> 122710>>> Function ComMaxLength Returns Integer 122712>>> Integer retVal 122712>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 122713>>> Function_Return retVal 122714>>> End_Function 122715>>> 122715>>> Procedure Set ComMaxLength Integer value 122717>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 122718>>> End_Procedure 122719>>>End_Class 122720>>> 122720>>>Class cSigCjComPropertyGridItemMetrics is a cComAutomationObject 122721>>> Import_Class_Protocol cSigCjComIPropertyGridItemMetrics 122722>>> 122722>>> Procedure Construct_Object 122724>>> Forward Send Construct_Object 122726>>> Set peAutoCreate to acNoAutoCreate 122727>>> End_Procedure 122728>>>End_Class 122729>>> 122729>>>Class cSigCjComIPropertyGridItemConstraints is a Mixin 122730>>> 122730>>> Function ComCount Returns Integer 122732>>> Handle hDispatchDriver 122732>>> Integer retVal 122732>>> Get phDispatchDriver to hDispatchDriver 122733>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 122734>>> Function_Return retVal 122735>>> End_Function 122736>>> 122736>>> Procedure ComRemove Integer llIndex 122738>>> Handle hDispatchDriver 122738>>> Get phDispatchDriver to hDispatchDriver 122739>>> Send PrepareParams to hDispatchDriver 1 122740>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 122741>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 122742>>> End_Procedure 122743>>> 122743>>> Procedure ComAdd String llConstraint Variant llData 122745>>> Handle hDispatchDriver 122745>>> Get phDispatchDriver to hDispatchDriver 122746>>> Send PrepareParams to hDispatchDriver 2 122747>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llConstraint 122748>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llData 122749>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 122750>>> End_Procedure 122751>>> 122751>>> Procedure ComClear 122753>>> Handle hDispatchDriver 122753>>> Get phDispatchDriver to hDispatchDriver 122754>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 122755>>> End_Procedure 122756>>> 122756>>> // Returns a specific item. 122756>>> Function ComItem Integer llIndex Returns Variant 122758>>> Handle hDispatchDriver 122758>>> Variant retVal 122758>>> Get phDispatchDriver to hDispatchDriver 122759>>> Send PrepareParams to hDispatchDriver 1 122760>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 122761>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 122762>>> Function_Return retVal 122763>>> End_Function 122764>>> 122764>>> Function Com_NewEnum Returns Variant 122766>>> Handle hDispatchDriver 122766>>> Variant retVal 122766>>> Get phDispatchDriver to hDispatchDriver 122767>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 122768>>> Function_Return retVal 122769>>> End_Function 122770>>>End_Class 122771>>> 122771>>>Class cSigCjComPropertyGridItemConstraints is a cComAutomationObject 122772>>> Import_Class_Protocol cSigCjComIPropertyGridItemConstraints 122773>>> 122773>>> Procedure Construct_Object 122775>>> Forward Send Construct_Object 122777>>> Set peAutoCreate to acNoAutoCreate 122778>>> End_Procedure 122779>>>End_Class 122780>>> 122780>>>Class cSigCjComIPropertyGridItemFont is a Mixin 122781>>> 122781>>> Function ComValue Returns Variant 122783>>> Variant retVal 122783>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 122784>>> Function_Return retVal 122785>>> End_Function 122786>>> 122786>>> Procedure Set ComValue Variant value 122788>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 122789>>> End_Procedure 122790>>> 122790>>> Function ComExpanded Returns Boolean 122792>>> Boolean retVal 122792>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 122793>>> Function_Return retVal 122794>>> End_Function 122795>>> 122795>>> Procedure Set ComExpanded Boolean value 122797>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 122798>>> End_Procedure 122799>>> 122799>>> Function ComReadOnly Returns Boolean 122801>>> Boolean retVal 122801>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 122802>>> Function_Return retVal 122803>>> End_Function 122804>>> 122804>>> Procedure Set ComReadOnly Boolean value 122806>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 122807>>> End_Procedure 122808>>> 122808>>> Function ComSelected Returns Boolean 122810>>> Boolean retVal 122810>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 122811>>> Function_Return retVal 122812>>> End_Function 122813>>> 122813>>> Procedure Set ComSelected Boolean value 122815>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 122816>>> End_Procedure 122817>>> 122817>>> Function ComCaption Returns String 122819>>> String retVal 122819>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 122820>>> Function_Return retVal 122821>>> End_Function 122822>>> 122822>>> Procedure Set ComCaption String value 122824>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 122825>>> End_Procedure 122826>>> 122826>>> Function ComDescription Returns String 122828>>> String retVal 122828>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 122829>>> Function_Return retVal 122830>>> End_Function 122831>>> 122831>>> Procedure Set ComDescription String value 122833>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 122834>>> End_Procedure 122835>>> 122835>>> Function ComTag Returns Variant 122837>>> Variant retVal 122837>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 122838>>> Function_Return retVal 122839>>> End_Function 122840>>> 122840>>> Procedure Set ComTag Variant value 122842>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 122843>>> End_Procedure 122844>>> 122844>>> Function ComFlags Returns OLEPropertyItemFlags 122846>>> OLEPropertyItemFlags retVal 122846>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 122847>>> Function_Return retVal 122848>>> End_Function 122849>>> 122849>>> Procedure Set ComFlags OLEPropertyItemFlags value 122851>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 122852>>> End_Procedure 122853>>> 122853>>> Function ComConstraintEdit Returns Boolean 122855>>> Boolean retVal 122855>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 122856>>> Function_Return retVal 122857>>> End_Function 122858>>> 122858>>> Procedure Set ComConstraintEdit Boolean value 122860>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 122861>>> End_Procedure 122862>>> 122862>>> Function ComFormat Returns String 122864>>> String retVal 122864>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 122865>>> Function_Return retVal 122866>>> End_Function 122867>>> 122867>>> Procedure Set ComFormat String value 122869>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 122870>>> End_Procedure 122871>>> 122871>>> Function ComPasswordMask Returns Boolean 122873>>> Boolean retVal 122873>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 122874>>> Function_Return retVal 122875>>> End_Function 122876>>> 122876>>> Procedure Set ComPasswordMask Boolean value 122878>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 122879>>> End_Procedure 122880>>> 122880>>> Function ComMaskedText Returns String 122882>>> String retVal 122882>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 122883>>> Function_Return retVal 122884>>> End_Function 122885>>> 122885>>> Procedure Set ComMaskedText String value 122887>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 122888>>> End_Procedure 122889>>> 122889>>> Function ComId Returns Integer 122891>>> Integer retVal 122891>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 122892>>> Function_Return retVal 122893>>> End_Function 122894>>> 122894>>> Procedure Set ComId Integer value 122896>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 122897>>> End_Procedure 122898>>> 122898>>> Function ComDefaultValue Returns String 122900>>> String retVal 122900>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 122901>>> Function_Return retVal 122902>>> End_Function 122903>>> 122903>>> Procedure Set ComDefaultValue String value 122905>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 122906>>> End_Procedure 122907>>> 122907>>> Function ComHidden Returns Boolean 122909>>> Boolean retVal 122909>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 122910>>> Function_Return retVal 122911>>> End_Function 122912>>> 122912>>> Procedure Set ComHidden Boolean value 122914>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 122915>>> End_Procedure 122916>>> 122916>>> Function ComHeight Returns Integer 122918>>> Integer retVal 122918>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 122919>>> Function_Return retVal 122920>>> End_Function 122921>>> 122921>>> Procedure Set ComHeight Integer value 122923>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 122924>>> End_Procedure 122925>>> 122925>>> Function ComMultiLinesCount Returns Integer 122927>>> Integer retVal 122927>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 122928>>> Function_Return retVal 122929>>> End_Function 122930>>> 122930>>> Procedure Set ComMultiLinesCount Integer value 122932>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 122933>>> End_Procedure 122934>>> 122934>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 122936>>> OLEPropertyItemEditStyle retVal 122936>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 122937>>> Function_Return retVal 122938>>> End_Function 122939>>> 122939>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 122941>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 122942>>> End_Procedure 122943>>> 122943>>> Function ComDropDownItemCount Returns Integer 122945>>> Integer retVal 122945>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 122946>>> Function_Return retVal 122947>>> End_Function 122948>>> 122948>>> Procedure Set ComDropDownItemCount Integer value 122950>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 122951>>> End_Procedure 122952>>> 122952>>> Function ComAutoComplete Returns Boolean 122954>>> Boolean retVal 122954>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 122955>>> Function_Return retVal 122956>>> End_Function 122957>>> 122957>>> Procedure Set ComAutoComplete Boolean value 122959>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 122960>>> End_Procedure 122961>>> 122961>>> Function ComExpandable Returns Boolean 122963>>> Boolean retVal 122963>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 122964>>> Function_Return retVal 122965>>> End_Function 122966>>> 122966>>> Procedure Set ComExpandable Boolean value 122968>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 122969>>> End_Procedure 122970>>> 122970>>> Function ComTooltip Returns String 122972>>> String retVal 122972>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 122973>>> Function_Return retVal 122974>>> End_Function 122975>>> 122975>>> Procedure Set ComTooltip String value 122977>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 122978>>> End_Procedure 122979>>> 122979>>> Function ComMarkupTemplate Returns String 122981>>> String retVal 122981>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 122982>>> Function_Return retVal 122983>>> End_Function 122984>>> 122984>>> Procedure Set ComMarkupTemplate String value 122986>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 122987>>> End_Procedure 122988>>> 122988>>> Function ComColor Returns OLE_COLOR 122990>>> OLE_COLOR retVal 122990>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 122991>>> Function_Return retVal 122992>>> End_Function 122993>>> 122993>>> Procedure Set ComColor OLE_COLOR value 122995>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 122996>>> End_Procedure 122997>>> 122997>>> Function ComFontFaceName Returns String 122999>>> String retVal 122999>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BSTR to retVal 123000>>> Function_Return retVal 123001>>> End_Function 123002>>> 123002>>> Procedure Set ComFontFaceName String value 123004>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BSTR to value 123005>>> End_Procedure 123006>>> 123006>>> Function ComFontSize Returns Integer 123008>>> Integer retVal 123008>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 123009>>> Function_Return retVal 123010>>> End_Function 123011>>> 123011>>> Procedure Set ComFontSize Integer value 123013>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 123014>>> End_Procedure 123015>>> 123015>>> Function ComFontBold Returns Boolean 123017>>> Boolean retVal 123017>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to retVal 123018>>> Function_Return retVal 123019>>> End_Function 123020>>> 123020>>> Procedure Set ComFontBold Boolean value 123022>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_BOOL to value 123023>>> End_Procedure 123024>>> 123024>>> Function ComFontItalic Returns Boolean 123026>>> Boolean retVal 123026>>> Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to retVal 123027>>> Function_Return retVal 123028>>> End_Function 123029>>> 123029>>> Procedure Set ComFontItalic Boolean value 123031>>> Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_BOOL to value 123032>>> End_Procedure 123033>>> 123033>>> Function ComFontUnderline Returns Boolean 123035>>> Boolean retVal 123035>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to retVal 123036>>> Function_Return retVal 123037>>> End_Function 123038>>> 123038>>> Procedure Set ComFontUnderline Boolean value 123040>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to value 123041>>> End_Procedure 123042>>> 123042>>> Function ComFontStrikeOut Returns Boolean 123044>>> Boolean retVal 123044>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BOOL to retVal 123045>>> Function_Return retVal 123046>>> End_Function 123047>>> 123047>>> Procedure Set ComFontStrikeOut Boolean value 123049>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_BOOL to value 123050>>> End_Procedure 123051>>> 123051>>> Function ComFontWeight Returns Integer 123053>>> Integer retVal 123053>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to retVal 123054>>> Function_Return retVal 123055>>> End_Function 123056>>> 123056>>> Procedure Set ComFontWeight Integer value 123058>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to value 123059>>> End_Procedure 123060>>> 123060>>> Function ComConstraints Returns Variant 123062>>> Handle hDispatchDriver 123062>>> Variant retVal 123062>>> Get phDispatchDriver to hDispatchDriver 123063>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 123064>>> Function_Return retVal 123065>>> End_Function 123066>>> 123066>>> Function ComChilds Returns Variant 123068>>> Handle hDispatchDriver 123068>>> Variant retVal 123068>>> Get phDispatchDriver to hDispatchDriver 123069>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 123070>>> Function_Return retVal 123071>>> End_Function 123072>>> 123072>>> Function ComParent Returns Variant 123074>>> Handle hDispatchDriver 123074>>> Variant retVal 123074>>> Get phDispatchDriver to hDispatchDriver 123075>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 123076>>> Function_Return retVal 123077>>> End_Function 123078>>> 123078>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123080>>> Handle hDispatchDriver 123080>>> Variant retVal 123080>>> Get phDispatchDriver to hDispatchDriver 123081>>> Send PrepareParams to hDispatchDriver 3 123082>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123083>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123084>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123085>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 123086>>> Function_Return retVal 123087>>> End_Function 123088>>> 123088>>> Function ComType Returns OLEPropertyItemType 123090>>> Handle hDispatchDriver 123090>>> OLEPropertyItemType retVal 123090>>> Get phDispatchDriver to hDispatchDriver 123091>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 123092>>> Function_Return retVal 123093>>> End_Function 123094>>> 123094>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123096>>> Handle hDispatchDriver 123096>>> Variant retVal 123096>>> Get phDispatchDriver to hDispatchDriver 123097>>> Send PrepareParams to hDispatchDriver 3 123098>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123099>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123100>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123101>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 123102>>> Function_Return retVal 123103>>> End_Function 123104>>> 123104>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 123106>>> Handle hDispatchDriver 123106>>> Get phDispatchDriver to hDispatchDriver 123107>>> Send PrepareParams to hDispatchDriver 3 123108>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 123109>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 123110>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 123111>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 123112>>> End_Procedure 123113>>> 123113>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123115>>> Handle hDispatchDriver 123115>>> Variant retVal 123115>>> Get phDispatchDriver to hDispatchDriver 123116>>> Send PrepareParams to hDispatchDriver 4 123117>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123118>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123119>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123120>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123121>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 123122>>> Function_Return retVal 123123>>> End_Function 123124>>> 123124>>> Procedure ComRemove 123126>>> Handle hDispatchDriver 123126>>> Get phDispatchDriver to hDispatchDriver 123127>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 123128>>> End_Procedure 123129>>> 123129>>> Function ComValueMetrics Returns Variant 123131>>> Handle hDispatchDriver 123131>>> Variant retVal 123131>>> Get phDispatchDriver to hDispatchDriver 123132>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 123133>>> Function_Return retVal 123134>>> End_Function 123135>>> 123135>>> Function ComCaptionMetrics Returns Variant 123137>>> Handle hDispatchDriver 123137>>> Variant retVal 123137>>> Get phDispatchDriver to hDispatchDriver 123138>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 123139>>> Function_Return retVal 123140>>> End_Function 123141>>> 123141>>> Procedure ComEnsureVisible 123143>>> Handle hDispatchDriver 123143>>> Get phDispatchDriver to hDispatchDriver 123144>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 123145>>> End_Procedure 123146>>> 123146>>> Function ComIndex Returns Integer 123148>>> Handle hDispatchDriver 123148>>> Integer retVal 123148>>> Get phDispatchDriver to hDispatchDriver 123149>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 123150>>> Function_Return retVal 123151>>> End_Function 123152>>> 123152>>> Function ComAddInplaceButton Integer llId Returns Variant 123154>>> Handle hDispatchDriver 123154>>> Variant retVal 123154>>> Get phDispatchDriver to hDispatchDriver 123155>>> Send PrepareParams to hDispatchDriver 1 123156>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 123157>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 123158>>> Function_Return retVal 123159>>> End_Function 123160>>> 123160>>> Function ComAddSliderControl Returns Variant 123162>>> Handle hDispatchDriver 123162>>> Variant retVal 123162>>> Get phDispatchDriver to hDispatchDriver 123163>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 123164>>> Function_Return retVal 123165>>> End_Function 123166>>> 123166>>> Function ComAddSpinButton Returns Variant 123168>>> Handle hDispatchDriver 123168>>> Variant retVal 123168>>> Get phDispatchDriver to hDispatchDriver 123169>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 123170>>> Function_Return retVal 123171>>> End_Function 123172>>> 123172>>> Function ComInplaceButtons Returns Variant 123174>>> Handle hDispatchDriver 123174>>> Variant retVal 123174>>> Get phDispatchDriver to hDispatchDriver 123175>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 123176>>> Function_Return retVal 123177>>> End_Function 123178>>> 123178>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123180>>> Handle hDispatchDriver 123180>>> Variant retVal 123180>>> Get phDispatchDriver to hDispatchDriver 123181>>> Send PrepareParams to hDispatchDriver 4 123182>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123183>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123184>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123185>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123186>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 123187>>> Function_Return retVal 123188>>> End_Function 123189>>> 123189>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 123191>>> Handle hDispatchDriver 123191>>> Get phDispatchDriver to hDispatchDriver 123192>>> Send PrepareParams to hDispatchDriver 4 123193>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 123194>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 123195>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 123196>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 123197>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 123198>>> End_Procedure 123199>>> 123199>>> Procedure ComStartEdit 123201>>> Handle hDispatchDriver 123201>>> Get phDispatchDriver to hDispatchDriver 123202>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 123203>>> End_Procedure 123204>>>End_Class 123205>>> 123205>>>Class cSigCjComPropertyGridItemFont is a cComAutomationObject 123206>>> Import_Class_Protocol cSigCjComIPropertyGridItemFont 123207>>> 123207>>> Procedure Construct_Object 123209>>> Forward Send Construct_Object 123211>>> Set peAutoCreate to acNoAutoCreate 123212>>> End_Procedure 123213>>>End_Class 123214>>> 123214>>>Class cSigCjComIPropertyGridItemPicture is a Mixin 123215>>> 123215>>> Function ComValue Returns Variant 123217>>> Variant retVal 123217>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 123218>>> Function_Return retVal 123219>>> End_Function 123220>>> 123220>>> Procedure Set ComValue Variant value 123222>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 123223>>> End_Procedure 123224>>> 123224>>> Function ComExpanded Returns Boolean 123226>>> Boolean retVal 123226>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 123227>>> Function_Return retVal 123228>>> End_Function 123229>>> 123229>>> Procedure Set ComExpanded Boolean value 123231>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 123232>>> End_Procedure 123233>>> 123233>>> Function ComReadOnly Returns Boolean 123235>>> Boolean retVal 123235>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 123236>>> Function_Return retVal 123237>>> End_Function 123238>>> 123238>>> Procedure Set ComReadOnly Boolean value 123240>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 123241>>> End_Procedure 123242>>> 123242>>> Function ComSelected Returns Boolean 123244>>> Boolean retVal 123244>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 123245>>> Function_Return retVal 123246>>> End_Function 123247>>> 123247>>> Procedure Set ComSelected Boolean value 123249>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 123250>>> End_Procedure 123251>>> 123251>>> Function ComCaption Returns String 123253>>> String retVal 123253>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 123254>>> Function_Return retVal 123255>>> End_Function 123256>>> 123256>>> Procedure Set ComCaption String value 123258>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 123259>>> End_Procedure 123260>>> 123260>>> Function ComDescription Returns String 123262>>> String retVal 123262>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 123263>>> Function_Return retVal 123264>>> End_Function 123265>>> 123265>>> Procedure Set ComDescription String value 123267>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 123268>>> End_Procedure 123269>>> 123269>>> Function ComTag Returns Variant 123271>>> Variant retVal 123271>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 123272>>> Function_Return retVal 123273>>> End_Function 123274>>> 123274>>> Procedure Set ComTag Variant value 123276>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 123277>>> End_Procedure 123278>>> 123278>>> Function ComFlags Returns OLEPropertyItemFlags 123280>>> OLEPropertyItemFlags retVal 123280>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 123281>>> Function_Return retVal 123282>>> End_Function 123283>>> 123283>>> Procedure Set ComFlags OLEPropertyItemFlags value 123285>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 123286>>> End_Procedure 123287>>> 123287>>> Function ComConstraintEdit Returns Boolean 123289>>> Boolean retVal 123289>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 123290>>> Function_Return retVal 123291>>> End_Function 123292>>> 123292>>> Procedure Set ComConstraintEdit Boolean value 123294>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 123295>>> End_Procedure 123296>>> 123296>>> Function ComFormat Returns String 123298>>> String retVal 123298>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 123299>>> Function_Return retVal 123300>>> End_Function 123301>>> 123301>>> Procedure Set ComFormat String value 123303>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 123304>>> End_Procedure 123305>>> 123305>>> Function ComPasswordMask Returns Boolean 123307>>> Boolean retVal 123307>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 123308>>> Function_Return retVal 123309>>> End_Function 123310>>> 123310>>> Procedure Set ComPasswordMask Boolean value 123312>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 123313>>> End_Procedure 123314>>> 123314>>> Function ComMaskedText Returns String 123316>>> String retVal 123316>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 123317>>> Function_Return retVal 123318>>> End_Function 123319>>> 123319>>> Procedure Set ComMaskedText String value 123321>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 123322>>> End_Procedure 123323>>> 123323>>> Function ComId Returns Integer 123325>>> Integer retVal 123325>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 123326>>> Function_Return retVal 123327>>> End_Function 123328>>> 123328>>> Procedure Set ComId Integer value 123330>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 123331>>> End_Procedure 123332>>> 123332>>> Function ComDefaultValue Returns String 123334>>> String retVal 123334>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 123335>>> Function_Return retVal 123336>>> End_Function 123337>>> 123337>>> Procedure Set ComDefaultValue String value 123339>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 123340>>> End_Procedure 123341>>> 123341>>> Function ComHidden Returns Boolean 123343>>> Boolean retVal 123343>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 123344>>> Function_Return retVal 123345>>> End_Function 123346>>> 123346>>> Procedure Set ComHidden Boolean value 123348>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 123349>>> End_Procedure 123350>>> 123350>>> Function ComHeight Returns Integer 123352>>> Integer retVal 123352>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 123353>>> Function_Return retVal 123354>>> End_Function 123355>>> 123355>>> Procedure Set ComHeight Integer value 123357>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 123358>>> End_Procedure 123359>>> 123359>>> Function ComMultiLinesCount Returns Integer 123361>>> Integer retVal 123361>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 123362>>> Function_Return retVal 123363>>> End_Function 123364>>> 123364>>> Procedure Set ComMultiLinesCount Integer value 123366>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 123367>>> End_Procedure 123368>>> 123368>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 123370>>> OLEPropertyItemEditStyle retVal 123370>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 123371>>> Function_Return retVal 123372>>> End_Function 123373>>> 123373>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 123375>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 123376>>> End_Procedure 123377>>> 123377>>> Function ComDropDownItemCount Returns Integer 123379>>> Integer retVal 123379>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 123380>>> Function_Return retVal 123381>>> End_Function 123382>>> 123382>>> Procedure Set ComDropDownItemCount Integer value 123384>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 123385>>> End_Procedure 123386>>> 123386>>> Function ComAutoComplete Returns Boolean 123388>>> Boolean retVal 123388>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 123389>>> Function_Return retVal 123390>>> End_Function 123391>>> 123391>>> Procedure Set ComAutoComplete Boolean value 123393>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 123394>>> End_Procedure 123395>>> 123395>>> Function ComExpandable Returns Boolean 123397>>> Boolean retVal 123397>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 123398>>> Function_Return retVal 123399>>> End_Function 123400>>> 123400>>> Procedure Set ComExpandable Boolean value 123402>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 123403>>> End_Procedure 123404>>> 123404>>> Function ComTooltip Returns String 123406>>> String retVal 123406>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 123407>>> Function_Return retVal 123408>>> End_Function 123409>>> 123409>>> Procedure Set ComTooltip String value 123411>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 123412>>> End_Procedure 123413>>> 123413>>> Function ComMarkupTemplate Returns String 123415>>> String retVal 123415>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 123416>>> Function_Return retVal 123417>>> End_Function 123418>>> 123418>>> Procedure Set ComMarkupTemplate String value 123420>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 123421>>> End_Procedure 123422>>> 123422>>> Function ComPicturePath Returns String 123424>>> String retVal 123424>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 123425>>> Function_Return retVal 123426>>> End_Function 123427>>> 123427>>> Procedure Set ComPicturePath String value 123429>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 123430>>> End_Procedure 123431>>> 123431>>> Function ComPreviewWidth Returns Integer 123433>>> Integer retVal 123433>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to retVal 123434>>> Function_Return retVal 123435>>> End_Function 123436>>> 123436>>> Procedure Set ComPreviewWidth Integer value 123438>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to value 123439>>> End_Procedure 123440>>> 123440>>> Function ComConstraints Returns Variant 123442>>> Handle hDispatchDriver 123442>>> Variant retVal 123442>>> Get phDispatchDriver to hDispatchDriver 123443>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 123444>>> Function_Return retVal 123445>>> End_Function 123446>>> 123446>>> Function ComChilds Returns Variant 123448>>> Handle hDispatchDriver 123448>>> Variant retVal 123448>>> Get phDispatchDriver to hDispatchDriver 123449>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 123450>>> Function_Return retVal 123451>>> End_Function 123452>>> 123452>>> Function ComParent Returns Variant 123454>>> Handle hDispatchDriver 123454>>> Variant retVal 123454>>> Get phDispatchDriver to hDispatchDriver 123455>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 123456>>> Function_Return retVal 123457>>> End_Function 123458>>> 123458>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123460>>> Handle hDispatchDriver 123460>>> Variant retVal 123460>>> Get phDispatchDriver to hDispatchDriver 123461>>> Send PrepareParams to hDispatchDriver 3 123462>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123463>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123464>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123465>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 123466>>> Function_Return retVal 123467>>> End_Function 123468>>> 123468>>> Function ComType Returns OLEPropertyItemType 123470>>> Handle hDispatchDriver 123470>>> OLEPropertyItemType retVal 123470>>> Get phDispatchDriver to hDispatchDriver 123471>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 123472>>> Function_Return retVal 123473>>> End_Function 123474>>> 123474>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123476>>> Handle hDispatchDriver 123476>>> Variant retVal 123476>>> Get phDispatchDriver to hDispatchDriver 123477>>> Send PrepareParams to hDispatchDriver 3 123478>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123479>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123480>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123481>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 123482>>> Function_Return retVal 123483>>> End_Function 123484>>> 123484>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 123486>>> Handle hDispatchDriver 123486>>> Get phDispatchDriver to hDispatchDriver 123487>>> Send PrepareParams to hDispatchDriver 3 123488>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 123489>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 123490>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 123491>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 123492>>> End_Procedure 123493>>> 123493>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123495>>> Handle hDispatchDriver 123495>>> Variant retVal 123495>>> Get phDispatchDriver to hDispatchDriver 123496>>> Send PrepareParams to hDispatchDriver 4 123497>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123498>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123499>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123500>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123501>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 123502>>> Function_Return retVal 123503>>> End_Function 123504>>> 123504>>> Procedure ComRemove 123506>>> Handle hDispatchDriver 123506>>> Get phDispatchDriver to hDispatchDriver 123507>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 123508>>> End_Procedure 123509>>> 123509>>> Function ComValueMetrics Returns Variant 123511>>> Handle hDispatchDriver 123511>>> Variant retVal 123511>>> Get phDispatchDriver to hDispatchDriver 123512>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 123513>>> Function_Return retVal 123514>>> End_Function 123515>>> 123515>>> Function ComCaptionMetrics Returns Variant 123517>>> Handle hDispatchDriver 123517>>> Variant retVal 123517>>> Get phDispatchDriver to hDispatchDriver 123518>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 123519>>> Function_Return retVal 123520>>> End_Function 123521>>> 123521>>> Procedure ComEnsureVisible 123523>>> Handle hDispatchDriver 123523>>> Get phDispatchDriver to hDispatchDriver 123524>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 123525>>> End_Procedure 123526>>> 123526>>> Function ComIndex Returns Integer 123528>>> Handle hDispatchDriver 123528>>> Integer retVal 123528>>> Get phDispatchDriver to hDispatchDriver 123529>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 123530>>> Function_Return retVal 123531>>> End_Function 123532>>> 123532>>> Function ComAddInplaceButton Integer llId Returns Variant 123534>>> Handle hDispatchDriver 123534>>> Variant retVal 123534>>> Get phDispatchDriver to hDispatchDriver 123535>>> Send PrepareParams to hDispatchDriver 1 123536>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 123537>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 123538>>> Function_Return retVal 123539>>> End_Function 123540>>> 123540>>> Function ComAddSliderControl Returns Variant 123542>>> Handle hDispatchDriver 123542>>> Variant retVal 123542>>> Get phDispatchDriver to hDispatchDriver 123543>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 123544>>> Function_Return retVal 123545>>> End_Function 123546>>> 123546>>> Function ComAddSpinButton Returns Variant 123548>>> Handle hDispatchDriver 123548>>> Variant retVal 123548>>> Get phDispatchDriver to hDispatchDriver 123549>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 123550>>> Function_Return retVal 123551>>> End_Function 123552>>> 123552>>> Function ComInplaceButtons Returns Variant 123554>>> Handle hDispatchDriver 123554>>> Variant retVal 123554>>> Get phDispatchDriver to hDispatchDriver 123555>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 123556>>> Function_Return retVal 123557>>> End_Function 123558>>> 123558>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123560>>> Handle hDispatchDriver 123560>>> Variant retVal 123560>>> Get phDispatchDriver to hDispatchDriver 123561>>> Send PrepareParams to hDispatchDriver 4 123562>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123563>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123564>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123565>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123566>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 123567>>> Function_Return retVal 123568>>> End_Function 123569>>> 123569>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 123571>>> Handle hDispatchDriver 123571>>> Get phDispatchDriver to hDispatchDriver 123572>>> Send PrepareParams to hDispatchDriver 4 123573>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 123574>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 123575>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 123576>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 123577>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 123578>>> End_Procedure 123579>>> 123579>>> Procedure ComStartEdit 123581>>> Handle hDispatchDriver 123581>>> Get phDispatchDriver to hDispatchDriver 123582>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 123583>>> End_Procedure 123584>>>End_Class 123585>>> 123585>>>Class cSigCjComPropertyGridItemPicture is a cComAutomationObject 123586>>> Import_Class_Protocol cSigCjComIPropertyGridItemPicture 123587>>> 123587>>> Procedure Construct_Object 123589>>> Forward Send Construct_Object 123591>>> Set peAutoCreate to acNoAutoCreate 123592>>> End_Procedure 123593>>>End_Class 123594>>> 123594>>>Class cSigCjComIPropertyGridItemDate is a Mixin 123595>>> 123595>>> Function ComValue Returns Variant 123597>>> Variant retVal 123597>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 123598>>> Function_Return retVal 123599>>> End_Function 123600>>> 123600>>> Procedure Set ComValue Variant value 123602>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 123603>>> End_Procedure 123604>>> 123604>>> Function ComExpanded Returns Boolean 123606>>> Boolean retVal 123606>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 123607>>> Function_Return retVal 123608>>> End_Function 123609>>> 123609>>> Procedure Set ComExpanded Boolean value 123611>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 123612>>> End_Procedure 123613>>> 123613>>> Function ComReadOnly Returns Boolean 123615>>> Boolean retVal 123615>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 123616>>> Function_Return retVal 123617>>> End_Function 123618>>> 123618>>> Procedure Set ComReadOnly Boolean value 123620>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 123621>>> End_Procedure 123622>>> 123622>>> Function ComSelected Returns Boolean 123624>>> Boolean retVal 123624>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 123625>>> Function_Return retVal 123626>>> End_Function 123627>>> 123627>>> Procedure Set ComSelected Boolean value 123629>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 123630>>> End_Procedure 123631>>> 123631>>> Function ComCaption Returns String 123633>>> String retVal 123633>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 123634>>> Function_Return retVal 123635>>> End_Function 123636>>> 123636>>> Procedure Set ComCaption String value 123638>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 123639>>> End_Procedure 123640>>> 123640>>> Function ComDescription Returns String 123642>>> String retVal 123642>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 123643>>> Function_Return retVal 123644>>> End_Function 123645>>> 123645>>> Procedure Set ComDescription String value 123647>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 123648>>> End_Procedure 123649>>> 123649>>> Function ComTag Returns Variant 123651>>> Variant retVal 123651>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 123652>>> Function_Return retVal 123653>>> End_Function 123654>>> 123654>>> Procedure Set ComTag Variant value 123656>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 123657>>> End_Procedure 123658>>> 123658>>> Function ComFlags Returns OLEPropertyItemFlags 123660>>> OLEPropertyItemFlags retVal 123660>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 123661>>> Function_Return retVal 123662>>> End_Function 123663>>> 123663>>> Procedure Set ComFlags OLEPropertyItemFlags value 123665>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 123666>>> End_Procedure 123667>>> 123667>>> Function ComConstraintEdit Returns Boolean 123669>>> Boolean retVal 123669>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 123670>>> Function_Return retVal 123671>>> End_Function 123672>>> 123672>>> Procedure Set ComConstraintEdit Boolean value 123674>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 123675>>> End_Procedure 123676>>> 123676>>> Function ComFormat Returns String 123678>>> String retVal 123678>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 123679>>> Function_Return retVal 123680>>> End_Function 123681>>> 123681>>> Procedure Set ComFormat String value 123683>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 123684>>> End_Procedure 123685>>> 123685>>> Function ComPasswordMask Returns Boolean 123687>>> Boolean retVal 123687>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 123688>>> Function_Return retVal 123689>>> End_Function 123690>>> 123690>>> Procedure Set ComPasswordMask Boolean value 123692>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 123693>>> End_Procedure 123694>>> 123694>>> Function ComMaskedText Returns String 123696>>> String retVal 123696>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 123697>>> Function_Return retVal 123698>>> End_Function 123699>>> 123699>>> Procedure Set ComMaskedText String value 123701>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 123702>>> End_Procedure 123703>>> 123703>>> Function ComId Returns Integer 123705>>> Integer retVal 123705>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 123706>>> Function_Return retVal 123707>>> End_Function 123708>>> 123708>>> Procedure Set ComId Integer value 123710>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 123711>>> End_Procedure 123712>>> 123712>>> Function ComDefaultValue Returns String 123714>>> String retVal 123714>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 123715>>> Function_Return retVal 123716>>> End_Function 123717>>> 123717>>> Procedure Set ComDefaultValue String value 123719>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 123720>>> End_Procedure 123721>>> 123721>>> Function ComHidden Returns Boolean 123723>>> Boolean retVal 123723>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 123724>>> Function_Return retVal 123725>>> End_Function 123726>>> 123726>>> Procedure Set ComHidden Boolean value 123728>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 123729>>> End_Procedure 123730>>> 123730>>> Function ComHeight Returns Integer 123732>>> Integer retVal 123732>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 123733>>> Function_Return retVal 123734>>> End_Function 123735>>> 123735>>> Procedure Set ComHeight Integer value 123737>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 123738>>> End_Procedure 123739>>> 123739>>> Function ComMultiLinesCount Returns Integer 123741>>> Integer retVal 123741>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 123742>>> Function_Return retVal 123743>>> End_Function 123744>>> 123744>>> Procedure Set ComMultiLinesCount Integer value 123746>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 123747>>> End_Procedure 123748>>> 123748>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 123750>>> OLEPropertyItemEditStyle retVal 123750>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 123751>>> Function_Return retVal 123752>>> End_Function 123753>>> 123753>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 123755>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 123756>>> End_Procedure 123757>>> 123757>>> Function ComDropDownItemCount Returns Integer 123759>>> Integer retVal 123759>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 123760>>> Function_Return retVal 123761>>> End_Function 123762>>> 123762>>> Procedure Set ComDropDownItemCount Integer value 123764>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 123765>>> End_Procedure 123766>>> 123766>>> Function ComAutoComplete Returns Boolean 123768>>> Boolean retVal 123768>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 123769>>> Function_Return retVal 123770>>> End_Function 123771>>> 123771>>> Procedure Set ComAutoComplete Boolean value 123773>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 123774>>> End_Procedure 123775>>> 123775>>> Function ComExpandable Returns Boolean 123777>>> Boolean retVal 123777>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 123778>>> Function_Return retVal 123779>>> End_Function 123780>>> 123780>>> Procedure Set ComExpandable Boolean value 123782>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 123783>>> End_Procedure 123784>>> 123784>>> Function ComTooltip Returns String 123786>>> String retVal 123786>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 123787>>> Function_Return retVal 123788>>> End_Function 123789>>> 123789>>> Procedure Set ComTooltip String value 123791>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 123792>>> End_Procedure 123793>>> 123793>>> Function ComMarkupTemplate Returns String 123795>>> String retVal 123795>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 123796>>> Function_Return retVal 123797>>> End_Function 123798>>> 123798>>> Procedure Set ComMarkupTemplate String value 123800>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 123801>>> End_Procedure 123802>>> 123802>>> Function ComYear Returns Integer 123804>>> Integer retVal 123804>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 123805>>> Function_Return retVal 123806>>> End_Function 123807>>> 123807>>> Procedure Set ComYear Integer value 123809>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 123810>>> End_Procedure 123811>>> 123811>>> Function ComMonth Returns Integer 123813>>> Integer retVal 123813>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to retVal 123814>>> Function_Return retVal 123815>>> End_Function 123816>>> 123816>>> Procedure Set ComMonth Integer value 123818>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_I4 to value 123819>>> End_Procedure 123820>>> 123820>>> Function ComDay Returns Integer 123822>>> Integer retVal 123822>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to retVal 123823>>> Function_Return retVal 123824>>> End_Function 123825>>> 123825>>> Procedure Set ComDay Integer value 123827>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_I4 to value 123828>>> End_Procedure 123829>>> 123829>>> Function ComConstraints Returns Variant 123831>>> Handle hDispatchDriver 123831>>> Variant retVal 123831>>> Get phDispatchDriver to hDispatchDriver 123832>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 123833>>> Function_Return retVal 123834>>> End_Function 123835>>> 123835>>> Function ComChilds Returns Variant 123837>>> Handle hDispatchDriver 123837>>> Variant retVal 123837>>> Get phDispatchDriver to hDispatchDriver 123838>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 123839>>> Function_Return retVal 123840>>> End_Function 123841>>> 123841>>> Function ComParent Returns Variant 123843>>> Handle hDispatchDriver 123843>>> Variant retVal 123843>>> Get phDispatchDriver to hDispatchDriver 123844>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 123845>>> Function_Return retVal 123846>>> End_Function 123847>>> 123847>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123849>>> Handle hDispatchDriver 123849>>> Variant retVal 123849>>> Get phDispatchDriver to hDispatchDriver 123850>>> Send PrepareParams to hDispatchDriver 3 123851>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123852>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123853>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123854>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 123855>>> Function_Return retVal 123856>>> End_Function 123857>>> 123857>>> Function ComType Returns OLEPropertyItemType 123859>>> Handle hDispatchDriver 123859>>> OLEPropertyItemType retVal 123859>>> Get phDispatchDriver to hDispatchDriver 123860>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 123861>>> Function_Return retVal 123862>>> End_Function 123863>>> 123863>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123865>>> Handle hDispatchDriver 123865>>> Variant retVal 123865>>> Get phDispatchDriver to hDispatchDriver 123866>>> Send PrepareParams to hDispatchDriver 3 123867>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123868>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123869>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123870>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 123871>>> Function_Return retVal 123872>>> End_Function 123873>>> 123873>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 123875>>> Handle hDispatchDriver 123875>>> Get phDispatchDriver to hDispatchDriver 123876>>> Send PrepareParams to hDispatchDriver 3 123877>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 123878>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 123879>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 123880>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 123881>>> End_Procedure 123882>>> 123882>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 123884>>> Handle hDispatchDriver 123884>>> Variant retVal 123884>>> Get phDispatchDriver to hDispatchDriver 123885>>> Send PrepareParams to hDispatchDriver 4 123886>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123887>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123888>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 123889>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 123890>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 123891>>> Function_Return retVal 123892>>> End_Function 123893>>> 123893>>> Procedure ComRemove 123895>>> Handle hDispatchDriver 123895>>> Get phDispatchDriver to hDispatchDriver 123896>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 123897>>> End_Procedure 123898>>> 123898>>> Function ComValueMetrics Returns Variant 123900>>> Handle hDispatchDriver 123900>>> Variant retVal 123900>>> Get phDispatchDriver to hDispatchDriver 123901>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 123902>>> Function_Return retVal 123903>>> End_Function 123904>>> 123904>>> Function ComCaptionMetrics Returns Variant 123906>>> Handle hDispatchDriver 123906>>> Variant retVal 123906>>> Get phDispatchDriver to hDispatchDriver 123907>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 123908>>> Function_Return retVal 123909>>> End_Function 123910>>> 123910>>> Procedure ComEnsureVisible 123912>>> Handle hDispatchDriver 123912>>> Get phDispatchDriver to hDispatchDriver 123913>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 123914>>> End_Procedure 123915>>> 123915>>> Function ComIndex Returns Integer 123917>>> Handle hDispatchDriver 123917>>> Integer retVal 123917>>> Get phDispatchDriver to hDispatchDriver 123918>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 123919>>> Function_Return retVal 123920>>> End_Function 123921>>> 123921>>> Function ComAddInplaceButton Integer llId Returns Variant 123923>>> Handle hDispatchDriver 123923>>> Variant retVal 123923>>> Get phDispatchDriver to hDispatchDriver 123924>>> Send PrepareParams to hDispatchDriver 1 123925>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 123926>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 123927>>> Function_Return retVal 123928>>> End_Function 123929>>> 123929>>> Function ComAddSliderControl Returns Variant 123931>>> Handle hDispatchDriver 123931>>> Variant retVal 123931>>> Get phDispatchDriver to hDispatchDriver 123932>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 123933>>> Function_Return retVal 123934>>> End_Function 123935>>> 123935>>> Function ComAddSpinButton Returns Variant 123937>>> Handle hDispatchDriver 123937>>> Variant retVal 123937>>> Get phDispatchDriver to hDispatchDriver 123938>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 123939>>> Function_Return retVal 123940>>> End_Function 123941>>> 123941>>> Function ComInplaceButtons Returns Variant 123943>>> Handle hDispatchDriver 123943>>> Variant retVal 123943>>> Get phDispatchDriver to hDispatchDriver 123944>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 123945>>> Function_Return retVal 123946>>> End_Function 123947>>> 123947>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 123949>>> Handle hDispatchDriver 123949>>> Variant retVal 123949>>> Get phDispatchDriver to hDispatchDriver 123950>>> Send PrepareParams to hDispatchDriver 4 123951>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 123952>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 123953>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 123954>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 123955>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 123956>>> Function_Return retVal 123957>>> End_Function 123958>>> 123958>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 123960>>> Handle hDispatchDriver 123960>>> Get phDispatchDriver to hDispatchDriver 123961>>> Send PrepareParams to hDispatchDriver 4 123962>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 123963>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 123964>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 123965>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 123966>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 123967>>> End_Procedure 123968>>> 123968>>> Procedure ComStartEdit 123970>>> Handle hDispatchDriver 123970>>> Get phDispatchDriver to hDispatchDriver 123971>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 123972>>> End_Procedure 123973>>> 123973>>> Procedure ComAllowNullDate String llNullValue 123975>>> Handle hDispatchDriver 123975>>> Get phDispatchDriver to hDispatchDriver 123976>>> Send PrepareParams to hDispatchDriver 1 123977>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llNullValue 123978>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 123979>>> End_Procedure 123980>>>End_Class 123981>>> 123981>>>Class cSigCjComPropertyGridItemDate is a cComAutomationObject 123982>>> Import_Class_Protocol cSigCjComIPropertyGridItemDate 123983>>> 123983>>> Procedure Construct_Object 123985>>> Forward Send Construct_Object 123987>>> Set peAutoCreate to acNoAutoCreate 123988>>> End_Procedure 123989>>>End_Class 123990>>> 123990>>>Class cSigCjComIPropertyGridItemDouble is a Mixin 123991>>> 123991>>> Function ComValue Returns Variant 123993>>> Variant retVal 123993>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 123994>>> Function_Return retVal 123995>>> End_Function 123996>>> 123996>>> Procedure Set ComValue Variant value 123998>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 123999>>> End_Procedure 124000>>> 124000>>> Function ComExpanded Returns Boolean 124002>>> Boolean retVal 124002>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 124003>>> Function_Return retVal 124004>>> End_Function 124005>>> 124005>>> Procedure Set ComExpanded Boolean value 124007>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 124008>>> End_Procedure 124009>>> 124009>>> Function ComReadOnly Returns Boolean 124011>>> Boolean retVal 124011>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 124012>>> Function_Return retVal 124013>>> End_Function 124014>>> 124014>>> Procedure Set ComReadOnly Boolean value 124016>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 124017>>> End_Procedure 124018>>> 124018>>> Function ComSelected Returns Boolean 124020>>> Boolean retVal 124020>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 124021>>> Function_Return retVal 124022>>> End_Function 124023>>> 124023>>> Procedure Set ComSelected Boolean value 124025>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 124026>>> End_Procedure 124027>>> 124027>>> Function ComCaption Returns String 124029>>> String retVal 124029>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 124030>>> Function_Return retVal 124031>>> End_Function 124032>>> 124032>>> Procedure Set ComCaption String value 124034>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 124035>>> End_Procedure 124036>>> 124036>>> Function ComDescription Returns String 124038>>> String retVal 124038>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 124039>>> Function_Return retVal 124040>>> End_Function 124041>>> 124041>>> Procedure Set ComDescription String value 124043>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 124044>>> End_Procedure 124045>>> 124045>>> Function ComTag Returns Variant 124047>>> Variant retVal 124047>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 124048>>> Function_Return retVal 124049>>> End_Function 124050>>> 124050>>> Procedure Set ComTag Variant value 124052>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 124053>>> End_Procedure 124054>>> 124054>>> Function ComFlags Returns OLEPropertyItemFlags 124056>>> OLEPropertyItemFlags retVal 124056>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 124057>>> Function_Return retVal 124058>>> End_Function 124059>>> 124059>>> Procedure Set ComFlags OLEPropertyItemFlags value 124061>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 124062>>> End_Procedure 124063>>> 124063>>> Function ComConstraintEdit Returns Boolean 124065>>> Boolean retVal 124065>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 124066>>> Function_Return retVal 124067>>> End_Function 124068>>> 124068>>> Procedure Set ComConstraintEdit Boolean value 124070>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 124071>>> End_Procedure 124072>>> 124072>>> Function ComFormat Returns String 124074>>> String retVal 124074>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 124075>>> Function_Return retVal 124076>>> End_Function 124077>>> 124077>>> Procedure Set ComFormat String value 124079>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 124080>>> End_Procedure 124081>>> 124081>>> Function ComPasswordMask Returns Boolean 124083>>> Boolean retVal 124083>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 124084>>> Function_Return retVal 124085>>> End_Function 124086>>> 124086>>> Procedure Set ComPasswordMask Boolean value 124088>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 124089>>> End_Procedure 124090>>> 124090>>> Function ComMaskedText Returns String 124092>>> String retVal 124092>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 124093>>> Function_Return retVal 124094>>> End_Function 124095>>> 124095>>> Procedure Set ComMaskedText String value 124097>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 124098>>> End_Procedure 124099>>> 124099>>> Function ComId Returns Integer 124101>>> Integer retVal 124101>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 124102>>> Function_Return retVal 124103>>> End_Function 124104>>> 124104>>> Procedure Set ComId Integer value 124106>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 124107>>> End_Procedure 124108>>> 124108>>> Function ComDefaultValue Returns String 124110>>> String retVal 124110>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 124111>>> Function_Return retVal 124112>>> End_Function 124113>>> 124113>>> Procedure Set ComDefaultValue String value 124115>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 124116>>> End_Procedure 124117>>> 124117>>> Function ComHidden Returns Boolean 124119>>> Boolean retVal 124119>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 124120>>> Function_Return retVal 124121>>> End_Function 124122>>> 124122>>> Procedure Set ComHidden Boolean value 124124>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 124125>>> End_Procedure 124126>>> 124126>>> Function ComHeight Returns Integer 124128>>> Integer retVal 124128>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 124129>>> Function_Return retVal 124130>>> End_Function 124131>>> 124131>>> Procedure Set ComHeight Integer value 124133>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 124134>>> End_Procedure 124135>>> 124135>>> Function ComMultiLinesCount Returns Integer 124137>>> Integer retVal 124137>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 124138>>> Function_Return retVal 124139>>> End_Function 124140>>> 124140>>> Procedure Set ComMultiLinesCount Integer value 124142>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 124143>>> End_Procedure 124144>>> 124144>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 124146>>> OLEPropertyItemEditStyle retVal 124146>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 124147>>> Function_Return retVal 124148>>> End_Function 124149>>> 124149>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 124151>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 124152>>> End_Procedure 124153>>> 124153>>> Function ComDropDownItemCount Returns Integer 124155>>> Integer retVal 124155>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 124156>>> Function_Return retVal 124157>>> End_Function 124158>>> 124158>>> Procedure Set ComDropDownItemCount Integer value 124160>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 124161>>> End_Procedure 124162>>> 124162>>> Function ComAutoComplete Returns Boolean 124164>>> Boolean retVal 124164>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 124165>>> Function_Return retVal 124166>>> End_Function 124167>>> 124167>>> Procedure Set ComAutoComplete Boolean value 124169>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 124170>>> End_Procedure 124171>>> 124171>>> Function ComExpandable Returns Boolean 124173>>> Boolean retVal 124173>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 124174>>> Function_Return retVal 124175>>> End_Function 124176>>> 124176>>> Procedure Set ComExpandable Boolean value 124178>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 124179>>> End_Procedure 124180>>> 124180>>> Function ComTooltip Returns String 124182>>> String retVal 124182>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 124183>>> Function_Return retVal 124184>>> End_Function 124185>>> 124185>>> Procedure Set ComTooltip String value 124187>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 124188>>> End_Procedure 124189>>> 124189>>> Function ComMarkupTemplate Returns String 124191>>> String retVal 124191>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 124192>>> Function_Return retVal 124193>>> End_Function 124194>>> 124194>>> Procedure Set ComMarkupTemplate String value 124196>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 124197>>> End_Procedure 124198>>> 124198>>> Function ComUseSystemDecimalSymbol Returns Boolean 124200>>> Boolean retVal 124200>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 124201>>> Function_Return retVal 124202>>> End_Function 124203>>> 124203>>> Procedure Set ComUseSystemDecimalSymbol Boolean value 124205>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 124206>>> End_Procedure 124207>>> 124207>>> Function ComConstraints Returns Variant 124209>>> Handle hDispatchDriver 124209>>> Variant retVal 124209>>> Get phDispatchDriver to hDispatchDriver 124210>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 124211>>> Function_Return retVal 124212>>> End_Function 124213>>> 124213>>> Function ComChilds Returns Variant 124215>>> Handle hDispatchDriver 124215>>> Variant retVal 124215>>> Get phDispatchDriver to hDispatchDriver 124216>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 124217>>> Function_Return retVal 124218>>> End_Function 124219>>> 124219>>> Function ComParent Returns Variant 124221>>> Handle hDispatchDriver 124221>>> Variant retVal 124221>>> Get phDispatchDriver to hDispatchDriver 124222>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 124223>>> Function_Return retVal 124224>>> End_Function 124225>>> 124225>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 124227>>> Handle hDispatchDriver 124227>>> Variant retVal 124227>>> Get phDispatchDriver to hDispatchDriver 124228>>> Send PrepareParams to hDispatchDriver 3 124229>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124230>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 124231>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 124232>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 124233>>> Function_Return retVal 124234>>> End_Function 124235>>> 124235>>> Function ComType Returns OLEPropertyItemType 124237>>> Handle hDispatchDriver 124237>>> OLEPropertyItemType retVal 124237>>> Get phDispatchDriver to hDispatchDriver 124238>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 124239>>> Function_Return retVal 124240>>> End_Function 124241>>> 124241>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 124243>>> Handle hDispatchDriver 124243>>> Variant retVal 124243>>> Get phDispatchDriver to hDispatchDriver 124244>>> Send PrepareParams to hDispatchDriver 3 124245>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124246>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 124247>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 124248>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 124249>>> Function_Return retVal 124250>>> End_Function 124251>>> 124251>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 124253>>> Handle hDispatchDriver 124253>>> Get phDispatchDriver to hDispatchDriver 124254>>> Send PrepareParams to hDispatchDriver 3 124255>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 124256>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 124257>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 124258>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 124259>>> End_Procedure 124260>>> 124260>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 124262>>> Handle hDispatchDriver 124262>>> Variant retVal 124262>>> Get phDispatchDriver to hDispatchDriver 124263>>> Send PrepareParams to hDispatchDriver 4 124264>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 124265>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124266>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 124267>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 124268>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 124269>>> Function_Return retVal 124270>>> End_Function 124271>>> 124271>>> Procedure ComRemove 124273>>> Handle hDispatchDriver 124273>>> Get phDispatchDriver to hDispatchDriver 124274>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 124275>>> End_Procedure 124276>>> 124276>>> Function ComValueMetrics Returns Variant 124278>>> Handle hDispatchDriver 124278>>> Variant retVal 124278>>> Get phDispatchDriver to hDispatchDriver 124279>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 124280>>> Function_Return retVal 124281>>> End_Function 124282>>> 124282>>> Function ComCaptionMetrics Returns Variant 124284>>> Handle hDispatchDriver 124284>>> Variant retVal 124284>>> Get phDispatchDriver to hDispatchDriver 124285>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 124286>>> Function_Return retVal 124287>>> End_Function 124288>>> 124288>>> Procedure ComEnsureVisible 124290>>> Handle hDispatchDriver 124290>>> Get phDispatchDriver to hDispatchDriver 124291>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 124292>>> End_Procedure 124293>>> 124293>>> Function ComIndex Returns Integer 124295>>> Handle hDispatchDriver 124295>>> Integer retVal 124295>>> Get phDispatchDriver to hDispatchDriver 124296>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 124297>>> Function_Return retVal 124298>>> End_Function 124299>>> 124299>>> Function ComAddInplaceButton Integer llId Returns Variant 124301>>> Handle hDispatchDriver 124301>>> Variant retVal 124301>>> Get phDispatchDriver to hDispatchDriver 124302>>> Send PrepareParams to hDispatchDriver 1 124303>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 124304>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 124305>>> Function_Return retVal 124306>>> End_Function 124307>>> 124307>>> Function ComAddSliderControl Returns Variant 124309>>> Handle hDispatchDriver 124309>>> Variant retVal 124309>>> Get phDispatchDriver to hDispatchDriver 124310>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 124311>>> Function_Return retVal 124312>>> End_Function 124313>>> 124313>>> Function ComAddSpinButton Returns Variant 124315>>> Handle hDispatchDriver 124315>>> Variant retVal 124315>>> Get phDispatchDriver to hDispatchDriver 124316>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 124317>>> Function_Return retVal 124318>>> End_Function 124319>>> 124319>>> Function ComInplaceButtons Returns Variant 124321>>> Handle hDispatchDriver 124321>>> Variant retVal 124321>>> Get phDispatchDriver to hDispatchDriver 124322>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 124323>>> Function_Return retVal 124324>>> End_Function 124325>>> 124325>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 124327>>> Handle hDispatchDriver 124327>>> Variant retVal 124327>>> Get phDispatchDriver to hDispatchDriver 124328>>> Send PrepareParams to hDispatchDriver 4 124329>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 124330>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124331>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 124332>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 124333>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 124334>>> Function_Return retVal 124335>>> End_Function 124336>>> 124336>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 124338>>> Handle hDispatchDriver 124338>>> Get phDispatchDriver to hDispatchDriver 124339>>> Send PrepareParams to hDispatchDriver 4 124340>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 124341>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 124342>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 124343>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 124344>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 124345>>> End_Procedure 124346>>> 124346>>> Procedure ComStartEdit 124348>>> Handle hDispatchDriver 124348>>> Get phDispatchDriver to hDispatchDriver 124349>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 124350>>> End_Procedure 124351>>>End_Class 124352>>> 124352>>>Class cSigCjComPropertyGridItemDouble is a cComAutomationObject 124353>>> Import_Class_Protocol cSigCjComIPropertyGridItemDouble 124354>>> 124354>>> Procedure Construct_Object 124356>>> Forward Send Construct_Object 124358>>> Set peAutoCreate to acNoAutoCreate 124359>>> End_Procedure 124360>>>End_Class 124361>>> 124361>>>Class cSigCjComIPropertyGridItemColor is a Mixin 124362>>> 124362>>> Function ComValue Returns Variant 124364>>> Variant retVal 124364>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 124365>>> Function_Return retVal 124366>>> End_Function 124367>>> 124367>>> Procedure Set ComValue Variant value 124369>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 124370>>> End_Procedure 124371>>> 124371>>> Function ComExpanded Returns Boolean 124373>>> Boolean retVal 124373>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 124374>>> Function_Return retVal 124375>>> End_Function 124376>>> 124376>>> Procedure Set ComExpanded Boolean value 124378>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 124379>>> End_Procedure 124380>>> 124380>>> Function ComReadOnly Returns Boolean 124382>>> Boolean retVal 124382>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 124383>>> Function_Return retVal 124384>>> End_Function 124385>>> 124385>>> Procedure Set ComReadOnly Boolean value 124387>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 124388>>> End_Procedure 124389>>> 124389>>> Function ComSelected Returns Boolean 124391>>> Boolean retVal 124391>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 124392>>> Function_Return retVal 124393>>> End_Function 124394>>> 124394>>> Procedure Set ComSelected Boolean value 124396>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 124397>>> End_Procedure 124398>>> 124398>>> Function ComCaption Returns String 124400>>> String retVal 124400>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 124401>>> Function_Return retVal 124402>>> End_Function 124403>>> 124403>>> Procedure Set ComCaption String value 124405>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 124406>>> End_Procedure 124407>>> 124407>>> Function ComDescription Returns String 124409>>> String retVal 124409>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 124410>>> Function_Return retVal 124411>>> End_Function 124412>>> 124412>>> Procedure Set ComDescription String value 124414>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 124415>>> End_Procedure 124416>>> 124416>>> Function ComTag Returns Variant 124418>>> Variant retVal 124418>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 124419>>> Function_Return retVal 124420>>> End_Function 124421>>> 124421>>> Procedure Set ComTag Variant value 124423>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 124424>>> End_Procedure 124425>>> 124425>>> Function ComFlags Returns OLEPropertyItemFlags 124427>>> OLEPropertyItemFlags retVal 124427>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 124428>>> Function_Return retVal 124429>>> End_Function 124430>>> 124430>>> Procedure Set ComFlags OLEPropertyItemFlags value 124432>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 124433>>> End_Procedure 124434>>> 124434>>> Function ComConstraintEdit Returns Boolean 124436>>> Boolean retVal 124436>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 124437>>> Function_Return retVal 124438>>> End_Function 124439>>> 124439>>> Procedure Set ComConstraintEdit Boolean value 124441>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 124442>>> End_Procedure 124443>>> 124443>>> Function ComFormat Returns String 124445>>> String retVal 124445>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 124446>>> Function_Return retVal 124447>>> End_Function 124448>>> 124448>>> Procedure Set ComFormat String value 124450>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 124451>>> End_Procedure 124452>>> 124452>>> Function ComPasswordMask Returns Boolean 124454>>> Boolean retVal 124454>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 124455>>> Function_Return retVal 124456>>> End_Function 124457>>> 124457>>> Procedure Set ComPasswordMask Boolean value 124459>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 124460>>> End_Procedure 124461>>> 124461>>> Function ComMaskedText Returns String 124463>>> String retVal 124463>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 124464>>> Function_Return retVal 124465>>> End_Function 124466>>> 124466>>> Procedure Set ComMaskedText String value 124468>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 124469>>> End_Procedure 124470>>> 124470>>> Function ComId Returns Integer 124472>>> Integer retVal 124472>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 124473>>> Function_Return retVal 124474>>> End_Function 124475>>> 124475>>> Procedure Set ComId Integer value 124477>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 124478>>> End_Procedure 124479>>> 124479>>> Function ComDefaultValue Returns String 124481>>> String retVal 124481>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 124482>>> Function_Return retVal 124483>>> End_Function 124484>>> 124484>>> Procedure Set ComDefaultValue String value 124486>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 124487>>> End_Procedure 124488>>> 124488>>> Function ComHidden Returns Boolean 124490>>> Boolean retVal 124490>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 124491>>> Function_Return retVal 124492>>> End_Function 124493>>> 124493>>> Procedure Set ComHidden Boolean value 124495>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 124496>>> End_Procedure 124497>>> 124497>>> Function ComHeight Returns Integer 124499>>> Integer retVal 124499>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 124500>>> Function_Return retVal 124501>>> End_Function 124502>>> 124502>>> Procedure Set ComHeight Integer value 124504>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 124505>>> End_Procedure 124506>>> 124506>>> Function ComMultiLinesCount Returns Integer 124508>>> Integer retVal 124508>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 124509>>> Function_Return retVal 124510>>> End_Function 124511>>> 124511>>> Procedure Set ComMultiLinesCount Integer value 124513>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 124514>>> End_Procedure 124515>>> 124515>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 124517>>> OLEPropertyItemEditStyle retVal 124517>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 124518>>> Function_Return retVal 124519>>> End_Function 124520>>> 124520>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 124522>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 124523>>> End_Procedure 124524>>> 124524>>> Function ComDropDownItemCount Returns Integer 124526>>> Integer retVal 124526>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 124527>>> Function_Return retVal 124528>>> End_Function 124529>>> 124529>>> Procedure Set ComDropDownItemCount Integer value 124531>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 124532>>> End_Procedure 124533>>> 124533>>> Function ComAutoComplete Returns Boolean 124535>>> Boolean retVal 124535>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 124536>>> Function_Return retVal 124537>>> End_Function 124538>>> 124538>>> Procedure Set ComAutoComplete Boolean value 124540>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 124541>>> End_Procedure 124542>>> 124542>>> Function ComExpandable Returns Boolean 124544>>> Boolean retVal 124544>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 124545>>> Function_Return retVal 124546>>> End_Function 124547>>> 124547>>> Procedure Set ComExpandable Boolean value 124549>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 124550>>> End_Procedure 124551>>> 124551>>> Function ComTooltip Returns String 124553>>> String retVal 124553>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 124554>>> Function_Return retVal 124555>>> End_Function 124556>>> 124556>>> Procedure Set ComTooltip String value 124558>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 124559>>> End_Procedure 124560>>> 124560>>> Function ComMarkupTemplate Returns String 124562>>> String retVal 124562>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 124563>>> Function_Return retVal 124564>>> End_Function 124565>>> 124565>>> Procedure Set ComMarkupTemplate String value 124567>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 124568>>> End_Procedure 124569>>> 124569>>> Function ComEditorStyle Returns OLEPropertyGridItemColorEditor 124571>>> OLEPropertyGridItemColorEditor retVal 124571>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 124572>>> Function_Return retVal 124573>>> End_Function 124574>>> 124574>>> Procedure Set ComEditorStyle OLEPropertyGridItemColorEditor value 124576>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 124577>>> End_Procedure 124578>>> 124578>>> Function ComConstraints Returns Variant 124580>>> Handle hDispatchDriver 124580>>> Variant retVal 124580>>> Get phDispatchDriver to hDispatchDriver 124581>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 124582>>> Function_Return retVal 124583>>> End_Function 124584>>> 124584>>> Function ComChilds Returns Variant 124586>>> Handle hDispatchDriver 124586>>> Variant retVal 124586>>> Get phDispatchDriver to hDispatchDriver 124587>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 124588>>> Function_Return retVal 124589>>> End_Function 124590>>> 124590>>> Function ComParent Returns Variant 124592>>> Handle hDispatchDriver 124592>>> Variant retVal 124592>>> Get phDispatchDriver to hDispatchDriver 124593>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 124594>>> Function_Return retVal 124595>>> End_Function 124596>>> 124596>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 124598>>> Handle hDispatchDriver 124598>>> Variant retVal 124598>>> Get phDispatchDriver to hDispatchDriver 124599>>> Send PrepareParams to hDispatchDriver 3 124600>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124601>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 124602>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 124603>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 124604>>> Function_Return retVal 124605>>> End_Function 124606>>> 124606>>> Function ComType Returns OLEPropertyItemType 124608>>> Handle hDispatchDriver 124608>>> OLEPropertyItemType retVal 124608>>> Get phDispatchDriver to hDispatchDriver 124609>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 124610>>> Function_Return retVal 124611>>> End_Function 124612>>> 124612>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 124614>>> Handle hDispatchDriver 124614>>> Variant retVal 124614>>> Get phDispatchDriver to hDispatchDriver 124615>>> Send PrepareParams to hDispatchDriver 3 124616>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124617>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 124618>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 124619>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 124620>>> Function_Return retVal 124621>>> End_Function 124622>>> 124622>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 124624>>> Handle hDispatchDriver 124624>>> Get phDispatchDriver to hDispatchDriver 124625>>> Send PrepareParams to hDispatchDriver 3 124626>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 124627>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 124628>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 124629>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 124630>>> End_Procedure 124631>>> 124631>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 124633>>> Handle hDispatchDriver 124633>>> Variant retVal 124633>>> Get phDispatchDriver to hDispatchDriver 124634>>> Send PrepareParams to hDispatchDriver 4 124635>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 124636>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124637>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 124638>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 124639>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 124640>>> Function_Return retVal 124641>>> End_Function 124642>>> 124642>>> Procedure ComRemove 124644>>> Handle hDispatchDriver 124644>>> Get phDispatchDriver to hDispatchDriver 124645>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 124646>>> End_Procedure 124647>>> 124647>>> Function ComValueMetrics Returns Variant 124649>>> Handle hDispatchDriver 124649>>> Variant retVal 124649>>> Get phDispatchDriver to hDispatchDriver 124650>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 124651>>> Function_Return retVal 124652>>> End_Function 124653>>> 124653>>> Function ComCaptionMetrics Returns Variant 124655>>> Handle hDispatchDriver 124655>>> Variant retVal 124655>>> Get phDispatchDriver to hDispatchDriver 124656>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 124657>>> Function_Return retVal 124658>>> End_Function 124659>>> 124659>>> Procedure ComEnsureVisible 124661>>> Handle hDispatchDriver 124661>>> Get phDispatchDriver to hDispatchDriver 124662>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 124663>>> End_Procedure 124664>>> 124664>>> Function ComIndex Returns Integer 124666>>> Handle hDispatchDriver 124666>>> Integer retVal 124666>>> Get phDispatchDriver to hDispatchDriver 124667>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 124668>>> Function_Return retVal 124669>>> End_Function 124670>>> 124670>>> Function ComAddInplaceButton Integer llId Returns Variant 124672>>> Handle hDispatchDriver 124672>>> Variant retVal 124672>>> Get phDispatchDriver to hDispatchDriver 124673>>> Send PrepareParams to hDispatchDriver 1 124674>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 124675>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 124676>>> Function_Return retVal 124677>>> End_Function 124678>>> 124678>>> Function ComAddSliderControl Returns Variant 124680>>> Handle hDispatchDriver 124680>>> Variant retVal 124680>>> Get phDispatchDriver to hDispatchDriver 124681>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 124682>>> Function_Return retVal 124683>>> End_Function 124684>>> 124684>>> Function ComAddSpinButton Returns Variant 124686>>> Handle hDispatchDriver 124686>>> Variant retVal 124686>>> Get phDispatchDriver to hDispatchDriver 124687>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 124688>>> Function_Return retVal 124689>>> End_Function 124690>>> 124690>>> Function ComInplaceButtons Returns Variant 124692>>> Handle hDispatchDriver 124692>>> Variant retVal 124692>>> Get phDispatchDriver to hDispatchDriver 124693>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 124694>>> Function_Return retVal 124695>>> End_Function 124696>>> 124696>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 124698>>> Handle hDispatchDriver 124698>>> Variant retVal 124698>>> Get phDispatchDriver to hDispatchDriver 124699>>> Send PrepareParams to hDispatchDriver 4 124700>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 124701>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124702>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 124703>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 124704>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 124705>>> Function_Return retVal 124706>>> End_Function 124707>>> 124707>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 124709>>> Handle hDispatchDriver 124709>>> Get phDispatchDriver to hDispatchDriver 124710>>> Send PrepareParams to hDispatchDriver 4 124711>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 124712>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 124713>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 124714>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 124715>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 124716>>> End_Procedure 124717>>> 124717>>> Procedure ComStartEdit 124719>>> Handle hDispatchDriver 124719>>> Get phDispatchDriver to hDispatchDriver 124720>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 124721>>> End_Procedure 124722>>>End_Class 124723>>> 124723>>>Class cSigCjComPropertyGridItemColor is a cComAutomationObject 124724>>> Import_Class_Protocol cSigCjComIPropertyGridItemColor 124725>>> 124725>>> Procedure Construct_Object 124727>>> Forward Send Construct_Object 124729>>> Set peAutoCreate to acNoAutoCreate 124730>>> End_Procedure 124731>>>End_Class 124732>>> 124732>>>Class cSigCjComIPropertyGridItemBool is a Mixin 124733>>> 124733>>> Function ComValue Returns Variant 124735>>> Variant retVal 124735>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 124736>>> Function_Return retVal 124737>>> End_Function 124738>>> 124738>>> Procedure Set ComValue Variant value 124740>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 124741>>> End_Procedure 124742>>> 124742>>> Function ComExpanded Returns Boolean 124744>>> Boolean retVal 124744>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 124745>>> Function_Return retVal 124746>>> End_Function 124747>>> 124747>>> Procedure Set ComExpanded Boolean value 124749>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 124750>>> End_Procedure 124751>>> 124751>>> Function ComReadOnly Returns Boolean 124753>>> Boolean retVal 124753>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 124754>>> Function_Return retVal 124755>>> End_Function 124756>>> 124756>>> Procedure Set ComReadOnly Boolean value 124758>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 124759>>> End_Procedure 124760>>> 124760>>> Function ComSelected Returns Boolean 124762>>> Boolean retVal 124762>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 124763>>> Function_Return retVal 124764>>> End_Function 124765>>> 124765>>> Procedure Set ComSelected Boolean value 124767>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 124768>>> End_Procedure 124769>>> 124769>>> Function ComCaption Returns String 124771>>> String retVal 124771>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 124772>>> Function_Return retVal 124773>>> End_Function 124774>>> 124774>>> Procedure Set ComCaption String value 124776>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 124777>>> End_Procedure 124778>>> 124778>>> Function ComDescription Returns String 124780>>> String retVal 124780>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 124781>>> Function_Return retVal 124782>>> End_Function 124783>>> 124783>>> Procedure Set ComDescription String value 124785>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 124786>>> End_Procedure 124787>>> 124787>>> Function ComTag Returns Variant 124789>>> Variant retVal 124789>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 124790>>> Function_Return retVal 124791>>> End_Function 124792>>> 124792>>> Procedure Set ComTag Variant value 124794>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 124795>>> End_Procedure 124796>>> 124796>>> Function ComFlags Returns OLEPropertyItemFlags 124798>>> OLEPropertyItemFlags retVal 124798>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 124799>>> Function_Return retVal 124800>>> End_Function 124801>>> 124801>>> Procedure Set ComFlags OLEPropertyItemFlags value 124803>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 124804>>> End_Procedure 124805>>> 124805>>> Function ComConstraintEdit Returns Boolean 124807>>> Boolean retVal 124807>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 124808>>> Function_Return retVal 124809>>> End_Function 124810>>> 124810>>> Procedure Set ComConstraintEdit Boolean value 124812>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 124813>>> End_Procedure 124814>>> 124814>>> Function ComFormat Returns String 124816>>> String retVal 124816>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 124817>>> Function_Return retVal 124818>>> End_Function 124819>>> 124819>>> Procedure Set ComFormat String value 124821>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 124822>>> End_Procedure 124823>>> 124823>>> Function ComPasswordMask Returns Boolean 124825>>> Boolean retVal 124825>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 124826>>> Function_Return retVal 124827>>> End_Function 124828>>> 124828>>> Procedure Set ComPasswordMask Boolean value 124830>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 124831>>> End_Procedure 124832>>> 124832>>> Function ComMaskedText Returns String 124834>>> String retVal 124834>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 124835>>> Function_Return retVal 124836>>> End_Function 124837>>> 124837>>> Procedure Set ComMaskedText String value 124839>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 124840>>> End_Procedure 124841>>> 124841>>> Function ComId Returns Integer 124843>>> Integer retVal 124843>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 124844>>> Function_Return retVal 124845>>> End_Function 124846>>> 124846>>> Procedure Set ComId Integer value 124848>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 124849>>> End_Procedure 124850>>> 124850>>> Function ComDefaultValue Returns String 124852>>> String retVal 124852>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 124853>>> Function_Return retVal 124854>>> End_Function 124855>>> 124855>>> Procedure Set ComDefaultValue String value 124857>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 124858>>> End_Procedure 124859>>> 124859>>> Function ComHidden Returns Boolean 124861>>> Boolean retVal 124861>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 124862>>> Function_Return retVal 124863>>> End_Function 124864>>> 124864>>> Procedure Set ComHidden Boolean value 124866>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 124867>>> End_Procedure 124868>>> 124868>>> Function ComHeight Returns Integer 124870>>> Integer retVal 124870>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 124871>>> Function_Return retVal 124872>>> End_Function 124873>>> 124873>>> Procedure Set ComHeight Integer value 124875>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 124876>>> End_Procedure 124877>>> 124877>>> Function ComMultiLinesCount Returns Integer 124879>>> Integer retVal 124879>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 124880>>> Function_Return retVal 124881>>> End_Function 124882>>> 124882>>> Procedure Set ComMultiLinesCount Integer value 124884>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 124885>>> End_Procedure 124886>>> 124886>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 124888>>> OLEPropertyItemEditStyle retVal 124888>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 124889>>> Function_Return retVal 124890>>> End_Function 124891>>> 124891>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 124893>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 124894>>> End_Procedure 124895>>> 124895>>> Function ComDropDownItemCount Returns Integer 124897>>> Integer retVal 124897>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 124898>>> Function_Return retVal 124899>>> End_Function 124900>>> 124900>>> Procedure Set ComDropDownItemCount Integer value 124902>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 124903>>> End_Procedure 124904>>> 124904>>> Function ComAutoComplete Returns Boolean 124906>>> Boolean retVal 124906>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 124907>>> Function_Return retVal 124908>>> End_Function 124909>>> 124909>>> Procedure Set ComAutoComplete Boolean value 124911>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 124912>>> End_Procedure 124913>>> 124913>>> Function ComExpandable Returns Boolean 124915>>> Boolean retVal 124915>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 124916>>> Function_Return retVal 124917>>> End_Function 124918>>> 124918>>> Procedure Set ComExpandable Boolean value 124920>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 124921>>> End_Procedure 124922>>> 124922>>> Function ComTooltip Returns String 124924>>> String retVal 124924>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 124925>>> Function_Return retVal 124926>>> End_Function 124927>>> 124927>>> Procedure Set ComTooltip String value 124929>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 124930>>> End_Procedure 124931>>> 124931>>> Function ComMarkupTemplate Returns String 124933>>> String retVal 124933>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 124934>>> Function_Return retVal 124935>>> End_Function 124936>>> 124936>>> Procedure Set ComMarkupTemplate String value 124938>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 124939>>> End_Procedure 124940>>> 124940>>> Function ComCheckBoxStyle Returns Boolean 124942>>> Boolean retVal 124942>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 124943>>> Function_Return retVal 124944>>> End_Function 124945>>> 124945>>> Procedure Set ComCheckBoxStyle Boolean value 124947>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 124948>>> End_Procedure 124949>>> 124949>>> Function ComConstraints Returns Variant 124951>>> Handle hDispatchDriver 124951>>> Variant retVal 124951>>> Get phDispatchDriver to hDispatchDriver 124952>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 124953>>> Function_Return retVal 124954>>> End_Function 124955>>> 124955>>> Function ComChilds Returns Variant 124957>>> Handle hDispatchDriver 124957>>> Variant retVal 124957>>> Get phDispatchDriver to hDispatchDriver 124958>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 124959>>> Function_Return retVal 124960>>> End_Function 124961>>> 124961>>> Function ComParent Returns Variant 124963>>> Handle hDispatchDriver 124963>>> Variant retVal 124963>>> Get phDispatchDriver to hDispatchDriver 124964>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 124965>>> Function_Return retVal 124966>>> End_Function 124967>>> 124967>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 124969>>> Handle hDispatchDriver 124969>>> Variant retVal 124969>>> Get phDispatchDriver to hDispatchDriver 124970>>> Send PrepareParams to hDispatchDriver 3 124971>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124972>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 124973>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 124974>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 124975>>> Function_Return retVal 124976>>> End_Function 124977>>> 124977>>> Function ComType Returns OLEPropertyItemType 124979>>> Handle hDispatchDriver 124979>>> OLEPropertyItemType retVal 124979>>> Get phDispatchDriver to hDispatchDriver 124980>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 124981>>> Function_Return retVal 124982>>> End_Function 124983>>> 124983>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 124985>>> Handle hDispatchDriver 124985>>> Variant retVal 124985>>> Get phDispatchDriver to hDispatchDriver 124986>>> Send PrepareParams to hDispatchDriver 3 124987>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 124988>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 124989>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 124990>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 124991>>> Function_Return retVal 124992>>> End_Function 124993>>> 124993>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 124995>>> Handle hDispatchDriver 124995>>> Get phDispatchDriver to hDispatchDriver 124996>>> Send PrepareParams to hDispatchDriver 3 124997>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 124998>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 124999>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 125000>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 125001>>> End_Procedure 125002>>> 125002>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 125004>>> Handle hDispatchDriver 125004>>> Variant retVal 125004>>> Get phDispatchDriver to hDispatchDriver 125005>>> Send PrepareParams to hDispatchDriver 4 125006>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125007>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125008>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125009>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 125010>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 125011>>> Function_Return retVal 125012>>> End_Function 125013>>> 125013>>> Procedure ComRemove 125015>>> Handle hDispatchDriver 125015>>> Get phDispatchDriver to hDispatchDriver 125016>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 125017>>> End_Procedure 125018>>> 125018>>> Function ComValueMetrics Returns Variant 125020>>> Handle hDispatchDriver 125020>>> Variant retVal 125020>>> Get phDispatchDriver to hDispatchDriver 125021>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 125022>>> Function_Return retVal 125023>>> End_Function 125024>>> 125024>>> Function ComCaptionMetrics Returns Variant 125026>>> Handle hDispatchDriver 125026>>> Variant retVal 125026>>> Get phDispatchDriver to hDispatchDriver 125027>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 125028>>> Function_Return retVal 125029>>> End_Function 125030>>> 125030>>> Procedure ComEnsureVisible 125032>>> Handle hDispatchDriver 125032>>> Get phDispatchDriver to hDispatchDriver 125033>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 125034>>> End_Procedure 125035>>> 125035>>> Function ComIndex Returns Integer 125037>>> Handle hDispatchDriver 125037>>> Integer retVal 125037>>> Get phDispatchDriver to hDispatchDriver 125038>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 125039>>> Function_Return retVal 125040>>> End_Function 125041>>> 125041>>> Function ComAddInplaceButton Integer llId Returns Variant 125043>>> Handle hDispatchDriver 125043>>> Variant retVal 125043>>> Get phDispatchDriver to hDispatchDriver 125044>>> Send PrepareParams to hDispatchDriver 1 125045>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 125046>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 125047>>> Function_Return retVal 125048>>> End_Function 125049>>> 125049>>> Function ComAddSliderControl Returns Variant 125051>>> Handle hDispatchDriver 125051>>> Variant retVal 125051>>> Get phDispatchDriver to hDispatchDriver 125052>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 125053>>> Function_Return retVal 125054>>> End_Function 125055>>> 125055>>> Function ComAddSpinButton Returns Variant 125057>>> Handle hDispatchDriver 125057>>> Variant retVal 125057>>> Get phDispatchDriver to hDispatchDriver 125058>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 125059>>> Function_Return retVal 125060>>> End_Function 125061>>> 125061>>> Function ComInplaceButtons Returns Variant 125063>>> Handle hDispatchDriver 125063>>> Variant retVal 125063>>> Get phDispatchDriver to hDispatchDriver 125064>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 125065>>> Function_Return retVal 125066>>> End_Function 125067>>> 125067>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 125069>>> Handle hDispatchDriver 125069>>> Variant retVal 125069>>> Get phDispatchDriver to hDispatchDriver 125070>>> Send PrepareParams to hDispatchDriver 4 125071>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125072>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125073>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 125074>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 125075>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 125076>>> Function_Return retVal 125077>>> End_Function 125078>>> 125078>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 125080>>> Handle hDispatchDriver 125080>>> Get phDispatchDriver to hDispatchDriver 125081>>> Send PrepareParams to hDispatchDriver 4 125082>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 125083>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 125084>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 125085>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 125086>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 125087>>> End_Procedure 125088>>> 125088>>> Procedure ComStartEdit 125090>>> Handle hDispatchDriver 125090>>> Get phDispatchDriver to hDispatchDriver 125091>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 125092>>> End_Procedure 125093>>>End_Class 125094>>> 125094>>>Class cSigCjComPropertyGridItemBool is a cComAutomationObject 125095>>> Import_Class_Protocol cSigCjComIPropertyGridItemBool 125096>>> 125096>>> Procedure Construct_Object 125098>>> Forward Send Construct_Object 125100>>> Set peAutoCreate to acNoAutoCreate 125101>>> End_Procedure 125102>>>End_Class 125103>>> 125103>>>Class cSigCjComIPropertyGridItem is a Mixin 125104>>> 125104>>> Function ComValue Returns Variant 125106>>> Variant retVal 125106>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 125107>>> Function_Return retVal 125108>>> End_Function 125109>>> 125109>>> Procedure Set ComValue Variant value 125111>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 125112>>> End_Procedure 125113>>> 125113>>> Function ComExpanded Returns Boolean 125115>>> Boolean retVal 125115>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 125116>>> Function_Return retVal 125117>>> End_Function 125118>>> 125118>>> Procedure Set ComExpanded Boolean value 125120>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 125121>>> End_Procedure 125122>>> 125122>>> Function ComReadOnly Returns Boolean 125124>>> Boolean retVal 125124>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 125125>>> Function_Return retVal 125126>>> End_Function 125127>>> 125127>>> Procedure Set ComReadOnly Boolean value 125129>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 125130>>> End_Procedure 125131>>> 125131>>> Function ComSelected Returns Boolean 125133>>> Boolean retVal 125133>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 125134>>> Function_Return retVal 125135>>> End_Function 125136>>> 125136>>> Procedure Set ComSelected Boolean value 125138>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 125139>>> End_Procedure 125140>>> 125140>>> Function ComCaption Returns String 125142>>> String retVal 125142>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 125143>>> Function_Return retVal 125144>>> End_Function 125145>>> 125145>>> Procedure Set ComCaption String value 125147>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 125148>>> End_Procedure 125149>>> 125149>>> Function ComDescription Returns String 125151>>> String retVal 125151>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 125152>>> Function_Return retVal 125153>>> End_Function 125154>>> 125154>>> Procedure Set ComDescription String value 125156>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 125157>>> End_Procedure 125158>>> 125158>>> Function ComTag Returns Variant 125160>>> Variant retVal 125160>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 125161>>> Function_Return retVal 125162>>> End_Function 125163>>> 125163>>> Procedure Set ComTag Variant value 125165>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 125166>>> End_Procedure 125167>>> 125167>>> Function ComFlags Returns OLEPropertyItemFlags 125169>>> OLEPropertyItemFlags retVal 125169>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 125170>>> Function_Return retVal 125171>>> End_Function 125172>>> 125172>>> Procedure Set ComFlags OLEPropertyItemFlags value 125174>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 125175>>> End_Procedure 125176>>> 125176>>> Function ComConstraintEdit Returns Boolean 125178>>> Boolean retVal 125178>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 125179>>> Function_Return retVal 125180>>> End_Function 125181>>> 125181>>> Procedure Set ComConstraintEdit Boolean value 125183>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 125184>>> End_Procedure 125185>>> 125185>>> Function ComFormat Returns String 125187>>> String retVal 125187>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 125188>>> Function_Return retVal 125189>>> End_Function 125190>>> 125190>>> Procedure Set ComFormat String value 125192>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 125193>>> End_Procedure 125194>>> 125194>>> Function ComPasswordMask Returns Boolean 125196>>> Boolean retVal 125196>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 125197>>> Function_Return retVal 125198>>> End_Function 125199>>> 125199>>> Procedure Set ComPasswordMask Boolean value 125201>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 125202>>> End_Procedure 125203>>> 125203>>> Function ComMaskedText Returns String 125205>>> String retVal 125205>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 125206>>> Function_Return retVal 125207>>> End_Function 125208>>> 125208>>> Procedure Set ComMaskedText String value 125210>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 125211>>> End_Procedure 125212>>> 125212>>> Function ComId Returns Integer 125214>>> Integer retVal 125214>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 125215>>> Function_Return retVal 125216>>> End_Function 125217>>> 125217>>> Procedure Set ComId Integer value 125219>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 125220>>> End_Procedure 125221>>> 125221>>> Function ComDefaultValue Returns String 125223>>> String retVal 125223>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 125224>>> Function_Return retVal 125225>>> End_Function 125226>>> 125226>>> Procedure Set ComDefaultValue String value 125228>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 125229>>> End_Procedure 125230>>> 125230>>> Function ComHidden Returns Boolean 125232>>> Boolean retVal 125232>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 125233>>> Function_Return retVal 125234>>> End_Function 125235>>> 125235>>> Procedure Set ComHidden Boolean value 125237>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 125238>>> End_Procedure 125239>>> 125239>>> Function ComHeight Returns Integer 125241>>> Integer retVal 125241>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 125242>>> Function_Return retVal 125243>>> End_Function 125244>>> 125244>>> Procedure Set ComHeight Integer value 125246>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 125247>>> End_Procedure 125248>>> 125248>>> Function ComMultiLinesCount Returns Integer 125250>>> Integer retVal 125250>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 125251>>> Function_Return retVal 125252>>> End_Function 125253>>> 125253>>> Procedure Set ComMultiLinesCount Integer value 125255>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 125256>>> End_Procedure 125257>>> 125257>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 125259>>> OLEPropertyItemEditStyle retVal 125259>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 125260>>> Function_Return retVal 125261>>> End_Function 125262>>> 125262>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 125264>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 125265>>> End_Procedure 125266>>> 125266>>> Function ComDropDownItemCount Returns Integer 125268>>> Integer retVal 125268>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 125269>>> Function_Return retVal 125270>>> End_Function 125271>>> 125271>>> Procedure Set ComDropDownItemCount Integer value 125273>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 125274>>> End_Procedure 125275>>> 125275>>> Function ComAutoComplete Returns Boolean 125277>>> Boolean retVal 125277>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 125278>>> Function_Return retVal 125279>>> End_Function 125280>>> 125280>>> Procedure Set ComAutoComplete Boolean value 125282>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 125283>>> End_Procedure 125284>>> 125284>>> Function ComExpandable Returns Boolean 125286>>> Boolean retVal 125286>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 125287>>> Function_Return retVal 125288>>> End_Function 125289>>> 125289>>> Procedure Set ComExpandable Boolean value 125291>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 125292>>> End_Procedure 125293>>> 125293>>> Function ComTooltip Returns String 125295>>> String retVal 125295>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 125296>>> Function_Return retVal 125297>>> End_Function 125298>>> 125298>>> Procedure Set ComTooltip String value 125300>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 125301>>> End_Procedure 125302>>> 125302>>> Function ComMarkupTemplate Returns String 125304>>> String retVal 125304>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 125305>>> Function_Return retVal 125306>>> End_Function 125307>>> 125307>>> Procedure Set ComMarkupTemplate String value 125309>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 125310>>> End_Procedure 125311>>> 125311>>> Function ComConstraints Returns Variant 125313>>> Handle hDispatchDriver 125313>>> Variant retVal 125313>>> Get phDispatchDriver to hDispatchDriver 125314>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 125315>>> Function_Return retVal 125316>>> End_Function 125317>>> 125317>>> Function ComChilds Returns Variant 125319>>> Handle hDispatchDriver 125319>>> Variant retVal 125319>>> Get phDispatchDriver to hDispatchDriver 125320>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 125321>>> Function_Return retVal 125322>>> End_Function 125323>>> 125323>>> Function ComParent Returns Variant 125325>>> Handle hDispatchDriver 125325>>> Variant retVal 125325>>> Get phDispatchDriver to hDispatchDriver 125326>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 125327>>> Function_Return retVal 125328>>> End_Function 125329>>> 125329>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 125331>>> Handle hDispatchDriver 125331>>> Variant retVal 125331>>> Get phDispatchDriver to hDispatchDriver 125332>>> Send PrepareParams to hDispatchDriver 3 125333>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125334>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125335>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 125336>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 125337>>> Function_Return retVal 125338>>> End_Function 125339>>> 125339>>> Function ComType Returns OLEPropertyItemType 125341>>> Handle hDispatchDriver 125341>>> OLEPropertyItemType retVal 125341>>> Get phDispatchDriver to hDispatchDriver 125342>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 125343>>> Function_Return retVal 125344>>> End_Function 125345>>> 125345>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 125347>>> Handle hDispatchDriver 125347>>> Variant retVal 125347>>> Get phDispatchDriver to hDispatchDriver 125348>>> Send PrepareParams to hDispatchDriver 3 125349>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125350>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 125351>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 125352>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 125353>>> Function_Return retVal 125354>>> End_Function 125355>>> 125355>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 125357>>> Handle hDispatchDriver 125357>>> Get phDispatchDriver to hDispatchDriver 125358>>> Send PrepareParams to hDispatchDriver 3 125359>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 125360>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 125361>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 125362>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 125363>>> End_Procedure 125364>>> 125364>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 125366>>> Handle hDispatchDriver 125366>>> Variant retVal 125366>>> Get phDispatchDriver to hDispatchDriver 125367>>> Send PrepareParams to hDispatchDriver 4 125368>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125369>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125370>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125371>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 125372>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 125373>>> Function_Return retVal 125374>>> End_Function 125375>>> 125375>>> Procedure ComRemove 125377>>> Handle hDispatchDriver 125377>>> Get phDispatchDriver to hDispatchDriver 125378>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 125379>>> End_Procedure 125380>>> 125380>>> Function ComValueMetrics Returns Variant 125382>>> Handle hDispatchDriver 125382>>> Variant retVal 125382>>> Get phDispatchDriver to hDispatchDriver 125383>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 125384>>> Function_Return retVal 125385>>> End_Function 125386>>> 125386>>> Function ComCaptionMetrics Returns Variant 125388>>> Handle hDispatchDriver 125388>>> Variant retVal 125388>>> Get phDispatchDriver to hDispatchDriver 125389>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 125390>>> Function_Return retVal 125391>>> End_Function 125392>>> 125392>>> Procedure ComEnsureVisible 125394>>> Handle hDispatchDriver 125394>>> Get phDispatchDriver to hDispatchDriver 125395>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 125396>>> End_Procedure 125397>>> 125397>>> Function ComIndex Returns Integer 125399>>> Handle hDispatchDriver 125399>>> Integer retVal 125399>>> Get phDispatchDriver to hDispatchDriver 125400>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 125401>>> Function_Return retVal 125402>>> End_Function 125403>>> 125403>>> Function ComAddInplaceButton Integer llId Returns Variant 125405>>> Handle hDispatchDriver 125405>>> Variant retVal 125405>>> Get phDispatchDriver to hDispatchDriver 125406>>> Send PrepareParams to hDispatchDriver 1 125407>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 125408>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 125409>>> Function_Return retVal 125410>>> End_Function 125411>>> 125411>>> Function ComAddSliderControl Returns Variant 125413>>> Handle hDispatchDriver 125413>>> Variant retVal 125413>>> Get phDispatchDriver to hDispatchDriver 125414>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 125415>>> Function_Return retVal 125416>>> End_Function 125417>>> 125417>>> Function ComAddSpinButton Returns Variant 125419>>> Handle hDispatchDriver 125419>>> Variant retVal 125419>>> Get phDispatchDriver to hDispatchDriver 125420>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 125421>>> Function_Return retVal 125422>>> End_Function 125423>>> 125423>>> Function ComInplaceButtons Returns Variant 125425>>> Handle hDispatchDriver 125425>>> Variant retVal 125425>>> Get phDispatchDriver to hDispatchDriver 125426>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 125427>>> Function_Return retVal 125428>>> End_Function 125429>>> 125429>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 125431>>> Handle hDispatchDriver 125431>>> Variant retVal 125431>>> Get phDispatchDriver to hDispatchDriver 125432>>> Send PrepareParams to hDispatchDriver 4 125433>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125434>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 125435>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 125436>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 125437>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 125438>>> Function_Return retVal 125439>>> End_Function 125440>>> 125440>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 125442>>> Handle hDispatchDriver 125442>>> Get phDispatchDriver to hDispatchDriver 125443>>> Send PrepareParams to hDispatchDriver 4 125444>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 125445>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 125446>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 125447>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 125448>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 125449>>> End_Procedure 125450>>> 125450>>> Procedure ComStartEdit 125452>>> Handle hDispatchDriver 125452>>> Get phDispatchDriver to hDispatchDriver 125453>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 125454>>> End_Procedure 125455>>>End_Class 125456>>> 125456>>>Class cSigCjComPropertyGridItem is a cComAutomationObject 125457>>> Import_Class_Protocol cSigCjComIPropertyGridItem 125458>>> 125458>>> Procedure Construct_Object 125460>>> Forward Send Construct_Object 125462>>> Set peAutoCreate to acNoAutoCreate 125463>>> End_Procedure 125464>>>End_Class 125465>>> 125465>>>Class cSigCjComIPropertyGridItems is a Mixin 125466>>> 125466>>> Function ComCount Returns Integer 125468>>> Handle hDispatchDriver 125468>>> Integer retVal 125468>>> Get phDispatchDriver to hDispatchDriver 125469>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 125470>>> Function_Return retVal 125471>>> End_Function 125472>>> 125472>>> Procedure ComRemove Integer llIndex 125474>>> Handle hDispatchDriver 125474>>> Get phDispatchDriver to hDispatchDriver 125475>>> Send PrepareParams to hDispatchDriver 1 125476>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125477>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 125478>>> End_Procedure 125479>>> 125479>>> Procedure ComClear 125481>>> Handle hDispatchDriver 125481>>> Get phDispatchDriver to hDispatchDriver 125482>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 125483>>> End_Procedure 125484>>> 125484>>> // Returns a specific item. 125484>>> Function ComItem Integer llIndex Returns Variant 125486>>> Handle hDispatchDriver 125486>>> Variant retVal 125486>>> Get phDispatchDriver to hDispatchDriver 125487>>> Send PrepareParams to hDispatchDriver 1 125488>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125489>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 125490>>> Function_Return retVal 125491>>> End_Function 125492>>> 125492>>> Function Com_NewEnum Returns Variant 125494>>> Handle hDispatchDriver 125494>>> Variant retVal 125494>>> Get phDispatchDriver to hDispatchDriver 125495>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 125496>>> Function_Return retVal 125497>>> End_Function 125498>>>End_Class 125499>>> 125499>>>Class cSigCjComPropertyGridItems is a cComAutomationObject 125500>>> Import_Class_Protocol cSigCjComIPropertyGridItems 125501>>> 125501>>> Procedure Construct_Object 125503>>> Forward Send Construct_Object 125505>>> Set peAutoCreate to acNoAutoCreate 125506>>> End_Procedure 125507>>>End_Class 125508>>> 125508>>>Class cSigCjComIPropertyGridVerb is a Mixin 125509>>> 125509>>> Function ComCaption Returns String 125511>>> String retVal 125511>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to retVal 125512>>> Function_Return retVal 125513>>> End_Function 125514>>> 125514>>> Procedure Set ComCaption String value 125516>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_BSTR to value 125517>>> End_Procedure 125518>>> 125518>>> Function ComId Returns Integer 125520>>> Integer retVal 125520>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 125521>>> Function_Return retVal 125522>>> End_Function 125523>>> 125523>>> Procedure Set ComId Integer value 125525>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 125526>>> End_Procedure 125527>>>End_Class 125528>>> 125528>>>Class cSigCjComPropertyGridVerb is a cComAutomationObject 125529>>> Import_Class_Protocol cSigCjComIPropertyGridVerb 125530>>> 125530>>> Procedure Construct_Object 125532>>> Forward Send Construct_Object 125534>>> Set peAutoCreate to acNoAutoCreate 125535>>> End_Procedure 125536>>>End_Class 125537>>> 125537>>>Class cSigCjComIPropertyGridVerbs is a Mixin 125538>>> 125538>>> Function ComCount Returns Integer 125540>>> Handle hDispatchDriver 125540>>> Integer retVal 125540>>> Get phDispatchDriver to hDispatchDriver 125541>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 125542>>> Function_Return retVal 125543>>> End_Function 125544>>> 125544>>> Procedure ComClear 125546>>> Handle hDispatchDriver 125546>>> Get phDispatchDriver to hDispatchDriver 125547>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 125548>>> End_Procedure 125549>>> 125549>>> Procedure ComAdd String llTitle Integer llId 125551>>> Handle hDispatchDriver 125551>>> Get phDispatchDriver to hDispatchDriver 125552>>> Send PrepareParams to hDispatchDriver 2 125553>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125554>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 125555>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 125556>>> End_Procedure 125557>>> 125557>>> // Returns a specific item. 125557>>> Function ComVerb Integer llIndex Returns Variant 125559>>> Handle hDispatchDriver 125559>>> Variant retVal 125559>>> Get phDispatchDriver to hDispatchDriver 125560>>> Send PrepareParams to hDispatchDriver 1 125561>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125562>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 125563>>> Function_Return retVal 125564>>> End_Function 125565>>> 125565>>> Function Com_NewEnum Returns Variant 125567>>> Handle hDispatchDriver 125567>>> Variant retVal 125567>>> Get phDispatchDriver to hDispatchDriver 125568>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 125569>>> Function_Return retVal 125570>>> End_Function 125571>>>End_Class 125572>>> 125572>>>Class cSigCjComPropertyGridVerbs is a cComAutomationObject 125573>>> Import_Class_Protocol cSigCjComIPropertyGridVerbs 125574>>> 125574>>> Procedure Construct_Object 125576>>> Forward Send Construct_Object 125578>>> Set peAutoCreate to acNoAutoCreate 125579>>> End_Procedure 125580>>>End_Class 125581>>> 125581>>>Class cSigCjComIPropertyGridUpdateContext is a Mixin 125582>>>End_Class 125583>>> 125583>>>Class cSigCjComPropertyGridUpdateContext is a cComAutomationObject 125584>>> Import_Class_Protocol cSigCjComIPropertyGridUpdateContext 125585>>> 125585>>> Procedure Construct_Object 125587>>> Forward Send Construct_Object 125589>>> Set peAutoCreate to acNoAutoCreate 125590>>> End_Procedure 125591>>>End_Class 125592>>> 125592>>>// Dispatch interface for PropertyGrid Control 125592>>>Class cSigCjCom_DPropertyGrid is a Mixin 125593>>> 125593>>> Function ComToolBarVisible Returns Boolean 125595>>> Boolean retVal 125595>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 125596>>> Function_Return retVal 125597>>> End_Function 125598>>> 125598>>> Procedure Set ComToolBarVisible Boolean value 125600>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 125601>>> End_Procedure 125602>>> 125602>>> Function ComHelpVisible Returns Boolean 125604>>> Boolean retVal 125604>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 125605>>> Function_Return retVal 125606>>> End_Function 125607>>> 125607>>> Procedure Set ComHelpVisible Boolean value 125609>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 125610>>> End_Procedure 125611>>> 125611>>> Function ComPropertySort Returns OLEPropertySort 125613>>> OLEPropertySort retVal 125613>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 125614>>> Function_Return retVal 125615>>> End_Function 125616>>> 125616>>> Procedure Set ComPropertySort OLEPropertySort value 125618>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 125619>>> End_Procedure 125620>>> 125620>>> Function ComHelpBackColor Returns OLE_COLOR 125622>>> OLE_COLOR retVal 125622>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 125623>>> Function_Return retVal 125624>>> End_Function 125625>>> 125625>>> Procedure Set ComHelpBackColor OLE_COLOR value 125627>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 125628>>> End_Procedure 125629>>> 125629>>> Function ComHelpForeColor Returns OLE_COLOR 125631>>> OLE_COLOR retVal 125631>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 125632>>> Function_Return retVal 125633>>> End_Function 125634>>> 125634>>> Procedure Set ComHelpForeColor OLE_COLOR value 125636>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 125637>>> End_Procedure 125638>>> 125638>>> Function ComViewBackColor Returns OLE_COLOR 125640>>> OLE_COLOR retVal 125640>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 125641>>> Function_Return retVal 125642>>> End_Function 125643>>> 125643>>> Procedure Set ComViewBackColor OLE_COLOR value 125645>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 125646>>> End_Procedure 125647>>> 125647>>> Function ComViewForeColor Returns OLE_COLOR 125649>>> OLE_COLOR retVal 125649>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 125650>>> Function_Return retVal 125651>>> End_Function 125652>>> 125652>>> Procedure Set ComViewForeColor OLE_COLOR value 125654>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 125655>>> End_Procedure 125656>>> 125656>>> Function ComLineColor Returns OLE_COLOR 125658>>> OLE_COLOR retVal 125658>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 125659>>> Function_Return retVal 125660>>> End_Function 125661>>> 125661>>> Procedure Set ComLineColor OLE_COLOR value 125663>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 125664>>> End_Procedure 125665>>> 125665>>> Function ComViewCategoryForeColor Returns OLE_COLOR 125667>>> OLE_COLOR retVal 125667>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 125668>>> Function_Return retVal 125669>>> End_Function 125670>>> 125670>>> Procedure Set ComViewCategoryForeColor OLE_COLOR value 125672>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 125673>>> End_Procedure 125674>>> 125674>>> Function ComViewReadOnlyForeColor Returns OLE_COLOR 125676>>> OLE_COLOR retVal 125676>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 125677>>> Function_Return retVal 125678>>> End_Function 125679>>> 125679>>> Procedure Set ComViewReadOnlyForeColor OLE_COLOR value 125681>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 125682>>> End_Procedure 125683>>> 125683>>> Function ComVisualTheme Returns OLEXTPPropertyGridVisualTheme 125685>>> OLEXTPPropertyGridVisualTheme retVal 125685>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 125686>>> Function_Return retVal 125687>>> End_Function 125688>>> 125688>>> Procedure Set ComVisualTheme OLEXTPPropertyGridVisualTheme value 125690>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 125691>>> End_Procedure 125692>>> 125692>>> Function ComHelpHeight Returns Integer 125694>>> Integer retVal 125694>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 125695>>> Function_Return retVal 125696>>> End_Function 125697>>> 125697>>> Procedure Set ComHelpHeight Integer value 125699>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 125700>>> End_Procedure 125701>>> 125701>>> Function ComSplitterPos Returns Real 125703>>> Real retVal 125703>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_R8 to retVal 125704>>> Function_Return retVal 125705>>> End_Function 125706>>> 125706>>> Procedure Set ComSplitterPos Real value 125708>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_R8 to value 125709>>> End_Procedure 125710>>> 125710>>> Function ComVerbsHeight Returns Integer 125712>>> Integer retVal 125712>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 125713>>> Function_Return retVal 125714>>> End_Function 125715>>> 125715>>> Procedure Set ComVerbsHeight Integer value 125717>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 125718>>> End_Procedure 125719>>> 125719>>> Function ComNavigateItems Returns Boolean 125721>>> Boolean retVal 125721>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 125722>>> Function_Return retVal 125723>>> End_Function 125724>>> 125724>>> Procedure Set ComNavigateItems Boolean value 125726>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 125727>>> End_Procedure 125728>>> 125728>>> Function ComHighlightChangedItems Returns Boolean 125730>>> Boolean retVal 125730>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 125731>>> Function_Return retVal 125732>>> End_Function 125733>>> 125733>>> Procedure Set ComHighlightChangedItems Boolean value 125735>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 125736>>> End_Procedure 125737>>> 125737>>> Function ComHighlightChangedButtonItems Returns Boolean 125739>>> Boolean retVal 125739>>> Get ComProperty of (phDispatchDriver(Self)) 350 OLE_VT_BOOL to retVal 125740>>> Function_Return retVal 125741>>> End_Function 125742>>> 125742>>> Procedure Set ComHighlightChangedButtonItems Boolean value 125744>>> Set ComProperty of (phDispatchDriver(Self)) 350 OLE_VT_BOOL to value 125745>>> End_Procedure 125746>>> 125746>>> Function ComVariableItemsHeight Returns Boolean 125748>>> Boolean retVal 125748>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 125749>>> Function_Return retVal 125750>>> End_Function 125751>>> 125751>>> Procedure Set ComVariableItemsHeight Boolean value 125753>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 125754>>> End_Procedure 125755>>> 125755>>> Function ComHWnd Returns OLE_HANDLE 125757>>> OLE_HANDLE retVal 125757>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 125758>>> Function_Return retVal 125759>>> End_Function 125760>>> 125760>>> Procedure Set ComHWnd OLE_HANDLE value 125762>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 125763>>> End_Procedure 125764>>> 125764>>> Function ComEnabled Returns Boolean 125766>>> Boolean retVal 125766>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 125767>>> Function_Return retVal 125768>>> End_Function 125769>>> 125769>>> Procedure Set ComEnabled Boolean value 125771>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 125772>>> End_Procedure 125773>>> 125773>>> Function ComFont Returns Variant 125775>>> Variant retVal 125775>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 125776>>> Function_Return retVal 125777>>> End_Function 125778>>> 125778>>> Procedure Set ComFont Variant value 125780>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 125781>>> End_Procedure 125782>>> 125782>>> Function ComIcons Returns Variant 125784>>> Variant retVal 125784>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_DISPATCH to retVal 125785>>> Function_Return retVal 125786>>> End_Function 125787>>> 125787>>> Procedure Set ComIcons Variant value 125789>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_DISPATCH to value 125790>>> End_Procedure 125791>>> 125791>>> Function ComRightToLeft Returns Boolean 125793>>> Boolean retVal 125793>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 125794>>> Function_Return retVal 125795>>> End_Function 125796>>> 125796>>> Procedure Set ComRightToLeft Boolean value 125798>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 125799>>> End_Procedure 125800>>> 125800>>> // Returns/sets which item in a control is displayed in the topmost position 125800>>> Function ComTopIndex Returns Integer 125802>>> Integer retVal 125802>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 125803>>> Function_Return retVal 125804>>> End_Function 125805>>> 125805>>> // Returns/sets which item in a control is displayed in the topmost position 125805>>> Procedure Set ComTopIndex Integer value 125807>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 125808>>> End_Procedure 125809>>> 125809>>> Function ComVariableHelpHeight Returns Boolean 125811>>> Boolean retVal 125811>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 125812>>> Function_Return retVal 125813>>> End_Function 125814>>> 125814>>> Procedure Set ComVariableHelpHeight Boolean value 125816>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 125817>>> End_Procedure 125818>>> 125818>>> Function ComVariableSplitterPos Returns Boolean 125820>>> Boolean retVal 125820>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 125821>>> Function_Return retVal 125822>>> End_Function 125823>>> 125823>>> Procedure Set ComVariableSplitterPos Boolean value 125825>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 125826>>> End_Procedure 125827>>> 125827>>> Function ComBorderStyle Returns OLEXTPPropertyGridBorderStyle 125829>>> OLEXTPPropertyGridBorderStyle retVal 125829>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 125830>>> Function_Return retVal 125831>>> End_Function 125832>>> 125832>>> Procedure Set ComBorderStyle OLEXTPPropertyGridBorderStyle value 125834>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 125835>>> End_Procedure 125836>>> 125836>>> Function ComShowInplaceButtonsAlways Returns Boolean 125838>>> Boolean retVal 125838>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 125839>>> Function_Return retVal 125840>>> End_Function 125841>>> 125841>>> Procedure Set ComShowInplaceButtonsAlways Boolean value 125843>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 125844>>> End_Procedure 125845>>> 125845>>> Function ComLockRedraw Returns Boolean 125847>>> Boolean retVal 125847>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 125848>>> Function_Return retVal 125849>>> End_Function 125850>>> 125850>>> Procedure Set ComLockRedraw Boolean value 125852>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 125853>>> End_Procedure 125854>>> 125854>>> // Specifies whether the selection in a Property Grid is hidden when the control loses focus 125854>>> Function ComHideSelection Returns Boolean 125856>>> Boolean retVal 125856>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 125857>>> Function_Return retVal 125858>>> End_Function 125859>>> 125859>>> // Specifies whether the selection in a Property Grid is hidden when the control loses focus 125859>>> Procedure Set ComHideSelection Boolean value 125861>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 125862>>> End_Procedure 125863>>> 125863>>> Function ComNavigateCaptions Returns Boolean 125865>>> Boolean retVal 125865>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 125866>>> Function_Return retVal 125867>>> End_Function 125868>>> 125868>>> Procedure Set ComNavigateCaptions Boolean value 125870>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 125871>>> End_Procedure 125872>>> 125872>>> Function ComEnableMarkup Returns Boolean 125874>>> Boolean retVal 125874>>> Get ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to retVal 125875>>> Function_Return retVal 125876>>> End_Function 125877>>> 125877>>> Procedure Set ComEnableMarkup Boolean value 125879>>> Set ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to value 125880>>> End_Procedure 125881>>> 125881>>> Function ComAllowEdit Returns Boolean 125883>>> Boolean retVal 125883>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 125884>>> Function_Return retVal 125885>>> End_Function 125886>>> 125886>>> Procedure Set ComAllowEdit Boolean value 125888>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 125889>>> End_Procedure 125890>>> 125890>>> Function ComReCreateReparented Returns Boolean 125892>>> Boolean retVal 125892>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 125893>>> Function_Return retVal 125894>>> End_Function 125895>>> 125895>>> Procedure Set ComReCreateReparented Boolean value 125897>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 125898>>> End_Procedure 125899>>> 125899>>> Procedure ComAboutBox 125901>>> Handle hDispatchDriver 125901>>> Get phDispatchDriver to hDispatchDriver 125902>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 125903>>> End_Procedure 125904>>> 125904>>> Function ComCategories Returns Variant 125906>>> Handle hDispatchDriver 125906>>> Variant retVal 125906>>> Get phDispatchDriver to hDispatchDriver 125907>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 125908>>> Function_Return retVal 125909>>> End_Function 125910>>> 125910>>> Function ComAddCategory String llTitle Returns Variant 125912>>> Handle hDispatchDriver 125912>>> Variant retVal 125912>>> Get phDispatchDriver to hDispatchDriver 125913>>> Send PrepareParams to hDispatchDriver 1 125914>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125915>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 125916>>> Function_Return retVal 125917>>> End_Function 125918>>> 125918>>> Function ComFindItem Variant llCaptionOrId Returns Variant 125920>>> Handle hDispatchDriver 125920>>> Variant retVal 125920>>> Get phDispatchDriver to hDispatchDriver 125921>>> Send PrepareParams to hDispatchDriver 1 125922>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llCaptionOrId 125923>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 125924>>> Function_Return retVal 125925>>> End_Function 125926>>> 125926>>> Function ComSelected Returns Variant 125928>>> Handle hDispatchDriver 125928>>> Variant retVal 125928>>> Get phDispatchDriver to hDispatchDriver 125929>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 125930>>> Function_Return retVal 125931>>> End_Function 125932>>> 125932>>> Function ComInsertCategory Integer llIndex String llTitle Returns Variant 125934>>> Handle hDispatchDriver 125934>>> Variant retVal 125934>>> Get phDispatchDriver to hDispatchDriver 125935>>> Send PrepareParams to hDispatchDriver 2 125936>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 125937>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 125938>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 125939>>> Function_Return retVal 125940>>> End_Function 125941>>> 125941>>> Function ComVerbs Returns Variant 125943>>> Handle hDispatchDriver 125943>>> Variant retVal 125943>>> Get phDispatchDriver to hDispatchDriver 125944>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_DISPATCH to retVal 125945>>> Function_Return retVal 125946>>> End_Function 125947>>> 125947>>> Function ComBeginUpdate Returns Variant 125949>>> Handle hDispatchDriver 125949>>> Variant retVal 125949>>> Get phDispatchDriver to hDispatchDriver 125950>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 125951>>> Function_Return retVal 125952>>> End_Function 125953>>> 125953>>> Procedure ComEndUpdate Variant llContext 125955>>> Handle hDispatchDriver 125955>>> Get phDispatchDriver to hDispatchDriver 125956>>> Send PrepareParams to hDispatchDriver 1 125957>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llContext 125958>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 125959>>> End_Procedure 125960>>> 125960>>> Function ComToolTipContext Returns Variant 125962>>> Handle hDispatchDriver 125962>>> Variant retVal 125962>>> Get phDispatchDriver to hDispatchDriver 125963>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 125964>>> Function_Return retVal 125965>>> End_Function 125966>>> 125966>>> Function ComPaintManager Returns Variant 125968>>> Handle hDispatchDriver 125968>>> Variant retVal 125968>>> Get phDispatchDriver to hDispatchDriver 125969>>> Get InvokeComMethod of hDispatchDriver 32 OLE_VT_DISPATCH to retVal 125970>>> Function_Return retVal 125971>>> End_Function 125972>>> 125972>>> Procedure ComEditItem Variant llItem Boolean llSelectText 125974>>> Handle hDispatchDriver 125974>>> Get phDispatchDriver to hDispatchDriver 125975>>> Send PrepareParams to hDispatchDriver 2 125976>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 125977>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectText 125978>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 125979>>> End_Procedure 125980>>> 125980>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 125982>>> Handle hDispatchDriver 125982>>> Variant retVal 125982>>> Get phDispatchDriver to hDispatchDriver 125983>>> Send PrepareParams to hDispatchDriver 2 125984>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 125985>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 125986>>> Get InvokeComMethod of hDispatchDriver 51 OLE_VT_DISPATCH to retVal 125987>>> Function_Return retVal 125988>>> End_Function 125989>>> 125989>>> Function ComEditMode Returns Boolean 125991>>> Handle hDispatchDriver 125991>>> Boolean retVal 125991>>> Get phDispatchDriver to hDispatchDriver 125992>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_BOOL to retVal 125993>>> Function_Return retVal 125994>>> End_Function 125995>>> 125995>>> Function ComEditHwnd Returns OLE_HANDLE 125997>>> Handle hDispatchDriver 125997>>> OLE_HANDLE retVal 125997>>> Get phDispatchDriver to hDispatchDriver 125998>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_I4 to retVal 125999>>> Function_Return retVal 126000>>> End_Function 126001>>>End_Class 126002>>> 126002>>>// Event interface for PropertyGrid Control 126002>>>Class cSigCjCom_DPropertyGridEvents is a Mixin 126003>>> 126003>>> Procedure OnComPropertySortChanged 126005>>> End_Procedure 126006>>> 126006>>> Procedure OnComSelectionChanged Variant llItem 126008>>> End_Procedure 126009>>> 126009>>> Procedure OnComValueChanged Variant llItem 126011>>> End_Procedure 126012>>> 126012>>> Procedure OnComInplaceButtonDown Variant llButton Variant llCancel 126014>>> End_Procedure 126015>>> 126015>>> Procedure OnComDblClick Variant llItem 126017>>> End_Procedure 126018>>> 126018>>> Procedure OnComRClick Variant llItem 126020>>> End_Procedure 126021>>> 126021>>> Procedure OnComVerbClick Variant llVerb 126023>>> End_Procedure 126024>>> 126024>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 126026>>> End_Procedure 126027>>> 126027>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 126029>>> End_Procedure 126030>>> 126030>>> Procedure OnComCancelEdit Variant llItem 126032>>> End_Procedure 126033>>> 126033>>> Procedure OnComRequestEdit Variant llItem Boolean ByRef llCancel 126035>>> End_Procedure 126036>>> 126036>>> Procedure OnComAfterEdit Variant llItem String ByRef llNewValue Boolean ByRef llCancel 126038>>> End_Procedure 126039>>> 126039>>> Procedure OnComExpandChanged Variant llItem 126041>>> End_Procedure 126042>>> 126042>>> Procedure OnComEditChanged Variant llItem String ByRef llText 126044>>> End_Procedure 126045>>> 126045>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 126047>>> End_Procedure 126048>>> 126048>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 126050>>> End_Procedure 126051>>> 126051>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 126053>>> End_Procedure 126054>>> 126054>>> Procedure OnComReCreated 126056>>> End_Procedure 126057>>> 126057>>> Procedure RegisterComEvents 126059>>> Send RegisterComEvent 1 msg_OnComPropertySortChanged 126060>>> Send RegisterComEvent 2 msg_OnComSelectionChanged 126061>>> Send RegisterComEvent 3 msg_OnComValueChanged 126062>>> Send RegisterComEvent 4 msg_OnComInplaceButtonDown 126063>>> Send RegisterComEvent 5 msg_OnComDblClick 126064>>> Send RegisterComEvent 6 msg_OnComRClick 126065>>> Send RegisterComEvent 7 msg_OnComVerbClick 126066>>> Send RegisterComEvent -604 msg_OnComKeyUp 126067>>> Send RegisterComEvent -602 msg_OnComKeyDown 126068>>> Send RegisterComEvent 10 msg_OnComCancelEdit 126069>>> Send RegisterComEvent 11 msg_OnComRequestEdit 126070>>> Send RegisterComEvent 12 msg_OnComAfterEdit 126071>>> Send RegisterComEvent 13 msg_OnComExpandChanged 126072>>> Send RegisterComEvent 14 msg_OnComEditChanged 126073>>> Send RegisterComEvent -606 msg_OnComMouseMove 126074>>> Send RegisterComEvent -605 msg_OnComMouseDown 126075>>> Send RegisterComEvent -607 msg_OnComMouseUp 126076>>> Send RegisterComEvent 10001000 msg_OnComReCreated 126077>>> End_Procedure 126078>>>End_Class 126079>>> 126079>>>// Xtreme PropertyGrid Control 126079>>>Class cSigCjComPropertyGrid is a cComActiveXControl 126080>>> Import_Class_Protocol cSigCjCom_DPropertyGrid 126081>>> Import_Class_Protocol cSigCjCom_DPropertyGridEvents 126082>>> 126082>>> Procedure Construct_Object 126084>>> Forward Send Construct_Object 126086>>> Set psProgID to L_cSigCjComPropertyGrid 126087>>> Set psEventId to "{C0DE2030-9C8A-488B-8D2D-3B445A8FEA60}" 126088>>> Set psLicenseKey to L_cSigCjKeyPropertyGrid 126089>>> Set peAutoCreate to acDeferredAutoCreate 126090>>> End_Procedure 126091>>>End_Class 126092>>> 126092>>>// PropertyGrid Global Settings 126092>>>Class cSigCjComIPropertyGridGlobalSettings is a Mixin 126093>>> 126093>>> Function ComResourceFile Returns String 126095>>> String retVal 126095>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 126096>>> Function_Return retVal 126097>>> End_Function 126098>>> 126098>>> Procedure Set ComResourceFile String value 126100>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 126101>>> End_Procedure 126102>>> 126102>>> Function ComLicense Returns String 126104>>> String retVal 126104>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 126105>>> Function_Return retVal 126106>>> End_Function 126107>>> 126107>>> Procedure Set ComLicense String value 126109>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 126110>>> End_Procedure 126111>>> 126111>>> Function ComTitle Returns String 126113>>> String retVal 126113>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 126114>>> Function_Return retVal 126115>>> End_Function 126116>>> 126116>>> Procedure Set ComTitle String value 126118>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 126119>>> End_Procedure 126120>>> 126120>>> Function ComReCreateReparentedControls Returns Boolean 126122>>> Boolean retVal 126122>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 126123>>> Function_Return retVal 126124>>> End_Function 126125>>> 126125>>> Procedure Set ComReCreateReparentedControls Boolean value 126127>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 126128>>> End_Procedure 126129>>> 126129>>> Function ComColorManager Returns Variant 126131>>> Handle hDispatchDriver 126131>>> Variant retVal 126131>>> Get phDispatchDriver to hDispatchDriver 126132>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 126133>>> Function_Return retVal 126134>>> End_Function 126135>>> 126135>>> Function ComVersion Returns String 126137>>> Handle hDispatchDriver 126137>>> String retVal 126137>>> Get phDispatchDriver to hDispatchDriver 126138>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 126139>>> Function_Return retVal 126140>>> End_Function 126141>>> 126141>>> Function ComUnicode Returns Boolean 126143>>> Handle hDispatchDriver 126143>>> Boolean retVal 126143>>> Get phDispatchDriver to hDispatchDriver 126144>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 126145>>> Function_Return retVal 126146>>> End_Function 126147>>> 126147>>> Function ComOcxPath Returns String 126149>>> Handle hDispatchDriver 126149>>> String retVal 126149>>> Get phDispatchDriver to hDispatchDriver 126150>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 126151>>> Function_Return retVal 126152>>> End_Function 126153>>> 126153>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Returns Variant 126155>>> Handle hDispatchDriver 126155>>> Variant retVal 126155>>> Get phDispatchDriver to hDispatchDriver 126156>>> Send PrepareParams to hDispatchDriver 1 126157>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 126158>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 126159>>> Function_Return retVal 126160>>> End_Function 126161>>> 126161>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llProperty Variant llValue 126163>>> Handle hDispatchDriver 126163>>> Get phDispatchDriver to hDispatchDriver 126164>>> Send PrepareParams to hDispatchDriver 2 126165>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llProperty 126166>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 126167>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 126168>>> End_Procedure 126169>>> 126169>>> Function ComResourceImages Returns Variant 126171>>> Handle hDispatchDriver 126171>>> Variant retVal 126171>>> Get phDispatchDriver to hDispatchDriver 126172>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 126173>>> Function_Return retVal 126174>>> End_Function 126175>>> 126175>>> Function ComIcons Returns Variant 126177>>> Handle hDispatchDriver 126177>>> Variant retVal 126177>>> Get phDispatchDriver to hDispatchDriver 126178>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 126179>>> Function_Return retVal 126180>>> End_Function 126181>>>End_Class 126182>>> 126182>>>// PropertyGrid Global Settings 126182>>>Class cSigCjComPropertyGridGlobalSettings is a cComAutomationObject 126183>>> Import_Class_Protocol cSigCjComIPropertyGridGlobalSettings 126184>>> 126184>>> Procedure Construct_Object 126186>>> Forward Send Construct_Object 126188>>> Set psProgID to L_cSigCjComPropertyGridGlobalSettings 126189>>> Set peAutoCreate to acNoAutoCreate 126190>>> End_Procedure 126191>>>End_Class 126192>>> 126192>>>Class cSigCjComPropertyGridItemOption is a cComAutomationObject 126193>>> 126193>>> Function ComValue Returns Variant 126195>>> Variant retVal 126195>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to retVal 126196>>> Function_Return retVal 126197>>> End_Function 126198>>> 126198>>> Procedure Set ComValue Variant value 126200>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_VARIANT to value 126201>>> End_Procedure 126202>>> 126202>>> Function ComExpanded Returns Boolean 126204>>> Boolean retVal 126204>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 126205>>> Function_Return retVal 126206>>> End_Function 126207>>> 126207>>> Procedure Set ComExpanded Boolean value 126209>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 126210>>> End_Procedure 126211>>> 126211>>> Function ComReadOnly Returns Boolean 126213>>> Boolean retVal 126213>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 126214>>> Function_Return retVal 126215>>> End_Function 126216>>> 126216>>> Procedure Set ComReadOnly Boolean value 126218>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 126219>>> End_Procedure 126220>>> 126220>>> Function ComSelected Returns Boolean 126222>>> Boolean retVal 126222>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 126223>>> Function_Return retVal 126224>>> End_Function 126225>>> 126225>>> Procedure Set ComSelected Boolean value 126227>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 126228>>> End_Procedure 126229>>> 126229>>> Function ComCaption Returns String 126231>>> String retVal 126231>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 126232>>> Function_Return retVal 126233>>> End_Function 126234>>> 126234>>> Procedure Set ComCaption String value 126236>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 126237>>> End_Procedure 126238>>> 126238>>> Function ComDescription Returns String 126240>>> String retVal 126240>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to retVal 126241>>> Function_Return retVal 126242>>> End_Function 126243>>> 126243>>> Procedure Set ComDescription String value 126245>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BSTR to value 126246>>> End_Procedure 126247>>> 126247>>> Function ComTag Returns Variant 126249>>> Variant retVal 126249>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to retVal 126250>>> Function_Return retVal 126251>>> End_Function 126252>>> 126252>>> Procedure Set ComTag Variant value 126254>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_VARIANT to value 126255>>> End_Procedure 126256>>> 126256>>> Function ComFlags Returns OLEPropertyItemFlags 126258>>> OLEPropertyItemFlags retVal 126258>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 126259>>> Function_Return retVal 126260>>> End_Function 126261>>> 126261>>> Procedure Set ComFlags OLEPropertyItemFlags value 126263>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 126264>>> End_Procedure 126265>>> 126265>>> Function ComConstraintEdit Returns Boolean 126267>>> Boolean retVal 126267>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 126268>>> Function_Return retVal 126269>>> End_Function 126270>>> 126270>>> Procedure Set ComConstraintEdit Boolean value 126272>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 126273>>> End_Procedure 126274>>> 126274>>> Function ComFormat Returns String 126276>>> String retVal 126276>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to retVal 126277>>> Function_Return retVal 126278>>> End_Function 126279>>> 126279>>> Procedure Set ComFormat String value 126281>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BSTR to value 126282>>> End_Procedure 126283>>> 126283>>> Function ComPasswordMask Returns Boolean 126285>>> Boolean retVal 126285>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 126286>>> Function_Return retVal 126287>>> End_Function 126288>>> 126288>>> Procedure Set ComPasswordMask Boolean value 126290>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 126291>>> End_Procedure 126292>>> 126292>>> Function ComMaskedText Returns String 126294>>> String retVal 126294>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to retVal 126295>>> Function_Return retVal 126296>>> End_Function 126297>>> 126297>>> Procedure Set ComMaskedText String value 126299>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BSTR to value 126300>>> End_Procedure 126301>>> 126301>>> Function ComId Returns Integer 126303>>> Integer retVal 126303>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 126304>>> Function_Return retVal 126305>>> End_Function 126306>>> 126306>>> Procedure Set ComId Integer value 126308>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 126309>>> End_Procedure 126310>>> 126310>>> Function ComDefaultValue Returns String 126312>>> String retVal 126312>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to retVal 126313>>> Function_Return retVal 126314>>> End_Function 126315>>> 126315>>> Procedure Set ComDefaultValue String value 126317>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BSTR to value 126318>>> End_Procedure 126319>>> 126319>>> Function ComHidden Returns Boolean 126321>>> Boolean retVal 126321>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 126322>>> Function_Return retVal 126323>>> End_Function 126324>>> 126324>>> Procedure Set ComHidden Boolean value 126326>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 126327>>> End_Procedure 126328>>> 126328>>> Function ComHeight Returns Integer 126330>>> Integer retVal 126330>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 126331>>> Function_Return retVal 126332>>> End_Function 126333>>> 126333>>> Procedure Set ComHeight Integer value 126335>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 126336>>> End_Procedure 126337>>> 126337>>> Function ComMultiLinesCount Returns Integer 126339>>> Integer retVal 126339>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 126340>>> Function_Return retVal 126341>>> End_Function 126342>>> 126342>>> Procedure Set ComMultiLinesCount Integer value 126344>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 126345>>> End_Procedure 126346>>> 126346>>> Function ComEditStyle Returns OLEPropertyItemEditStyle 126348>>> OLEPropertyItemEditStyle retVal 126348>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 126349>>> Function_Return retVal 126350>>> End_Function 126351>>> 126351>>> Procedure Set ComEditStyle OLEPropertyItemEditStyle value 126353>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 126354>>> End_Procedure 126355>>> 126355>>> Function ComDropDownItemCount Returns Integer 126357>>> Integer retVal 126357>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 126358>>> Function_Return retVal 126359>>> End_Function 126360>>> 126360>>> Procedure Set ComDropDownItemCount Integer value 126362>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 126363>>> End_Procedure 126364>>> 126364>>> Function ComAutoComplete Returns Boolean 126366>>> Boolean retVal 126366>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 126367>>> Function_Return retVal 126368>>> End_Function 126369>>> 126369>>> Procedure Set ComAutoComplete Boolean value 126371>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 126372>>> End_Procedure 126373>>> 126373>>> Function ComExpandable Returns Boolean 126375>>> Boolean retVal 126375>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 126376>>> Function_Return retVal 126377>>> End_Function 126378>>> 126378>>> Procedure Set ComExpandable Boolean value 126380>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 126381>>> End_Procedure 126382>>> 126382>>> Function ComTooltip Returns String 126384>>> String retVal 126384>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to retVal 126385>>> Function_Return retVal 126386>>> End_Function 126387>>> 126387>>> Procedure Set ComTooltip String value 126389>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BSTR to value 126390>>> End_Procedure 126391>>> 126391>>> Function ComMarkupTemplate Returns String 126393>>> String retVal 126393>>> Get ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to retVal 126394>>> Function_Return retVal 126395>>> End_Function 126396>>> 126396>>> Procedure Set ComMarkupTemplate String value 126398>>> Set ComProperty of (phDispatchDriver(Self)) 121 OLE_VT_BSTR to value 126399>>> End_Procedure 126400>>> 126400>>> Function ComCheckBoxStyle Returns Boolean 126402>>> Boolean retVal 126402>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to retVal 126403>>> Function_Return retVal 126404>>> End_Function 126405>>> 126405>>> Procedure Set ComCheckBoxStyle Boolean value 126407>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BOOL to value 126408>>> End_Procedure 126409>>> 126409>>> Function ComConstraints Returns Variant 126411>>> Handle hDispatchDriver 126411>>> Variant retVal 126411>>> Get phDispatchDriver to hDispatchDriver 126412>>> Get InvokeComMethod of hDispatchDriver 97 OLE_VT_DISPATCH to retVal 126413>>> Function_Return retVal 126414>>> End_Function 126415>>> 126415>>> Function ComChilds Returns Variant 126417>>> Handle hDispatchDriver 126417>>> Variant retVal 126417>>> Get phDispatchDriver to hDispatchDriver 126418>>> Get InvokeComMethod of hDispatchDriver 98 OLE_VT_DISPATCH to retVal 126419>>> Function_Return retVal 126420>>> End_Function 126421>>> 126421>>> Function ComParent Returns Variant 126423>>> Handle hDispatchDriver 126423>>> Variant retVal 126423>>> Get phDispatchDriver to hDispatchDriver 126424>>> Get InvokeComMethod of hDispatchDriver 99 OLE_VT_DISPATCH to retVal 126425>>> Function_Return retVal 126426>>> End_Function 126427>>> 126427>>> Function ComAddChildItem OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 126429>>> Handle hDispatchDriver 126429>>> Variant retVal 126429>>> Get phDispatchDriver to hDispatchDriver 126430>>> Send PrepareParams to hDispatchDriver 3 126431>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 126432>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 126433>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 126434>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 126435>>> Function_Return retVal 126436>>> End_Function 126437>>> 126437>>> Function ComType Returns OLEPropertyItemType 126439>>> Handle hDispatchDriver 126439>>> OLEPropertyItemType retVal 126439>>> Get phDispatchDriver to hDispatchDriver 126440>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_I4 to retVal 126441>>> Function_Return retVal 126442>>> End_Function 126443>>> 126443>>> Function ComAddChildItemBinded OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 126445>>> Handle hDispatchDriver 126445>>> Variant retVal 126445>>> Get phDispatchDriver to hDispatchDriver 126446>>> Send PrepareParams to hDispatchDriver 3 126447>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 126448>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 126449>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 126450>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_DISPATCH to retVal 126451>>> Function_Return retVal 126452>>> End_Function 126453>>> 126453>>> Procedure ComSetMask String llMask String llLiteral Variant llPrompt 126455>>> Handle hDispatchDriver 126455>>> Get phDispatchDriver to hDispatchDriver 126456>>> Send PrepareParams to hDispatchDriver 3 126457>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llMask 126458>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llLiteral 126459>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llPrompt 126460>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 126461>>> End_Procedure 126462>>> 126462>>> Function ComInsertChildItem Integer llIndex OLEPropertyItemType llType String llTitle Variant llValue Returns Variant 126464>>> Handle hDispatchDriver 126464>>> Variant retVal 126464>>> Get phDispatchDriver to hDispatchDriver 126465>>> Send PrepareParams to hDispatchDriver 4 126466>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 126467>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 126468>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llTitle 126469>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 126470>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_DISPATCH to retVal 126471>>> Function_Return retVal 126472>>> End_Function 126473>>> 126473>>> Procedure ComRemove 126475>>> Handle hDispatchDriver 126475>>> Get phDispatchDriver to hDispatchDriver 126476>>> Send InvokeComMethod to hDispatchDriver 106 OLE_VT_VOID 126477>>> End_Procedure 126478>>> 126478>>> Function ComValueMetrics Returns Variant 126480>>> Handle hDispatchDriver 126480>>> Variant retVal 126480>>> Get phDispatchDriver to hDispatchDriver 126481>>> Get InvokeComMethod of hDispatchDriver 110 OLE_VT_DISPATCH to retVal 126482>>> Function_Return retVal 126483>>> End_Function 126484>>> 126484>>> Function ComCaptionMetrics Returns Variant 126486>>> Handle hDispatchDriver 126486>>> Variant retVal 126486>>> Get phDispatchDriver to hDispatchDriver 126487>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_DISPATCH to retVal 126488>>> Function_Return retVal 126489>>> End_Function 126490>>> 126490>>> Procedure ComEnsureVisible 126492>>> Handle hDispatchDriver 126492>>> Get phDispatchDriver to hDispatchDriver 126493>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 126494>>> End_Procedure 126495>>> 126495>>> Function ComIndex Returns Integer 126497>>> Handle hDispatchDriver 126497>>> Integer retVal 126497>>> Get phDispatchDriver to hDispatchDriver 126498>>> Get InvokeComMethod of hDispatchDriver 113 OLE_VT_I4 to retVal 126499>>> Function_Return retVal 126500>>> End_Function 126501>>> 126501>>> Function ComAddInplaceButton Integer llId Returns Variant 126503>>> Handle hDispatchDriver 126503>>> Variant retVal 126503>>> Get phDispatchDriver to hDispatchDriver 126504>>> Send PrepareParams to hDispatchDriver 1 126505>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 126506>>> Get InvokeComMethod of hDispatchDriver 114 OLE_VT_DISPATCH to retVal 126507>>> Function_Return retVal 126508>>> End_Function 126509>>> 126509>>> Function ComAddSliderControl Returns Variant 126511>>> Handle hDispatchDriver 126511>>> Variant retVal 126511>>> Get phDispatchDriver to hDispatchDriver 126512>>> Get InvokeComMethod of hDispatchDriver 115 OLE_VT_DISPATCH to retVal 126513>>> Function_Return retVal 126514>>> End_Function 126515>>> 126515>>> Function ComAddSpinButton Returns Variant 126517>>> Handle hDispatchDriver 126517>>> Variant retVal 126517>>> Get phDispatchDriver to hDispatchDriver 126518>>> Get InvokeComMethod of hDispatchDriver 116 OLE_VT_DISPATCH to retVal 126519>>> Function_Return retVal 126520>>> End_Function 126521>>> 126521>>> Function ComInplaceButtons Returns Variant 126523>>> Handle hDispatchDriver 126523>>> Variant retVal 126523>>> Get phDispatchDriver to hDispatchDriver 126524>>> Get InvokeComMethod of hDispatchDriver 117 OLE_VT_DISPATCH to retVal 126525>>> Function_Return retVal 126526>>> End_Function 126527>>> 126527>>> Function ComInsertChildItemBinded Integer llIndex OLEPropertyItemType llType Variant llHandler String llProperty Returns Variant 126529>>> Handle hDispatchDriver 126529>>> Variant retVal 126529>>> Get phDispatchDriver to hDispatchDriver 126530>>> Send PrepareParams to hDispatchDriver 4 126531>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 126532>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 126533>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llHandler 126534>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProperty 126535>>> Get InvokeComMethod of hDispatchDriver 118 OLE_VT_DISPATCH to retVal 126536>>> Function_Return retVal 126537>>> End_Function 126538>>> 126538>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 126540>>> Handle hDispatchDriver 126540>>> Get phDispatchDriver to hDispatchDriver 126541>>> Send PrepareParams to hDispatchDriver 4 126542>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 126543>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 126544>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 126545>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 126546>>> Send InvokeComMethod to hDispatchDriver 119 OLE_VT_VOID 126547>>> End_Procedure 126548>>> 126548>>> Procedure ComStartEdit 126550>>> Handle hDispatchDriver 126550>>> Get phDispatchDriver to hDispatchDriver 126551>>> Send InvokeComMethod to hDispatchDriver 120 OLE_VT_VOID 126552>>> End_Procedure 126553>>>End_Class 126554>>> 126554>>>Class cSigCjComPropertyGridPaintManager is a cComAutomationObject 126555>>> 126555>>> Function ComHelpBackColor Returns OLE_COLOR 126557>>> OLE_COLOR retVal 126557>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 126558>>> Function_Return retVal 126559>>> End_Function 126560>>> 126560>>> Procedure Set ComHelpBackColor OLE_COLOR value 126562>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 126563>>> End_Procedure 126564>>> 126564>>> Function ComHelpForeColor Returns OLE_COLOR 126566>>> OLE_COLOR retVal 126566>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 126567>>> Function_Return retVal 126568>>> End_Function 126569>>> 126569>>> Procedure Set ComHelpForeColor OLE_COLOR value 126571>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 126572>>> End_Procedure 126573>>> 126573>>> Function ComViewBackColor Returns OLE_COLOR 126575>>> OLE_COLOR retVal 126575>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 126576>>> Function_Return retVal 126577>>> End_Function 126578>>> 126578>>> Procedure Set ComViewBackColor OLE_COLOR value 126580>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 126581>>> End_Procedure 126582>>> 126582>>> Function ComViewForeColor Returns OLE_COLOR 126584>>> OLE_COLOR retVal 126584>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 126585>>> Function_Return retVal 126586>>> End_Function 126587>>> 126587>>> Procedure Set ComViewForeColor OLE_COLOR value 126589>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 126590>>> End_Procedure 126591>>> 126591>>> Function ComLineColor Returns OLE_COLOR 126593>>> OLE_COLOR retVal 126593>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 126594>>> Function_Return retVal 126595>>> End_Function 126596>>> 126596>>> Procedure Set ComLineColor OLE_COLOR value 126598>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 126599>>> End_Procedure 126600>>> 126600>>> Function ComViewCategoryForeColor Returns OLE_COLOR 126602>>> OLE_COLOR retVal 126602>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 126603>>> Function_Return retVal 126604>>> End_Function 126605>>> 126605>>> Procedure Set ComViewCategoryForeColor OLE_COLOR value 126607>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 126608>>> End_Procedure 126609>>> 126609>>> Function ComViewReadOnlyForeColor Returns OLE_COLOR 126611>>> OLE_COLOR retVal 126611>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 126612>>> Function_Return retVal 126613>>> End_Function 126614>>> 126614>>> Procedure Set ComViewReadOnlyForeColor OLE_COLOR value 126616>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 126617>>> End_Procedure 126618>>> 126618>>> Function ComBackgroundColor Returns OLE_COLOR 126620>>> OLE_COLOR retVal 126620>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 126621>>> Function_Return retVal 126622>>> End_Function 126623>>> 126623>>> Procedure Set ComBackgroundColor OLE_COLOR value 126625>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 126626>>> End_Procedure 126627>>> 126627>>> Function ComShadowColor Returns OLE_COLOR 126629>>> OLE_COLOR retVal 126629>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 126630>>> Function_Return retVal 126631>>> End_Function 126632>>> 126632>>> Procedure Set ComShadowColor OLE_COLOR value 126634>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 126635>>> End_Procedure 126636>>> 126636>>> Function ComHighlightBackColor Returns OLE_COLOR 126638>>> OLE_COLOR retVal 126638>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 126639>>> Function_Return retVal 126640>>> End_Function 126641>>> 126641>>> Procedure Set ComHighlightBackColor OLE_COLOR value 126643>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 126644>>> End_Procedure 126645>>> 126645>>> Function ComHighlightForeColor Returns OLE_COLOR 126647>>> OLE_COLOR retVal 126647>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 126648>>> Function_Return retVal 126649>>> End_Function 126650>>> 126650>>> Procedure Set ComHighlightForeColor OLE_COLOR value 126652>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 126653>>> End_Procedure 126654>>> 126654>>> Function ComHyperlinkColor Returns OLE_COLOR 126656>>> OLE_COLOR retVal 126656>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 126657>>> Function_Return retVal 126658>>> End_Function 126659>>> 126659>>> Procedure Set ComHyperlinkColor OLE_COLOR value 126661>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 126662>>> End_Procedure 126663>>> 126663>>> Function ComItemsBorderHeight Returns Integer 126665>>> Integer retVal 126665>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 126666>>> Function_Return retVal 126667>>> End_Function 126668>>> 126668>>> Procedure Set ComItemsBorderHeight Integer value 126670>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 126671>>> End_Procedure 126672>>>End_Class 126673>>> 126673>>>//============================================================================== 126673>>>//End of package - SigCjW_PropertyGrid.pkg 126673>>>//============================================================================== 126673>>> 126673>Use SigCjW_ReportControl.pkg Including file: SigCjW_ReportControl.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_ReportControl.pkg) 126673>>>//============================================================================== 126673>>>// Project : SigCj - VDF Classes for Codejock 126673>>>// File : SigCjW_ReportControl.pkg 126673>>>// From : Codejock.ReportControl.v20.3.0.ocx 126673>>>// Description : DF COM Wrapper Class for Codejock controls 126673>>>// 126673>>>// Created by : Ian Smith 126673>>>// Revision : $Rev$ 126673>>>// $Date$ 126673>>>// $Author$ 126673>>>// 126673>>>// Requirements : Visual DataFlex 19.1 126673>>>// Codejock SuitePro - Version 20.3.0 126673>>>// 126673>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 126673>>>// Visual DataFlex Special Interest Group UK. 126673>>>// http://www.vdfsig.co.uk 126673>>>// 126673>>>// This file is part of SigCj. 126673>>>// 126673>>>// SigCj is free software: you can redistribute it and/or modify 126673>>>// it under the terms of the GNU Lesser General Public License 126673>>>// as published by the Free Software Foundation, either version 126673>>>// 2.1 of the License, or (at your option) any later version. 126673>>>// 126673>>>// SigCj is distributed in the hope that it will be useful, but 126673>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 126673>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 126673>>>// GNU Lesser General Public License for more details. 126673>>>// 126673>>>// If you have the complete SigCj workspace then a copy of the 126673>>>// GNU Lesser General Public License is in the Docs folder. If 126673>>>// not, see . 126673>>>// 126673>>>//============================================================================== 126673>>>//CompilerWarnings Suspend 126673>>> 126673>>>Use FlexCom20.pkg 126673>>> 126673>>>Use SigCjLicense.pkg 126673>>>Use SigCjC_AmbientProperty.pkg 126673>>>Use SigCjC_ColorManager.pkg 126673>>>Use SigCjC_DataObjectFiles.pkg 126673>>>Use SigCjC_Drag_Drop.pkg 126673>>>Use SigCjC_ImageManager.pkg 126673>>>Use SigCjC_Markup.pkg 126673>>>Use SigCjC_Print.pkg 126673>>>Use SigCjC_PropExchange.pkg 126673>>>Use SigCjC_ResourceImages.pkg 126673>>>Use SigCjC_ToolTip.pkg 126673>>> 126673>>>Define OLEXTPReportScrollMode for Integer 126673>>> Define OLExtpReportScrollModeNone for 0 126673>>> Define OLExtpReportScrollModeBlockCount for 1 126673>>> Define OLExtpReportScrollModeBlockSize for 3 126673>>> Define OLExtpReportScrollModeSmooth for 2 126673>>> Define OLExtpReportScrollModeBlock for 1 126673>>> 126673>>>Define OLEXTPReportPaintTheme for Integer 126673>>> Define OLExtpReportThemeDefault for 0 126673>>> Define OLExtpReportThemeOfficeXP for 1 126673>>> Define OLExtpReportThemeOffice2003 for 2 126673>>> Define OLExtpReportThemeOffice2003Luna for 3 126673>>> Define OLExtpReportThemeOffice2013 for 4 126673>>> Define OLExtpReportThemeOffice2016 for 4 126673>>> Define OLExtpReportThemeVisualStudio2012Light for 5 126673>>> Define OLExtpReportThemeVisualStudio2012Dark for 6 126673>>> Define OLExtpReportThemeVisualStudio2012Blue for 7 126673>>> Define OLExtpReportThemeVisualStudio2015 for 8 126673>>> Define OLExtpReportThemeExplorer for 9 126673>>> Define OLExtpReportThemeResource for 10 126673>>> Define OLExtpReportThemeNativeWindows10 for 11 126673>>> 126673>>>Define OLEXTPReportSelectionChangeType for Integer 126673>>> Define OLExtpReportSelectionAdd for 0 126673>>> Define OLExtpReportSelectionRemove for 1 126673>>> Define OLExtpReportSelectionClear for 2 126673>>> 126673>>>Define OLEXTPColumnAlignment for Integer 126673>>> Define OLExtpAlignmentLeft for 0 126673>>> Define OLExtpAlignmentCenter for 1 126673>>> Define OLExtpAlignmentRight for 2 126673>>> Define OLExtpAlignmentVCenter for 4 126673>>> Define OLExtpAlignmentWordBreak for 16 126673>>> Define OLExtpAlignmentTextMask for 255 126673>>> Define OLExtpAlignmentIconLeft for 1048576 126673>>> Define OLExtpAlignmentIconCenter for 2097152 126673>>> Define OLExtpAlignmentIconRight for 4194304 126673>>> Define OLExtpAlignmentIconTop for 16777216 126673>>> Define OLExtpAlignmentIconVCenter for 33554432 126673>>> Define OLExtpAlignmentIconBottom for 67108864 126673>>> Define OLExtpAlignmentIconMask for 267386880 126673>>> 126673>>>Define OLEXTPGroupRowIconAlignment for Integer 126673>>> Define OLExtpGroupRowIconUnknown for 0 126673>>> Define OLExtpGroupRowIconLeft for 1 126673>>> Define OLExtpGroupRowIconBeforeText for 2 126673>>> Define OLExtpGroupRowIconAfterText for 4 126673>>> Define OLExtpGroupRowIconRight for 8 126673>>> Define OLExtpGroupRowIconVTop for 256 126673>>> Define OLExtpGroupRowIconVCenter for 512 126673>>> Define OLExtpGroupRowIconVCenterToText for 1024 126673>>> Define OLExtpGroupRowIconVBottom for 2048 126673>>> 126673>>>Define OLEXTPVirtualRowFlags for Integer 126673>>> Define OLExtpVirtualRowUnknown for 0 126673>>> Define OLExtpVirtualRowHasChildren for 1 126673>>> Define OLExtpVirtualRowLastChild for 2 126673>>> 126673>>>Define OLEXTPColumnBestFitMode for Integer 126673>>> Define OLExtpBestFitModeVisibleData for 0 126673>>> Define OLExtpBestFitModeAllData for 1 126673>>> 126673>>>Define OLEXTPReportEditStyle for Integer 126673>>> Define OLExtpEditStyleMultiline for 4 126673>>> Define OLExtpEditStyleAutoVScroll for 64 126673>>> Define OLExtpEditStyleAutoHScroll for 128 126673>>> Define OLExtpEditStyleUppercase for 8 126673>>> Define OLExtpEditStyleLowercase for 16 126673>>> Define OLExtpEditStyleNumber for 8192 126673>>> Define OLExtpEditStyleReadOnly for 2048 126673>>> 126673>>>Define OLEXTPReportGridStyle for Integer 126673>>> Define OLExtpGridNoLines for 0 126673>>> Define OLExtpGridSmallDots for 1 126673>>> Define OLExtpGridLargeDots for 2 126673>>> Define OLExtpGridDashes for 3 126673>>> Define OLExtpGridSolid for 4 126673>>> 126673>>>Define OLEXTPReportColumnStyle for Integer 126673>>> Define OLExtpColumnShaded for 0 126673>>> Define OLExtpColumnFlat for 1 126673>>> Define OLExtpColumnExplorer for 2 126673>>> Define OLExtpColumnOffice2003 for 3 126673>>> Define OLExtpColumnResource for 4 126673>>> 126673>>>Define OLEXTPReportTreeStructureStyle for Integer 126673>>> Define OLExtpTreeStructureNone for 0 126673>>> Define OLExtpTreeStructureSolid for 1 126673>>> Define OLExtpTreeStructureDots for 2 126673>>> 126673>>>Define OLEXTPReportBorderStyle for Integer 126673>>> Define OLExtpBorderNone for 0 126673>>> Define OLExtpBorderFlat for 1 126673>>> Define OLExtpBorderStaticEdge for 2 126673>>> Define OLExtpBorderClientEdge for 3 126673>>> Define OLExtpBorderFrame for 4 126673>>> Define OLExtpBorderThemedFrame for 5 126673>>> 126673>>>Define OLEXTPReportHitTestInfoCode for Integer 126673>>> Define OLExtpHitTestUnknown for 0 126673>>> Define OLExtpHitTestHeader for 1 126673>>> Define OLExtpHitTestGroupBox for 2 126673>>> Define OLExtpHitTestBodyRows for 3 126673>>> Define OLExtpHitTestBlock for 4 126673>>> Define OLExtpHitTestHeaderRows for 5 126673>>> Define OLExtpHitTestFooterRows for 6 126673>>> Define OLExtpHitTestReportArea for 3 126673>>> 126673>>>Define OLEXTPReportCustomDraw for Integer 126673>>> Define OLExtpCustomDrawItem for 1 126673>>> Define OLExtpCustomMeasureRow for 2 126673>>> Define OLExtpCustomBeforeDrawRow for 4 126673>>> Define OLExtpCustomDrawPreviewItem for 8 126673>>> Define OLExtpCustomMeasurePreviewItem for 16 126673>>> 126673>>>Define OLEXTPReportDragDrop for Integer 126673>>> Define OLExtpReportAllowDrop for 1 126673>>> Define OLExtpReportAllowDragCopy for 2 126673>>> Define OLExtpReportAllowDragMove for 4 126673>>> Define OLExtpReportAllowDrag for 6 126673>>> Define OLExtpReportDontDropAsText for 8 126673>>> 126673>>>Define OLEXTPReportFreezeColsDividerStyle for Integer 126673>>> Define OLExtpReportFreezeColsDividerThin for 1 126673>>> Define OLExtpReportFreezeColsDividerBold for 2 126673>>> Define OLExtpReportFreezeColsDividerHeader for 4 126673>>> Define OLExtpReportFreezeColsDividerShade for 8 126673>>> Define OLExtpReportFreezeColsDividerShowAlways for 16 126673>>> 126673>>>Define OLEXTPReportFixedRowsDividerStyle for Integer 126673>>> Define OLExtpReportFixedRowsDividerNone for 0 126673>>> Define OLExtpReportFixedRowsDividerThin for 1 126673>>> Define OLExtpReportFixedRowsDividerBold for 2 126673>>> Define OLExtpReportFixedRowsDividerShade for 4 126673>>> Define OLExtpReportFixedRowsDividerOutlook for 8 126673>>> 126673>>>Define OLEXTPReportWatermarkAlignment for Integer 126673>>> Define OLExtpReportWatermarkUnknown for 0 126673>>> Define OLExtpReportWatermarkLeft for 1 126673>>> Define OLExtpReportWatermarkCenter for 2 126673>>> Define OLExtpReportWatermarkRight for 4 126673>>> Define OLExtpReportWatermarkHmask for 15 126673>>> Define OLExtpReportWatermarkTop for 16 126673>>> Define OLExtpReportWatermarkVCenter for 32 126673>>> Define OLExtpReportWatermarkBottom for 64 126673>>> Define OLExtpReportWatermarkVmask for 240 126673>>> Define OLExtpReportWatermarkStretch for 256 126673>>> Define OLExtpReportWatermarkEnlargeOnly for 512 126673>>> Define OLExtpReportWatermarkShrinkOnly for 1024 126673>>> Define OLExtpReportWatermarkPreserveRatio for 2048 126673>>> 126673>>>Define OLEXTPReportElementRect for Integer 126673>>> Define OLExtpReportElementRectReportArea for 0 126673>>> Define OLExtpReportElementRectGroupByArea for 1 126673>>> Define OLExtpReportElementRectHeaderArea for 2 126673>>> Define OLExtpReportElementRectFooterArea for 3 126673>>> Define OLExtpReportElementRectHeaderRecordsArea for 4 126673>>> Define OLExtpReportElementRectFooterRecordsArea for 5 126673>>> Define OLExtpReportElementRectHeaderRecordsDividerArea for 6 126673>>> Define OLExtpReportElementRectFooterRecordsDividerArea for 7 126673>>> 126673>>>Define OLEXTPReportItemControlType for Integer 126673>>> Define OLExtpReportItemControlTypeUndefined for 0 126673>>> Define OLExtpReportItemControlTypeButton for 1 126673>>> 126673>>>Define OLEXTPReportItemControlAlignment for Integer 126673>>> Define OLExtpReportItemControlUnknown for 0 126673>>> Define OLExtpReportItemControlLeft for 1 126673>>> Define OLExtpReportItemControlRight for 2 126673>>> 126673>>>Define OLEXTPReportItemButtonState for Integer 126673>>> Define OLExtpReportItemButtonStateAll for 0 126673>>> Define OLExtpReportItemButtonStateNormal for 1 126673>>> Define OLExtpReportItemButtonStateHot for 2 126673>>> Define OLExtpReportItemButtonStatePressed for 3 126673>>> Define OLExtpReportItemButtonStateDisabled for 4 126673>>> 126673>>>Define OLEXTPReportFilterMode for Integer 126673>>> Define OLExtpReportFilterTreeSimple for 0 126673>>> Define OLExtpReportFilterTreeByParentAndChildren for 1 126673>>> Define OLExtpReportFilterTreeByEndChildrenOnly for 2 126673>>> 126673>>>Define OLEXTPReportTextSearchParms for Integer 126673>>> Define OLExtpReportTextSearchExactPhrase for 1 126673>>> Define OLExtpReportTextSearchMatchCase for 2 126673>>> Define OLExtpReportTextSearchBackward for 4 126673>>> Define OLExtpReportTextSearchExactStart for 8 126673>>> 126673>>>Define OLEXTPReportColumnOrderChangedReason for Integer 126673>>> Define OLExtpReportColumnChangeOther for 0 126673>>> Define OLExtpReportColumnOrderChanged for 1 126673>>> Define OLExtpReportColumnGroupOrderChanged for 2 126673>>> Define OLExtpReportColumnOrderChangedMask for 15 126673>>> Define OLExtpReportColumnAdded for 16 126673>>> Define OLExtpReportColumnRemoved for 32 126673>>> Define OLExtpReportColumnPropExchange for 64 126673>>> Define OLExtpReportColumnCaptionChanged for 128 126673>>> Define OLExtpReportColumnWidthChanged for 256 126673>>> Define OLExtpReportColumnShown for 512 126673>>> Define OLExtpReportColumnHidden for 1024 126673>>> Define OLExtpReportColumnMoved for 2048 126673>>> Define OLExtpReportColumnAddedToGroupby for 4096 126673>>> Define OLExtpReportColumnRemovedFromGroupby for 8192 126673>>> Define OLExtpReportColumnAddedToFieldChooser for 16384 126673>>> Define OLExtpReportColumnRemovedFromFieldChooser for 32768 126673>>> Define OLExtpReportColumnChangeMask for 65520 126673>>> 126673>>>Define OLEXTPReportDrawSortTriangleStyle for Integer 126673>>> Define OLExtpReportDrawSortTriangleDefault for 0 126673>>> Define OLExtpReportDrawSortTriangleAlways for 1 126673>>> Define OLExtpReportDrawSortTriangleNever for 2 126673>>> 126673>>>Define OLEXTPTrackBlockAlignment for Integer 126673>>> Define OLExtpTrackBlockTop for 0 126673>>> Define OLExtpTrackBlockCenter for 4 126673>>> Define OLExtpTrackBlockBottom for 8 126673>>> 126673>>>Define OLEXTPReportTextDecoration for Integer 126673>>> Define OLExtpReportTextDecorationNone for 0 126673>>> Define OLExtpReportTextDecorationUnderline for 1 126673>>> 126673>>>Define OLEXTPReportBehavior for Integer 126673>>> Define OLExtpReportBehaviorOutlook2003 for 4352 126673>>> Define OLExtpReportBehaviorOutlook2007 for 4608 126673>>> Define OLExtpReportBehaviorOutlook2010 for 5120 126673>>> Define OLExtpReportBehaviorExcel2003 for 268439808 126673>>> Define OLExtpReportBehaviorExcel2007 for 268440064 126673>>> Define OLExtpReportBehaviorExcel2010 for 268440576 126673>>> Define OLExtpReportBehaviorCodejock1342 for 536875842 126673>>> Define OLExtpReportBehaviorCodejock1501 for 536876289 126673>>> Define OLExtpReportBehaviorCodejock1502 for 536876290 126673>>> Define OLExtpReportBehaviorCodejockDefault for 536870912 126673>>> 126673>>>Define OLEXTPReportSection for Integer 126673>>> Define OLExtpReportSectionHeader for 0 126673>>> Define OLExtpReportSectionBody for 1 126673>>> Define OLExtpReportSectionFooter for 2 126673>>> Define OLExtpReportSectionCount for 3 126673>>> 126673>>>Class cSigCjComIReportBehaviorRowMouseButton is a Mixin 126674>>> 126674>>> Function ComFocusColumn Returns Boolean 126676>>> Boolean retVal 126676>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 126677>>> Function_Return retVal 126678>>> End_Function 126679>>> 126679>>> Procedure Set ComFocusColumn Boolean value 126681>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 126682>>> End_Procedure 126683>>> 126683>>> Function ComEnsureVisible Returns Boolean 126685>>> Boolean retVal 126685>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 126686>>> Function_Return retVal 126687>>> End_Function 126688>>> 126688>>> Procedure Set ComEnsureVisible Boolean value 126690>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 126691>>> End_Procedure 126692>>> 126692>>> Function ComClick Returns Boolean 126694>>> Boolean retVal 126694>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 126695>>> Function_Return retVal 126696>>> End_Function 126697>>> 126697>>> Procedure Set ComClick Boolean value 126699>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 126700>>> End_Procedure 126701>>> 126701>>> Function ComContextMenu Returns Boolean 126703>>> Boolean retVal 126703>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 126704>>> Function_Return retVal 126705>>> End_Function 126706>>> 126706>>> Procedure Set ComContextMenu Boolean value 126708>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 126709>>> End_Procedure 126710>>> 126710>>> Function ComCheckSelectedRows Returns Boolean 126712>>> Boolean retVal 126712>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 126713>>> Function_Return retVal 126714>>> End_Function 126715>>> 126715>>> Procedure Set ComCheckSelectedRows Boolean value 126717>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 126718>>> End_Procedure 126719>>> 126719>>> Function ComDragBegin Returns Boolean 126721>>> Boolean retVal 126721>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 126722>>> Function_Return retVal 126723>>> End_Function 126724>>> 126724>>> Procedure Set ComDragBegin Boolean value 126726>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 126727>>> End_Procedure 126728>>> 126728>>> Function ComDragEnd Returns Boolean 126730>>> Boolean retVal 126730>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 126731>>> Function_Return retVal 126732>>> End_Function 126733>>> 126733>>> Procedure Set ComDragEnd Boolean value 126735>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 126736>>> End_Procedure 126737>>> 126737>>> Function ComDragSelectGroup Returns Boolean 126739>>> Boolean retVal 126739>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 126740>>> Function_Return retVal 126741>>> End_Function 126742>>> 126742>>> Procedure Set ComDragSelectGroup Boolean value 126744>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 126745>>> End_Procedure 126746>>> 126746>>> Function ComNone Returns Variant 126748>>> Handle hDispatchDriver 126748>>> Variant retVal 126748>>> Get phDispatchDriver to hDispatchDriver 126749>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 126750>>> Function_Return retVal 126751>>> End_Function 126752>>> 126752>>> Function ComControl Returns Variant 126754>>> Handle hDispatchDriver 126754>>> Variant retVal 126754>>> Get phDispatchDriver to hDispatchDriver 126755>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 126756>>> Function_Return retVal 126757>>> End_Function 126758>>> 126758>>> Function ComShift Returns Variant 126760>>> Handle hDispatchDriver 126760>>> Variant retVal 126760>>> Get phDispatchDriver to hDispatchDriver 126761>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 126762>>> Function_Return retVal 126763>>> End_Function 126764>>>End_Class 126765>>> 126765>>>Class cSigCjComReportBehaviorRowMouseButton is a cComAutomationObject 126766>>> Import_Class_Protocol cSigCjComIReportBehaviorRowMouseButton 126767>>> 126767>>> Procedure Construct_Object 126769>>> Forward Send Construct_Object 126771>>> Set peAutoCreate to acNoAutoCreate 126772>>> End_Procedure 126773>>>End_Class 126774>>> 126774>>>Class cSigCjComIReportBehaviorRowMouse is a Mixin 126775>>> 126775>>> Function ComLeftButton Returns Variant 126777>>> Handle hDispatchDriver 126777>>> Variant retVal 126777>>> Get phDispatchDriver to hDispatchDriver 126778>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 126779>>> Function_Return retVal 126780>>> End_Function 126781>>> 126781>>> Function ComRightButton Returns Variant 126783>>> Handle hDispatchDriver 126783>>> Variant retVal 126783>>> Get phDispatchDriver to hDispatchDriver 126784>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 126785>>> Function_Return retVal 126786>>> End_Function 126787>>>End_Class 126788>>> 126788>>>Class cSigCjComReportBehaviorRowMouse is a cComAutomationObject 126789>>> Import_Class_Protocol cSigCjComIReportBehaviorRowMouse 126790>>> 126790>>> Procedure Construct_Object 126792>>> Forward Send Construct_Object 126794>>> Set peAutoCreate to acNoAutoCreate 126795>>> End_Procedure 126796>>>End_Class 126797>>> 126797>>>Class cSigCjComIReportBehaviorRow is a Mixin 126798>>> 126798>>> Function ComMouseDown Returns Variant 126800>>> Handle hDispatchDriver 126800>>> Variant retVal 126800>>> Get phDispatchDriver to hDispatchDriver 126801>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 126802>>> Function_Return retVal 126803>>> End_Function 126804>>> 126804>>> Function ComMouseUp Returns Variant 126806>>> Handle hDispatchDriver 126806>>> Variant retVal 126806>>> Get phDispatchDriver to hDispatchDriver 126807>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 126808>>> Function_Return retVal 126809>>> End_Function 126810>>>End_Class 126811>>> 126811>>>Class cSigCjComReportBehaviorRow is a cComAutomationObject 126812>>> Import_Class_Protocol cSigCjComIReportBehaviorRow 126813>>> 126813>>> Procedure Construct_Object 126815>>> Forward Send Construct_Object 126817>>> Set peAutoCreate to acNoAutoCreate 126818>>> End_Procedure 126819>>>End_Class 126820>>> 126820>>>Class cSigCjComIReportNotificationsRow is a Mixin 126821>>> 126821>>> Function ComRowExpandedNotification Returns Boolean 126823>>> Boolean retVal 126823>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 126824>>> Function_Return retVal 126825>>> End_Function 126826>>> 126826>>> Procedure Set ComRowExpandedNotification Boolean value 126828>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 126829>>> End_Procedure 126830>>>End_Class 126831>>> 126831>>>Class cSigCjComReportNotificationsRow is a cComAutomationObject 126832>>> Import_Class_Protocol cSigCjComIReportNotificationsRow 126833>>> 126833>>> Procedure Construct_Object 126835>>> Forward Send Construct_Object 126837>>> Set peAutoCreate to acNoAutoCreate 126838>>> End_Procedure 126839>>>End_Class 126840>>> 126840>>>Class cSigCjComIReportNotificationsSelectedRows is a Mixin 126841>>> 126841>>> Function ComClearNotification Returns Boolean 126843>>> Boolean retVal 126843>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 126844>>> Function_Return retVal 126845>>> End_Function 126846>>> 126846>>> Procedure Set ComClearNotification Boolean value 126848>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 126849>>> End_Procedure 126850>>> 126850>>> Function ComAddNotification Returns Boolean 126852>>> Boolean retVal 126852>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 126853>>> Function_Return retVal 126854>>> End_Function 126855>>> 126855>>> Procedure Set ComAddNotification Boolean value 126857>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 126858>>> End_Procedure 126859>>> 126859>>> Function ComRemoveNotification Returns Boolean 126861>>> Boolean retVal 126861>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 126862>>> Function_Return retVal 126863>>> End_Function 126864>>> 126864>>> Procedure Set ComRemoveNotification Boolean value 126866>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 126867>>> End_Procedure 126868>>>End_Class 126869>>> 126869>>>Class cSigCjComReportNotificationsSelectedRows is a cComAutomationObject 126870>>> Import_Class_Protocol cSigCjComIReportNotificationsSelectedRows 126871>>> 126871>>> Procedure Construct_Object 126873>>> Forward Send Construct_Object 126875>>> Set peAutoCreate to acNoAutoCreate 126876>>> End_Procedure 126877>>>End_Class 126878>>> 126878>>>Class cSigCjComIReportNotificationsPopulate is a Mixin 126879>>> 126879>>> Function ComFocusChangingNotification Returns Boolean 126881>>> Boolean retVal 126881>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 126882>>> Function_Return retVal 126883>>> End_Function 126884>>> 126884>>> Procedure Set ComFocusChangingNotification Boolean value 126886>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 126887>>> End_Procedure 126888>>> 126888>>> Function ComSelectionChangingNotification Returns Boolean 126890>>> Boolean retVal 126890>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 126891>>> Function_Return retVal 126892>>> End_Function 126893>>> 126893>>> Procedure Set ComSelectionChangingNotification Boolean value 126895>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 126896>>> End_Procedure 126897>>> 126897>>> Function ComSelectionChangedNotification Returns Boolean 126899>>> Boolean retVal 126899>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 126900>>> Function_Return retVal 126901>>> End_Function 126902>>> 126902>>> Procedure Set ComSelectionChangedNotification Boolean value 126904>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 126905>>> End_Procedure 126906>>>End_Class 126907>>> 126907>>>Class cSigCjComReportNotificationsPopulate is a cComAutomationObject 126908>>> Import_Class_Protocol cSigCjComIReportNotificationsPopulate 126909>>> 126909>>> Procedure Construct_Object 126911>>> Forward Send Construct_Object 126913>>> Set peAutoCreate to acNoAutoCreate 126914>>> End_Procedure 126915>>>End_Class 126916>>> 126916>>>Class cSigCjComIReportNotifications is a Mixin 126917>>> 126917>>> Function ComRow Returns Variant 126919>>> Handle hDispatchDriver 126919>>> Variant retVal 126919>>> Get phDispatchDriver to hDispatchDriver 126920>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 126921>>> Function_Return retVal 126922>>> End_Function 126923>>> 126923>>> Function ComPopulate Returns Variant 126925>>> Handle hDispatchDriver 126925>>> Variant retVal 126925>>> Get phDispatchDriver to hDispatchDriver 126926>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 126927>>> Function_Return retVal 126928>>> End_Function 126929>>>End_Class 126930>>> 126930>>>Class cSigCjComReportNotifications is a cComAutomationObject 126931>>> Import_Class_Protocol cSigCjComIReportNotifications 126932>>> 126932>>> Procedure Construct_Object 126934>>> Forward Send Construct_Object 126936>>> Set peAutoCreate to acNoAutoCreate 126937>>> End_Procedure 126938>>>End_Class 126939>>> 126939>>>Class cSigCjComIReportBehavior is a Mixin 126940>>> 126940>>> Function ComScheme Returns OLEXTPReportBehavior 126942>>> OLEXTPReportBehavior retVal 126942>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 126943>>> Function_Return retVal 126944>>> End_Function 126945>>> 126945>>> Procedure Set ComScheme OLEXTPReportBehavior value 126947>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 126948>>> End_Procedure 126949>>> 126949>>> Function ComRow Returns Variant 126951>>> Handle hDispatchDriver 126951>>> Variant retVal 126951>>> Get phDispatchDriver to hDispatchDriver 126952>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 126953>>> Function_Return retVal 126954>>> End_Function 126955>>> 126955>>> Function ComGroupRow Returns Variant 126957>>> Handle hDispatchDriver 126957>>> Variant retVal 126957>>> Get phDispatchDriver to hDispatchDriver 126958>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 126959>>> Function_Return retVal 126960>>> End_Function 126961>>> 126961>>> Function ComNotifications Returns Variant 126963>>> Handle hDispatchDriver 126963>>> Variant retVal 126963>>> Get phDispatchDriver to hDispatchDriver 126964>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 126965>>> Function_Return retVal 126966>>> End_Function 126967>>>End_Class 126968>>> 126968>>>Class cSigCjComReportBehavior is a cComAutomationObject 126969>>> Import_Class_Protocol cSigCjComIReportBehavior 126970>>> 126970>>> Procedure Construct_Object 126972>>> Forward Send Construct_Object 126974>>> Set peAutoCreate to acNoAutoCreate 126975>>> End_Procedure 126976>>>End_Class 126977>>> 126977>>>Class cSigCjComIReportHyperlinkStyle is a Mixin 126978>>> 126978>>> Function ComColor Returns OLE_COLOR 126980>>> OLE_COLOR retVal 126980>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 126981>>> Function_Return retVal 126982>>> End_Function 126983>>> 126983>>> Procedure Set ComColor OLE_COLOR value 126985>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 126986>>> End_Procedure 126987>>> 126987>>> Function ComTextDecoration Returns OLEXTPReportTextDecoration 126989>>> OLEXTPReportTextDecoration retVal 126989>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 126990>>> Function_Return retVal 126991>>> End_Function 126992>>> 126992>>> Procedure Set ComTextDecoration OLEXTPReportTextDecoration value 126994>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 126995>>> End_Procedure 126996>>>End_Class 126997>>> 126997>>>Class cSigCjComReportHyperlinkStyle is a cComAutomationObject 126998>>> Import_Class_Protocol cSigCjComIReportHyperlinkStyle 126999>>> 126999>>> Procedure Construct_Object 127001>>> Forward Send Construct_Object 127003>>> Set peAutoCreate to acNoAutoCreate 127004>>> End_Procedure 127005>>>End_Class 127006>>> 127006>>>Class cSigCjComIReportRecord is a Mixin 127007>>> 127007>>> Function ComPreviewText Returns String 127009>>> String retVal 127009>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to retVal 127010>>> Function_Return retVal 127011>>> End_Function 127012>>> 127012>>> Procedure Set ComPreviewText String value 127014>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BSTR to value 127015>>> End_Procedure 127016>>> 127016>>> Function ComExpanded Returns Boolean 127018>>> Boolean retVal 127018>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 127019>>> Function_Return retVal 127020>>> End_Function 127021>>> 127021>>> Procedure Set ComExpanded Boolean value 127023>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 127024>>> End_Procedure 127025>>> 127025>>> Function ComTag Returns Variant 127027>>> Variant retVal 127027>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_VARIANT to retVal 127028>>> Function_Return retVal 127029>>> End_Function 127030>>> 127030>>> Procedure Set ComTag Variant value 127032>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_VARIANT to value 127033>>> End_Procedure 127034>>> 127034>>> Function ComVisible Returns Boolean 127036>>> Boolean retVal 127036>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 127037>>> Function_Return retVal 127038>>> End_Function 127039>>> 127039>>> Procedure Set ComVisible Boolean value 127041>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 127042>>> End_Procedure 127043>>> 127043>>> Function ComItemCount Returns Integer 127045>>> Integer retVal 127045>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 127046>>> Function_Return retVal 127047>>> End_Function 127048>>> 127048>>> Procedure Set ComItemCount Integer value 127050>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 127051>>> End_Procedure 127052>>> 127052>>> Function ComBookmark Returns Variant 127054>>> Variant retVal 127054>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_VARIANT to retVal 127055>>> Function_Return retVal 127056>>> End_Function 127057>>> 127057>>> Procedure Set ComBookmark Variant value 127059>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_VARIANT to value 127060>>> End_Procedure 127061>>> 127061>>> Function ComFreeHeight Returns Integer 127063>>> Integer retVal 127063>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 127064>>> Function_Return retVal 127065>>> End_Function 127066>>> 127066>>> Procedure Set ComFreeHeight Integer value 127068>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 127069>>> End_Procedure 127070>>> 127070>>> // Gets an item from the collection by its index. 127070>>> Function ComItem Integer llIndex Returns Variant 127072>>> Handle hDispatchDriver 127072>>> Variant retVal 127072>>> Get phDispatchDriver to hDispatchDriver 127073>>> Send PrepareParams to hDispatchDriver 1 127074>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 127075>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 127076>>> Function_Return retVal 127077>>> End_Function 127078>>> 127078>>> // Adds a new item to the collection. 127078>>> Function ComAddItem Variant llValue Returns Variant 127080>>> Handle hDispatchDriver 127080>>> Variant retVal 127080>>> Get phDispatchDriver to hDispatchDriver 127081>>> Send PrepareParams to hDispatchDriver 1 127082>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 127083>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 127084>>> Function_Return retVal 127085>>> End_Function 127086>>> 127086>>> Function Com_NewEnum Returns Variant 127088>>> Handle hDispatchDriver 127088>>> Variant retVal 127088>>> Get phDispatchDriver to hDispatchDriver 127089>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 127090>>> Function_Return retVal 127091>>> End_Function 127092>>> 127092>>> // Deletes all of the items from the collection 127092>>> Procedure ComDeleteAll 127094>>> Handle hDispatchDriver 127094>>> Get phDispatchDriver to hDispatchDriver 127095>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 127096>>> End_Procedure 127097>>> 127097>>> Function ComChilds Returns Variant 127099>>> Handle hDispatchDriver 127099>>> Variant retVal 127099>>> Get phDispatchDriver to hDispatchDriver 127100>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 127101>>> Function_Return retVal 127102>>> End_Function 127103>>> 127103>>> Function ComIndex Returns Integer 127105>>> Handle hDispatchDriver 127105>>> Integer retVal 127105>>> Get phDispatchDriver to hDispatchDriver 127106>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_I4 to retVal 127107>>> Function_Return retVal 127108>>> End_Function 127109>>> 127109>>> Function ComPreviewItem Returns Variant 127111>>> Handle hDispatchDriver 127111>>> Variant retVal 127111>>> Get phDispatchDriver to hDispatchDriver 127112>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 127113>>> Function_Return retVal 127114>>> End_Function 127115>>> 127115>>> Function ComParentRecord Returns Variant 127117>>> Handle hDispatchDriver 127117>>> Variant retVal 127117>>> Get phDispatchDriver to hDispatchDriver 127118>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 127119>>> Function_Return retVal 127120>>> End_Function 127121>>> 127121>>> Function ComRecords Returns Variant 127123>>> Handle hDispatchDriver 127123>>> Variant retVal 127123>>> Get phDispatchDriver to hDispatchDriver 127124>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 127125>>> Function_Return retVal 127126>>> End_Function 127127>>> 127127>>> // Adds a new item to the collection. 127127>>> Procedure ComAddItemEx Variant llItem 127129>>> Handle hDispatchDriver 127129>>> Get phDispatchDriver to hDispatchDriver 127130>>> Send PrepareParams to hDispatchDriver 1 127131>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 127132>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 127133>>> End_Procedure 127134>>>End_Class 127135>>> 127135>>>Class cSigCjComReportRecord is a cComAutomationObject 127136>>> Import_Class_Protocol cSigCjComIReportRecord 127137>>> 127137>>> Procedure Construct_Object 127139>>> Forward Send Construct_Object 127141>>> Set psProgID to L_cSigCjComReportRecord 127142>>> Set peAutoCreate to acNoAutoCreate 127143>>> End_Procedure 127144>>>End_Class 127145>>> 127145>>>Class cSigCjComIReportRecordItemConstraint is a Mixin 127146>>> 127146>>> Function ComCaption Returns String 127148>>> String retVal 127148>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 127149>>> Function_Return retVal 127150>>> End_Function 127151>>> 127151>>> Procedure Set ComCaption String value 127153>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 127154>>> End_Procedure 127155>>> 127155>>> Function ComData Returns Integer 127157>>> Integer retVal 127157>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 127158>>> Function_Return retVal 127159>>> End_Function 127160>>> 127160>>> Procedure Set ComData Integer value 127162>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 127163>>> End_Procedure 127164>>> 127164>>> Function ComIndex Returns Integer 127166>>> Handle hDispatchDriver 127166>>> Integer retVal 127166>>> Get phDispatchDriver to hDispatchDriver 127167>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 127168>>> Function_Return retVal 127169>>> End_Function 127170>>>End_Class 127171>>> 127171>>>Class cSigCjComReportRecordItemConstraint is a cComAutomationObject 127172>>> Import_Class_Protocol cSigCjComIReportRecordItemConstraint 127173>>> 127173>>> Procedure Construct_Object 127175>>> Forward Send Construct_Object 127177>>> Set peAutoCreate to acNoAutoCreate 127178>>> End_Procedure 127179>>>End_Class 127180>>> 127180>>>Class cSigCjComIReportRow is a Mixin 127181>>> 127181>>> Function ComRecord Returns Variant 127183>>> Variant retVal 127183>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 127184>>> Function_Return retVal 127185>>> End_Function 127186>>> 127186>>> Procedure Set ComRecord Variant value 127188>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 127189>>> End_Procedure 127190>>> 127190>>> Function ComExpanded Returns Boolean 127192>>> Boolean retVal 127192>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 127193>>> Function_Return retVal 127194>>> End_Function 127195>>> 127195>>> Procedure Set ComExpanded Boolean value 127197>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 127198>>> End_Procedure 127199>>> 127199>>> Function ComSelected Returns Boolean 127201>>> Boolean retVal 127201>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 127202>>> Function_Return retVal 127203>>> End_Function 127204>>> 127204>>> Procedure Set ComSelected Boolean value 127206>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 127207>>> End_Procedure 127208>>> 127208>>> // Row tree level for virtual mode. 127208>>> Function ComRowTreeLevel Returns Integer 127210>>> Integer retVal 127210>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 127211>>> Function_Return retVal 127212>>> End_Function 127213>>> 127213>>> // Row tree level for virtual mode. 127213>>> Procedure Set ComRowTreeLevel Integer value 127215>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 127216>>> End_Procedure 127217>>> 127217>>> Function ComIndex Returns Integer 127219>>> Handle hDispatchDriver 127219>>> Integer retVal 127219>>> Get phDispatchDriver to hDispatchDriver 127220>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 127221>>> Function_Return retVal 127222>>> End_Function 127223>>> 127223>>> Function ComGroupRow Returns Boolean 127225>>> Handle hDispatchDriver 127225>>> Boolean retVal 127225>>> Get phDispatchDriver to hDispatchDriver 127226>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 127227>>> Function_Return retVal 127228>>> End_Function 127229>>> 127229>>> Function ComChilds Returns Variant 127231>>> Handle hDispatchDriver 127231>>> Variant retVal 127231>>> Get phDispatchDriver to hDispatchDriver 127232>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 127233>>> Function_Return retVal 127234>>> End_Function 127235>>> 127235>>> Function ComParentRow Returns Variant 127237>>> Handle hDispatchDriver 127237>>> Variant retVal 127237>>> Get phDispatchDriver to hDispatchDriver 127238>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 127239>>> Function_Return retVal 127240>>> End_Function 127241>>> 127241>>> Function ComNextSiblingRow Returns Variant 127243>>> Handle hDispatchDriver 127243>>> Variant retVal 127243>>> Get phDispatchDriver to hDispatchDriver 127244>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 127245>>> Function_Return retVal 127246>>> End_Function 127247>>> 127247>>> Function ComSection Returns Variant 127249>>> Handle hDispatchDriver 127249>>> Variant retVal 127249>>> Get phDispatchDriver to hDispatchDriver 127250>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 127251>>> Function_Return retVal 127252>>> End_Function 127253>>> 127253>>> Procedure ComEnsureVisible 127255>>> Handle hDispatchDriver 127255>>> Get phDispatchDriver to hDispatchDriver 127256>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 127257>>> End_Procedure 127258>>> 127258>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 127260>>> Handle hDispatchDriver 127260>>> Get phDispatchDriver to hDispatchDriver 127261>>> Send PrepareParams to hDispatchDriver 4 127262>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 127263>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 127264>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 127265>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 127266>>> Send InvokeComMethod to hDispatchDriver 101 OLE_VT_VOID 127267>>> End_Procedure 127268>>> 127268>>> Procedure ComGetItemRect Variant llItem Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 127270>>> Handle hDispatchDriver 127270>>> Get phDispatchDriver to hDispatchDriver 127271>>> Send PrepareParams to hDispatchDriver 5 127272>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 127273>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 127274>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 127275>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 127276>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 127277>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 127278>>> End_Procedure 127279>>> 127279>>> Procedure ComGetItemRectAsMerged Variant llItem Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom Boolean llAsMerged 127281>>> Handle hDispatchDriver 127281>>> Get phDispatchDriver to hDispatchDriver 127282>>> Send PrepareParams to hDispatchDriver 6 127283>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 127284>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 127285>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 127286>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 127287>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 127288>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAsMerged 127289>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 127290>>> End_Procedure 127291>>>End_Class 127292>>> 127292>>>Class cSigCjComReportRow is a cComAutomationObject 127293>>> Import_Class_Protocol cSigCjComIReportRow 127294>>> 127294>>> Procedure Construct_Object 127296>>> Forward Send Construct_Object 127298>>> Set peAutoCreate to acNoAutoCreate 127299>>> End_Procedure 127300>>>End_Class 127301>>> 127301>>>Class cSigCjComIReportHyperlink is a Mixin 127302>>> 127302>>> Function ComHyperTextBegin Returns Integer 127304>>> Integer retVal 127304>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 127305>>> Function_Return retVal 127306>>> End_Function 127307>>> 127307>>> Procedure Set ComHyperTextBegin Integer value 127309>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 127310>>> End_Procedure 127311>>> 127311>>> Function ComHyperTextLen Returns Integer 127313>>> Integer retVal 127313>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 127314>>> Function_Return retVal 127315>>> End_Function 127316>>> 127316>>> Procedure Set ComHyperTextLen Integer value 127318>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 127319>>> End_Procedure 127320>>>End_Class 127321>>> 127321>>>Class cSigCjComReportHyperlink is a cComAutomationObject 127322>>> Import_Class_Protocol cSigCjComIReportHyperlink 127323>>> 127323>>> Procedure Construct_Object 127325>>> Forward Send Construct_Object 127327>>> Set peAutoCreate to acNoAutoCreate 127328>>> End_Procedure 127329>>>End_Class 127330>>> 127330>>>Class cSigCjComIReportColumn is a Mixin 127331>>> 127331>>> Function ComCaption Returns String 127333>>> String retVal 127333>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 127334>>> Function_Return retVal 127335>>> End_Function 127336>>> 127336>>> Procedure Set ComCaption String value 127338>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 127339>>> End_Procedure 127340>>> 127340>>> Function ComVisible Returns Boolean 127342>>> Boolean retVal 127342>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 127343>>> Function_Return retVal 127344>>> End_Function 127345>>> 127345>>> Procedure Set ComVisible Boolean value 127347>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 127348>>> End_Procedure 127349>>> 127349>>> Function ComAlignment Returns OLEXTPColumnAlignment 127351>>> OLEXTPColumnAlignment retVal 127351>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 127352>>> Function_Return retVal 127353>>> End_Function 127354>>> 127354>>> Procedure Set ComAlignment OLEXTPColumnAlignment value 127356>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 127357>>> End_Procedure 127358>>> 127358>>> Function ComTreeColumn Returns Boolean 127360>>> Boolean retVal 127360>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 127361>>> Function_Return retVal 127362>>> End_Function 127363>>> 127363>>> Procedure Set ComTreeColumn Boolean value 127365>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 127366>>> End_Procedure 127367>>> 127367>>> Function ComSortAscending Returns Boolean 127369>>> Boolean retVal 127369>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 127370>>> Function_Return retVal 127371>>> End_Function 127372>>> 127372>>> Procedure Set ComSortAscending Boolean value 127374>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 127375>>> End_Procedure 127376>>> 127376>>> Function ComSortable Returns Boolean 127378>>> Boolean retVal 127378>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 127379>>> Function_Return retVal 127380>>> End_Function 127381>>> 127381>>> Procedure Set ComSortable Boolean value 127383>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 127384>>> End_Procedure 127385>>> 127385>>> Function ComAllowDrag Returns Boolean 127387>>> Boolean retVal 127387>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 127388>>> Function_Return retVal 127389>>> End_Function 127390>>> 127390>>> Procedure Set ComAllowDrag Boolean value 127392>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 127393>>> End_Procedure 127394>>> 127394>>> Function ComIndex Returns Integer 127396>>> Integer retVal 127396>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 127397>>> Function_Return retVal 127398>>> End_Function 127399>>> 127399>>> Procedure Set ComIndex Integer value 127401>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 127402>>> End_Procedure 127403>>> 127403>>> Function ComItemIndex Returns Integer 127405>>> Integer retVal 127405>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 127406>>> Function_Return retVal 127407>>> End_Function 127408>>> 127408>>> Procedure Set ComItemIndex Integer value 127410>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 127411>>> End_Procedure 127412>>> 127412>>> Function ComResizable Returns Boolean 127414>>> Boolean retVal 127414>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 127415>>> Function_Return retVal 127416>>> End_Function 127417>>> 127417>>> Procedure Set ComResizable Boolean value 127419>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 127420>>> End_Procedure 127421>>> 127421>>> Function ComAutoSize Returns Boolean 127423>>> Boolean retVal 127423>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 127424>>> Function_Return retVal 127425>>> End_Function 127426>>> 127426>>> Procedure Set ComAutoSize Boolean value 127428>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 127429>>> End_Procedure 127430>>> 127430>>> Function ComWidth Returns Integer 127432>>> Integer retVal 127432>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 127433>>> Function_Return retVal 127434>>> End_Function 127435>>> 127435>>> Procedure Set ComWidth Integer value 127437>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 127438>>> End_Procedure 127439>>> 127439>>> Function ComIcon Returns Integer 127441>>> Integer retVal 127441>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 127442>>> Function_Return retVal 127443>>> End_Function 127444>>> 127444>>> Procedure Set ComIcon Integer value 127446>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 127447>>> End_Procedure 127448>>> 127448>>> Function ComGroupable Returns Boolean 127450>>> Boolean retVal 127450>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 127451>>> Function_Return retVal 127452>>> End_Function 127453>>> 127453>>> Procedure Set ComGroupable Boolean value 127455>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 127456>>> End_Procedure 127457>>> 127457>>> Function ComShowInFieldChooser Returns Boolean 127459>>> Boolean retVal 127459>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 127460>>> Function_Return retVal 127461>>> End_Function 127462>>> 127462>>> Procedure Set ComShowInFieldChooser Boolean value 127464>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 127465>>> End_Procedure 127466>>> 127466>>> Function ComEditable Returns Boolean 127468>>> Boolean retVal 127468>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 127469>>> Function_Return retVal 127470>>> End_Function 127471>>> 127471>>> Procedure Set ComEditable Boolean value 127473>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 127474>>> End_Procedure 127475>>> 127475>>> Function ComAllowRemove Returns Boolean 127477>>> Boolean retVal 127477>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 127478>>> Function_Return retVal 127479>>> End_Function 127480>>> 127480>>> Procedure Set ComAllowRemove Boolean value 127482>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 127483>>> End_Procedure 127484>>> 127484>>> Function ComTag Returns Variant 127486>>> Variant retVal 127486>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to retVal 127487>>> Function_Return retVal 127488>>> End_Function 127489>>> 127489>>> Procedure Set ComTag Variant value 127491>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to value 127492>>> End_Procedure 127493>>> 127493>>> Function ComTooltip Returns String 127495>>> String retVal 127495>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BSTR to retVal 127496>>> Function_Return retVal 127497>>> End_Function 127498>>> 127498>>> Procedure Set ComTooltip String value 127500>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BSTR to value 127501>>> End_Procedure 127502>>> 127502>>> Function ComFooterText Returns String 127504>>> String retVal 127504>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BSTR to retVal 127505>>> Function_Return retVal 127506>>> End_Function 127507>>> 127507>>> Procedure Set ComFooterText String value 127509>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BSTR to value 127510>>> End_Procedure 127511>>> 127511>>> Function ComHeaderAlignment Returns OLEXTPColumnAlignment 127513>>> OLEXTPColumnAlignment retVal 127513>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 127514>>> Function_Return retVal 127515>>> End_Function 127516>>> 127516>>> Procedure Set ComHeaderAlignment OLEXTPColumnAlignment value 127518>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 127519>>> End_Procedure 127520>>> 127520>>> Function ComFooterAlignment Returns OLEXTPColumnAlignment 127522>>> OLEXTPColumnAlignment retVal 127522>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 127523>>> Function_Return retVal 127524>>> End_Function 127525>>> 127525>>> Procedure Set ComFooterAlignment OLEXTPColumnAlignment value 127527>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 127528>>> End_Procedure 127529>>> 127529>>> Function ComAutoSortWhenGrouped Returns Boolean 127531>>> Boolean retVal 127531>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal 127532>>> Function_Return retVal 127533>>> End_Function 127534>>> 127534>>> Procedure Set ComAutoSortWhenGrouped Boolean value 127536>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value 127537>>> End_Procedure 127538>>> 127538>>> Function ComFooterFont Returns Variant 127540>>> Variant retVal 127540>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to retVal 127541>>> Function_Return retVal 127542>>> End_Function 127543>>> 127543>>> Procedure Set ComFooterFont Variant value 127545>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_DISPATCH to value 127546>>> End_Procedure 127547>>> 127547>>> Function ComDrawFooterDivider Returns Boolean 127549>>> Boolean retVal 127549>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 127550>>> Function_Return retVal 127551>>> End_Function 127552>>> 127552>>> Procedure Set ComDrawFooterDivider Boolean value 127554>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 127555>>> End_Procedure 127556>>> 127556>>> Function ComDrawHeaderRowsVGrid Returns Boolean 127558>>> Boolean retVal 127558>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 127559>>> Function_Return retVal 127560>>> End_Function 127561>>> 127561>>> Procedure Set ComDrawHeaderRowsVGrid Boolean value 127563>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 127564>>> End_Procedure 127565>>> 127565>>> Function ComDrawFooterRowsVGrid Returns Boolean 127567>>> Boolean retVal 127567>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 127568>>> Function_Return retVal 127569>>> End_Function 127570>>> 127570>>> Procedure Set ComDrawFooterRowsVGrid Boolean value 127572>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 127573>>> End_Procedure 127574>>> 127574>>> Function ComBestFitMode Returns Integer 127576>>> Integer retVal 127576>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal 127577>>> Function_Return retVal 127578>>> End_Function 127579>>> 127579>>> Procedure Set ComBestFitMode Integer value 127581>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value 127582>>> End_Procedure 127583>>> 127583>>> Function ComDrawHeaderDivider Returns Boolean 127585>>> Boolean retVal 127585>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 127586>>> Function_Return retVal 127587>>> End_Function 127588>>> 127588>>> Procedure Set ComDrawHeaderDivider Boolean value 127590>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 127591>>> End_Procedure 127592>>> 127592>>> Function ComFilterable Returns Boolean 127594>>> Boolean retVal 127594>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to retVal 127595>>> Function_Return retVal 127596>>> End_Function 127597>>> 127597>>> Procedure Set ComFilterable Boolean value 127599>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BOOL to value 127600>>> End_Procedure 127601>>> 127601>>> Function ComMinimumWidth Returns Integer 127603>>> Integer retVal 127603>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to retVal 127604>>> Function_Return retVal 127605>>> End_Function 127606>>> 127606>>> Procedure Set ComMinimumWidth Integer value 127608>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to value 127609>>> End_Procedure 127610>>> 127610>>> Function ComPlusMinus Returns Boolean 127612>>> Boolean retVal 127612>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 127613>>> Function_Return retVal 127614>>> End_Function 127615>>> 127615>>> Procedure Set ComPlusMinus Boolean value 127617>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 127618>>> End_Procedure 127619>>> 127619>>> Function ComExpanded Returns Boolean 127621>>> Boolean retVal 127621>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 127622>>> Function_Return retVal 127623>>> End_Function 127624>>> 127624>>> Procedure Set ComExpanded Boolean value 127626>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 127627>>> End_Procedure 127628>>> 127628>>> Function ComNextVisualBlock Returns Integer 127630>>> Integer retVal 127630>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to retVal 127631>>> Function_Return retVal 127632>>> End_Function 127633>>> 127633>>> Procedure Set ComNextVisualBlock Integer value 127635>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_I4 to value 127636>>> End_Procedure 127637>>> 127637>>> Function ComVisibleIndex Returns Integer 127639>>> Integer retVal 127639>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to retVal 127640>>> Function_Return retVal 127641>>> End_Function 127642>>> 127642>>> Procedure Set ComVisibleIndex Integer value 127644>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_I4 to value 127645>>> End_Procedure 127646>>> 127646>>> Function ComOldVisibleIndex Returns Integer 127648>>> Integer retVal 127648>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 127649>>> Function_Return retVal 127650>>> End_Function 127651>>> 127651>>> Procedure Set ComOldVisibleIndex Integer value 127653>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 127654>>> End_Procedure 127655>>> 127655>>> Function ComMaximumWidth Returns Integer 127657>>> Integer retVal 127657>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 127658>>> Function_Return retVal 127659>>> End_Function 127660>>> 127660>>> Procedure Set ComMaximumWidth Integer value 127662>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 127663>>> End_Procedure 127664>>> 127664>>> Function ComKey Returns String 127666>>> String retVal 127666>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BSTR to retVal 127667>>> Function_Return retVal 127668>>> End_Function 127669>>> 127669>>> Procedure Set ComKey String value 127671>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BSTR to value 127672>>> End_Procedure 127673>>> 127673>>> Function ComEditOptions Returns Variant 127675>>> Handle hDispatchDriver 127675>>> Variant retVal 127675>>> Get phDispatchDriver to hDispatchDriver 127676>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 127677>>> Function_Return retVal 127678>>> End_Function 127679>>> 127679>>> Procedure ComMove Integer llIndex 127681>>> Handle hDispatchDriver 127681>>> Get phDispatchDriver to hDispatchDriver 127682>>> Send PrepareParams to hDispatchDriver 1 127683>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 127684>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 127685>>> End_Procedure 127686>>> 127686>>> Procedure ComBestFit 127688>>> Handle hDispatchDriver 127688>>> Get phDispatchDriver to hDispatchDriver 127689>>> Send InvokeComMethod to hDispatchDriver 26 OLE_VT_VOID 127690>>> End_Procedure 127691>>> 127691>>> Procedure ComEnsureVisible 127693>>> Handle hDispatchDriver 127693>>> Get phDispatchDriver to hDispatchDriver 127694>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 127695>>> End_Procedure 127696>>> 127696>>> Procedure ComSetMask String llCaption String llstrLiteral String llchPrompt 127698>>> Handle hDispatchDriver 127698>>> Get phDispatchDriver to hDispatchDriver 127699>>> Send PrepareParams to hDispatchDriver 3 127700>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 127701>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrLiteral 127702>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llchPrompt 127703>>> Send InvokeComMethod to hDispatchDriver 43 OLE_VT_VOID 127704>>> End_Procedure 127705>>>End_Class 127706>>> 127706>>>Class cSigCjComReportColumn is a cComAutomationObject 127707>>> Import_Class_Protocol cSigCjComIReportColumn 127708>>> 127708>>> Procedure Construct_Object 127710>>> Forward Send Construct_Object 127712>>> Set peAutoCreate to acNoAutoCreate 127713>>> End_Procedure 127714>>>End_Class 127715>>> 127715>>>Class cSigCjComIReportRecordItemMetrics is a Mixin 127716>>> 127716>>> Function ComBackColor Returns OLE_COLOR 127718>>> OLE_COLOR retVal 127718>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 127719>>> Function_Return retVal 127720>>> End_Function 127721>>> 127721>>> Procedure Set ComBackColor OLE_COLOR value 127723>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 127724>>> End_Procedure 127725>>> 127725>>> Function ComForeColor Returns OLE_COLOR 127727>>> OLE_COLOR retVal 127727>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 127728>>> Function_Return retVal 127729>>> End_Function 127730>>> 127730>>> Procedure Set ComForeColor OLE_COLOR value 127732>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 127733>>> End_Procedure 127734>>> 127734>>> Function ComFont Returns Variant 127736>>> Variant retVal 127736>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to retVal 127737>>> Function_Return retVal 127738>>> End_Function 127739>>> 127739>>> Procedure Set ComFont Variant value 127741>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_DISPATCH to value 127742>>> End_Procedure 127743>>> 127743>>> Function ComText Returns String 127745>>> String retVal 127745>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to retVal 127746>>> Function_Return retVal 127747>>> End_Function 127748>>> 127748>>> Procedure Set ComText String value 127750>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BSTR to value 127751>>> End_Procedure 127752>>> 127752>>> Function ComGroupRowIcon Returns Integer 127754>>> Integer retVal 127754>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 127755>>> Function_Return retVal 127756>>> End_Function 127757>>> 127757>>> Procedure Set ComGroupRowIcon Integer value 127759>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 127760>>> End_Procedure 127761>>> 127761>>> // Combination of flags from enum XTPGroupRowIconAlignment. 127761>>> Function ComGroupRowIconAlignment Returns OLEXTPGroupRowIconAlignment 127763>>> OLEXTPGroupRowIconAlignment retVal 127763>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 127764>>> Function_Return retVal 127765>>> End_Function 127766>>> 127766>>> // Combination of flags from enum XTPGroupRowIconAlignment. 127766>>> Procedure Set ComGroupRowIconAlignment OLEXTPGroupRowIconAlignment value 127768>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 127769>>> End_Procedure 127770>>> 127770>>> // Combination of flags from enum XTPColumnAlignment. 127770>>> Function ComColumnAlignment Returns OLEXTPColumnAlignment 127772>>> OLEXTPColumnAlignment retVal 127772>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 127773>>> Function_Return retVal 127774>>> End_Function 127775>>> 127775>>> // Combination of flags from enum XTPColumnAlignment. 127775>>> Procedure Set ComColumnAlignment OLEXTPColumnAlignment value 127777>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 127778>>> End_Procedure 127779>>> 127779>>> // Item icon index. 127779>>> Function ComItemIcon Returns Integer 127781>>> Integer retVal 127781>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 127782>>> Function_Return retVal 127783>>> End_Function 127784>>> 127784>>> // Item icon index. 127784>>> Procedure Set ComItemIcon Integer value 127786>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 127787>>> End_Procedure 127788>>> 127788>>> // Row level for virtual mode. 127788>>> Function ComVirtualRowLevel Returns Integer 127790>>> Integer retVal 127790>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 127791>>> Function_Return retVal 127792>>> End_Function 127793>>> 127793>>> // Row level for virtual mode. 127793>>> Procedure Set ComVirtualRowLevel Integer value 127795>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 127796>>> End_Procedure 127797>>> 127797>>> // Row flags for virtual mode. 127797>>> Function ComVirtualRowFlags Returns OLEXTPVirtualRowFlags 127799>>> OLEXTPVirtualRowFlags retVal 127799>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 127800>>> Function_Return retVal 127801>>> End_Function 127802>>> 127802>>> // Row flags for virtual mode. 127802>>> Procedure Set ComVirtualRowFlags OLEXTPVirtualRowFlags value 127804>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 127805>>> End_Procedure 127806>>>End_Class 127807>>> 127807>>>Class cSigCjComReportRecordItemMetrics is a cComAutomationObject 127808>>> Import_Class_Protocol cSigCjComIReportRecordItemMetrics 127809>>> 127809>>> Procedure Construct_Object 127811>>> Forward Send Construct_Object 127813>>> Set peAutoCreate to acNoAutoCreate 127814>>> End_Procedure 127815>>>End_Class 127816>>> 127816>>>Class cSigCjComIReportGroupRow is a Mixin 127817>>> 127817>>> Function ComExpanded Returns Boolean 127819>>> Boolean retVal 127819>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 127820>>> Function_Return retVal 127821>>> End_Function 127822>>> 127822>>> Procedure Set ComExpanded Boolean value 127824>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 127825>>> End_Procedure 127826>>> 127826>>> Function ComSelected Returns Boolean 127828>>> Boolean retVal 127828>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 127829>>> Function_Return retVal 127830>>> End_Function 127831>>> 127831>>> Procedure Set ComSelected Boolean value 127833>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 127834>>> End_Procedure 127835>>> 127835>>> Function ComGroupCaption Returns String 127837>>> String retVal 127837>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 127838>>> Function_Return retVal 127839>>> End_Function 127840>>> 127840>>> Procedure Set ComGroupCaption String value 127842>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 127843>>> End_Procedure 127844>>> 127844>>> Function ComGroupFormula Returns String 127846>>> String retVal 127846>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 127847>>> Function_Return retVal 127848>>> End_Function 127849>>> 127849>>> Procedure Set ComGroupFormula String value 127851>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 127852>>> End_Procedure 127853>>> 127853>>> Function ComGroupFormat Returns String 127855>>> String retVal 127855>>> Get ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BSTR to retVal 127856>>> Function_Return retVal 127857>>> End_Function 127858>>> 127858>>> Procedure Set ComGroupFormat String value 127860>>> Set ComProperty of (phDispatchDriver(Self)) 103 OLE_VT_BSTR to value 127861>>> End_Procedure 127862>>> 127862>>> Function ComIndex Returns Integer 127864>>> Handle hDispatchDriver 127864>>> Integer retVal 127864>>> Get phDispatchDriver to hDispatchDriver 127865>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal 127866>>> Function_Return retVal 127867>>> End_Function 127868>>> 127868>>> Function ComGroupRow Returns Boolean 127870>>> Handle hDispatchDriver 127870>>> Boolean retVal 127870>>> Get phDispatchDriver to hDispatchDriver 127871>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 127872>>> Function_Return retVal 127873>>> End_Function 127874>>> 127874>>> Function ComChilds Returns Variant 127876>>> Handle hDispatchDriver 127876>>> Variant retVal 127876>>> Get phDispatchDriver to hDispatchDriver 127877>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 127878>>> Function_Return retVal 127879>>> End_Function 127880>>> 127880>>> Function ComParentRow Returns Variant 127882>>> Handle hDispatchDriver 127882>>> Variant retVal 127882>>> Get phDispatchDriver to hDispatchDriver 127883>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 127884>>> Function_Return retVal 127885>>> End_Function 127886>>> 127886>>> Procedure ComEnsureVisible 127888>>> Handle hDispatchDriver 127888>>> Get phDispatchDriver to hDispatchDriver 127889>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 127890>>> End_Procedure 127891>>> 127891>>> Function ComNextSiblingRow Returns Variant 127893>>> Handle hDispatchDriver 127893>>> Variant retVal 127893>>> Get phDispatchDriver to hDispatchDriver 127894>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 127895>>> Function_Return retVal 127896>>> End_Function 127897>>> 127897>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 127899>>> Handle hDispatchDriver 127899>>> Get phDispatchDriver to hDispatchDriver 127900>>> Send PrepareParams to hDispatchDriver 4 127901>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 127902>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 127903>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 127904>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 127905>>> Send InvokeComMethod to hDispatchDriver 101 OLE_VT_VOID 127906>>> End_Procedure 127907>>>End_Class 127908>>> 127908>>>Class cSigCjComReportGroupRow is a cComAutomationObject 127909>>> Import_Class_Protocol cSigCjComIReportGroupRow 127910>>> 127910>>> Procedure Construct_Object 127912>>> Forward Send Construct_Object 127914>>> Set peAutoCreate to acNoAutoCreate 127915>>> End_Procedure 127916>>>End_Class 127917>>> 127917>>>Class cSigCjComIReportSection is a Mixin 127918>>> 127918>>> Function ComAllowAccess Returns Boolean 127920>>> Boolean retVal 127920>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 127921>>> Function_Return retVal 127922>>> End_Function 127923>>> 127923>>> Procedure Set ComAllowAccess Boolean value 127925>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 127926>>> End_Procedure 127927>>> 127927>>> Function ComAllowEdit Returns Boolean 127929>>> Boolean retVal 127929>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 127930>>> Function_Return retVal 127931>>> End_Function 127932>>> 127932>>> Procedure Set ComAllowEdit Boolean value 127934>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 127935>>> End_Procedure 127936>>> 127936>>> Function ComAllowFilter Returns Boolean 127938>>> Boolean retVal 127938>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 127939>>> Function_Return retVal 127940>>> End_Function 127941>>> 127941>>> Procedure Set ComAllowFilter Boolean value 127943>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 127944>>> End_Procedure 127945>>> 127945>>> Function ComAllowGroup Returns Boolean 127947>>> Boolean retVal 127947>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 127948>>> Function_Return retVal 127949>>> End_Function 127950>>> 127950>>> Procedure Set ComAllowGroup Boolean value 127952>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 127953>>> End_Procedure 127954>>> 127954>>> Function ComAllowSort Returns Boolean 127956>>> Boolean retVal 127956>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 127957>>> Function_Return retVal 127958>>> End_Function 127959>>> 127959>>> Procedure Set ComAllowSort Boolean value 127961>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 127962>>> End_Procedure 127963>>> 127963>>> Function ComIndex Returns Integer 127965>>> Handle hDispatchDriver 127965>>> Integer retVal 127965>>> Get phDispatchDriver to hDispatchDriver 127966>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 127967>>> Function_Return retVal 127968>>> End_Function 127969>>>End_Class 127970>>> 127970>>>Class cSigCjComReportSection is a cComAutomationObject 127971>>> Import_Class_Protocol cSigCjComIReportSection 127972>>> 127972>>> Procedure Construct_Object 127974>>> Forward Send Construct_Object 127976>>> Set peAutoCreate to acNoAutoCreate 127977>>> End_Procedure 127978>>>End_Class 127979>>> 127979>>>Class cSigCjComIReportSections is a Mixin 127980>>> 127980>>> Function ComCount Returns Integer 127982>>> Handle hDispatchDriver 127982>>> Integer retVal 127982>>> Get phDispatchDriver to hDispatchDriver 127983>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 127984>>> Function_Return retVal 127985>>> End_Function 127986>>> 127986>>> Function ComSection Integer llIndex Returns Variant 127988>>> Handle hDispatchDriver 127988>>> Variant retVal 127988>>> Get phDispatchDriver to hDispatchDriver 127989>>> Send PrepareParams to hDispatchDriver 1 127990>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 127991>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 127992>>> Function_Return retVal 127993>>> End_Function 127994>>>End_Class 127995>>> 127995>>>Class cSigCjComReportSections is a cComAutomationObject 127996>>> Import_Class_Protocol cSigCjComIReportSections 127997>>> 127997>>> Procedure Construct_Object 127999>>> Forward Send Construct_Object 128001>>> Set peAutoCreate to acNoAutoCreate 128002>>> End_Procedure 128003>>>End_Class 128004>>> 128004>>>Class cSigCjComIReportColumnOrder is a Mixin 128005>>> 128005>>> // Gets the number of rows in the collection. 128005>>> Function ComCount Returns Integer 128007>>> Handle hDispatchDriver 128007>>> Integer retVal 128007>>> Get phDispatchDriver to hDispatchDriver 128008>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 128009>>> Function_Return retVal 128010>>> End_Function 128011>>> 128011>>> // Gets an item from the collection by its index. 128011>>> Function ComColumn Integer llIndex Returns Variant 128013>>> Handle hDispatchDriver 128013>>> Variant retVal 128013>>> Get phDispatchDriver to hDispatchDriver 128014>>> Send PrepareParams to hDispatchDriver 1 128015>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 128016>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 128017>>> Function_Return retVal 128018>>> End_Function 128019>>> 128019>>> Function Com_NewEnum Returns Variant 128021>>> Handle hDispatchDriver 128021>>> Variant retVal 128021>>> Get phDispatchDriver to hDispatchDriver 128022>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 128023>>> Function_Return retVal 128024>>> End_Function 128025>>> 128025>>> // Adds a new column to the collection. 128025>>> Procedure ComAdd Variant llColumn 128027>>> Handle hDispatchDriver 128027>>> Get phDispatchDriver to hDispatchDriver 128028>>> Send PrepareParams to hDispatchDriver 1 128029>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llColumn 128030>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 128031>>> End_Procedure 128032>>> 128032>>> // Deletes all of the columns from the collection 128032>>> Procedure ComDeleteAll 128034>>> Handle hDispatchDriver 128034>>> Get phDispatchDriver to hDispatchDriver 128035>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 128036>>> End_Procedure 128037>>> 128037>>> Function ComIndexOf Variant llColumn Returns Integer 128039>>> Handle hDispatchDriver 128039>>> Integer retVal 128039>>> Get phDispatchDriver to hDispatchDriver 128040>>> Send PrepareParams to hDispatchDriver 1 128041>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llColumn 128042>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 128043>>> Function_Return retVal 128044>>> End_Function 128045>>> 128045>>> Procedure ComRemoveAt Integer llIndex 128047>>> Handle hDispatchDriver 128047>>> Get phDispatchDriver to hDispatchDriver 128048>>> Send PrepareParams to hDispatchDriver 1 128049>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 128050>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 128051>>> End_Procedure 128052>>>End_Class 128053>>> 128053>>>Class cSigCjComReportColumnOrder is a cComAutomationObject 128054>>> Import_Class_Protocol cSigCjComIReportColumnOrder 128055>>> 128055>>> Procedure Construct_Object 128057>>> Forward Send Construct_Object 128059>>> Set peAutoCreate to acNoAutoCreate 128060>>> End_Procedure 128061>>>End_Class 128062>>> 128062>>>Class cSigCjComIReportSelectedRows is a Mixin 128063>>> 128063>>> // Gets the number of rows in the collection. 128063>>> Function ComCount Returns Integer 128065>>> Handle hDispatchDriver 128065>>> Integer retVal 128065>>> Get phDispatchDriver to hDispatchDriver 128066>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 128067>>> Function_Return retVal 128068>>> End_Function 128069>>> 128069>>> // Adds a new row to the collection. 128069>>> Procedure ComAdd Variant llRow 128071>>> Handle hDispatchDriver 128071>>> Get phDispatchDriver to hDispatchDriver 128072>>> Send PrepareParams to hDispatchDriver 1 128073>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRow 128074>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 128075>>> End_Procedure 128076>>> 128076>>> // Deletes all of the rows 128076>>> Procedure ComDeleteAll 128078>>> Handle hDispatchDriver 128078>>> Get phDispatchDriver to hDispatchDriver 128079>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 128080>>> End_Procedure 128081>>> 128081>>> // Gets an row from the collection by its index. 128081>>> Function ComRow Integer llIndex Returns Variant 128083>>> Handle hDispatchDriver 128083>>> Variant retVal 128083>>> Get phDispatchDriver to hDispatchDriver 128084>>> Send PrepareParams to hDispatchDriver 1 128085>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 128086>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 128087>>> Function_Return retVal 128088>>> End_Function 128089>>> 128089>>> Function Com_NewEnum Returns Variant 128091>>> Handle hDispatchDriver 128091>>> Variant retVal 128091>>> Get phDispatchDriver to hDispatchDriver 128092>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 128093>>> Function_Return retVal 128094>>> End_Function 128095>>>End_Class 128096>>> 128096>>>Class cSigCjComReportSelectedRows is a cComAutomationObject 128097>>> Import_Class_Protocol cSigCjComIReportSelectedRows 128098>>> 128098>>> Procedure Construct_Object 128100>>> Forward Send Construct_Object 128102>>> Set peAutoCreate to acNoAutoCreate 128103>>> End_Procedure 128104>>>End_Class 128105>>> 128105>>>Class cSigCjComIReportRows is a Mixin 128106>>> 128106>>> // Gets the number of rows in the collection. 128106>>> Function ComCount Returns Integer 128108>>> Handle hDispatchDriver 128108>>> Integer retVal 128108>>> Get phDispatchDriver to hDispatchDriver 128109>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 128110>>> Function_Return retVal 128111>>> End_Function 128112>>> 128112>>> // Gets an row from the collection by its index. 128112>>> Function ComRow Integer llIndex Returns Variant 128114>>> Handle hDispatchDriver 128114>>> Variant retVal 128114>>> Get phDispatchDriver to hDispatchDriver 128115>>> Send PrepareParams to hDispatchDriver 1 128116>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 128117>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 128118>>> Function_Return retVal 128119>>> End_Function 128120>>> 128120>>> Function Com_NewEnum Returns Variant 128122>>> Handle hDispatchDriver 128122>>> Variant retVal 128122>>> Get phDispatchDriver to hDispatchDriver 128123>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 128124>>> Function_Return retVal 128125>>> End_Function 128126>>> 128126>>> // Finds row corresponded with specified record. 128126>>> Function ComFindRow Variant llRecord Returns Variant 128128>>> Handle hDispatchDriver 128128>>> Variant retVal 128128>>> Get phDispatchDriver to hDispatchDriver 128129>>> Send PrepareParams to hDispatchDriver 1 128130>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 128131>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 128132>>> Function_Return retVal 128133>>> End_Function 128134>>> 128134>>> // Finds row corresponded with specified record (throughout the tree). 128134>>> Function ComFindRowInTree Variant llRecord Returns Variant 128136>>> Handle hDispatchDriver 128136>>> Variant retVal 128136>>> Get phDispatchDriver to hDispatchDriver 128137>>> Send PrepareParams to hDispatchDriver 1 128138>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 128139>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 128140>>> Function_Return retVal 128141>>> End_Function 128142>>> 128142>>> Function ComFindRecordItemByRows Integer llStartIndex Integer llEndIndex Integer llStartColumn Integer llEndColumn Integer llRecord Integer llItem String llText OLEXTPReportTextSearchParms llFlags Returns Variant 128144>>> Handle hDispatchDriver 128144>>> Variant retVal 128144>>> Get phDispatchDriver to hDispatchDriver 128145>>> Send PrepareParams to hDispatchDriver 8 128146>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llStartIndex 128147>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEndIndex 128148>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llStartColumn 128149>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEndColumn 128150>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRecord 128151>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llItem 128152>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 128153>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 128154>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 128155>>> Function_Return retVal 128156>>> End_Function 128157>>>End_Class 128158>>> 128158>>>Class cSigCjComReportRows is a cComAutomationObject 128159>>> Import_Class_Protocol cSigCjComIReportRows 128160>>> 128160>>> Procedure Construct_Object 128162>>> Forward Send Construct_Object 128164>>> Set peAutoCreate to acNoAutoCreate 128165>>> End_Procedure 128166>>>End_Class 128167>>> 128167>>>Class cSigCjComIReportPaintManager is a Mixin 128168>>> 128168>>> Function ComVerticalGridStyle Returns OLEXTPReportGridStyle 128170>>> OLEXTPReportGridStyle retVal 128170>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 128171>>> Function_Return retVal 128172>>> End_Function 128173>>> 128173>>> Procedure Set ComVerticalGridStyle OLEXTPReportGridStyle value 128175>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 128176>>> End_Procedure 128177>>> 128177>>> Function ComHorizontalGridStyle Returns OLEXTPReportGridStyle 128179>>> OLEXTPReportGridStyle retVal 128179>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 128180>>> Function_Return retVal 128181>>> End_Function 128182>>> 128182>>> Procedure Set ComHorizontalGridStyle OLEXTPReportGridStyle value 128184>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 128185>>> End_Procedure 128186>>> 128186>>> Function ComShadeGroupHeadings Returns Boolean 128188>>> Boolean retVal 128188>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 128189>>> Function_Return retVal 128190>>> End_Function 128191>>> 128191>>> Procedure Set ComShadeGroupHeadings Boolean value 128193>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 128194>>> End_Procedure 128195>>> 128195>>> Function ComGroupGridLineHeight Returns Integer 128197>>> Integer retVal 128197>>> Get ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_I4 to retVal 128198>>> Function_Return retVal 128199>>> End_Function 128200>>> 128200>>> Procedure Set ComGroupGridLineHeight Integer value 128202>>> Set ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_I4 to value 128203>>> End_Procedure 128204>>> 128204>>> Function ComTextFont Returns Variant 128206>>> Variant retVal 128206>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to retVal 128207>>> Function_Return retVal 128208>>> End_Function 128209>>> 128209>>> Procedure Set ComTextFont Variant value 128211>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to value 128212>>> End_Procedure 128213>>> 128213>>> Function ComCaptionFont Returns Variant 128215>>> Variant retVal 128215>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 128216>>> Function_Return retVal 128217>>> End_Function 128218>>> 128218>>> Procedure Set ComCaptionFont Variant value 128220>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 128221>>> End_Procedure 128222>>> 128222>>> Function ComPreviewTextFont Returns Variant 128224>>> Variant retVal 128224>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 128225>>> Function_Return retVal 128226>>> End_Function 128227>>> 128227>>> Procedure Set ComPreviewTextFont Variant value 128229>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 128230>>> End_Procedure 128231>>> 128231>>> Function ComColumnStyle Returns OLEXTPReportColumnStyle 128233>>> OLEXTPReportColumnStyle retVal 128233>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 128234>>> Function_Return retVal 128235>>> End_Function 128236>>> 128236>>> Procedure Set ComColumnStyle OLEXTPReportColumnStyle value 128238>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 128239>>> End_Procedure 128240>>> 128240>>> Function ComShadeSortColumn Returns Boolean 128242>>> Boolean retVal 128242>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 128243>>> Function_Return retVal 128244>>> End_Function 128245>>> 128245>>> Procedure Set ComShadeSortColumn Boolean value 128247>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 128248>>> End_Procedure 128249>>> 128249>>> // Determines whether the selected item will display as selected when the Report loses focus 128249>>> Function ComHideSelection Returns Boolean 128251>>> Boolean retVal 128251>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 128252>>> Function_Return retVal 128253>>> End_Function 128254>>> 128254>>> // Determines whether the selected item will display as selected when the Report loses focus 128254>>> Procedure Set ComHideSelection Boolean value 128256>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 128257>>> End_Procedure 128258>>> 128258>>> Function ComNoItemsText Returns String 128260>>> String retVal 128260>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 128261>>> Function_Return retVal 128262>>> End_Function 128263>>> 128263>>> Procedure Set ComNoItemsText String value 128265>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 128266>>> End_Procedure 128267>>> 128267>>> Function ComNoGroupByText Returns String 128269>>> String retVal 128269>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 128270>>> Function_Return retVal 128271>>> End_Function 128272>>> 128272>>> Procedure Set ComNoGroupByText String value 128274>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 128275>>> End_Procedure 128276>>> 128276>>> Function ComMaxPreviewLines Returns Integer 128278>>> Integer retVal 128278>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 128279>>> Function_Return retVal 128280>>> End_Function 128281>>> 128281>>> Procedure Set ComMaxPreviewLines Integer value 128283>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 128284>>> End_Procedure 128285>>> 128285>>> Function ComBackColor Returns OLE_COLOR 128287>>> OLE_COLOR retVal 128287>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 128288>>> Function_Return retVal 128289>>> End_Function 128290>>> 128290>>> Procedure Set ComBackColor OLE_COLOR value 128292>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 128293>>> End_Procedure 128294>>> 128294>>> Function ComForeColor Returns OLE_COLOR 128296>>> OLE_COLOR retVal 128296>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 128297>>> Function_Return retVal 128298>>> End_Function 128299>>> 128299>>> Procedure Set ComForeColor OLE_COLOR value 128301>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 128302>>> End_Procedure 128303>>> 128303>>> Function ComGridLineColor Returns OLE_COLOR 128305>>> OLE_COLOR retVal 128305>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 128306>>> Function_Return retVal 128307>>> End_Function 128308>>> 128308>>> Procedure Set ComGridLineColor OLE_COLOR value 128310>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 128311>>> End_Procedure 128312>>> 128312>>> Function ComShadeSortColor Returns OLE_COLOR 128314>>> OLE_COLOR retVal 128314>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 128315>>> Function_Return retVal 128316>>> End_Function 128317>>> 128317>>> Procedure Set ComShadeSortColor OLE_COLOR value 128319>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 128320>>> End_Procedure 128321>>> 128321>>> Function ComGroupIndentColor Returns OLE_COLOR 128323>>> OLE_COLOR retVal 128323>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 128324>>> Function_Return retVal 128325>>> End_Function 128326>>> 128326>>> Procedure Set ComGroupIndentColor OLE_COLOR value 128328>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 128329>>> End_Procedure 128330>>> 128330>>> Function ComGroupShadeBackColor Returns OLE_COLOR 128332>>> OLE_COLOR retVal 128332>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 128333>>> Function_Return retVal 128334>>> End_Function 128335>>> 128335>>> Procedure Set ComGroupShadeBackColor OLE_COLOR value 128337>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 128338>>> End_Procedure 128339>>> 128339>>> Function ComGroupShadeBorderColor Returns OLE_COLOR 128341>>> OLE_COLOR retVal 128341>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 128342>>> Function_Return retVal 128343>>> End_Function 128344>>> 128344>>> Procedure Set ComGroupShadeBorderColor OLE_COLOR value 128346>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 128347>>> End_Procedure 128348>>> 128348>>> Function ComGroupForeColor Returns OLE_COLOR 128350>>> OLE_COLOR retVal 128350>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 128351>>> Function_Return retVal 128352>>> End_Function 128353>>> 128353>>> Procedure Set ComGroupForeColor OLE_COLOR value 128355>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 128356>>> End_Procedure 128357>>> 128357>>> Function ComCaptionBackColor Returns OLE_COLOR 128359>>> OLE_COLOR retVal 128359>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 128360>>> Function_Return retVal 128361>>> End_Function 128362>>> 128362>>> Procedure Set ComCaptionBackColor OLE_COLOR value 128364>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 128365>>> End_Procedure 128366>>> 128366>>> Function ComCaptionForeColor Returns OLE_COLOR 128368>>> OLE_COLOR retVal 128368>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 128369>>> Function_Return retVal 128370>>> End_Function 128371>>> 128371>>> Procedure Set ComCaptionForeColor OLE_COLOR value 128373>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 128374>>> End_Procedure 128375>>> 128375>>> Function ComGroupBoxBackColor Returns OLE_COLOR 128377>>> OLE_COLOR retVal 128377>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 128378>>> Function_Return retVal 128379>>> End_Function 128380>>> 128380>>> Procedure Set ComGroupBoxBackColor OLE_COLOR value 128382>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 128383>>> End_Procedure 128384>>> 128384>>> Function ComGroupByNoItemsTextColor Returns OLE_COLOR 128386>>> OLE_COLOR retVal 128386>>> Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_I4 to retVal 128387>>> Function_Return retVal 128388>>> End_Function 128389>>> 128389>>> Procedure Set ComGroupByNoItemsTextColor OLE_COLOR value 128391>>> Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_I4 to value 128392>>> End_Procedure 128393>>> 128393>>> Function ComHighlightBackColor Returns OLE_COLOR 128395>>> OLE_COLOR retVal 128395>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 128396>>> Function_Return retVal 128397>>> End_Function 128398>>> 128398>>> Procedure Set ComHighlightBackColor OLE_COLOR value 128400>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 128401>>> End_Procedure 128402>>> 128402>>> Function ComHighlightForeColor Returns OLE_COLOR 128404>>> OLE_COLOR retVal 128404>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 128405>>> Function_Return retVal 128406>>> End_Function 128407>>> 128407>>> Procedure Set ComHighlightForeColor OLE_COLOR value 128409>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 128410>>> End_Procedure 128411>>> 128411>>> Function ComBoldTextHighlight Returns OLE_COLOR 128413>>> OLE_COLOR retVal 128413>>> Get ComProperty of (phDispatchDriver(Self)) 383 OLE_VT_I4 to retVal 128414>>> Function_Return retVal 128415>>> End_Function 128416>>> 128416>>> Procedure Set ComBoldTextHighlight OLE_COLOR value 128418>>> Set ComProperty of (phDispatchDriver(Self)) 383 OLE_VT_I4 to value 128419>>> End_Procedure 128420>>> 128420>>> Function ComBoldText Returns OLE_COLOR 128422>>> OLE_COLOR retVal 128422>>> Get ComProperty of (phDispatchDriver(Self)) 384 OLE_VT_I4 to retVal 128423>>> Function_Return retVal 128424>>> End_Function 128425>>> 128425>>> Procedure Set ComBoldText OLE_COLOR value 128427>>> Set ComProperty of (phDispatchDriver(Self)) 384 OLE_VT_I4 to value 128428>>> End_Procedure 128429>>> 128429>>> Function ComCaptionBackGradientColorLight Returns OLE_COLOR 128431>>> OLE_COLOR retVal 128431>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 128432>>> Function_Return retVal 128433>>> End_Function 128434>>> 128434>>> Procedure Set ComCaptionBackGradientColorLight OLE_COLOR value 128436>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 128437>>> End_Procedure 128438>>> 128438>>> Function ComCaptionBackGradientColorDark Returns OLE_COLOR 128440>>> OLE_COLOR retVal 128440>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 128441>>> Function_Return retVal 128442>>> End_Function 128443>>> 128443>>> Procedure Set ComCaptionBackGradientColorDark OLE_COLOR value 128445>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 128446>>> End_Procedure 128447>>> 128447>>> Function ComColumnHotGradientColorLight Returns OLE_COLOR 128449>>> OLE_COLOR retVal 128449>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to retVal 128450>>> Function_Return retVal 128451>>> End_Function 128452>>> 128452>>> Procedure Set ComColumnHotGradientColorLight OLE_COLOR value 128454>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to value 128455>>> End_Procedure 128456>>> 128456>>> Function ComColumnHotGradientColorDark Returns OLE_COLOR 128458>>> OLE_COLOR retVal 128458>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to retVal 128459>>> Function_Return retVal 128460>>> End_Function 128461>>> 128461>>> Procedure Set ComColumnHotGradientColorDark OLE_COLOR value 128463>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to value 128464>>> End_Procedure 128465>>> 128465>>> Function ComColumnPushedGradientColorLight Returns OLE_COLOR 128467>>> OLE_COLOR retVal 128467>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 128468>>> Function_Return retVal 128469>>> End_Function 128470>>> 128470>>> Procedure Set ComColumnPushedGradientColorLight OLE_COLOR value 128472>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 128473>>> End_Procedure 128474>>> 128474>>> Function ComColumnPushedGradientColorDark Returns OLE_COLOR 128476>>> OLE_COLOR retVal 128476>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to retVal 128477>>> Function_Return retVal 128478>>> End_Function 128479>>> 128479>>> Procedure Set ComColumnPushedGradientColorDark OLE_COLOR value 128481>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to value 128482>>> End_Procedure 128483>>> 128483>>> Function ComColumnShadowGradient Returns OLE_COLOR 128485>>> OLE_COLOR retVal 128485>>> Get ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to retVal 128486>>> Function_Return retVal 128487>>> End_Function 128488>>> 128488>>> Procedure Set ComColumnShadowGradient OLE_COLOR value 128490>>> Set ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to value 128491>>> End_Procedure 128492>>> 128492>>> Function ComTreeIndent Returns Integer 128494>>> Integer retVal 128494>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 128495>>> Function_Return retVal 128496>>> End_Function 128497>>> 128497>>> Procedure Set ComTreeIndent Integer value 128499>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 128500>>> End_Procedure 128501>>> 128501>>> Function ComTreeStructureStyle Returns OLEXTPReportTreeStructureStyle 128503>>> OLEXTPReportTreeStructureStyle retVal 128503>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 128504>>> Function_Return retVal 128505>>> End_Function 128506>>> 128506>>> Procedure Set ComTreeStructureStyle OLEXTPReportTreeStructureStyle value 128508>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 128509>>> End_Procedure 128510>>> 128510>>> Function ComNoFieldsAvailableText Returns String 128512>>> String retVal 128512>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to retVal 128513>>> Function_Return retVal 128514>>> End_Function 128515>>> 128515>>> Procedure Set ComNoFieldsAvailableText String value 128517>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to value 128518>>> End_Procedure 128519>>> 128519>>> Function ComDrawSortTriangleAlways Returns Boolean 128521>>> Boolean retVal 128521>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 128522>>> Function_Return retVal 128523>>> End_Function 128524>>> 128524>>> Procedure Set ComDrawSortTriangleAlways Boolean value 128526>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 128527>>> End_Procedure 128528>>> 128528>>> Function ComGroupShadeForeColor Returns OLE_COLOR 128530>>> OLE_COLOR retVal 128530>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 128531>>> Function_Return retVal 128532>>> End_Function 128533>>> 128533>>> Procedure Set ComGroupShadeForeColor OLE_COLOR value 128535>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 128536>>> End_Procedure 128537>>> 128537>>> Function ComUseColumnTextAlignment Returns Boolean 128539>>> Boolean retVal 128539>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 128540>>> Function_Return retVal 128541>>> End_Function 128542>>> 128542>>> Procedure Set ComUseColumnTextAlignment Boolean value 128544>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 128545>>> End_Procedure 128546>>> 128546>>> Function ComPreviewTextColor Returns OLE_COLOR 128548>>> OLE_COLOR retVal 128548>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 128549>>> Function_Return retVal 128550>>> End_Function 128551>>> 128551>>> Procedure Set ComPreviewTextColor OLE_COLOR value 128553>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 128554>>> End_Procedure 128555>>> 128555>>> Function ComSortByText Returns String 128557>>> String retVal 128557>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BSTR to retVal 128558>>> Function_Return retVal 128559>>> End_Function 128560>>> 128560>>> Procedure Set ComSortByText String value 128562>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BSTR to value 128563>>> End_Procedure 128564>>> 128564>>> Function ComSortByDecreasingText Returns String 128566>>> String retVal 128566>>> Get ComProperty of (phDispatchDriver(Self)) 348 OLE_VT_BSTR to retVal 128567>>> Function_Return retVal 128568>>> End_Function 128569>>> 128569>>> Procedure Set ComSortByDecreasingText String value 128571>>> Set ComProperty of (phDispatchDriver(Self)) 348 OLE_VT_BSTR to value 128572>>> End_Procedure 128573>>> 128573>>> Function ComSortByIncreasingText Returns String 128575>>> String retVal 128575>>> Get ComProperty of (phDispatchDriver(Self)) 349 OLE_VT_BSTR to retVal 128576>>> Function_Return retVal 128577>>> End_Function 128578>>> 128578>>> Procedure Set ComSortByIncreasingText String value 128580>>> Set ComProperty of (phDispatchDriver(Self)) 349 OLE_VT_BSTR to value 128581>>> End_Procedure 128582>>> 128582>>> Function ComInvertColumnOnClick Returns Boolean 128584>>> Boolean retVal 128584>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal 128585>>> Function_Return retVal 128586>>> End_Function 128587>>> 128587>>> Procedure Set ComInvertColumnOnClick Boolean value 128589>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value 128590>>> End_Procedure 128591>>> 128591>>> Function ComHotTracking Returns Boolean 128593>>> Boolean retVal 128593>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 128594>>> Function_Return retVal 128595>>> End_Function 128596>>> 128596>>> Procedure Set ComHotTracking Boolean value 128598>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 128599>>> End_Procedure 128600>>> 128600>>> Function ComGroupRowTextBold Returns Boolean 128602>>> Boolean retVal 128602>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 128603>>> Function_Return retVal 128604>>> End_Function 128605>>> 128605>>> Procedure Set ComGroupRowTextBold Boolean value 128607>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 128608>>> End_Procedure 128609>>> 128609>>> Function ComFixedRowHeight Returns Boolean 128611>>> Boolean retVal 128611>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 128612>>> Function_Return retVal 128613>>> End_Function 128614>>> 128614>>> Procedure Set ComFixedRowHeight Boolean value 128616>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 128617>>> End_Procedure 128618>>> 128618>>> Function ComUseEditTextAlignment Returns Boolean 128620>>> Boolean retVal 128620>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_BOOL to retVal 128621>>> Function_Return retVal 128622>>> End_Function 128623>>> 128623>>> Procedure Set ComUseEditTextAlignment Boolean value 128625>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_BOOL to value 128626>>> End_Procedure 128627>>> 128627>>> Function ComRevertAlignment Returns Boolean 128629>>> Boolean retVal 128629>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 128630>>> Function_Return retVal 128631>>> End_Function 128632>>> 128632>>> Procedure Set ComRevertAlignment Boolean value 128634>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 128635>>> End_Procedure 128636>>> 128636>>> Function ComThemedInplaceButtons Returns Boolean 128638>>> Boolean retVal 128638>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BOOL to retVal 128639>>> Function_Return retVal 128640>>> End_Function 128641>>> 128641>>> Procedure Set ComThemedInplaceButtons Boolean value 128643>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BOOL to value 128644>>> End_Procedure 128645>>> 128645>>> Function ComFixedInplaceButtonHeight Returns Boolean 128647>>> Boolean retVal 128647>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BOOL to retVal 128648>>> Function_Return retVal 128649>>> End_Function 128650>>> 128650>>> Procedure Set ComFixedInplaceButtonHeight Boolean value 128652>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BOOL to value 128653>>> End_Procedure 128654>>> 128654>>> Function ComFreezeColsDividerStyle Returns Integer 128656>>> Integer retVal 128656>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 128657>>> Function_Return retVal 128658>>> End_Function 128659>>> 128659>>> Procedure Set ComFreezeColsDividerStyle Integer value 128661>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 128662>>> End_Procedure 128663>>> 128663>>> Function ComFreezeColsDividerColor Returns OLE_COLOR 128665>>> OLE_COLOR retVal 128665>>> Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_I4 to retVal 128666>>> Function_Return retVal 128667>>> End_Function 128668>>> 128668>>> Procedure Set ComFreezeColsDividerColor OLE_COLOR value 128670>>> Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_I4 to value 128671>>> End_Procedure 128672>>> 128672>>> Function ComHotDividerColor Returns OLE_COLOR 128674>>> OLE_COLOR retVal 128674>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_I4 to retVal 128675>>> Function_Return retVal 128676>>> End_Function 128677>>> 128677>>> Procedure Set ComHotDividerColor OLE_COLOR value 128679>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_I4 to value 128680>>> End_Procedure 128681>>> 128681>>> Function ComHeaderRowsDividerStyle Returns OLEXTPReportFixedRowsDividerStyle 128683>>> OLEXTPReportFixedRowsDividerStyle retVal 128683>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to retVal 128684>>> Function_Return retVal 128685>>> End_Function 128686>>> 128686>>> Procedure Set ComHeaderRowsDividerStyle OLEXTPReportFixedRowsDividerStyle value 128688>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to value 128689>>> End_Procedure 128690>>> 128690>>> Function ComHeaderRowsDividerColor Returns OLE_COLOR 128692>>> OLE_COLOR retVal 128692>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to retVal 128693>>> Function_Return retVal 128694>>> End_Function 128695>>> 128695>>> Procedure Set ComHeaderRowsDividerColor OLE_COLOR value 128697>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to value 128698>>> End_Procedure 128699>>> 128699>>> Function ComFooterRowsDividerStyle Returns OLEXTPReportFixedRowsDividerStyle 128701>>> OLEXTPReportFixedRowsDividerStyle retVal 128701>>> Get ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_I4 to retVal 128702>>> Function_Return retVal 128703>>> End_Function 128704>>> 128704>>> Procedure Set ComFooterRowsDividerStyle OLEXTPReportFixedRowsDividerStyle value 128706>>> Set ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_I4 to value 128707>>> End_Procedure 128708>>> 128708>>> Function ComFooterRowsDividerColor Returns OLE_COLOR 128710>>> OLE_COLOR retVal 128710>>> Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to retVal 128711>>> Function_Return retVal 128712>>> End_Function 128713>>> 128713>>> Procedure Set ComFooterRowsDividerColor OLE_COLOR value 128715>>> Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to value 128716>>> End_Procedure 128717>>> 128717>>> Function ComDrawGridForEmptySpace Returns Boolean 128719>>> Boolean retVal 128719>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to retVal 128720>>> Function_Return retVal 128721>>> End_Function 128722>>> 128722>>> Procedure Set ComDrawGridForEmptySpace Boolean value 128724>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to value 128725>>> End_Procedure 128726>>> 128726>>> Function ComSelectedRowBackColor Returns OLE_COLOR 128728>>> OLE_COLOR retVal 128728>>> Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to retVal 128729>>> Function_Return retVal 128730>>> End_Function 128731>>> 128731>>> Procedure Set ComSelectedRowBackColor OLE_COLOR value 128733>>> Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to value 128734>>> End_Procedure 128735>>> 128735>>> Function ComSelectedRowForeColor Returns OLE_COLOR 128737>>> OLE_COLOR retVal 128737>>> Get ComProperty of (phDispatchDriver(Self)) 61 OLE_VT_I4 to retVal 128738>>> Function_Return retVal 128739>>> End_Function 128740>>> 128740>>> Procedure Set ComSelectedRowForeColor OLE_COLOR value 128742>>> Set ComProperty of (phDispatchDriver(Self)) 61 OLE_VT_I4 to value 128743>>> End_Procedure 128744>>> 128744>>> Function ComColumnOffice2007CustomThemeBaseColor Returns OLE_COLOR 128746>>> OLE_COLOR retVal 128746>>> Get ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_I4 to retVal 128747>>> Function_Return retVal 128748>>> End_Function 128749>>> 128749>>> Procedure Set ComColumnOffice2007CustomThemeBaseColor OLE_COLOR value 128751>>> Set ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_I4 to value 128752>>> End_Procedure 128753>>> 128753>>> Function ComDrawSortTriangleStyle Returns OLEXTPReportDrawSortTriangleStyle 128755>>> OLEXTPReportDrawSortTriangleStyle retVal 128755>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_I4 to retVal 128756>>> Function_Return retVal 128757>>> End_Function 128758>>> 128758>>> Procedure Set ComDrawSortTriangleStyle OLEXTPReportDrawSortTriangleStyle value 128760>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_I4 to value 128761>>> End_Procedure 128762>>> 128762>>> Function ComColumnWidthWYSIWYG Returns Boolean 128764>>> Boolean retVal 128764>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to retVal 128765>>> Function_Return retVal 128766>>> End_Function 128767>>> 128767>>> Procedure Set ComColumnWidthWYSIWYG Boolean value 128769>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to value 128770>>> End_Procedure 128771>>> 128771>>> Function ComColumnPlusMinusSign Returns Boolean 128773>>> Boolean retVal 128773>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to retVal 128774>>> Function_Return retVal 128775>>> End_Function 128776>>> 128776>>> Procedure Set ComColumnPlusMinusSign Boolean value 128778>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to value 128779>>> End_Procedure 128780>>> 128780>>> Function ComShowLockIcon Returns Boolean 128782>>> Boolean retVal 128782>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 128783>>> Function_Return retVal 128784>>> End_Function 128785>>> 128785>>> Procedure Set ComShowLockIcon Boolean value 128787>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 128788>>> End_Procedure 128789>>> 128789>>> Function ComUseShellIcon Returns Boolean 128791>>> Boolean retVal 128791>>> Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to retVal 128792>>> Function_Return retVal 128793>>> End_Function 128794>>> 128794>>> Procedure Set ComUseShellIcon Boolean value 128796>>> Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to value 128797>>> End_Procedure 128798>>> 128798>>> Function ComExpandText Returns String 128800>>> String retVal 128800>>> Get ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BSTR to retVal 128801>>> Function_Return retVal 128802>>> End_Function 128803>>> 128803>>> Procedure Set ComExpandText String value 128805>>> Set ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BSTR to value 128806>>> End_Procedure 128807>>> 128807>>> Function ComCollapseText Returns String 128809>>> String retVal 128809>>> Get ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_BSTR to retVal 128810>>> Function_Return retVal 128811>>> End_Function 128812>>> 128812>>> Procedure Set ComCollapseText String value 128814>>> Set ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_BSTR to value 128815>>> End_Procedure 128816>>> 128816>>> Function ComRecOrRowNumber Returns Boolean 128818>>> Boolean retVal 128818>>> Get ComProperty of (phDispatchDriver(Self)) 75 OLE_VT_BOOL to retVal 128819>>> Function_Return retVal 128820>>> End_Function 128821>>> 128821>>> Procedure Set ComRecOrRowNumber Boolean value 128823>>> Set ComProperty of (phDispatchDriver(Self)) 75 OLE_VT_BOOL to value 128824>>> End_Procedure 128825>>> 128825>>> Function ComStartRecOrRowNumber Returns Integer 128827>>> Integer retVal 128827>>> Get ComProperty of (phDispatchDriver(Self)) 76 OLE_VT_I4 to retVal 128828>>> Function_Return retVal 128829>>> End_Function 128830>>> 128830>>> Procedure Set ComStartRecOrRowNumber Integer value 128832>>> Set ComProperty of (phDispatchDriver(Self)) 76 OLE_VT_I4 to value 128833>>> End_Procedure 128834>>> 128834>>> Function ComLastColumnWidthWYSIWYG Returns Boolean 128836>>> Boolean retVal 128836>>> Get ComProperty of (phDispatchDriver(Self)) 77 OLE_VT_BOOL to retVal 128837>>> Function_Return retVal 128838>>> End_Function 128839>>> 128839>>> Procedure Set ComLastColumnWidthWYSIWYG Boolean value 128841>>> Set ComProperty of (phDispatchDriver(Self)) 77 OLE_VT_BOOL to value 128842>>> End_Procedure 128843>>> 128843>>> Function ComUseGroupRowSelectionState Returns Boolean 128845>>> Boolean retVal 128845>>> Get ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to retVal 128846>>> Function_Return retVal 128847>>> End_Function 128848>>> 128848>>> Procedure Set ComUseGroupRowSelectionState Boolean value 128850>>> Set ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to value 128851>>> End_Procedure 128852>>> 128852>>> Function ComForceDynamicMarkupForCell Returns Boolean 128854>>> Boolean retVal 128854>>> Get ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to retVal 128855>>> Function_Return retVal 128856>>> End_Function 128857>>> 128857>>> Procedure Set ComForceDynamicMarkupForCell Boolean value 128859>>> Set ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to value 128860>>> End_Procedure 128861>>> 128861>>> Function ComPrintPageRectangle Returns Boolean 128863>>> Boolean retVal 128863>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_BOOL to retVal 128864>>> Function_Return retVal 128865>>> End_Function 128866>>> 128866>>> Procedure Set ComPrintPageRectangle Boolean value 128868>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_BOOL to value 128869>>> End_Procedure 128870>>> 128870>>> Function ComForceShowDropMarker Returns Boolean 128872>>> Boolean retVal 128872>>> Get ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to retVal 128873>>> Function_Return retVal 128874>>> End_Function 128875>>> 128875>>> Procedure Set ComForceShowDropMarker Boolean value 128877>>> Set ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to value 128878>>> End_Procedure 128879>>> 128879>>> Function ComFormulaSumColor Returns OLE_COLOR 128881>>> OLE_COLOR retVal 128881>>> Get ComProperty of (phDispatchDriver(Self)) 83 OLE_VT_I4 to retVal 128882>>> Function_Return retVal 128883>>> End_Function 128884>>> 128884>>> Procedure Set ComFormulaSumColor OLE_COLOR value 128886>>> Set ComProperty of (phDispatchDriver(Self)) 83 OLE_VT_I4 to value 128887>>> End_Procedure 128888>>> 128888>>> Function ComFormulaSubSumColor Returns OLE_COLOR 128890>>> OLE_COLOR retVal 128890>>> Get ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to retVal 128891>>> Function_Return retVal 128892>>> End_Function 128893>>> 128893>>> Procedure Set ComFormulaSubSumColor OLE_COLOR value 128895>>> Set ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to value 128896>>> End_Procedure 128897>>> 128897>>> Function ComShowNonActiveInPlaceButton Returns Boolean 128899>>> Boolean retVal 128899>>> Get ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to retVal 128900>>> Function_Return retVal 128901>>> End_Function 128902>>> 128902>>> Procedure Set ComShowNonActiveInPlaceButton Boolean value 128904>>> Set ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to value 128905>>> End_Procedure 128906>>> 128906>>> Function ComPrintWatermark Returns Boolean 128908>>> Boolean retVal 128908>>> Get ComProperty of (phDispatchDriver(Self)) 86 OLE_VT_BOOL to retVal 128909>>> Function_Return retVal 128910>>> End_Function 128911>>> 128911>>> Procedure Set ComPrintWatermark Boolean value 128913>>> Set ComProperty of (phDispatchDriver(Self)) 86 OLE_VT_BOOL to value 128914>>> End_Procedure 128915>>> 128915>>> Function ComBaseTreeIndent Returns Boolean 128917>>> Boolean retVal 128917>>> Get ComProperty of (phDispatchDriver(Self)) 87 OLE_VT_BOOL to retVal 128918>>> Function_Return retVal 128919>>> End_Function 128920>>> 128920>>> Procedure Set ComBaseTreeIndent Boolean value 128922>>> Set ComProperty of (phDispatchDriver(Self)) 87 OLE_VT_BOOL to value 128923>>> End_Procedure 128924>>> 128924>>> Function ComShowWYSIWYGMarkers Returns Boolean 128926>>> Boolean retVal 128926>>> Get ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_BOOL to retVal 128927>>> Function_Return retVal 128928>>> End_Function 128929>>> 128929>>> Procedure Set ComShowWYSIWYGMarkers Boolean value 128931>>> Set ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_BOOL to value 128932>>> End_Procedure 128933>>> 128933>>> Function ComForceShowTooltip Returns Boolean 128935>>> Boolean retVal 128935>>> Get ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to retVal 128936>>> Function_Return retVal 128937>>> End_Function 128938>>> 128938>>> Procedure Set ComForceShowTooltip Boolean value 128940>>> Set ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to value 128941>>> End_Procedure 128942>>> 128942>>> Function ComGrayIfDisable Returns Boolean 128944>>> Boolean retVal 128944>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BOOL to retVal 128945>>> Function_Return retVal 128946>>> End_Function 128947>>> 128947>>> Procedure Set ComGrayIfDisable Boolean value 128949>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BOOL to value 128950>>> End_Procedure 128951>>> 128951>>> Function ComUseAlternativeBackground Returns Boolean 128953>>> Boolean retVal 128953>>> Get ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_BOOL to retVal 128954>>> Function_Return retVal 128955>>> End_Function 128956>>> 128956>>> Procedure Set ComUseAlternativeBackground Boolean value 128958>>> Set ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_BOOL to value 128959>>> End_Procedure 128960>>> 128960>>> Function ComAlternativeBackgroundColor Returns OLE_COLOR 128962>>> OLE_COLOR retVal 128962>>> Get ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_I4 to retVal 128963>>> Function_Return retVal 128964>>> End_Function 128965>>> 128965>>> Procedure Set ComAlternativeBackgroundColor OLE_COLOR value 128967>>> Set ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_I4 to value 128968>>> End_Procedure 128969>>> 128969>>> Function ComCleanTooltip Returns Boolean 128971>>> Boolean retVal 128971>>> Get ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to retVal 128972>>> Function_Return retVal 128973>>> End_Function 128974>>> 128974>>> Procedure Set ComCleanTooltip Boolean value 128976>>> Set ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to value 128977>>> End_Procedure 128978>>> 128978>>> Function ComMoveScrollbarOnFixedColumnsIndent Returns Boolean 128980>>> Boolean retVal 128980>>> Get ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to retVal 128981>>> Function_Return retVal 128982>>> End_Function 128983>>> 128983>>> Procedure Set ComMoveScrollbarOnFixedColumnsIndent Boolean value 128985>>> Set ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to value 128986>>> End_Procedure 128987>>> 128987>>> Function ComCompactText Returns Boolean 128989>>> Boolean retVal 128989>>> Get ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to retVal 128990>>> Function_Return retVal 128991>>> End_Function 128992>>> 128992>>> Procedure Set ComCompactText Boolean value 128994>>> Set ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to value 128995>>> End_Procedure 128996>>> 128996>>> Function ComAllowMergeCells Returns Boolean 128998>>> Boolean retVal 128998>>> Get ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to retVal 128999>>> Function_Return retVal 129000>>> End_Function 129001>>> 129001>>> Procedure Set ComAllowMergeCells Boolean value 129003>>> Set ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to value 129004>>> End_Procedure 129005>>> 129005>>> Function ComUseDropMarker Returns Boolean 129007>>> Boolean retVal 129007>>> Get ComProperty of (phDispatchDriver(Self)) 334 OLE_VT_BOOL to retVal 129008>>> Function_Return retVal 129009>>> End_Function 129010>>> 129010>>> Procedure Set ComUseDropMarker Boolean value 129012>>> Set ComProperty of (phDispatchDriver(Self)) 334 OLE_VT_BOOL to value 129013>>> End_Procedure 129014>>> 129014>>> Function ComTextIndentForGroupRowsWithNoIcon Returns Integer 129016>>> Integer retVal 129016>>> Get ComProperty of (phDispatchDriver(Self)) 335 OLE_VT_I4 to retVal 129017>>> Function_Return retVal 129018>>> End_Function 129019>>> 129019>>> Procedure Set ComTextIndentForGroupRowsWithNoIcon Integer value 129021>>> Set ComProperty of (phDispatchDriver(Self)) 335 OLE_VT_I4 to value 129022>>> End_Procedure 129023>>> 129023>>> Function ComSortTriangleOffsetFromRight Returns Boolean 129025>>> Boolean retVal 129025>>> Get ComProperty of (phDispatchDriver(Self)) 336 OLE_VT_BOOL to retVal 129026>>> Function_Return retVal 129027>>> End_Function 129028>>> 129028>>> Procedure Set ComSortTriangleOffsetFromRight Boolean value 129030>>> Set ComProperty of (phDispatchDriver(Self)) 336 OLE_VT_BOOL to value 129031>>> End_Procedure 129032>>> 129032>>> Function ComTreeColumnLineLength Returns Integer 129034>>> Integer retVal 129034>>> Get ComProperty of (phDispatchDriver(Self)) 337 OLE_VT_I4 to retVal 129035>>> Function_Return retVal 129036>>> End_Function 129037>>> 129037>>> Procedure Set ComTreeColumnLineLength Integer value 129039>>> Set ComProperty of (phDispatchDriver(Self)) 337 OLE_VT_I4 to value 129040>>> End_Procedure 129041>>> 129041>>> Function ComBaseParentRecordIndent Returns Integer 129043>>> Integer retVal 129043>>> Get ComProperty of (phDispatchDriver(Self)) 338 OLE_VT_I4 to retVal 129044>>> Function_Return retVal 129045>>> End_Function 129046>>> 129046>>> Procedure Set ComBaseParentRecordIndent Integer value 129048>>> Set ComProperty of (phDispatchDriver(Self)) 338 OLE_VT_I4 to value 129049>>> End_Procedure 129050>>> 129050>>> Function ComHeaderHeight Returns Integer 129052>>> Integer retVal 129052>>> Get ComProperty of (phDispatchDriver(Self)) 355 OLE_VT_I4 to retVal 129053>>> Function_Return retVal 129054>>> End_Function 129055>>> 129055>>> Procedure Set ComHeaderHeight Integer value 129057>>> Set ComProperty of (phDispatchDriver(Self)) 355 OLE_VT_I4 to value 129058>>> End_Procedure 129059>>> 129059>>> Function ComUseUpperCaseCaptions Returns Boolean 129061>>> Boolean retVal 129061>>> Get ComProperty of (phDispatchDriver(Self)) 356 OLE_VT_BOOL to retVal 129062>>> Function_Return retVal 129063>>> End_Function 129064>>> 129064>>> Procedure Set ComUseUpperCaseCaptions Boolean value 129066>>> Set ComProperty of (phDispatchDriver(Self)) 356 OLE_VT_BOOL to value 129067>>> End_Procedure 129068>>> 129068>>> Procedure ComSetPreviewIndent Integer llleft Integer lltop Integer llright Integer llbottom 129070>>> Handle hDispatchDriver 129070>>> Get phDispatchDriver to hDispatchDriver 129071>>> Send PrepareParams to hDispatchDriver 4 129072>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 129073>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 129074>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 129075>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 129076>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 129077>>> End_Procedure 129078>>> 129078>>> Procedure ComRefreshMetrics 129080>>> Handle hDispatchDriver 129080>>> Get phDispatchDriver to hDispatchDriver 129081>>> Send InvokeComMethod to hDispatchDriver 64 OLE_VT_VOID 129082>>> End_Procedure 129083>>> 129083>>> Function ComGlyphs Returns Variant 129085>>> Handle hDispatchDriver 129085>>> Variant retVal 129085>>> Get phDispatchDriver to hDispatchDriver 129086>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_DISPATCH to retVal 129087>>> Function_Return retVal 129088>>> End_Function 129089>>> 129089>>> Function ComHyperlinkStyle Returns Variant 129091>>> Handle hDispatchDriver 129091>>> Variant retVal 129091>>> Get phDispatchDriver to hDispatchDriver 129092>>> Get InvokeComMethod of hDispatchDriver 350 OLE_VT_DISPATCH to retVal 129093>>> Function_Return retVal 129094>>> End_Function 129095>>> 129095>>> Function ComHyperlinkHoverStyle Returns Variant 129097>>> Handle hDispatchDriver 129097>>> Variant retVal 129097>>> Get phDispatchDriver to hDispatchDriver 129098>>> Get InvokeComMethod of hDispatchDriver 351 OLE_VT_DISPATCH to retVal 129099>>> Function_Return retVal 129100>>> End_Function 129101>>>End_Class 129102>>> 129102>>>Class cSigCjComReportPaintManager is a cComAutomationObject 129103>>> Import_Class_Protocol cSigCjComIReportPaintManager 129104>>> 129104>>> Procedure Construct_Object 129106>>> Forward Send Construct_Object 129108>>> Set peAutoCreate to acNoAutoCreate 129109>>> End_Procedure 129110>>>End_Class 129111>>> 129111>>>Class cSigCjComIReportRecordItemConstraints is a Mixin 129112>>> 129112>>> // Gets the number of constraints in the collection. 129112>>> Function ComCount Returns Integer 129114>>> Handle hDispatchDriver 129114>>> Integer retVal 129114>>> Get phDispatchDriver to hDispatchDriver 129115>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 129116>>> Function_Return retVal 129117>>> End_Function 129118>>> 129118>>> // Gets an constraint from the collection by its index. 129118>>> Function ComConstraint Integer llIndex Returns Variant 129120>>> Handle hDispatchDriver 129120>>> Variant retVal 129120>>> Get phDispatchDriver to hDispatchDriver 129121>>> Send PrepareParams to hDispatchDriver 1 129122>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129123>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 129124>>> Function_Return retVal 129125>>> End_Function 129126>>> 129126>>> Function Com_NewEnum Returns Variant 129128>>> Handle hDispatchDriver 129128>>> Variant retVal 129128>>> Get phDispatchDriver to hDispatchDriver 129129>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 129130>>> Function_Return retVal 129131>>> End_Function 129132>>> 129132>>> // Adds a new constraint to the collection. 129132>>> Procedure ComAdd String llCaption Integer llData 129134>>> Handle hDispatchDriver 129134>>> Get phDispatchDriver to hDispatchDriver 129135>>> Send PrepareParams to hDispatchDriver 2 129136>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 129137>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llData 129138>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 129139>>> End_Procedure 129140>>> 129140>>> // Deletes all of the constraints from the collection 129140>>> Procedure ComDeleteAll 129142>>> Handle hDispatchDriver 129142>>> Get phDispatchDriver to hDispatchDriver 129143>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 129144>>> End_Procedure 129145>>>End_Class 129146>>> 129146>>>Class cSigCjComReportRecordItemConstraints is a cComAutomationObject 129147>>> Import_Class_Protocol cSigCjComIReportRecordItemConstraints 129148>>> 129148>>> Procedure Construct_Object 129150>>> Forward Send Construct_Object 129152>>> Set peAutoCreate to acNoAutoCreate 129153>>> End_Procedure 129154>>>End_Class 129155>>> 129155>>>Class cSigCjComIReportInplaceButton is a Mixin 129156>>> 129156>>> Function ComId Returns Integer 129158>>> Integer retVal 129158>>> Get ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to retVal 129159>>> Function_Return retVal 129160>>> End_Function 129161>>> 129161>>> Procedure Set ComId Integer value 129163>>> Set ComProperty of (phDispatchDriver(Self)) 0 OLE_VT_I4 to value 129164>>> End_Procedure 129165>>> 129165>>> Function ComInsideCellButton Returns Boolean 129167>>> Boolean retVal 129167>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 129168>>> Function_Return retVal 129169>>> End_Function 129170>>> 129170>>> Procedure Set ComInsideCellButton Boolean value 129172>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 129173>>> End_Procedure 129174>>> 129174>>> Function ComIconIndex Returns Integer 129176>>> Integer retVal 129176>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 129177>>> Function_Return retVal 129178>>> End_Function 129179>>> 129179>>> Procedure Set ComIconIndex Integer value 129181>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 129182>>> End_Procedure 129183>>> 129183>>> Function ComSpinButtonMin Returns Integer 129185>>> Integer retVal 129185>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 129186>>> Function_Return retVal 129187>>> End_Function 129188>>> 129188>>> Procedure Set ComSpinButtonMin Integer value 129190>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 129191>>> End_Procedure 129192>>> 129192>>> Function ComSpinButtonMax Returns Integer 129194>>> Integer retVal 129194>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 129195>>> Function_Return retVal 129196>>> End_Function 129197>>> 129197>>> Procedure Set ComSpinButtonMax Integer value 129199>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 129200>>> End_Procedure 129201>>> 129201>>> Function ComSpinButtonStep Returns Integer 129203>>> Integer retVal 129203>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 129204>>> Function_Return retVal 129205>>> End_Function 129206>>> 129206>>> Procedure Set ComSpinButtonStep Integer value 129208>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 129209>>> End_Procedure 129210>>> 129210>>> Function ComItemsShowInDroplist Returns Integer 129212>>> Integer retVal 129212>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 129213>>> Function_Return retVal 129214>>> End_Function 129215>>> 129215>>> Procedure Set ComItemsShowInDroplist Integer value 129217>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 129218>>> End_Procedure 129219>>> 129219>>> Function ComRow Returns Variant 129221>>> Handle hDispatchDriver 129221>>> Variant retVal 129221>>> Get phDispatchDriver to hDispatchDriver 129222>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 129223>>> Function_Return retVal 129224>>> End_Function 129225>>> 129225>>> Function ComColumn Returns Variant 129227>>> Handle hDispatchDriver 129227>>> Variant retVal 129227>>> Get phDispatchDriver to hDispatchDriver 129228>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 129229>>> Function_Return retVal 129230>>> End_Function 129231>>> 129231>>> Function ComItem Returns Variant 129233>>> Handle hDispatchDriver 129233>>> Variant retVal 129233>>> Get phDispatchDriver to hDispatchDriver 129234>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 129235>>> Function_Return retVal 129236>>> End_Function 129237>>> 129237>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 129239>>> Handle hDispatchDriver 129239>>> Get phDispatchDriver to hDispatchDriver 129240>>> Send PrepareParams to hDispatchDriver 4 129241>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 129242>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 129243>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 129244>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 129245>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 129246>>> End_Procedure 129247>>>End_Class 129248>>> 129248>>>Class cSigCjComReportInplaceButton is a cComAutomationObject 129249>>> Import_Class_Protocol cSigCjComIReportInplaceButton 129250>>> 129250>>> Procedure Construct_Object 129252>>> Forward Send Construct_Object 129254>>> Set peAutoCreate to acNoAutoCreate 129255>>> End_Procedure 129256>>>End_Class 129257>>> 129257>>>Class cSigCjComIReportRecordItemEditOptions is a Mixin 129258>>> 129258>>> Function ComConstraintEdit Returns Boolean 129260>>> Boolean retVal 129260>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 129261>>> Function_Return retVal 129262>>> End_Function 129263>>> 129263>>> Procedure Set ComConstraintEdit Boolean value 129265>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 129266>>> End_Procedure 129267>>> 129267>>> Function ComAllowEdit Returns Boolean 129269>>> Boolean retVal 129269>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 129270>>> Function_Return retVal 129271>>> End_Function 129272>>> 129272>>> Procedure Set ComAllowEdit Boolean value 129274>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 129275>>> End_Procedure 129276>>> 129276>>> Function ComSelectTextOnEdit Returns Boolean 129278>>> Boolean retVal 129278>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 129279>>> Function_Return retVal 129280>>> End_Function 129281>>> 129281>>> Procedure Set ComSelectTextOnEdit Boolean value 129283>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 129284>>> End_Procedure 129285>>> 129285>>> Function ComExpandOnSelect Returns Boolean 129287>>> Boolean retVal 129287>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 129288>>> Function_Return retVal 129289>>> End_Function 129290>>> 129290>>> Procedure Set ComExpandOnSelect Boolean value 129292>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 129293>>> End_Procedure 129294>>> 129294>>> Function ComEditControlStyle Returns OLEXTPReportEditStyle 129296>>> OLEXTPReportEditStyle retVal 129296>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 129297>>> Function_Return retVal 129298>>> End_Function 129299>>> 129299>>> Procedure Set ComEditControlStyle OLEXTPReportEditStyle value 129301>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 129302>>> End_Procedure 129303>>> 129303>>> Function ComMaxLength Returns Integer 129305>>> Integer retVal 129305>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 129306>>> Function_Return retVal 129307>>> End_Function 129308>>> 129308>>> Procedure Set ComMaxLength Integer value 129310>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 129311>>> End_Procedure 129312>>> 129312>>> Function ComConstraints Returns Variant 129314>>> Handle hDispatchDriver 129314>>> Variant retVal 129314>>> Get phDispatchDriver to hDispatchDriver 129315>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 129316>>> Function_Return retVal 129317>>> End_Function 129318>>> 129318>>> // Second (optional) param (if True) used to SetInsideCellButton (default = False) 129318>>> Function ComAddComboButton Boolean llbInside Returns Variant 129320>>> Handle hDispatchDriver 129320>>> Variant retVal 129320>>> Get phDispatchDriver to hDispatchDriver 129321>>> Send PrepareParams to hDispatchDriver 1 129322>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbInside 129323>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 129324>>> Function_Return retVal 129325>>> End_Function 129326>>> 129326>>> // Second (optional) param (if True) used to SetInsideCellButton (default = False) 129326>>> Function ComAddExpandButton Boolean llbInside Returns Variant 129328>>> Handle hDispatchDriver 129328>>> Variant retVal 129328>>> Get phDispatchDriver to hDispatchDriver 129329>>> Send PrepareParams to hDispatchDriver 1 129330>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbInside 129331>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 129332>>> Function_Return retVal 129333>>> End_Function 129334>>> 129334>>> Procedure ComRemoveButtons 129336>>> Handle hDispatchDriver 129336>>> Get phDispatchDriver to hDispatchDriver 129337>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 129338>>> End_Procedure 129339>>> 129339>>> Function ComGetInplaceButton Integer llnIndex Returns Variant 129341>>> Handle hDispatchDriver 129341>>> Variant retVal 129341>>> Get phDispatchDriver to hDispatchDriver 129342>>> Send PrepareParams to hDispatchDriver 1 129343>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnIndex 129344>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 129345>>> Function_Return retVal 129346>>> End_Function 129347>>> 129347>>> Function ComInplaceButtonsCount Returns Integer 129349>>> Handle hDispatchDriver 129349>>> Integer retVal 129349>>> Get phDispatchDriver to hDispatchDriver 129350>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 129351>>> Function_Return retVal 129352>>> End_Function 129353>>> 129353>>> // Second (optional) param (if True) used to SetInsideCellButton (default = False) 129353>>> Function ComAddSpinButton Boolean llbInside Returns Variant 129355>>> Handle hDispatchDriver 129355>>> Variant retVal 129355>>> Get phDispatchDriver to hDispatchDriver 129356>>> Send PrepareParams to hDispatchDriver 1 129357>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbInside 129358>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 129359>>> Function_Return retVal 129360>>> End_Function 129361>>>End_Class 129362>>> 129362>>>Class cSigCjComReportRecordItemEditOptions is a cComAutomationObject 129363>>> Import_Class_Protocol cSigCjComIReportRecordItemEditOptions 129364>>> 129364>>> Procedure Construct_Object 129366>>> Forward Send Construct_Object 129368>>> Set peAutoCreate to acNoAutoCreate 129369>>> End_Procedure 129370>>>End_Class 129371>>> 129371>>>Class cSigCjComIReportHyperlinks is a Mixin 129372>>> 129372>>> Function ComCount Returns Integer 129374>>> Handle hDispatchDriver 129374>>> Integer retVal 129374>>> Get phDispatchDriver to hDispatchDriver 129375>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 129376>>> Function_Return retVal 129377>>> End_Function 129378>>> 129378>>> Function ComItem Integer llIndex Returns Variant 129380>>> Handle hDispatchDriver 129380>>> Variant retVal 129380>>> Get phDispatchDriver to hDispatchDriver 129381>>> Send PrepareParams to hDispatchDriver 1 129382>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129383>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 129384>>> Function_Return retVal 129385>>> End_Function 129386>>> 129386>>> Function Com_NewEnum Returns Variant 129388>>> Handle hDispatchDriver 129388>>> Variant retVal 129388>>> Get phDispatchDriver to hDispatchDriver 129389>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 129390>>> Function_Return retVal 129391>>> End_Function 129392>>> 129392>>> Function ComAddHyperlink Integer llHyperTextBegin Integer llHyperTextLen Returns Variant 129394>>> Handle hDispatchDriver 129394>>> Variant retVal 129394>>> Get phDispatchDriver to hDispatchDriver 129395>>> Send PrepareParams to hDispatchDriver 2 129396>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHyperTextBegin 129397>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHyperTextLen 129398>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 129399>>> Function_Return retVal 129400>>> End_Function 129401>>> 129401>>> Procedure ComRemove Integer llIndex 129403>>> Handle hDispatchDriver 129403>>> Get phDispatchDriver to hDispatchDriver 129404>>> Send PrepareParams to hDispatchDriver 1 129405>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129406>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 129407>>> End_Procedure 129408>>> 129408>>> Procedure ComRemoveAll 129410>>> Handle hDispatchDriver 129410>>> Get phDispatchDriver to hDispatchDriver 129411>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 129412>>> End_Procedure 129413>>>End_Class 129414>>> 129414>>>Class cSigCjComReportHyperlinks is a cComAutomationObject 129415>>> Import_Class_Protocol cSigCjComIReportHyperlinks 129416>>> 129416>>> Procedure Construct_Object 129418>>> Forward Send Construct_Object 129420>>> Set peAutoCreate to acNoAutoCreate 129421>>> End_Procedure 129422>>>End_Class 129423>>> 129423>>>Class cSigCjComIReportItemControl is a Mixin 129424>>> 129424>>> Function ComType Returns Integer 129426>>> Integer retVal 129426>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 129427>>> Function_Return retVal 129428>>> End_Function 129429>>> 129429>>> Procedure Set ComType Integer value 129431>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 129432>>> End_Procedure 129433>>> 129433>>> Function ComIndex Returns Integer 129435>>> Integer retVal 129435>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 129436>>> Function_Return retVal 129437>>> End_Function 129438>>> 129438>>> Procedure Set ComIndex Integer value 129440>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 129441>>> End_Procedure 129442>>> 129442>>> Function ComCaption Returns String 129444>>> String retVal 129444>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 129445>>> Function_Return retVal 129446>>> End_Function 129447>>> 129447>>> Procedure Set ComCaption String value 129449>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 129450>>> End_Procedure 129451>>> 129451>>> Function ComCaptionColor Returns OLE_COLOR 129453>>> OLE_COLOR retVal 129453>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 129454>>> Function_Return retVal 129455>>> End_Function 129456>>> 129456>>> Procedure Set ComCaptionColor OLE_COLOR value 129458>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 129459>>> End_Procedure 129460>>> 129460>>> Function ComFont Returns Variant 129462>>> Variant retVal 129462>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 129463>>> Function_Return retVal 129464>>> End_Function 129465>>> 129465>>> Procedure Set ComFont Variant value 129467>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 129468>>> End_Procedure 129469>>> 129469>>> Function ComAlignment Returns OLEXTPReportItemControlAlignment 129471>>> OLEXTPReportItemControlAlignment retVal 129471>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 129472>>> Function_Return retVal 129473>>> End_Function 129474>>> 129474>>> Procedure Set ComAlignment OLEXTPReportItemControlAlignment value 129476>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 129477>>> End_Procedure 129478>>> 129478>>> Function ComWidth Returns Integer 129480>>> Integer retVal 129480>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 129481>>> Function_Return retVal 129482>>> End_Function 129483>>> 129483>>> Procedure Set ComWidth Integer value 129485>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 129486>>> End_Procedure 129487>>> 129487>>> Function ComHeight Returns Integer 129489>>> Integer retVal 129489>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 129490>>> Function_Return retVal 129491>>> End_Function 129492>>> 129492>>> Procedure Set ComHeight Integer value 129494>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 129495>>> End_Procedure 129496>>> 129496>>> Function ComEnable Returns Boolean 129498>>> Boolean retVal 129498>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 129499>>> Function_Return retVal 129500>>> End_Function 129501>>> 129501>>> Procedure Set ComEnable Boolean value 129503>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 129504>>> End_Procedure 129505>>> 129505>>> Function ComThemed Returns Boolean 129507>>> Boolean retVal 129507>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 129508>>> Function_Return retVal 129509>>> End_Function 129510>>> 129510>>> Procedure Set ComThemed Boolean value 129512>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 129513>>> End_Procedure 129514>>> 129514>>> Procedure ComSetSize Integer llcx Integer llcy 129516>>> Handle hDispatchDriver 129516>>> Get phDispatchDriver to hDispatchDriver 129517>>> Send PrepareParams to hDispatchDriver 2 129518>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 129519>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 129520>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 129521>>> End_Procedure 129522>>> 129522>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 129524>>> Handle hDispatchDriver 129524>>> Get phDispatchDriver to hDispatchDriver 129525>>> Send PrepareParams to hDispatchDriver 4 129526>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 129527>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 129528>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 129529>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 129530>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 129531>>> End_Procedure 129532>>> 129532>>> Procedure ComSetIconIndex Integer llstate Integer llIconIndex 129534>>> Handle hDispatchDriver 129534>>> Get phDispatchDriver to hDispatchDriver 129535>>> Send PrepareParams to hDispatchDriver 2 129536>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 129537>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 129538>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 129539>>> End_Procedure 129540>>> 129540>>> Function ComGetIconIndex Integer llstate Returns Integer 129542>>> Handle hDispatchDriver 129542>>> Integer retVal 129542>>> Get phDispatchDriver to hDispatchDriver 129543>>> Send PrepareParams to hDispatchDriver 1 129544>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 129545>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 129546>>> Function_Return retVal 129547>>> End_Function 129548>>>End_Class 129549>>> 129549>>>Class cSigCjComReportItemControl is a cComAutomationObject 129550>>> Import_Class_Protocol cSigCjComIReportItemControl 129551>>> 129551>>> Procedure Construct_Object 129553>>> Forward Send Construct_Object 129555>>> Set peAutoCreate to acNoAutoCreate 129556>>> End_Procedure 129557>>>End_Class 129558>>> 129558>>>Class cSigCjComIReportItemButton is a Mixin 129559>>> 129559>>> Function ComType Returns Integer 129561>>> Integer retVal 129561>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 129562>>> Function_Return retVal 129563>>> End_Function 129564>>> 129564>>> Procedure Set ComType Integer value 129566>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 129567>>> End_Procedure 129568>>> 129568>>> Function ComIndex Returns Integer 129570>>> Integer retVal 129570>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 129571>>> Function_Return retVal 129572>>> End_Function 129573>>> 129573>>> Procedure Set ComIndex Integer value 129575>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 129576>>> End_Procedure 129577>>> 129577>>> Function ComCaption Returns String 129579>>> String retVal 129579>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 129580>>> Function_Return retVal 129581>>> End_Function 129582>>> 129582>>> Procedure Set ComCaption String value 129584>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 129585>>> End_Procedure 129586>>> 129586>>> Function ComCaptionColor Returns OLE_COLOR 129588>>> OLE_COLOR retVal 129588>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 129589>>> Function_Return retVal 129590>>> End_Function 129591>>> 129591>>> Procedure Set ComCaptionColor OLE_COLOR value 129593>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 129594>>> End_Procedure 129595>>> 129595>>> Function ComFont Returns Variant 129597>>> Variant retVal 129597>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 129598>>> Function_Return retVal 129599>>> End_Function 129600>>> 129600>>> Procedure Set ComFont Variant value 129602>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 129603>>> End_Procedure 129604>>> 129604>>> Function ComAlignment Returns OLEXTPReportItemControlAlignment 129606>>> OLEXTPReportItemControlAlignment retVal 129606>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 129607>>> Function_Return retVal 129608>>> End_Function 129609>>> 129609>>> Procedure Set ComAlignment OLEXTPReportItemControlAlignment value 129611>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 129612>>> End_Procedure 129613>>> 129613>>> Function ComWidth Returns Integer 129615>>> Integer retVal 129615>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 129616>>> Function_Return retVal 129617>>> End_Function 129618>>> 129618>>> Procedure Set ComWidth Integer value 129620>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 129621>>> End_Procedure 129622>>> 129622>>> Function ComHeight Returns Integer 129624>>> Integer retVal 129624>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 129625>>> Function_Return retVal 129626>>> End_Function 129627>>> 129627>>> Procedure Set ComHeight Integer value 129629>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 129630>>> End_Procedure 129631>>> 129631>>> Function ComEnable Returns Boolean 129633>>> Boolean retVal 129633>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 129634>>> Function_Return retVal 129635>>> End_Function 129636>>> 129636>>> Procedure Set ComEnable Boolean value 129638>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 129639>>> End_Procedure 129640>>> 129640>>> Function ComThemed Returns Boolean 129642>>> Boolean retVal 129642>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 129643>>> Function_Return retVal 129644>>> End_Function 129645>>> 129645>>> Procedure Set ComThemed Boolean value 129647>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 129648>>> End_Procedure 129649>>> 129649>>> Procedure ComSetSize Integer llcx Integer llcy 129651>>> Handle hDispatchDriver 129651>>> Get phDispatchDriver to hDispatchDriver 129652>>> Send PrepareParams to hDispatchDriver 2 129653>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 129654>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 129655>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 129656>>> End_Procedure 129657>>> 129657>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 129659>>> Handle hDispatchDriver 129659>>> Get phDispatchDriver to hDispatchDriver 129660>>> Send PrepareParams to hDispatchDriver 4 129661>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 129662>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 129663>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 129664>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 129665>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 129666>>> End_Procedure 129667>>> 129667>>> Procedure ComSetIconIndex Integer llstate Integer llIconIndex 129669>>> Handle hDispatchDriver 129669>>> Get phDispatchDriver to hDispatchDriver 129670>>> Send PrepareParams to hDispatchDriver 2 129671>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 129672>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 129673>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 129674>>> End_Procedure 129675>>> 129675>>> Function ComGetIconIndex Integer llstate Returns Integer 129677>>> Handle hDispatchDriver 129677>>> Integer retVal 129677>>> Get phDispatchDriver to hDispatchDriver 129678>>> Send PrepareParams to hDispatchDriver 1 129679>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llstate 129680>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 129681>>> Function_Return retVal 129682>>> End_Function 129683>>>End_Class 129684>>> 129684>>>Class cSigCjComReportItemButton is a cComAutomationObject 129685>>> Import_Class_Protocol cSigCjComIReportItemButton 129686>>> 129686>>> Procedure Construct_Object 129688>>> Forward Send Construct_Object 129690>>> Set peAutoCreate to acNoAutoCreate 129691>>> End_Procedure 129692>>>End_Class 129693>>> 129693>>>Class cSigCjComIReportItemControls is a Mixin 129694>>> 129694>>> Function ComCount Returns Integer 129696>>> Integer retVal 129696>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 129697>>> Function_Return retVal 129698>>> End_Function 129699>>> 129699>>> Procedure Set ComCount Integer value 129701>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 129702>>> End_Procedure 129703>>> 129703>>> Procedure ComRemoveAll 129705>>> Handle hDispatchDriver 129705>>> Get phDispatchDriver to hDispatchDriver 129706>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 129707>>> End_Procedure 129708>>> 129708>>> Procedure ComRemoveAt Integer llIndex 129710>>> Handle hDispatchDriver 129710>>> Get phDispatchDriver to hDispatchDriver 129711>>> Send PrepareParams to hDispatchDriver 1 129712>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129713>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 129714>>> End_Procedure 129715>>> 129715>>> Function ComAddButton Integer llIndex Returns Variant 129717>>> Handle hDispatchDriver 129717>>> Variant retVal 129717>>> Get phDispatchDriver to hDispatchDriver 129718>>> Send PrepareParams to hDispatchDriver 1 129719>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129720>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 129721>>> Function_Return retVal 129722>>> End_Function 129723>>> 129723>>> Function ComItem Integer llIndex Returns Variant 129725>>> Handle hDispatchDriver 129725>>> Variant retVal 129725>>> Get phDispatchDriver to hDispatchDriver 129726>>> Send PrepareParams to hDispatchDriver 1 129727>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 129728>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 129729>>> Function_Return retVal 129730>>> End_Function 129731>>> 129731>>> Function Com_NewEnum Returns Variant 129733>>> Handle hDispatchDriver 129733>>> Variant retVal 129733>>> Get phDispatchDriver to hDispatchDriver 129734>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 129735>>> Function_Return retVal 129736>>> End_Function 129737>>>End_Class 129738>>> 129738>>>Class cSigCjComReportItemControls is a cComAutomationObject 129739>>> Import_Class_Protocol cSigCjComIReportItemControls 129740>>> 129740>>> Procedure Construct_Object 129742>>> Forward Send Construct_Object 129744>>> Set peAutoCreate to acNoAutoCreate 129745>>> End_Procedure 129746>>>End_Class 129747>>> 129747>>>Class cSigCjComIReportRecordItem is a Mixin 129748>>> 129748>>> Function ComBold Returns Boolean 129750>>> Boolean retVal 129750>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 129751>>> Function_Return retVal 129752>>> End_Function 129753>>> 129753>>> Procedure Set ComBold Boolean value 129755>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 129756>>> End_Procedure 129757>>> 129757>>> Function ComFormat Returns String 129759>>> String retVal 129759>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 129760>>> Function_Return retVal 129761>>> End_Function 129762>>> 129762>>> Procedure Set ComFormat String value 129764>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 129765>>> End_Procedure 129766>>> 129766>>> Function ComValue Returns Variant 129768>>> Variant retVal 129768>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to retVal 129769>>> Function_Return retVal 129770>>> End_Function 129771>>> 129771>>> Procedure Set ComValue Variant value 129773>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to value 129774>>> End_Procedure 129775>>> 129775>>> Function ComForeColor Returns OLE_COLOR 129777>>> OLE_COLOR retVal 129777>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 129778>>> Function_Return retVal 129779>>> End_Function 129780>>> 129780>>> Procedure Set ComForeColor OLE_COLOR value 129782>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 129783>>> End_Procedure 129784>>> 129784>>> Function ComBackColor Returns OLE_COLOR 129786>>> OLE_COLOR retVal 129786>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 129787>>> Function_Return retVal 129788>>> End_Function 129789>>> 129789>>> Procedure Set ComBackColor OLE_COLOR value 129791>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 129792>>> End_Procedure 129793>>> 129793>>> Function ComHasCheckbox Returns Boolean 129795>>> Boolean retVal 129795>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 129796>>> Function_Return retVal 129797>>> End_Function 129798>>> 129798>>> Procedure Set ComHasCheckbox Boolean value 129800>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 129801>>> End_Procedure 129802>>> 129802>>> Function ComCanEditCheckboxItem Returns Boolean 129804>>> Boolean retVal 129804>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to retVal 129805>>> Function_Return retVal 129806>>> End_Function 129807>>> 129807>>> Procedure Set ComCanEditCheckboxItem Boolean value 129809>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BOOL to value 129810>>> End_Procedure 129811>>> 129811>>> Function ComChecked Returns Boolean 129813>>> Boolean retVal 129813>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 129814>>> Function_Return retVal 129815>>> End_Function 129816>>> 129816>>> Procedure Set ComChecked Boolean value 129818>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 129819>>> End_Procedure 129820>>> 129820>>> Function ComIcon Returns Integer 129822>>> Integer retVal 129822>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 129823>>> Function_Return retVal 129824>>> End_Function 129825>>> 129825>>> Procedure Set ComIcon Integer value 129827>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 129828>>> End_Procedure 129829>>> 129829>>> Function ComCaption Returns String 129831>>> String retVal 129831>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 129832>>> Function_Return retVal 129833>>> End_Function 129834>>> 129834>>> Procedure Set ComCaption String value 129836>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 129837>>> End_Procedure 129838>>> 129838>>> Function ComGroupCaption Returns String 129840>>> String retVal 129840>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 129841>>> Function_Return retVal 129842>>> End_Function 129843>>> 129843>>> Procedure Set ComGroupCaption String value 129845>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 129846>>> End_Procedure 129847>>> 129847>>> Function ComSortPriority Returns Integer 129849>>> Integer retVal 129849>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 129850>>> Function_Return retVal 129851>>> End_Function 129852>>> 129852>>> Procedure Set ComSortPriority Integer value 129854>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 129855>>> End_Procedure 129856>>> 129856>>> Function ComGroupPriority Returns Integer 129858>>> Integer retVal 129858>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 129859>>> Function_Return retVal 129860>>> End_Function 129861>>> 129861>>> Procedure Set ComGroupPriority Integer value 129863>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 129864>>> End_Procedure 129865>>> 129865>>> Function ComFocusable Returns Boolean 129867>>> Boolean retVal 129867>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 129868>>> Function_Return retVal 129869>>> End_Function 129870>>> 129870>>> Procedure Set ComFocusable Boolean value 129872>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 129873>>> End_Procedure 129874>>> 129874>>> Function ComEditable Returns Boolean 129876>>> Boolean retVal 129876>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 129877>>> Function_Return retVal 129878>>> End_Function 129879>>> 129879>>> Procedure Set ComEditable Boolean value 129881>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 129882>>> End_Procedure 129883>>> 129883>>> Function ComTooltip Returns String 129885>>> String retVal 129885>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to retVal 129886>>> Function_Return retVal 129887>>> End_Function 129888>>> 129888>>> Procedure Set ComTooltip String value 129890>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BSTR to value 129891>>> End_Procedure 129892>>> 129892>>> Function ComTag Returns Variant 129894>>> Variant retVal 129894>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to retVal 129895>>> Function_Return retVal 129896>>> End_Function 129897>>> 129897>>> Procedure Set ComTag Variant value 129899>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to value 129900>>> End_Procedure 129901>>> 129901>>> Function ComAlignment Returns OLEXTPColumnAlignment 129903>>> OLEXTPColumnAlignment retVal 129903>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 129904>>> Function_Return retVal 129905>>> End_Function 129906>>> 129906>>> Procedure Set ComAlignment OLEXTPColumnAlignment value 129908>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 129909>>> End_Procedure 129910>>> 129910>>> Function ComTristateCheckbox Returns Boolean 129912>>> Boolean retVal 129912>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 129913>>> Function_Return retVal 129914>>> End_Function 129915>>> 129915>>> Procedure Set ComTristateCheckbox Boolean value 129917>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 129918>>> End_Procedure 129919>>> 129919>>> Function ComCheckboxState Returns Integer 129921>>> Integer retVal 129921>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 129922>>> Function_Return retVal 129923>>> End_Function 129924>>> 129924>>> Procedure Set ComCheckboxState Integer value 129926>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 129927>>> End_Procedure 129928>>> 129928>>> Function ComFormula Returns String 129930>>> String retVal 129930>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to retVal 129931>>> Function_Return retVal 129932>>> End_Function 129933>>> 129933>>> Procedure Set ComFormula String value 129935>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to value 129936>>> End_Procedure 129937>>> 129937>>> Function ComIndex Returns Integer 129939>>> Handle hDispatchDriver 129939>>> Integer retVal 129939>>> Get phDispatchDriver to hDispatchDriver 129940>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 129941>>> Function_Return retVal 129942>>> End_Function 129943>>> 129943>>> Function ComRecord Returns Variant 129945>>> Handle hDispatchDriver 129945>>> Variant retVal 129945>>> Get phDispatchDriver to hDispatchDriver 129946>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 129947>>> Function_Return retVal 129948>>> End_Function 129949>>> 129949>>> Function ComEditOptions Returns Variant 129951>>> Handle hDispatchDriver 129951>>> Variant retVal 129951>>> Get phDispatchDriver to hDispatchDriver 129952>>> Get InvokeComMethod of hDispatchDriver 17 OLE_VT_DISPATCH to retVal 129953>>> Function_Return retVal 129954>>> End_Function 129955>>> 129955>>> Procedure ComCreateEditOptions 129957>>> Handle hDispatchDriver 129957>>> Get phDispatchDriver to hDispatchDriver 129958>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 129959>>> End_Procedure 129960>>> 129960>>> Function ComHyperlinks Returns Variant 129962>>> Handle hDispatchDriver 129962>>> Variant retVal 129962>>> Get phDispatchDriver to hDispatchDriver 129963>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 129964>>> Function_Return retVal 129965>>> End_Function 129966>>> 129966>>> Function ComItemControls Returns Variant 129968>>> Handle hDispatchDriver 129968>>> Variant retVal 129968>>> Get phDispatchDriver to hDispatchDriver 129969>>> Get InvokeComMethod of hDispatchDriver 23 OLE_VT_DISPATCH to retVal 129970>>> Function_Return retVal 129971>>> End_Function 129972>>> 129972>>> Function ComMarkupUIElement Returns Variant 129974>>> Handle hDispatchDriver 129974>>> Variant retVal 129974>>> Get phDispatchDriver to hDispatchDriver 129975>>> Get InvokeComMethod of hDispatchDriver 27 OLE_VT_DISPATCH to retVal 129976>>> Function_Return retVal 129977>>> End_Function 129978>>>End_Class 129979>>> 129979>>>Class cSigCjComReportRecordItem is a cComAutomationObject 129980>>> Import_Class_Protocol cSigCjComIReportRecordItem 129981>>> 129981>>> Procedure Construct_Object 129983>>> Forward Send Construct_Object 129985>>> Set peAutoCreate to acNoAutoCreate 129986>>> End_Procedure 129987>>>End_Class 129988>>> 129988>>>Class cSigCjComIReportRecords is a Mixin 129989>>> 129989>>> Function ComCaseSensitive Returns Boolean 129991>>> Boolean retVal 129991>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 129992>>> Function_Return retVal 129993>>> End_Function 129994>>> 129994>>> Procedure Set ComCaseSensitive Boolean value 129996>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 129997>>> End_Procedure 129998>>> 129998>>> // Gets the number of records in the collection. 129998>>> Function ComCount Returns Integer 130000>>> Handle hDispatchDriver 130000>>> Integer retVal 130000>>> Get phDispatchDriver to hDispatchDriver 130001>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 130002>>> Function_Return retVal 130003>>> End_Function 130004>>> 130004>>> // Gets an item from the collection by its index. 130004>>> Function ComRecord Integer llIndex Returns Variant 130006>>> Handle hDispatchDriver 130006>>> Variant retVal 130006>>> Get phDispatchDriver to hDispatchDriver 130007>>> Send PrepareParams to hDispatchDriver 1 130008>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 130009>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 130010>>> Function_Return retVal 130011>>> End_Function 130012>>> 130012>>> // Adds a new record to the collection. 130012>>> Function ComAdd Returns Variant 130014>>> Handle hDispatchDriver 130014>>> Variant retVal 130014>>> Get phDispatchDriver to hDispatchDriver 130015>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 130016>>> Function_Return retVal 130017>>> End_Function 130018>>> 130018>>> // Deletes all of the records from the collection 130018>>> Procedure ComDeleteAll 130020>>> Handle hDispatchDriver 130020>>> Get phDispatchDriver to hDispatchDriver 130021>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 130022>>> End_Procedure 130023>>> 130023>>> Procedure ComRemoveAt Integer llIndex 130025>>> Handle hDispatchDriver 130025>>> Get phDispatchDriver to hDispatchDriver 130026>>> Send PrepareParams to hDispatchDriver 1 130027>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 130028>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 130029>>> End_Procedure 130030>>> 130030>>> Function ComInsert Integer llIndex Returns Variant 130032>>> Handle hDispatchDriver 130032>>> Variant retVal 130032>>> Get phDispatchDriver to hDispatchDriver 130033>>> Send PrepareParams to hDispatchDriver 1 130034>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 130035>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 130036>>> Function_Return retVal 130037>>> End_Function 130038>>> 130038>>> Procedure ComInsertAt Integer llIndex Variant llRecord 130040>>> Handle hDispatchDriver 130040>>> Get phDispatchDriver to hDispatchDriver 130041>>> Send PrepareParams to hDispatchDriver 2 130042>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 130043>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 130044>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 130045>>> End_Procedure 130046>>> 130046>>> Function ComFindRecordItem Integer llStartRecord Integer llEndRecord Integer llStartColumn Integer llEndColumn Integer llRecord Integer llItem String llText OLEXTPReportTextSearchParms llFlags Returns Variant 130048>>> Handle hDispatchDriver 130048>>> Variant retVal 130048>>> Get phDispatchDriver to hDispatchDriver 130049>>> Send PrepareParams to hDispatchDriver 8 130050>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llStartRecord 130051>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEndRecord 130052>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llStartColumn 130053>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llEndColumn 130054>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRecord 130055>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llItem 130056>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llText 130057>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 130058>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 130059>>> Function_Return retVal 130060>>> End_Function 130061>>> 130061>>> Procedure ComMergeItems Integer llRecordFrom Integer llRecordTo Integer llColumnFrom Integer llColumnTo 130063>>> Handle hDispatchDriver 130063>>> Get phDispatchDriver to hDispatchDriver 130064>>> Send PrepareParams to hDispatchDriver 4 130065>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRecordFrom 130066>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRecordTo 130067>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnFrom 130068>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnTo 130069>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 130070>>> End_Procedure 130071>>> 130071>>> Function Com_NewEnum Returns Variant 130073>>> Handle hDispatchDriver 130073>>> Variant retVal 130073>>> Get phDispatchDriver to hDispatchDriver 130074>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 130075>>> Function_Return retVal 130076>>> End_Function 130077>>> 130077>>> Procedure ComDoPropExchange Variant llpPX 130079>>> Handle hDispatchDriver 130079>>> Get phDispatchDriver to hDispatchDriver 130080>>> Send PrepareParams to hDispatchDriver 1 130081>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 130082>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 130083>>> End_Procedure 130084>>>End_Class 130085>>> 130085>>>Class cSigCjComReportRecords is a cComAutomationObject 130086>>> Import_Class_Protocol cSigCjComIReportRecords 130087>>> 130087>>> Procedure Construct_Object 130089>>> Forward Send Construct_Object 130091>>> Set peAutoCreate to acNoAutoCreate 130092>>> End_Procedure 130093>>>End_Class 130094>>> 130094>>>Class cSigCjComIReportColumns is a Mixin 130095>>> 130095>>> // Gets the number of controls in the collection. 130095>>> Function ComCount Returns Integer 130097>>> Handle hDispatchDriver 130097>>> Integer retVal 130097>>> Get phDispatchDriver to hDispatchDriver 130098>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 130099>>> Function_Return retVal 130100>>> End_Function 130101>>> 130101>>> // Gets an item from the collection by its index. 130101>>> Function ComColumn Integer llIndex Returns Variant 130103>>> Handle hDispatchDriver 130103>>> Variant retVal 130103>>> Get phDispatchDriver to hDispatchDriver 130104>>> Send PrepareParams to hDispatchDriver 1 130105>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 130106>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 130107>>> Function_Return retVal 130108>>> End_Function 130109>>> 130109>>> // Adds a new column to the collection. 130109>>> Function ComAdd Integer llItemIndex String llCaption Integer llWidth Boolean llResizable Returns Variant 130111>>> Handle hDispatchDriver 130111>>> Variant retVal 130111>>> Get phDispatchDriver to hDispatchDriver 130112>>> Send PrepareParams to hDispatchDriver 4 130113>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llItemIndex 130114>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 130115>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 130116>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llResizable 130117>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 130118>>> Function_Return retVal 130119>>> End_Function 130120>>> 130120>>> // Adds a new column to the collection. 130120>>> Function ComAddEx Integer llItemIndex String llCaption String llInternalName Integer llWidth Boolean llResizable Returns Variant 130122>>> Handle hDispatchDriver 130122>>> Variant retVal 130122>>> Get phDispatchDriver to hDispatchDriver 130123>>> Send PrepareParams to hDispatchDriver 5 130124>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llItemIndex 130125>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 130126>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llInternalName 130127>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 130128>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llResizable 130129>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 130130>>> Function_Return retVal 130131>>> End_Function 130132>>> 130132>>> // Finds the specified column 130132>>> Function ComFind Integer llItemIndex Returns Variant 130134>>> Handle hDispatchDriver 130134>>> Variant retVal 130134>>> Get phDispatchDriver to hDispatchDriver 130135>>> Send PrepareParams to hDispatchDriver 1 130136>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llItemIndex 130137>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 130138>>> Function_Return retVal 130139>>> End_Function 130140>>> 130140>>> // Deletes all of the columns from the collection 130140>>> Procedure ComDeleteAll 130142>>> Handle hDispatchDriver 130142>>> Get phDispatchDriver to hDispatchDriver 130143>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 130144>>> End_Procedure 130145>>> 130145>>> Function Com_NewEnum Returns Variant 130147>>> Handle hDispatchDriver 130147>>> Variant retVal 130147>>> Get phDispatchDriver to hDispatchDriver 130148>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 130149>>> Function_Return retVal 130150>>> End_Function 130151>>>End_Class 130152>>> 130152>>>Class cSigCjComReportColumns is a cComAutomationObject 130153>>> Import_Class_Protocol cSigCjComIReportColumns 130154>>> 130154>>> Procedure Construct_Object 130156>>> Forward Send Construct_Object 130158>>> Set peAutoCreate to acNoAutoCreate 130159>>> End_Procedure 130160>>>End_Class 130161>>> 130161>>>Class cSigCjComIReportNavigator is a Mixin 130162>>> 130162>>> Function ComCurrentFocusInHeadersRows Returns Boolean 130164>>> Boolean retVal 130164>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 130165>>> Function_Return retVal 130166>>> End_Function 130167>>> 130167>>> Procedure Set ComCurrentFocusInHeadersRows Boolean value 130169>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 130170>>> End_Procedure 130171>>> 130171>>> Function ComCurrentFocusInFootersRows Returns Boolean 130173>>> Boolean retVal 130173>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 130174>>> Function_Return retVal 130175>>> End_Function 130176>>> 130176>>> Procedure Set ComCurrentFocusInFootersRows Boolean value 130178>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 130179>>> End_Procedure 130180>>> 130180>>> Procedure ComMoveUp Boolean llSelectBlock Boolean llIgnoreSelection 130182>>> Handle hDispatchDriver 130182>>> Get phDispatchDriver to hDispatchDriver 130183>>> Send PrepareParams to hDispatchDriver 2 130184>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130185>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130186>>> Send InvokeComMethod to hDispatchDriver 1 OLE_VT_VOID 130187>>> End_Procedure 130188>>> 130188>>> Procedure ComMoveDown Boolean llSelectBlock Boolean llIgnoreSelection 130190>>> Handle hDispatchDriver 130190>>> Get phDispatchDriver to hDispatchDriver 130191>>> Send PrepareParams to hDispatchDriver 2 130192>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130193>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130194>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 130195>>> End_Procedure 130196>>> 130196>>> Procedure ComMovePageUp Boolean llSelectBlock Boolean llIgnoreSelection 130198>>> Handle hDispatchDriver 130198>>> Get phDispatchDriver to hDispatchDriver 130199>>> Send PrepareParams to hDispatchDriver 2 130200>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130201>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130202>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 130203>>> End_Procedure 130204>>> 130204>>> Procedure ComMovePageDown Boolean llSelectBlock Boolean llIgnoreSelection 130206>>> Handle hDispatchDriver 130206>>> Get phDispatchDriver to hDispatchDriver 130207>>> Send PrepareParams to hDispatchDriver 2 130208>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130209>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130210>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 130211>>> End_Procedure 130212>>> 130212>>> Procedure ComMoveFirstRow Boolean llSelectBlock Boolean llIgnoreSelection 130214>>> Handle hDispatchDriver 130214>>> Get phDispatchDriver to hDispatchDriver 130215>>> Send PrepareParams to hDispatchDriver 2 130216>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130217>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130218>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 130219>>> End_Procedure 130220>>> 130220>>> Procedure ComMoveLastRow Boolean llSelectBlock Boolean llIgnoreSelection 130222>>> Handle hDispatchDriver 130222>>> Get phDispatchDriver to hDispatchDriver 130223>>> Send PrepareParams to hDispatchDriver 2 130224>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130225>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130226>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 130227>>> End_Procedure 130228>>> 130228>>> Procedure ComMoveLeft Boolean llSelectBlock Boolean llIgnoreSelection 130230>>> Handle hDispatchDriver 130230>>> Get phDispatchDriver to hDispatchDriver 130231>>> Send PrepareParams to hDispatchDriver 2 130232>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130233>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130234>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 130235>>> End_Procedure 130236>>> 130236>>> Procedure ComMoveRight Boolean llSelectBlock Boolean llIgnoreSelection 130238>>> Handle hDispatchDriver 130238>>> Get phDispatchDriver to hDispatchDriver 130239>>> Send PrepareParams to hDispatchDriver 2 130240>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130241>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130242>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 130243>>> End_Procedure 130244>>> 130244>>> Procedure ComBeginEdit 130246>>> Handle hDispatchDriver 130246>>> Get phDispatchDriver to hDispatchDriver 130247>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 130248>>> End_Procedure 130249>>> 130249>>> Procedure ComMoveFirstColumn 130251>>> Handle hDispatchDriver 130251>>> Get phDispatchDriver to hDispatchDriver 130252>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 130253>>> End_Procedure 130254>>> 130254>>> Procedure ComMoveLastColumn 130256>>> Handle hDispatchDriver 130256>>> Get phDispatchDriver to hDispatchDriver 130257>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 130258>>> End_Procedure 130259>>> 130259>>> Procedure ComMoveToRow Integer llRowIndex Boolean llSelectBlock Boolean llIgnoreSelection 130261>>> Handle hDispatchDriver 130261>>> Get phDispatchDriver to hDispatchDriver 130262>>> Send PrepareParams to hDispatchDriver 3 130263>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRowIndex 130264>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llSelectBlock 130265>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIgnoreSelection 130266>>> Send InvokeComMethod to hDispatchDriver 12 OLE_VT_VOID 130267>>> End_Procedure 130268>>> 130268>>> Procedure ComMoveToColumn Integer llColumnIndex Boolean llClearIfNonFocusable 130270>>> Handle hDispatchDriver 130270>>> Get phDispatchDriver to hDispatchDriver 130271>>> Send PrepareParams to hDispatchDriver 2 130272>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 130273>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llClearIfNonFocusable 130274>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 130275>>> End_Procedure 130276>>> 130276>>> Procedure ComMoveFirstVisibleRow 130278>>> Handle hDispatchDriver 130278>>> Get phDispatchDriver to hDispatchDriver 130279>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 130280>>> End_Procedure 130281>>> 130281>>> Procedure ComMoveLastVisibleRow 130283>>> Handle hDispatchDriver 130283>>> Get phDispatchDriver to hDispatchDriver 130284>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 130285>>> End_Procedure 130286>>>End_Class 130287>>> 130287>>>Class cSigCjComReportNavigator is a cComAutomationObject 130288>>> Import_Class_Protocol cSigCjComIReportNavigator 130289>>> 130289>>> Procedure Construct_Object 130291>>> Forward Send Construct_Object 130293>>> Set peAutoCreate to acNoAutoCreate 130294>>> End_Procedure 130295>>>End_Class 130296>>> 130296>>>Class cSigCjComIReportHitTestInfo is a Mixin 130297>>> 130297>>> Function ComColumn Returns Variant 130299>>> Handle hDispatchDriver 130299>>> Variant retVal 130299>>> Get phDispatchDriver to hDispatchDriver 130300>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 130301>>> Function_Return retVal 130302>>> End_Function 130303>>> 130303>>> Function ComRow Returns Variant 130305>>> Handle hDispatchDriver 130305>>> Variant retVal 130305>>> Get phDispatchDriver to hDispatchDriver 130306>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 130307>>> Function_Return retVal 130308>>> End_Function 130309>>> 130309>>> Function ComItem Returns Variant 130311>>> Handle hDispatchDriver 130311>>> Variant retVal 130311>>> Get phDispatchDriver to hDispatchDriver 130312>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_DISPATCH to retVal 130313>>> Function_Return retVal 130314>>> End_Function 130315>>> 130315>>> Function ComHt Returns OLEXTPReportHitTestInfoCode 130317>>> Handle hDispatchDriver 130317>>> OLEXTPReportHitTestInfoCode retVal 130317>>> Get phDispatchDriver to hDispatchDriver 130318>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_I4 to retVal 130319>>> Function_Return retVal 130320>>> End_Function 130321>>> 130321>>> Function ComBlock Returns Variant 130323>>> Handle hDispatchDriver 130323>>> Variant retVal 130323>>> Get phDispatchDriver to hDispatchDriver 130324>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 130325>>> Function_Return retVal 130326>>> End_Function 130327>>> 130327>>> Function ComTrackPosition Returns Integer 130329>>> Handle hDispatchDriver 130329>>> Integer retVal 130329>>> Get phDispatchDriver to hDispatchDriver 130330>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 130331>>> Function_Return retVal 130332>>> End_Function 130333>>>End_Class 130334>>> 130334>>>Class cSigCjComReportHitTestInfo is a cComAutomationObject 130335>>> Import_Class_Protocol cSigCjComIReportHitTestInfo 130336>>> 130336>>> Procedure Construct_Object 130338>>> Forward Send Construct_Object 130340>>> Set peAutoCreate to acNoAutoCreate 130341>>> End_Procedure 130342>>>End_Class 130343>>> 130343>>>Class cSigCjComIReportToolTipInfo is a Mixin 130344>>> 130344>>> Function ComText Returns String 130346>>> String retVal 130346>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 130347>>> Function_Return retVal 130348>>> End_Function 130349>>> 130349>>> Procedure Set ComText String value 130351>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 130352>>> End_Procedure 130353>>> 130353>>> Function ComRow Returns Variant 130355>>> Handle hDispatchDriver 130355>>> Variant retVal 130355>>> Get phDispatchDriver to hDispatchDriver 130356>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 130357>>> Function_Return retVal 130358>>> End_Function 130359>>> 130359>>> Function ComItem Returns Variant 130361>>> Handle hDispatchDriver 130361>>> Variant retVal 130361>>> Get phDispatchDriver to hDispatchDriver 130362>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 130363>>> Function_Return retVal 130364>>> End_Function 130365>>>End_Class 130366>>> 130366>>>Class cSigCjComReportToolTipInfo is a cComAutomationObject 130367>>> Import_Class_Protocol cSigCjComIReportToolTipInfo 130368>>> 130368>>> Procedure Construct_Object 130370>>> Forward Send Construct_Object 130372>>> Set peAutoCreate to acNoAutoCreate 130373>>> End_Procedure 130374>>>End_Class 130375>>> 130375>>>Class cSigCjComIReportDataManager is a Mixin 130376>>> 130376>>> Function ComDataSource Returns Variant 130378>>> Variant retVal 130378>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to retVal 130379>>> Function_Return retVal 130380>>> End_Function 130381>>> 130381>>> Procedure Set ComDataSource Variant value 130383>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_DISPATCH to value 130384>>> End_Procedure 130385>>> 130385>>> Function ComDataBind Returns Boolean 130387>>> Handle hDispatchDriver 130387>>> Boolean retVal 130387>>> Get phDispatchDriver to hDispatchDriver 130388>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 130389>>> Function_Return retVal 130390>>> End_Function 130391>>> 130391>>> Function ComUpdateField Variant llRecord Returns Boolean 130393>>> Handle hDispatchDriver 130393>>> Boolean retVal 130393>>> Get phDispatchDriver to hDispatchDriver 130394>>> Send PrepareParams to hDispatchDriver 1 130395>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 130396>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 130397>>> Function_Return retVal 130398>>> End_Function 130399>>> 130399>>> Function ComUpdateRecord Variant llRecord Returns Boolean 130401>>> Handle hDispatchDriver 130401>>> Boolean retVal 130401>>> Get phDispatchDriver to hDispatchDriver 130402>>> Send PrepareParams to hDispatchDriver 1 130403>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 130404>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_BOOL to retVal 130405>>> Function_Return retVal 130406>>> End_Function 130407>>> 130407>>> Function ComAddRecord Variant llRecord Boolean llbAddToReport Returns Boolean 130409>>> Handle hDispatchDriver 130409>>> Boolean retVal 130409>>> Get phDispatchDriver to hDispatchDriver 130410>>> Send PrepareParams to hDispatchDriver 2 130411>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 130412>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbAddToReport 130413>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_BOOL to retVal 130414>>> Function_Return retVal 130415>>> End_Function 130416>>> 130416>>> Function ComDeleteRecord Variant llRecord Returns Boolean 130418>>> Handle hDispatchDriver 130418>>> Boolean retVal 130418>>> Get phDispatchDriver to hDispatchDriver 130419>>> Send PrepareParams to hDispatchDriver 1 130420>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 130421>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_BOOL to retVal 130422>>> Function_Return retVal 130423>>> End_Function 130424>>> 130424>>> Function ComCreateEmptyRecord Returns Variant 130426>>> Handle hDispatchDriver 130426>>> Variant retVal 130426>>> Get phDispatchDriver to hDispatchDriver 130427>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_DISPATCH to retVal 130428>>> Function_Return retVal 130429>>> End_Function 130430>>> 130430>>> Function ComUpdateRecordItem Variant llItem Returns Boolean 130432>>> Handle hDispatchDriver 130432>>> Boolean retVal 130432>>> Get phDispatchDriver to hDispatchDriver 130433>>> Send PrepareParams to hDispatchDriver 1 130434>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 130435>>> Get InvokeComMethod of hDispatchDriver 8 OLE_VT_BOOL to retVal 130436>>> Function_Return retVal 130437>>> End_Function 130438>>>End_Class 130439>>> 130439>>>Class cSigCjComReportDataManager is a cComAutomationObject 130440>>> Import_Class_Protocol cSigCjComIReportDataManager 130441>>> 130441>>> Procedure Construct_Object 130443>>> Forward Send Construct_Object 130445>>> Set peAutoCreate to acNoAutoCreate 130446>>> End_Procedure 130447>>>End_Class 130448>>> 130448>>>// Dispatch interface for Report Control 130448>>>Class cSigCjCom_DReportControl is a Mixin 130449>>> 130449>>> Function ComHWnd Returns OLE_HANDLE 130451>>> OLE_HANDLE retVal 130451>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 130452>>> Function_Return retVal 130453>>> End_Function 130454>>> 130454>>> Procedure Set ComHWnd OLE_HANDLE value 130456>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 130457>>> End_Procedure 130458>>> 130458>>> Function ComEnabled Returns Boolean 130460>>> Boolean retVal 130460>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 130461>>> Function_Return retVal 130462>>> End_Function 130463>>> 130463>>> Procedure Set ComEnabled Boolean value 130465>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 130466>>> End_Procedure 130467>>> 130467>>> Function ComShowGroupBox Returns Boolean 130469>>> Boolean retVal 130469>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 130470>>> Function_Return retVal 130471>>> End_Function 130472>>> 130472>>> Procedure Set ComShowGroupBox Boolean value 130474>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 130475>>> End_Procedure 130476>>> 130476>>> Function ComPreviewMode Returns Boolean 130478>>> Boolean retVal 130478>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 130479>>> Function_Return retVal 130480>>> End_Function 130481>>> 130481>>> Procedure Set ComPreviewMode Boolean value 130483>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 130484>>> End_Procedure 130485>>> 130485>>> Function ComAllowColumnRemove Returns Boolean 130487>>> Boolean retVal 130487>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 130488>>> Function_Return retVal 130489>>> End_Function 130490>>> 130490>>> Procedure Set ComAllowColumnRemove Boolean value 130492>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 130493>>> End_Procedure 130494>>> 130494>>> Function ComAllowColumnReorder Returns Boolean 130496>>> Boolean retVal 130496>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 130497>>> Function_Return retVal 130498>>> End_Function 130499>>> 130499>>> Procedure Set ComAllowColumnReorder Boolean value 130501>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 130502>>> End_Procedure 130503>>> 130503>>> Function ComAllowColumnResize Returns Boolean 130505>>> Boolean retVal 130505>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 130506>>> Function_Return retVal 130507>>> End_Function 130508>>> 130508>>> Procedure Set ComAllowColumnResize Boolean value 130510>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 130511>>> End_Procedure 130512>>> 130512>>> Function ComMultipleSelection Returns Boolean 130514>>> Boolean retVal 130514>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 130515>>> Function_Return retVal 130516>>> End_Function 130517>>> 130517>>> Procedure Set ComMultipleSelection Boolean value 130519>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 130520>>> End_Procedure 130521>>> 130521>>> Function ComShowItemsInGroups Returns Boolean 130523>>> Boolean retVal 130523>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 130524>>> Function_Return retVal 130525>>> End_Function 130526>>> 130526>>> Procedure Set ComShowItemsInGroups Boolean value 130528>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 130529>>> End_Procedure 130530>>> 130530>>> Function ComBorderStyle Returns OLEXTPReportBorderStyle 130532>>> OLEXTPReportBorderStyle retVal 130532>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 130533>>> Function_Return retVal 130534>>> End_Function 130535>>> 130535>>> Procedure Set ComBorderStyle OLEXTPReportBorderStyle value 130537>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 130538>>> End_Procedure 130539>>> 130539>>> Function ComAllowColumnSort Returns Boolean 130541>>> Boolean retVal 130541>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 130542>>> Function_Return retVal 130543>>> End_Function 130544>>> 130544>>> Procedure Set ComAllowColumnSort Boolean value 130546>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 130547>>> End_Procedure 130548>>> 130548>>> Function ComFieldChooser Returns Variant 130550>>> Variant retVal 130550>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to retVal 130551>>> Function_Return retVal 130552>>> End_Function 130553>>> 130553>>> Procedure Set ComFieldChooser Variant value 130555>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to value 130556>>> End_Procedure 130557>>> 130557>>> Function ComSkipGroupsFocus Returns Boolean 130559>>> Boolean retVal 130559>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 130560>>> Function_Return retVal 130561>>> End_Function 130562>>> 130562>>> Procedure Set ComSkipGroupsFocus Boolean value 130564>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 130565>>> End_Procedure 130566>>> 130566>>> Function ComIcons Returns Variant 130568>>> Variant retVal 130568>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to retVal 130569>>> Function_Return retVal 130570>>> End_Function 130571>>> 130571>>> Procedure Set ComIcons Variant value 130573>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to value 130574>>> End_Procedure 130575>>> 130575>>> Function ComFocusedRow Returns Variant 130577>>> Variant retVal 130577>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_DISPATCH to retVal 130578>>> Function_Return retVal 130579>>> End_Function 130580>>> 130580>>> Procedure Set ComFocusedRow Variant value 130582>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_DISPATCH to value 130583>>> End_Procedure 130584>>> 130584>>> Function ComFocusSubItems Returns Boolean 130586>>> Boolean retVal 130586>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 130587>>> Function_Return retVal 130588>>> End_Function 130589>>> 130589>>> Procedure Set ComFocusSubItems Boolean value 130591>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 130592>>> End_Procedure 130593>>> 130593>>> Function ComEditOnClick Returns Boolean 130595>>> Boolean retVal 130595>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 130596>>> Function_Return retVal 130597>>> End_Function 130598>>> 130598>>> Procedure Set ComEditOnClick Boolean value 130600>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 130601>>> End_Procedure 130602>>> 130602>>> Function ComEditOnDelayClick Returns Boolean 130604>>> Boolean retVal 130604>>> Get ComProperty of (phDispatchDriver(Self)) 142 OLE_VT_BOOL to retVal 130605>>> Function_Return retVal 130606>>> End_Function 130607>>> 130607>>> Procedure Set ComEditOnDelayClick Boolean value 130609>>> Set ComProperty of (phDispatchDriver(Self)) 142 OLE_VT_BOOL to value 130610>>> End_Procedure 130611>>> 130611>>> Function ComEditOnDoubleClick Returns Boolean 130613>>> Boolean retVal 130613>>> Get ComProperty of (phDispatchDriver(Self)) 143 OLE_VT_BOOL to retVal 130614>>> Function_Return retVal 130615>>> End_Function 130616>>> 130616>>> Procedure Set ComEditOnDoubleClick Boolean value 130618>>> Set ComProperty of (phDispatchDriver(Self)) 143 OLE_VT_BOOL to value 130619>>> End_Procedure 130620>>> 130620>>> Function ComAutoColumnSizing Returns Boolean 130622>>> Boolean retVal 130622>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 130623>>> Function_Return retVal 130624>>> End_Function 130625>>> 130625>>> Procedure Set ComAutoColumnSizing Boolean value 130627>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 130628>>> End_Procedure 130629>>> 130629>>> Function ComLockExpand Returns Boolean 130631>>> Boolean retVal 130631>>> Get ComProperty of (phDispatchDriver(Self)) 144 OLE_VT_BOOL to retVal 130632>>> Function_Return retVal 130633>>> End_Function 130634>>> 130634>>> Procedure Set ComLockExpand Boolean value 130636>>> Set ComProperty of (phDispatchDriver(Self)) 144 OLE_VT_BOOL to value 130637>>> End_Procedure 130638>>> 130638>>> Function ComShowHeader Returns Boolean 130640>>> Boolean retVal 130640>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 130641>>> Function_Return retVal 130642>>> End_Function 130643>>> 130643>>> Procedure Set ComShowHeader Boolean value 130645>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 130646>>> End_Procedure 130647>>> 130647>>> Function ComFilterText Returns String 130649>>> String retVal 130649>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to retVal 130650>>> Function_Return retVal 130651>>> End_Function 130652>>> 130652>>> Procedure Set ComFilterText String value 130654>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to value 130655>>> End_Procedure 130656>>> 130656>>> Function ComFocusedColumn Returns Variant 130658>>> Variant retVal 130658>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_DISPATCH to retVal 130659>>> Function_Return retVal 130660>>> End_Function 130661>>> 130661>>> Procedure Set ComFocusedColumn Variant value 130663>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_DISPATCH to value 130664>>> End_Procedure 130665>>> 130665>>> Function ComTopRowIndex Returns Integer 130667>>> Integer retVal 130667>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to retVal 130668>>> Function_Return retVal 130669>>> End_Function 130670>>> 130670>>> Procedure Set ComTopRowIndex Integer value 130672>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to value 130673>>> End_Procedure 130674>>> 130674>>> Function ComShowFooter Returns Boolean 130676>>> Boolean retVal 130676>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BOOL to retVal 130677>>> Function_Return retVal 130678>>> End_Function 130679>>> 130679>>> Procedure Set ComShowFooter Boolean value 130681>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BOOL to value 130682>>> End_Procedure 130683>>> 130683>>> // Indicates whether the control should draw right-to-left for RTL languages 130683>>> Function ComRightToLeft Returns Boolean 130685>>> Boolean retVal 130685>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to retVal 130686>>> Function_Return retVal 130687>>> End_Function 130688>>> 130688>>> // Indicates whether the control should draw right-to-left for RTL languages 130688>>> Procedure Set ComRightToLeft Boolean value 130690>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to value 130691>>> End_Procedure 130692>>> 130692>>> // For languages that support reading order alignment specifies right-to-left reading order 130692>>> Function ComRightToLeftReading Returns Boolean 130694>>> Boolean retVal 130694>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to retVal 130695>>> Function_Return retVal 130696>>> End_Function 130697>>> 130697>>> // For languages that support reading order alignment specifies right-to-left reading order 130697>>> Procedure Set ComRightToLeftReading Boolean value 130699>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to value 130700>>> End_Procedure 130701>>> 130701>>> // Count of none-scrolled columns at the left side 130701>>> Function ComFreezeColumnsCount Returns Integer 130703>>> Integer retVal 130703>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 130704>>> Function_Return retVal 130705>>> End_Function 130706>>> 130706>>> // Count of none-scrolled columns at the left side 130706>>> Procedure Set ComFreezeColumnsCount Integer value 130708>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 130709>>> End_Procedure 130710>>> 130710>>> Function ComSortLocale Returns Integer 130712>>> Integer retVal 130712>>> Get ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to retVal 130713>>> Function_Return retVal 130714>>> End_Function 130715>>> 130715>>> Procedure Set ComSortLocale Integer value 130717>>> Set ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to value 130718>>> End_Procedure 130719>>> 130719>>> Function ComReleaseOnDestroy Returns Boolean 130721>>> Boolean retVal 130721>>> Get ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_BOOL to retVal 130722>>> Function_Return retVal 130723>>> End_Function 130724>>> 130724>>> Procedure Set ComReleaseOnDestroy Boolean value 130726>>> Set ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_BOOL to value 130727>>> End_Procedure 130728>>> 130728>>> // Returns/Sets whether this control can act as an OLE drop target. 130728>>> Function ComOLEDropMode Returns OLEOLEDropConstants 130730>>> OLEOLEDropConstants retVal 130730>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 130731>>> Function_Return retVal 130732>>> End_Function 130733>>> 130733>>> // Returns/Sets whether this control can act as an OLE drop target. 130733>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 130735>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 130736>>> End_Procedure 130737>>> 130737>>> // Horizontal scrolling by pixels or by whole columns. 130737>>> Function ComFullColumnScrolling Returns Boolean 130739>>> Boolean retVal 130739>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to retVal 130740>>> Function_Return retVal 130741>>> End_Function 130742>>> 130742>>> // Horizontal scrolling by pixels or by whole columns. 130742>>> Procedure Set ComFullColumnScrolling Boolean value 130744>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to value 130745>>> End_Procedure 130746>>> 130746>>> Function ComSendContextMenuForWholeHeaderArea Returns Boolean 130748>>> Boolean retVal 130748>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BOOL to retVal 130749>>> Function_Return retVal 130750>>> End_Function 130751>>> 130751>>> Procedure Set ComSendContextMenuForWholeHeaderArea Boolean value 130753>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BOOL to value 130754>>> End_Procedure 130755>>> 130755>>> Function ComShowHeaderRows Returns Boolean 130757>>> Boolean retVal 130757>>> Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_BOOL to retVal 130758>>> Function_Return retVal 130759>>> End_Function 130760>>> 130760>>> Procedure Set ComShowHeaderRows Boolean value 130762>>> Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_BOOL to value 130763>>> End_Procedure 130764>>> 130764>>> Function ComShowFooterRows Returns Boolean 130766>>> Boolean retVal 130766>>> Get ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to retVal 130767>>> Function_Return retVal 130768>>> End_Function 130769>>> 130769>>> Procedure Set ComShowFooterRows Boolean value 130771>>> Set ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to value 130772>>> End_Procedure 130773>>> 130773>>> Function ComPinFooterRows Returns Boolean 130775>>> Boolean retVal 130775>>> Get ComProperty of (phDispatchDriver(Self)) 64 OLE_VT_BOOL to retVal 130776>>> Function_Return retVal 130777>>> End_Function 130778>>> 130778>>> Procedure Set ComPinFooterRows Boolean value 130780>>> Set ComProperty of (phDispatchDriver(Self)) 64 OLE_VT_BOOL to value 130781>>> End_Procedure 130782>>> 130782>>> Function ComPinFooterRowsPrinted Returns Boolean 130784>>> Boolean retVal 130784>>> Get ComProperty of (phDispatchDriver(Self)) 366 OLE_VT_BOOL to retVal 130785>>> Function_Return retVal 130786>>> End_Function 130787>>> 130787>>> Procedure Set ComPinFooterRowsPrinted Boolean value 130789>>> Set ComProperty of (phDispatchDriver(Self)) 366 OLE_VT_BOOL to value 130790>>> End_Procedure 130791>>> 130791>>> Function ComAllowEdit Returns Boolean 130793>>> Boolean retVal 130793>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 130794>>> Function_Return retVal 130795>>> End_Function 130796>>> 130796>>> Procedure Set ComAllowEdit Boolean value 130798>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 130799>>> End_Procedure 130800>>> 130800>>> Function ComHeaderRowsAllowEdit Returns Boolean 130802>>> Boolean retVal 130802>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BOOL to retVal 130803>>> Function_Return retVal 130804>>> End_Function 130805>>> 130805>>> Procedure Set ComHeaderRowsAllowEdit Boolean value 130807>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BOOL to value 130808>>> End_Procedure 130809>>> 130809>>> Function ComFooterRowsAllowEdit Returns Boolean 130811>>> Boolean retVal 130811>>> Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to retVal 130812>>> Function_Return retVal 130813>>> End_Function 130814>>> 130814>>> Procedure Set ComFooterRowsAllowEdit Boolean value 130816>>> Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to value 130817>>> End_Procedure 130818>>> 130818>>> Function ComHeaderRowsAllowAccess Returns Boolean 130820>>> Boolean retVal 130820>>> Get ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to retVal 130821>>> Function_Return retVal 130822>>> End_Function 130823>>> 130823>>> Procedure Set ComHeaderRowsAllowAccess Boolean value 130825>>> Set ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to value 130826>>> End_Procedure 130827>>> 130827>>> Function ComFooterRowsAllowAccess Returns Boolean 130829>>> Boolean retVal 130829>>> Get ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to retVal 130830>>> Function_Return retVal 130831>>> End_Function 130832>>> 130832>>> Procedure Set ComFooterRowsAllowAccess Boolean value 130834>>> Set ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to value 130835>>> End_Procedure 130836>>> 130836>>> Function ComAllowGroup Returns Boolean 130838>>> Boolean retVal 130838>>> Get ComProperty of (phDispatchDriver(Self)) 170 OLE_VT_BOOL to retVal 130839>>> Function_Return retVal 130840>>> End_Function 130841>>> 130841>>> Procedure Set ComAllowGroup Boolean value 130843>>> Set ComProperty of (phDispatchDriver(Self)) 170 OLE_VT_BOOL to value 130844>>> End_Procedure 130845>>> 130845>>> Function ComHeaderRowsAllowGroup Returns Boolean 130847>>> Boolean retVal 130847>>> Get ComProperty of (phDispatchDriver(Self)) 171 OLE_VT_BOOL to retVal 130848>>> Function_Return retVal 130849>>> End_Function 130850>>> 130850>>> Procedure Set ComHeaderRowsAllowGroup Boolean value 130852>>> Set ComProperty of (phDispatchDriver(Self)) 171 OLE_VT_BOOL to value 130853>>> End_Procedure 130854>>> 130854>>> Function ComFooterRowsAllowGroup Returns Boolean 130856>>> Boolean retVal 130856>>> Get ComProperty of (phDispatchDriver(Self)) 172 OLE_VT_BOOL to retVal 130857>>> Function_Return retVal 130858>>> End_Function 130859>>> 130859>>> Procedure Set ComFooterRowsAllowGroup Boolean value 130861>>> Set ComProperty of (phDispatchDriver(Self)) 172 OLE_VT_BOOL to value 130862>>> End_Procedure 130863>>> 130863>>> Function ComAllowSort Returns Boolean 130865>>> Boolean retVal 130865>>> Get ComProperty of (phDispatchDriver(Self)) 173 OLE_VT_BOOL to retVal 130866>>> Function_Return retVal 130867>>> End_Function 130868>>> 130868>>> Procedure Set ComAllowSort Boolean value 130870>>> Set ComProperty of (phDispatchDriver(Self)) 173 OLE_VT_BOOL to value 130871>>> End_Procedure 130872>>> 130872>>> Function ComHeaderRowsAllowSort Returns Boolean 130874>>> Boolean retVal 130874>>> Get ComProperty of (phDispatchDriver(Self)) 174 OLE_VT_BOOL to retVal 130875>>> Function_Return retVal 130876>>> End_Function 130877>>> 130877>>> Procedure Set ComHeaderRowsAllowSort Boolean value 130879>>> Set ComProperty of (phDispatchDriver(Self)) 174 OLE_VT_BOOL to value 130880>>> End_Procedure 130881>>> 130881>>> Function ComFooterRowsAllowSort Returns Boolean 130883>>> Boolean retVal 130883>>> Get ComProperty of (phDispatchDriver(Self)) 175 OLE_VT_BOOL to retVal 130884>>> Function_Return retVal 130885>>> End_Function 130886>>> 130886>>> Procedure Set ComFooterRowsAllowSort Boolean value 130888>>> Set ComProperty of (phDispatchDriver(Self)) 175 OLE_VT_BOOL to value 130889>>> End_Procedure 130890>>> 130890>>> Function ComSelectionEnable Returns Boolean 130892>>> Boolean retVal 130892>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to retVal 130893>>> Function_Return retVal 130894>>> End_Function 130895>>> 130895>>> Procedure Set ComSelectionEnable Boolean value 130897>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to value 130898>>> End_Procedure 130899>>> 130899>>> Function ComShowRowFocus Returns Boolean 130901>>> Boolean retVal 130901>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 130902>>> Function_Return retVal 130903>>> End_Function 130904>>> 130904>>> Procedure Set ComShowRowFocus Boolean value 130906>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 130907>>> End_Procedure 130908>>> 130908>>> Function ComWatermarkAlignment Returns OLEXTPReportWatermarkAlignment 130910>>> OLEXTPReportWatermarkAlignment retVal 130910>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal 130911>>> Function_Return retVal 130912>>> End_Function 130913>>> 130913>>> Procedure Set ComWatermarkAlignment OLEXTPReportWatermarkAlignment value 130915>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value 130916>>> End_Procedure 130917>>> 130917>>> Function ComHeaderRowsEnableSelection Returns Boolean 130919>>> Boolean retVal 130919>>> Get ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to retVal 130920>>> Function_Return retVal 130921>>> End_Function 130922>>> 130922>>> Procedure Set ComHeaderRowsEnableSelection Boolean value 130924>>> Set ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to value 130925>>> End_Procedure 130926>>> 130926>>> Function ComFooterRowsEnableSelection Returns Boolean 130928>>> Boolean retVal 130928>>> Get ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to retVal 130929>>> Function_Return retVal 130930>>> End_Function 130931>>> 130931>>> Procedure Set ComFooterRowsEnableSelection Boolean value 130933>>> Set ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to value 130934>>> End_Procedure 130935>>> 130935>>> // Count of reorder-disabled columns at the left side 130935>>> Function ComDisableReorderColumnsCount Returns Integer 130937>>> Integer retVal 130937>>> Get ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to retVal 130938>>> Function_Return retVal 130939>>> End_Function 130940>>> 130940>>> // Count of reorder-disabled columns at the left side 130940>>> Procedure Set ComDisableReorderColumnsCount Integer value 130942>>> Set ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to value 130943>>> End_Procedure 130944>>> 130944>>> Function ComMultiSelectionMode Returns Boolean 130946>>> Boolean retVal 130946>>> Get ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to retVal 130947>>> Function_Return retVal 130948>>> End_Function 130949>>> 130949>>> Procedure Set ComMultiSelectionMode Boolean value 130951>>> Set ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to value 130952>>> End_Procedure 130953>>> 130953>>> Function ComDataManager Returns Variant 130955>>> Variant retVal 130955>>> Get ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_DISPATCH to retVal 130956>>> Function_Return retVal 130957>>> End_Function 130958>>> 130958>>> Procedure Set ComDataManager Variant value 130960>>> Set ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_DISPATCH to value 130961>>> End_Procedure 130962>>> 130962>>> // use EnableMarkupFlags instead 130962>>> Function ComEnableMarkup Returns Boolean 130964>>> Boolean retVal 130964>>> Get ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to retVal 130965>>> Function_Return retVal 130966>>> End_Function 130967>>> 130967>>> // use EnableMarkupFlags instead 130967>>> Procedure Set ComEnableMarkup Boolean value 130969>>> Set ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to value 130970>>> End_Procedure 130971>>> 130971>>> Function ComRecordsTreeFilterMode Returns OLEXTPReportFilterMode 130973>>> OLEXTPReportFilterMode retVal 130973>>> Get ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_I4 to retVal 130974>>> Function_Return retVal 130975>>> End_Function 130976>>> 130976>>> Procedure Set ComRecordsTreeFilterMode OLEXTPReportFilterMode value 130978>>> Set ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_I4 to value 130979>>> End_Procedure 130980>>> 130980>>> Function ComHideColumnAfterGroupBoxDrop Returns Boolean 130982>>> Boolean retVal 130982>>> Get ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_BOOL to retVal 130983>>> Function_Return retVal 130984>>> End_Function 130985>>> 130985>>> Procedure Set ComHideColumnAfterGroupBoxDrop Boolean value 130987>>> Set ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_BOOL to value 130988>>> End_Procedure 130989>>> 130989>>> Function ComPrintGroupRowIcon Returns Boolean 130991>>> Boolean retVal 130991>>> Get ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to retVal 130992>>> Function_Return retVal 130993>>> End_Function 130994>>> 130994>>> Procedure Set ComPrintGroupRowIcon Boolean value 130996>>> Set ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to value 130997>>> End_Procedure 130998>>> 130998>>> Function ComInitialSelectionEnable Returns Boolean 131000>>> Boolean retVal 131000>>> Get ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to retVal 131001>>> Function_Return retVal 131002>>> End_Function 131003>>> 131003>>> Procedure Set ComInitialSelectionEnable Boolean value 131005>>> Set ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to value 131006>>> End_Procedure 131007>>> 131007>>> Function ComFreezeColumnsAbs Returns Boolean 131009>>> Boolean retVal 131009>>> Get ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to retVal 131010>>> Function_Return retVal 131011>>> End_Function 131012>>> 131012>>> Procedure Set ComFreezeColumnsAbs Boolean value 131014>>> Set ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to value 131015>>> End_Procedure 131016>>> 131016>>> Function ComMovePivot Returns Boolean 131018>>> Boolean retVal 131018>>> Get ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to retVal 131019>>> Function_Return retVal 131020>>> End_Function 131021>>> 131021>>> Procedure Set ComMovePivot Boolean value 131023>>> Set ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to value 131024>>> End_Procedure 131025>>> 131025>>> Function ComIconView Returns Boolean 131027>>> Boolean retVal 131027>>> Get ComProperty of (phDispatchDriver(Self)) 97 OLE_VT_BOOL to retVal 131028>>> Function_Return retVal 131029>>> End_Function 131030>>> 131030>>> Procedure Set ComIconView Boolean value 131032>>> Set ComProperty of (phDispatchDriver(Self)) 97 OLE_VT_BOOL to value 131033>>> End_Procedure 131034>>> 131034>>> Function ComAllowEditPreview Returns Boolean 131036>>> Boolean retVal 131036>>> Get ComProperty of (phDispatchDriver(Self)) 98 OLE_VT_BOOL to retVal 131037>>> Function_Return retVal 131038>>> End_Function 131039>>> 131039>>> Procedure Set ComAllowEditPreview Boolean value 131041>>> Set ComProperty of (phDispatchDriver(Self)) 98 OLE_VT_BOOL to value 131042>>> End_Procedure 131043>>> 131043>>> Function ComAllowSelectionCheck Returns Boolean 131045>>> Boolean retVal 131045>>> Get ComProperty of (phDispatchDriver(Self)) 99 OLE_VT_BOOL to retVal 131046>>> Function_Return retVal 131047>>> End_Function 131048>>> 131048>>> Procedure Set ComAllowSelectionCheck Boolean value 131050>>> Set ComProperty of (phDispatchDriver(Self)) 99 OLE_VT_BOOL to value 131051>>> End_Procedure 131052>>> 131052>>> Function ComStrictBestFit Returns Boolean 131054>>> Boolean retVal 131054>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 131055>>> Function_Return retVal 131056>>> End_Function 131057>>> 131057>>> Procedure Set ComStrictBestFit Boolean value 131059>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 131060>>> End_Procedure 131061>>> 131061>>> Function ComForcePagination Returns Boolean 131063>>> Boolean retVal 131063>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to retVal 131064>>> Function_Return retVal 131065>>> End_Function 131066>>> 131066>>> Procedure Set ComForcePagination Boolean value 131068>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to value 131069>>> End_Procedure 131070>>> 131070>>> Function ComSortedDragDrop Returns Boolean 131072>>> Boolean retVal 131072>>> Get ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to retVal 131073>>> Function_Return retVal 131074>>> End_Function 131075>>> 131075>>> Procedure Set ComSortedDragDrop Boolean value 131077>>> Set ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to value 131078>>> End_Procedure 131079>>> 131079>>> Function ComCustomTitle Returns String 131081>>> String retVal 131081>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BSTR to retVal 131082>>> Function_Return retVal 131083>>> End_Function 131084>>> 131084>>> Procedure Set ComCustomTitle String value 131086>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BSTR to value 131087>>> End_Procedure 131088>>> 131088>>> Function ComHScrollStep Returns Integer 131090>>> Integer retVal 131090>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 131091>>> Function_Return retVal 131092>>> End_Function 131093>>> 131093>>> Procedure Set ComHScrollStep Integer value 131095>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 131096>>> End_Procedure 131097>>> 131097>>> Function ComFilterHiddenColumns Returns Boolean 131099>>> Boolean retVal 131099>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to retVal 131100>>> Function_Return retVal 131101>>> End_Function 131102>>> 131102>>> Procedure Set ComFilterHiddenColumns Boolean value 131104>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to value 131105>>> End_Procedure 131106>>> 131106>>> Function ComSortRecordChildren Returns Boolean 131108>>> Boolean retVal 131108>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to retVal 131109>>> Function_Return retVal 131110>>> End_Function 131111>>> 131111>>> Procedure Set ComSortRecordChildren Boolean value 131113>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to value 131114>>> End_Procedure 131115>>> 131115>>> Function ComAutoVScrollTimerResolution Returns Integer 131117>>> Integer retVal 131117>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 131118>>> Function_Return retVal 131119>>> End_Function 131120>>> 131120>>> Procedure Set ComAutoVScrollTimerResolution Integer value 131122>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 131123>>> End_Procedure 131124>>> 131124>>> Function ComTrapTabKey Returns Boolean 131126>>> Boolean retVal 131126>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 131127>>> Function_Return retVal 131128>>> End_Function 131129>>> 131129>>> Procedure Set ComTrapTabKey Boolean value 131131>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 131132>>> End_Procedure 131133>>> 131133>>> Function ComSelectionExcludeGroupRows Returns Boolean 131135>>> Boolean retVal 131135>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 131136>>> Function_Return retVal 131137>>> End_Function 131138>>> 131138>>> Procedure Set ComSelectionExcludeGroupRows Boolean value 131140>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 131141>>> End_Procedure 131142>>> 131142>>> Function ComDesktopTrackerMode Returns Boolean 131144>>> Boolean retVal 131144>>> Get ComProperty of (phDispatchDriver(Self)) 112 OLE_VT_BOOL to retVal 131145>>> Function_Return retVal 131146>>> End_Function 131147>>> 131147>>> Procedure Set ComDesktopTrackerMode Boolean value 131149>>> Set ComProperty of (phDispatchDriver(Self)) 112 OLE_VT_BOOL to value 131150>>> End_Procedure 131151>>> 131151>>> Function ComUnrestrictedDragDrop Returns Boolean 131153>>> Boolean retVal 131153>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BOOL to retVal 131154>>> Function_Return retVal 131155>>> End_Function 131156>>> 131156>>> Procedure Set ComUnrestrictedDragDrop Boolean value 131158>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BOOL to value 131159>>> End_Procedure 131160>>> 131160>>> Function ComFilterSeparatorStrict Returns Boolean 131162>>> Boolean retVal 131162>>> Get ComProperty of (phDispatchDriver(Self)) 114 OLE_VT_BOOL to retVal 131163>>> Function_Return retVal 131164>>> End_Function 131165>>> 131165>>> Procedure Set ComFilterSeparatorStrict Boolean value 131167>>> Set ComProperty of (phDispatchDriver(Self)) 114 OLE_VT_BOOL to value 131168>>> End_Procedure 131169>>> 131169>>> Function ComFreeHeightMode Returns Boolean 131171>>> Boolean retVal 131171>>> Get ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to retVal 131172>>> Function_Return retVal 131173>>> End_Function 131174>>> 131174>>> Procedure Set ComFreeHeightMode Boolean value 131176>>> Set ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to value 131177>>> End_Procedure 131178>>> 131178>>> Function ComDefaultRowFreeHeight Returns Integer 131180>>> Integer retVal 131180>>> Get ComProperty of (phDispatchDriver(Self)) 255 OLE_VT_I4 to retVal 131181>>> Function_Return retVal 131182>>> End_Function 131183>>> 131183>>> Procedure Set ComDefaultRowFreeHeight Integer value 131185>>> Set ComProperty of (phDispatchDriver(Self)) 255 OLE_VT_I4 to value 131186>>> End_Procedure 131187>>> 131187>>> Function ComLeftOffset Returns Integer 131189>>> Integer retVal 131189>>> Get ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to retVal 131190>>> Function_Return retVal 131191>>> End_Function 131192>>> 131192>>> Procedure Set ComLeftOffset Integer value 131194>>> Set ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to value 131195>>> End_Procedure 131196>>> 131196>>> Function ComMaxColumnWidth Returns Integer 131198>>> Integer retVal 131198>>> Get ComProperty of (phDispatchDriver(Self)) 251 OLE_VT_I4 to retVal 131199>>> Function_Return retVal 131200>>> End_Function 131201>>> 131201>>> Procedure Set ComMaxColumnWidth Integer value 131203>>> Set ComProperty of (phDispatchDriver(Self)) 251 OLE_VT_I4 to value 131204>>> End_Procedure 131205>>> 131205>>> Function ComFastDeselectMode Returns Boolean 131207>>> Boolean retVal 131207>>> Get ComProperty of (phDispatchDriver(Self)) 254 OLE_VT_BOOL to retVal 131208>>> Function_Return retVal 131209>>> End_Function 131210>>> 131210>>> Procedure Set ComFastDeselectMode Boolean value 131212>>> Set ComProperty of (phDispatchDriver(Self)) 254 OLE_VT_BOOL to value 131213>>> End_Procedure 131214>>> 131214>>> Function ComEnsureFocusedRowVisible Returns Boolean 131216>>> Boolean retVal 131216>>> Get ComProperty of (phDispatchDriver(Self)) 365 OLE_VT_BOOL to retVal 131217>>> Function_Return retVal 131218>>> End_Function 131219>>> 131219>>> Procedure Set ComEnsureFocusedRowVisible Boolean value 131221>>> Set ComProperty of (phDispatchDriver(Self)) 365 OLE_VT_BOOL to value 131222>>> End_Procedure 131223>>> 131223>>> Function ComScrollMode Returns OLEXTPReportScrollMode 131225>>> OLEXTPReportScrollMode retVal 131225>>> Get ComProperty of (phDispatchDriver(Self)) 145 OLE_VT_I4 to retVal 131226>>> Function_Return retVal 131227>>> End_Function 131228>>> 131228>>> Procedure Set ComScrollMode OLEXTPReportScrollMode value 131230>>> Set ComProperty of (phDispatchDriver(Self)) 145 OLE_VT_I4 to value 131231>>> End_Procedure 131232>>> 131232>>> Function ComScrollModeH Returns OLEXTPReportScrollMode 131234>>> OLEXTPReportScrollMode retVal 131234>>> Get ComProperty of (phDispatchDriver(Self)) 146 OLE_VT_I4 to retVal 131235>>> Function_Return retVal 131236>>> End_Function 131237>>> 131237>>> Procedure Set ComScrollModeH OLEXTPReportScrollMode value 131239>>> Set ComProperty of (phDispatchDriver(Self)) 146 OLE_VT_I4 to value 131240>>> End_Procedure 131241>>> 131241>>> Function ComScrollModeV Returns OLEXTPReportScrollMode 131243>>> OLEXTPReportScrollMode retVal 131243>>> Get ComProperty of (phDispatchDriver(Self)) 147 OLE_VT_I4 to retVal 131244>>> Function_Return retVal 131245>>> End_Function 131246>>> 131246>>> Procedure Set ComScrollModeV OLEXTPReportScrollMode value 131248>>> Set ComProperty of (phDispatchDriver(Self)) 147 OLE_VT_I4 to value 131249>>> End_Procedure 131250>>> 131250>>> Function ComOverrideThemeMetrics Returns Boolean 131252>>> Boolean retVal 131252>>> Get ComProperty of (phDispatchDriver(Self)) 367 OLE_VT_BOOL to retVal 131253>>> Function_Return retVal 131254>>> End_Function 131255>>> 131255>>> Procedure Set ComOverrideThemeMetrics Boolean value 131257>>> Set ComProperty of (phDispatchDriver(Self)) 367 OLE_VT_BOOL to value 131258>>> End_Procedure 131259>>> 131259>>> Function ComVisualTheme Returns OLEXTPReportPaintTheme 131261>>> OLEXTPReportPaintTheme retVal 131261>>> Get ComProperty of (phDispatchDriver(Self)) 368 OLE_VT_I4 to retVal 131262>>> Function_Return retVal 131263>>> End_Function 131264>>> 131264>>> Procedure Set ComVisualTheme OLEXTPReportPaintTheme value 131266>>> Set ComProperty of (phDispatchDriver(Self)) 368 OLE_VT_I4 to value 131267>>> End_Procedure 131268>>> 131268>>> // Horizontal sensitivity of Drag'n'Drop operation in pixels. Default value is 3. 131268>>> Function ComDragSensitivityX Returns Integer 131270>>> Integer retVal 131270>>> Get ComProperty of (phDispatchDriver(Self)) 152 OLE_VT_I4 to retVal 131271>>> Function_Return retVal 131272>>> End_Function 131273>>> 131273>>> // Horizontal sensitivity of Drag'n'Drop operation in pixels. Default value is 3. 131273>>> Procedure Set ComDragSensitivityX Integer value 131275>>> Set ComProperty of (phDispatchDriver(Self)) 152 OLE_VT_I4 to value 131276>>> End_Procedure 131277>>> 131277>>> // Vertical sensitivity of Drag'n'Drop operation in pixels. Default value is 3. 131277>>> Function ComDragSensitivityY Returns Integer 131279>>> Integer retVal 131279>>> Get ComProperty of (phDispatchDriver(Self)) 153 OLE_VT_I4 to retVal 131280>>> Function_Return retVal 131281>>> End_Function 131282>>> 131282>>> // Vertical sensitivity of Drag'n'Drop operation in pixels. Default value is 3. 131282>>> Procedure Set ComDragSensitivityY Integer value 131284>>> Set ComProperty of (phDispatchDriver(Self)) 153 OLE_VT_I4 to value 131285>>> End_Procedure 131286>>> 131286>>> Function ComReCreateReparented Returns Boolean 131288>>> Boolean retVal 131288>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 131289>>> Function_Return retVal 131290>>> End_Function 131291>>> 131291>>> Procedure Set ComReCreateReparented Boolean value 131293>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 131294>>> End_Procedure 131295>>> 131295>>> Function ComBehavior Returns Variant 131297>>> Handle hDispatchDriver 131297>>> Variant retVal 131297>>> Get phDispatchDriver to hDispatchDriver 131298>>> Get InvokeComMethod of hDispatchDriver 148 OLE_VT_DISPATCH to retVal 131299>>> Function_Return retVal 131300>>> End_Function 131301>>> 131301>>> Function ComSections Returns Variant 131303>>> Handle hDispatchDriver 131303>>> Variant retVal 131303>>> Get phDispatchDriver to hDispatchDriver 131304>>> Get InvokeComMethod of hDispatchDriver 151 OLE_VT_DISPATCH to retVal 131305>>> Function_Return retVal 131306>>> End_Function 131307>>> 131307>>> Function ComColumns Returns Variant 131309>>> Handle hDispatchDriver 131309>>> Variant retVal 131309>>> Get phDispatchDriver to hDispatchDriver 131310>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 131311>>> Function_Return retVal 131312>>> End_Function 131313>>> 131313>>> Function ComRecords Returns Variant 131315>>> Handle hDispatchDriver 131315>>> Variant retVal 131315>>> Get phDispatchDriver to hDispatchDriver 131316>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 131317>>> Function_Return retVal 131318>>> End_Function 131319>>> 131319>>> Procedure ComPopulate 131321>>> Handle hDispatchDriver 131321>>> Get phDispatchDriver to hDispatchDriver 131322>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 131323>>> End_Procedure 131324>>> 131324>>> Function ComPaintManager Returns Variant 131326>>> Handle hDispatchDriver 131326>>> Variant retVal 131326>>> Get phDispatchDriver to hDispatchDriver 131327>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 131328>>> Function_Return retVal 131329>>> End_Function 131330>>> 131330>>> Procedure ComRedraw 131332>>> Handle hDispatchDriver 131332>>> Get phDispatchDriver to hDispatchDriver 131333>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 131334>>> End_Procedure 131335>>> 131335>>> Function ComRows Returns Variant 131337>>> Handle hDispatchDriver 131337>>> Variant retVal 131337>>> Get phDispatchDriver to hDispatchDriver 131338>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 131339>>> Function_Return retVal 131340>>> End_Function 131341>>> 131341>>> Function ComSelectedRows Returns Variant 131343>>> Handle hDispatchDriver 131343>>> Variant retVal 131343>>> Get phDispatchDriver to hDispatchDriver 131344>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 131345>>> Function_Return retVal 131346>>> End_Function 131347>>> 131347>>> Function ComSortOrder Returns Variant 131349>>> Handle hDispatchDriver 131349>>> Variant retVal 131349>>> Get phDispatchDriver to hDispatchDriver 131350>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 131351>>> Function_Return retVal 131352>>> End_Function 131353>>> 131353>>> Function ComGroupsOrder Returns Variant 131355>>> Handle hDispatchDriver 131355>>> Variant retVal 131355>>> Get phDispatchDriver to hDispatchDriver 131356>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 131357>>> Function_Return retVal 131358>>> End_Function 131359>>> 131359>>> Procedure ComSetImageList Variant llImageList 131361>>> Handle hDispatchDriver 131361>>> Get phDispatchDriver to hDispatchDriver 131362>>> Send PrepareParams to hDispatchDriver 1 131363>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 131364>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 131365>>> End_Procedure 131366>>> 131366>>> Function ComSaveSettings Returns String 131368>>> Handle hDispatchDriver 131368>>> String retVal 131368>>> Get phDispatchDriver to hDispatchDriver 131369>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal 131370>>> Function_Return retVal 131371>>> End_Function 131372>>> 131372>>> Procedure ComLoadSettings String llProfile 131374>>> Handle hDispatchDriver 131374>>> Get phDispatchDriver to hDispatchDriver 131375>>> Send PrepareParams to hDispatchDriver 1 131376>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 131377>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 131378>>> End_Procedure 131379>>> 131379>>> Function ComNavigator Returns Variant 131381>>> Handle hDispatchDriver 131381>>> Variant retVal 131381>>> Get phDispatchDriver to hDispatchDriver 131382>>> Get InvokeComMethod of hDispatchDriver 46 OLE_VT_DISPATCH to retVal 131383>>> Function_Return retVal 131384>>> End_Function 131385>>> 131385>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 131387>>> Handle hDispatchDriver 131387>>> Variant retVal 131387>>> Get phDispatchDriver to hDispatchDriver 131388>>> Send PrepareParams to hDispatchDriver 2 131389>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 131390>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 131391>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 131392>>> Function_Return retVal 131393>>> End_Function 131394>>> 131394>>> // Second (optional) param - FieldCount 131394>>> Procedure ComSetVirtualMode Integer llRowCount Integer llFieldCount 131396>>> Handle hDispatchDriver 131396>>> Get phDispatchDriver to hDispatchDriver 131397>>> Send PrepareParams to hDispatchDriver 2 131398>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRowCount 131399>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFieldCount 131400>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 131401>>> End_Procedure 131402>>> 131402>>> Procedure ComEnableToolTips Boolean llEnable 131404>>> Handle hDispatchDriver 131404>>> Get phDispatchDriver to hDispatchDriver 131405>>> Send PrepareParams to hDispatchDriver 1 131406>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 131407>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 131408>>> End_Procedure 131409>>> 131409>>> Procedure ComEditItem Variant llRow Variant llColumn 131411>>> Handle hDispatchDriver 131411>>> Get phDispatchDriver to hDispatchDriver 131412>>> Send PrepareParams to hDispatchDriver 2 131413>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRow 131414>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llColumn 131415>>> Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID 131416>>> End_Procedure 131417>>> 131417>>> Procedure ComSetCustomDraw OLEXTPReportCustomDraw llFlags 131419>>> Handle hDispatchDriver 131419>>> Get phDispatchDriver to hDispatchDriver 131420>>> Send PrepareParams to hDispatchDriver 1 131421>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 131422>>> Send InvokeComMethod to hDispatchDriver 38 OLE_VT_VOID 131423>>> End_Procedure 131424>>> 131424>>> Function ComToolTipContext Returns Variant 131426>>> Handle hDispatchDriver 131426>>> Variant retVal 131426>>> Get phDispatchDriver to hDispatchDriver 131427>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 131428>>> Function_Return retVal 131429>>> End_Function 131430>>> 131430>>> Procedure ComPrintReport OLE_HANDLE lllHDC 131432>>> Handle hDispatchDriver 131432>>> Get phDispatchDriver to hDispatchDriver 131433>>> Send PrepareParams to hDispatchDriver 1 131434>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 131435>>> Send InvokeComMethod to hDispatchDriver 40 OLE_VT_VOID 131436>>> End_Procedure 131437>>> 131437>>> Procedure ComPrintReport2 Boolean llShowPrintDialog 131439>>> Handle hDispatchDriver 131439>>> Get phDispatchDriver to hDispatchDriver 131440>>> Send PrepareParams to hDispatchDriver 1 131441>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 131442>>> Send InvokeComMethod to hDispatchDriver 340 OLE_VT_VOID 131443>>> End_Procedure 131444>>> 131444>>> Procedure ComDoPropExchange Variant llpPX 131446>>> Handle hDispatchDriver 131446>>> Get phDispatchDriver to hDispatchDriver 131447>>> Send PrepareParams to hDispatchDriver 1 131448>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 131449>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 131450>>> End_Procedure 131451>>> 131451>>> Procedure ComPrintPreview Boolean llShowPrintDialog 131453>>> Handle hDispatchDriver 131453>>> Get phDispatchDriver to hDispatchDriver 131454>>> Send PrepareParams to hDispatchDriver 1 131455>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 131456>>> Send InvokeComMethod to hDispatchDriver 49 OLE_VT_VOID 131457>>> End_Procedure 131458>>> 131458>>> Function ComShowPrintPageSetup Returns Boolean 131460>>> Handle hDispatchDriver 131460>>> Boolean retVal 131460>>> Get phDispatchDriver to hDispatchDriver 131461>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_BOOL to retVal 131462>>> Function_Return retVal 131463>>> End_Function 131464>>> 131464>>> Function ComPrintOptions Returns Variant 131466>>> Handle hDispatchDriver 131466>>> Variant retVal 131466>>> Get phDispatchDriver to hDispatchDriver 131467>>> Get InvokeComMethod of hDispatchDriver 51 OLE_VT_DISPATCH to retVal 131468>>> Function_Return retVal 131469>>> End_Function 131470>>> 131470>>> // Adds a new record to the collection. Number of RecotdItems (as columns count) added to new record. 131470>>> Function ComAddRecord Returns Variant 131472>>> Handle hDispatchDriver 131472>>> Variant retVal 131472>>> Get phDispatchDriver to hDispatchDriver 131473>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_DISPATCH to retVal 131474>>> Function_Return retVal 131475>>> End_Function 131476>>> 131476>>> // Insets a new record to the collection. Number of RecotdItems (as columns count) added to new record. 131476>>> Function ComInsertRecord Integer llIndex Returns Variant 131478>>> Handle hDispatchDriver 131478>>> Variant retVal 131478>>> Get phDispatchDriver to hDispatchDriver 131479>>> Send PrepareParams to hDispatchDriver 1 131480>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 131481>>> Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal 131482>>> Function_Return retVal 131483>>> End_Function 131484>>> 131484>>> // Print Preview Options. 131484>>> Function ComPrintPreviewOptions Returns Variant 131486>>> Handle hDispatchDriver 131486>>> Variant retVal 131486>>> Get phDispatchDriver to hDispatchDriver 131487>>> Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal 131488>>> Function_Return retVal 131489>>> End_Function 131490>>> 131490>>> // Remove record, it's row and children if such exists. This method does not change Collapsed/Expanded Groups state. 131490>>> Function ComRemoveRecordEx Variant llRecord Returns Boolean 131492>>> Handle hDispatchDriver 131492>>> Boolean retVal 131492>>> Get phDispatchDriver to hDispatchDriver 131493>>> Send PrepareParams to hDispatchDriver 1 131494>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 131495>>> Get InvokeComMethod of hDispatchDriver 58 OLE_VT_BOOL to retVal 131496>>> Function_Return retVal 131497>>> End_Function 131498>>> 131498>>> // Remove row, record behaind it and children if such exists. This method does not change Collapsed/Expanded Groups state. 131498>>> Function ComRemoveRowEx Variant llRow Returns Boolean 131500>>> Handle hDispatchDriver 131500>>> Boolean retVal 131500>>> Get phDispatchDriver to hDispatchDriver 131501>>> Send PrepareParams to hDispatchDriver 1 131502>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRow 131503>>> Get InvokeComMethod of hDispatchDriver 59 OLE_VT_BOOL to retVal 131504>>> Function_Return retVal 131505>>> End_Function 131506>>> 131506>>> Function ComCanCut Returns Boolean 131508>>> Handle hDispatchDriver 131508>>> Boolean retVal 131508>>> Get phDispatchDriver to hDispatchDriver 131509>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 131510>>> Function_Return retVal 131511>>> End_Function 131512>>> 131512>>> Function ComCanCopy Returns Boolean 131514>>> Handle hDispatchDriver 131514>>> Boolean retVal 131514>>> Get phDispatchDriver to hDispatchDriver 131515>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 131516>>> Function_Return retVal 131517>>> End_Function 131518>>> 131518>>> Function ComCanPaste Returns Boolean 131520>>> Handle hDispatchDriver 131520>>> Boolean retVal 131520>>> Get phDispatchDriver to hDispatchDriver 131521>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 131522>>> Function_Return retVal 131523>>> End_Function 131524>>> 131524>>> Procedure ComCut 131526>>> Handle hDispatchDriver 131526>>> Get phDispatchDriver to hDispatchDriver 131527>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 131528>>> End_Procedure 131529>>> 131529>>> Procedure ComCopy 131531>>> Handle hDispatchDriver 131531>>> Get phDispatchDriver to hDispatchDriver 131532>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 131533>>> End_Procedure 131534>>> 131534>>> Procedure ComPaste 131536>>> Handle hDispatchDriver 131536>>> Get phDispatchDriver to hDispatchDriver 131537>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 131538>>> End_Procedure 131539>>> 131539>>> Function ComPopulatedRecordsCount Returns Integer 131541>>> Handle hDispatchDriver 131541>>> Integer retVal 131541>>> Get phDispatchDriver to hDispatchDriver 131542>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_I4 to retVal 131543>>> Function_Return retVal 131544>>> End_Function 131545>>> 131545>>> Function ComEditMode Returns Boolean 131547>>> Handle hDispatchDriver 131547>>> Boolean retVal 131547>>> Get phDispatchDriver to hDispatchDriver 131548>>> Get InvokeComMethod of hDispatchDriver 131 OLE_VT_BOOL to retVal 131549>>> Function_Return retVal 131550>>> End_Function 131551>>> 131551>>> Function ComEnableDragDrop String llClipboardString OLEXTPReportDragDrop lldragDrop Returns Integer 131553>>> Handle hDispatchDriver 131553>>> Integer retVal 131553>>> Get phDispatchDriver to hDispatchDriver 131554>>> Send PrepareParams to hDispatchDriver 2 131555>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClipboardString 131556>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldragDrop 131557>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_I4 to retVal 131558>>> Function_Return retVal 131559>>> End_Function 131560>>> 131560>>> Function ComCreateRecordsFromDropArray Variant llByteArray Returns Variant 131562>>> Handle hDispatchDriver 131562>>> Variant retVal 131562>>> Get phDispatchDriver to hDispatchDriver 131563>>> Send PrepareParams to hDispatchDriver 1 131564>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llByteArray 131565>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_DISPATCH to retVal 131566>>> Function_Return retVal 131567>>> End_Function 131568>>> 131568>>> Function ComCreateRecords Returns Variant 131570>>> Handle hDispatchDriver 131570>>> Variant retVal 131570>>> Get phDispatchDriver to hDispatchDriver 131571>>> Get InvokeComMethod of hDispatchDriver 134 OLE_VT_DISPATCH to retVal 131572>>> Function_Return retVal 131573>>> End_Function 131574>>> 131574>>> Function ComDragRecords Variant llRecords Returns Integer 131576>>> Handle hDispatchDriver 131576>>> Integer retVal 131576>>> Get phDispatchDriver to hDispatchDriver 131577>>> Send PrepareParams to hDispatchDriver 1 131578>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecords 131579>>> Get InvokeComMethod of hDispatchDriver 135 OLE_VT_I4 to retVal 131580>>> Function_Return retVal 131581>>> End_Function 131582>>> 131582>>> Procedure ComSetFieldChooserHandle OLE_HANDLE llhWnd 131584>>> Handle hDispatchDriver 131584>>> Get phDispatchDriver to hDispatchDriver 131585>>> Send PrepareParams to hDispatchDriver 1 131586>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 131587>>> Send InvokeComMethod to hDispatchDriver 136 OLE_VT_VOID 131588>>> End_Procedure 131589>>> 131589>>> Function ComInplaceEditHwnd Returns OLE_HANDLE 131591>>> Handle hDispatchDriver 131591>>> OLE_HANDLE retVal 131591>>> Get phDispatchDriver to hDispatchDriver 131592>>> Get InvokeComMethod of hDispatchDriver 137 OLE_VT_I4 to retVal 131593>>> Function_Return retVal 131594>>> End_Function 131595>>> 131595>>> Procedure ComSetScrollBars OLE_HANDLE llhScrollBar OLE_HANDLE llvScrollBar 131597>>> Handle hDispatchDriver 131597>>> Get phDispatchDriver to hDispatchDriver 131598>>> Send PrepareParams to hDispatchDriver 2 131599>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhScrollBar 131600>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llvScrollBar 131601>>> Send InvokeComMethod to hDispatchDriver 140 OLE_VT_VOID 131602>>> End_Procedure 131603>>> 131603>>> Procedure ComExpandAll Boolean llbRecursive 131605>>> Handle hDispatchDriver 131605>>> Get phDispatchDriver to hDispatchDriver 131606>>> Send PrepareParams to hDispatchDriver 1 131607>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbRecursive 131608>>> Send InvokeComMethod to hDispatchDriver 141 OLE_VT_VOID 131609>>> End_Procedure 131610>>> 131610>>> Procedure ComCollapseAll 131612>>> Handle hDispatchDriver 131612>>> Get phDispatchDriver to hDispatchDriver 131613>>> Send InvokeComMethod to hDispatchDriver 339 OLE_VT_VOID 131614>>> End_Procedure 131615>>> 131615>>> Procedure ComAboutBox 131617>>> Handle hDispatchDriver 131617>>> Get phDispatchDriver to hDispatchDriver 131618>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 131619>>> End_Procedure 131620>>> 131620>>> Function ComHeaderRecords Returns Variant 131622>>> Handle hDispatchDriver 131622>>> Variant retVal 131622>>> Get phDispatchDriver to hDispatchDriver 131623>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_DISPATCH to retVal 131624>>> Function_Return retVal 131625>>> End_Function 131626>>> 131626>>> Function ComFooterRecords Returns Variant 131628>>> Handle hDispatchDriver 131628>>> Variant retVal 131628>>> Get phDispatchDriver to hDispatchDriver 131629>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 131630>>> Function_Return retVal 131631>>> End_Function 131632>>> 131632>>> Function ComHeaderRows Returns Variant 131634>>> Handle hDispatchDriver 131634>>> Variant retVal 131634>>> Get phDispatchDriver to hDispatchDriver 131635>>> Get InvokeComMethod of hDispatchDriver 65 OLE_VT_DISPATCH to retVal 131636>>> Function_Return retVal 131637>>> End_Function 131638>>> 131638>>> Function ComFooterRows Returns Variant 131640>>> Handle hDispatchDriver 131640>>> Variant retVal 131640>>> Get phDispatchDriver to hDispatchDriver 131641>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_DISPATCH to retVal 131642>>> Function_Return retVal 131643>>> End_Function 131644>>> 131644>>> Function ComSetWatermarkBitmap Integer llHandle Integer llTransparency Returns Boolean 131646>>> Handle hDispatchDriver 131646>>> Boolean retVal 131646>>> Get phDispatchDriver to hDispatchDriver 131647>>> Send PrepareParams to hDispatchDriver 2 131648>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 131649>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTransparency 131650>>> Get InvokeComMethod of hDispatchDriver 72 OLE_VT_BOOL to retVal 131651>>> Function_Return retVal 131652>>> End_Function 131653>>> 131653>>> Function ComSetWatermarkBitmapFromFile String llPath Integer llTransparency Returns Boolean 131655>>> Handle hDispatchDriver 131655>>> Boolean retVal 131655>>> Get phDispatchDriver to hDispatchDriver 131656>>> Send PrepareParams to hDispatchDriver 2 131657>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 131658>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTransparency 131659>>> Get InvokeComMethod of hDispatchDriver 73 OLE_VT_BOOL to retVal 131660>>> Function_Return retVal 131661>>> End_Function 131662>>> 131662>>> Procedure ComAddRecordEx Variant llRecord 131664>>> Handle hDispatchDriver 131664>>> Get phDispatchDriver to hDispatchDriver 131665>>> Send PrepareParams to hDispatchDriver 1 131666>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 131667>>> Send InvokeComMethod to hDispatchDriver 74 OLE_VT_VOID 131668>>> End_Procedure 131669>>> 131669>>> Procedure ComAddRecordEx2 Variant llRecord Variant llpParentRecord 131671>>> Handle hDispatchDriver 131671>>> Get phDispatchDriver to hDispatchDriver 131672>>> Send PrepareParams to hDispatchDriver 2 131673>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 131674>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpParentRecord 131675>>> Send InvokeComMethod to hDispatchDriver 75 OLE_VT_VOID 131676>>> End_Procedure 131677>>> 131677>>> Procedure ComAddRecordEx3 Variant llRecord Variant llpParentRecord Variant llChildIndex 131679>>> Handle hDispatchDriver 131679>>> Get phDispatchDriver to hDispatchDriver 131680>>> Send PrepareParams to hDispatchDriver 3 131681>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 131682>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpParentRecord 131683>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llChildIndex 131684>>> Send InvokeComMethod to hDispatchDriver 76 OLE_VT_VOID 131685>>> End_Procedure 131686>>> 131686>>> Procedure ComUpdateRecord Variant llRecord Boolean llUpdateChildren 131688>>> Handle hDispatchDriver 131688>>> Get phDispatchDriver to hDispatchDriver 131689>>> Send PrepareParams to hDispatchDriver 2 131690>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 131691>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llUpdateChildren 131692>>> Send InvokeComMethod to hDispatchDriver 77 OLE_VT_VOID 131693>>> End_Procedure 131694>>> 131694>>> Procedure ComGetElementRect OLEXTPReportElementRect llFlags Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 131696>>> Handle hDispatchDriver 131696>>> Get phDispatchDriver to hDispatchDriver 131697>>> Send PrepareParams to hDispatchDriver 5 131698>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 131699>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 131700>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 131701>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 131702>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 131703>>> Send InvokeComMethod to hDispatchDriver 83 OLE_VT_VOID 131704>>> End_Procedure 131705>>> 131705>>> Procedure ComPopulateHeaderRows 131707>>> Handle hDispatchDriver 131707>>> Get phDispatchDriver to hDispatchDriver 131708>>> Send InvokeComMethod to hDispatchDriver 86 OLE_VT_VOID 131709>>> End_Procedure 131710>>> 131710>>> Procedure ComPopulateFooterRows 131712>>> Handle hDispatchDriver 131712>>> Get phDispatchDriver to hDispatchDriver 131713>>> Send InvokeComMethod to hDispatchDriver 87 OLE_VT_VOID 131714>>> End_Procedure 131715>>> 131715>>> Function ComCreatePrintView Returns Variant 131717>>> Handle hDispatchDriver 131717>>> Variant retVal 131717>>> Get phDispatchDriver to hDispatchDriver 131718>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 131719>>> Function_Return retVal 131720>>> End_Function 131721>>> 131721>>> Procedure ComPrintPreviewExt Boolean llShowPrintDialog Integer llxLeft Integer llyTop Integer llxRight Integer llyBottom 131723>>> Handle hDispatchDriver 131723>>> Get phDispatchDriver to hDispatchDriver 131724>>> Send PrepareParams to hDispatchDriver 5 131725>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 131726>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxLeft 131727>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyTop 131728>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxRight 131729>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyBottom 131730>>> Send InvokeComMethod to hDispatchDriver 160 OLE_VT_VOID 131731>>> End_Procedure 131732>>> 131732>>> Function ComMarkupContext Returns Variant 131734>>> Handle hDispatchDriver 131734>>> Variant retVal 131734>>> Get phDispatchDriver to hDispatchDriver 131735>>> Get InvokeComMethod of hDispatchDriver 240 OLE_VT_DISPATCH to retVal 131736>>> Function_Return retVal 131737>>> End_Function 131738>>> 131738>>> // (optional) param - bool to use or not (default) this column to show record number, 2nd (optional) param - int to set (default = 40) this column width 131738>>> Procedure ComCreateIconViewAndRowNumberColumn Boolean llbUseForRecordNumbers Integer llnRecordNumbersWidth 131740>>> Handle hDispatchDriver 131740>>> Get phDispatchDriver to hDispatchDriver 131741>>> Send PrepareParams to hDispatchDriver 2 131742>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbUseForRecordNumbers 131743>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRecordNumbersWidth 131744>>> Send InvokeComMethod to hDispatchDriver 241 OLE_VT_VOID 131745>>> End_Procedure 131746>>> 131746>>> Procedure ComIconViewRowNumberSetup Integer llColumnIndex Integer llIconIndex Boolean llbUseForRowNumber Integer llnRecordNumbersWidth 131748>>> Handle hDispatchDriver 131748>>> Get phDispatchDriver to hDispatchDriver 131749>>> Send PrepareParams to hDispatchDriver 4 131750>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 131751>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 131752>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbUseForRowNumber 131753>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRecordNumbersWidth 131754>>> Send InvokeComMethod to hDispatchDriver 242 OLE_VT_VOID 131755>>> End_Procedure 131756>>> 131756>>> Procedure ComReCalc Boolean llbSet 131758>>> Handle hDispatchDriver 131758>>> Get phDispatchDriver to hDispatchDriver 131759>>> Send PrepareParams to hDispatchDriver 1 131760>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSet 131761>>> Send InvokeComMethod to hDispatchDriver 243 OLE_VT_VOID 131762>>> End_Procedure 131763>>> 131763>>> Procedure ComIconViewSetup Integer llColumnIndex Integer llIconIndex 131765>>> Handle hDispatchDriver 131765>>> Get phDispatchDriver to hDispatchDriver 131766>>> Send PrepareParams to hDispatchDriver 2 131767>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 131768>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 131769>>> Send InvokeComMethod to hDispatchDriver 244 OLE_VT_VOID 131770>>> End_Procedure 131771>>> 131771>>> Procedure ComCreateIconViewColumn 131773>>> Handle hDispatchDriver 131773>>> Get phDispatchDriver to hDispatchDriver 131774>>> Send InvokeComMethod to hDispatchDriver 245 OLE_VT_VOID 131775>>> End_Procedure 131776>>> 131776>>> Procedure ComCreateRowNumberColumn Integer llWidth 131778>>> Handle hDispatchDriver 131778>>> Get phDispatchDriver to hDispatchDriver 131779>>> Send PrepareParams to hDispatchDriver 1 131780>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 131781>>> Send InvokeComMethod to hDispatchDriver 246 OLE_VT_VOID 131782>>> End_Procedure 131783>>> 131783>>> Procedure ComShowRowNumber Boolean llbSet 131785>>> Handle hDispatchDriver 131785>>> Get phDispatchDriver to hDispatchDriver 131786>>> Send PrepareParams to hDispatchDriver 1 131787>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSet 131788>>> Send InvokeComMethod to hDispatchDriver 247 OLE_VT_VOID 131789>>> End_Procedure 131790>>> 131790>>> Procedure ComClearContent 131792>>> Handle hDispatchDriver 131792>>> Get phDispatchDriver to hDispatchDriver 131793>>> Send InvokeComMethod to hDispatchDriver 248 OLE_VT_VOID 131794>>> End_Procedure 131795>>> 131795>>> Procedure ComUnSort 131797>>> Handle hDispatchDriver 131797>>> Get phDispatchDriver to hDispatchDriver 131798>>> Send InvokeComMethod to hDispatchDriver 249 OLE_VT_VOID 131799>>> End_Procedure 131800>>> 131800>>> Procedure ComReleaseSort 131802>>> Handle hDispatchDriver 131802>>> Get phDispatchDriver to hDispatchDriver 131803>>> Send InvokeComMethod to hDispatchDriver 250 OLE_VT_VOID 131804>>> End_Procedure 131805>>> 131805>>> // Returns if the drop marker is above a row. 131805>>> Function ComOLEDropAbove Returns Boolean 131807>>> Handle hDispatchDriver 131807>>> Boolean retVal 131807>>> Get phDispatchDriver to hDispatchDriver 131808>>> Get InvokeComMethod of hDispatchDriver 333 OLE_VT_BOOL to retVal 131809>>> Function_Return retVal 131810>>> End_Function 131811>>> 131811>>> Procedure ComSetIconViewToDefaults 131813>>> Handle hDispatchDriver 131813>>> Get phDispatchDriver to hDispatchDriver 131814>>> Send InvokeComMethod to hDispatchDriver 344 OLE_VT_VOID 131815>>> End_Procedure 131816>>> 131816>>> Procedure ComShowIconWhenEditing Boolean llbShow 131818>>> Handle hDispatchDriver 131818>>> Get phDispatchDriver to hDispatchDriver 131819>>> Send PrepareParams to hDispatchDriver 1 131820>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbShow 131821>>> Send InvokeComMethod to hDispatchDriver 345 OLE_VT_VOID 131822>>> End_Procedure 131823>>> 131823>>> Function ComIsShowIconWhenEditing Returns Boolean 131825>>> Handle hDispatchDriver 131825>>> Boolean retVal 131825>>> Get phDispatchDriver to hDispatchDriver 131826>>> Get InvokeComMethod of hDispatchDriver 346 OLE_VT_BOOL to retVal 131827>>> Function_Return retVal 131828>>> End_Function 131829>>>End_Class 131830>>> 131830>>>// Event interface for ReportControl Control 131830>>>Class cSigCjCom_DReportControlEvents is a Mixin 131831>>> 131831>>> Procedure OnComColumnClick Variant llColumn 131833>>> End_Procedure 131834>>> 131834>>> Procedure OnComRowRClick Variant llRow Variant llItem 131836>>> End_Procedure 131837>>> 131837>>> Procedure OnComRowDblClick Variant llRow Variant llItem 131839>>> End_Procedure 131840>>> 131840>>> Procedure OnComSelectionChanging Variant llNewRow OLEXTPReportSelectionChangeType llChangeType Boolean ByRef llCancel 131842>>> End_Procedure 131843>>> 131843>>> Procedure OnComSelectionChanged 131845>>> End_Procedure 131846>>> 131846>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 131848>>> End_Procedure 131849>>> 131849>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 131851>>> End_Procedure 131852>>> 131852>>> Procedure OnComItemCheck Variant llRow Variant llItem 131854>>> End_Procedure 131855>>> 131855>>> Procedure OnComBeforeDrawRow Variant llRow Variant llItem Variant llMetrics 131857>>> End_Procedure 131858>>> 131858>>> Procedure OnComColumnOrderChangedEx Variant llColumn OLEXTPReportColumnOrderChangedReason llReason 131860>>> End_Procedure 131861>>> 131861>>> Procedure OnComSortOrderChanged 131863>>> End_Procedure 131864>>> 131864>>> Procedure OnComValueChanged Variant llRow Variant llColumn Variant llItem 131866>>> End_Procedure 131867>>> 131867>>> Procedure OnComInplaceButtonDown Variant llButton 131869>>> End_Procedure 131870>>> 131870>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 131872>>> End_Procedure 131873>>> 131873>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 131875>>> End_Procedure 131876>>> 131876>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 131878>>> End_Procedure 131879>>> 131879>>> Procedure OnComDrawItem Variant llRow Variant llColumn Variant llItem OLE_HANDLE llhDC Integer llleft Integer lltop Integer llright Integer llbottom Boolean ByRef llDoDefault 131881>>> End_Procedure 131882>>> 131882>>> Procedure OnComMeasureRow Variant llRow OLE_HANDLE llhDC Integer llWidth Integer ByRef llHeight 131884>>> End_Procedure 131885>>> 131885>>> Procedure OnComRowExpanded Variant llRow 131887>>> End_Procedure 131888>>> 131888>>> Procedure OnComRequestEdit Variant llRow Variant llColumn Variant llItem Boolean ByRef llCancel 131890>>> End_Procedure 131891>>> 131891>>> Procedure OnComBeforeCopyToText Variant llRecord String ByRef llstrText Variant llCancelOperation 131893>>> End_Procedure 131894>>> 131894>>> Procedure OnComBeforePasteFromText Variant llRecord String ByRef llstrText Variant llCancelOperation 131896>>> End_Procedure 131897>>> 131897>>> Procedure OnComBeforePaste Variant llRecord Variant llCancelOperation 131899>>> End_Procedure 131900>>> 131900>>> Procedure OnComValueChanging Variant llRow Variant llColumn Variant llItem Variant llNewValue Boolean ByRef llCancel 131902>>> End_Procedure 131903>>> 131903>>> Procedure OnComPreviewKeyDown Short ByRef llKeyCode Short llShift Boolean ByRef llCancel 131905>>> End_Procedure 131906>>> 131906>>> Procedure OnComBeginDrag Variant llRecords 131908>>> End_Procedure 131909>>> 131909>>> Procedure OnComEditCanceled Variant llRow Variant llColumn Variant llItem 131911>>> End_Procedure 131912>>> 131912>>> Procedure OnComHyperlinkClick Variant llRow Variant llItem Integer llHyperlinkIndex 131914>>> End_Procedure 131915>>> 131915>>> Procedure OnComDrawPreviewItem Variant llRow Variant llItem OLE_HANDLE llhDC Integer llleft Integer lltop Integer llright Integer llbottom Boolean ByRef llDoDefault 131917>>> End_Procedure 131918>>> 131918>>> Procedure OnComConstraintSelecting Variant llRow Variant llColumn Variant llItem Variant llConstraint 131920>>> End_Procedure 131921>>> 131921>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 131923>>> End_Procedure 131924>>> 131924>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 131926>>> End_Procedure 131927>>> 131927>>> Procedure OnComGetToolTipInfo Variant lltoolTipInfo 131929>>> End_Procedure 131930>>> 131930>>> Procedure OnComRecordsDropped Variant llTargetRecord Variant llRecords Boolean llAbove 131932>>> End_Procedure 131933>>> 131933>>> Procedure OnComDropRecordsEx Variant llTargetRecord Variant llRecords Boolean llAbove 131935>>> End_Procedure 131936>>> 131936>>> Procedure OnComFocusChanging Variant llNewRow Variant llNewColumn Variant llNewItem Boolean ByRef llCancel 131938>>> End_Procedure 131939>>> 131939>>> Procedure OnComDragDropCompleted Variant llRecords Integer lldropEffect 131941>>> End_Procedure 131942>>> 131942>>> Procedure OnComBeginEdit Variant llRow Variant llColumn Variant llItem 131944>>> End_Procedure 131945>>> 131945>>> Procedure OnComInplaceEditChanging Variant llRow Variant llColumn Variant llItem String ByRef llNewValue Boolean ByRef llCancel 131947>>> End_Procedure 131948>>> 131948>>> Procedure OnComMeasurePreviewItem Variant llRow OLE_HANDLE llhDC Integer llWidth Integer ByRef llHeight 131950>>> End_Procedure 131951>>> 131951>>> Procedure OnComDragOverRecords Variant llTargetRecord Variant llRecords Boolean llAbove Integer llx Integer lly Integer llstate 131953>>> End_Procedure 131954>>> 131954>>> Procedure OnComColumnWidthChanged Variant llColumn Integer llPrevWidth Integer llNewWidth 131956>>> End_Procedure 131957>>> 131957>>> Procedure OnComGroupOrderChangedEx Variant llColumn OLEXTPReportColumnOrderChangedReason llReason 131959>>> End_Procedure 131960>>> 131960>>> Procedure OnComItemButtonClick Variant llRow Variant llItem Variant llButton 131962>>> End_Procedure 131963>>> 131963>>> Procedure OnComPlusMinusClick Variant llColumn 131965>>> End_Procedure 131966>>> 131966>>> Procedure OnComHScroll Integer llSection Integer llPosition 131968>>> End_Procedure 131969>>> 131969>>> Procedure OnComVScroll Integer llSection Integer llPosition 131971>>> End_Procedure 131972>>> 131972>>> Procedure OnComGiveFeedback Integer llEffect Boolean llDragStarted Boolean ByRef llCancel 131974>>> End_Procedure 131975>>> 131975>>> Procedure OnComRowHeightChanged Variant llRow Integer llPrevHeight Integer llNewHeight 131977>>> End_Procedure 131978>>> 131978>>> Procedure OnComReCreated 131980>>> End_Procedure 131981>>> 131981>>> Procedure RegisterComEvents 131983>>> Send RegisterComEvent 1 msg_OnComColumnClick 131984>>> Send RegisterComEvent 2 msg_OnComRowRClick 131985>>> Send RegisterComEvent 3 msg_OnComRowDblClick 131986>>> Send RegisterComEvent 41 msg_OnComSelectionChanging 131987>>> Send RegisterComEvent 4 msg_OnComSelectionChanged 131988>>> Send RegisterComEvent -602 msg_OnComKeyDown 131989>>> Send RegisterComEvent -604 msg_OnComKeyUp 131990>>> Send RegisterComEvent 5 msg_OnComItemCheck 131991>>> Send RegisterComEvent 6 msg_OnComBeforeDrawRow 131992>>> Send RegisterComEvent 107 msg_OnComColumnOrderChangedEx 131993>>> Send RegisterComEvent 8 msg_OnComSortOrderChanged 131994>>> Send RegisterComEvent 9 msg_OnComValueChanged 131995>>> Send RegisterComEvent 10 msg_OnComInplaceButtonDown 131996>>> Send RegisterComEvent -606 msg_OnComMouseMove 131997>>> Send RegisterComEvent -605 msg_OnComMouseDown 131998>>> Send RegisterComEvent -607 msg_OnComMouseUp 131999>>> Send RegisterComEvent 11 msg_OnComDrawItem 132000>>> Send RegisterComEvent 12 msg_OnComMeasureRow 132001>>> Send RegisterComEvent 13 msg_OnComRowExpanded 132002>>> Send RegisterComEvent 14 msg_OnComRequestEdit 132003>>> Send RegisterComEvent 15 msg_OnComBeforeCopyToText 132004>>> Send RegisterComEvent 16 msg_OnComBeforePasteFromText 132005>>> Send RegisterComEvent 17 msg_OnComBeforePaste 132006>>> Send RegisterComEvent 18 msg_OnComValueChanging 132007>>> Send RegisterComEvent 19 msg_OnComPreviewKeyDown 132008>>> Send RegisterComEvent 20 msg_OnComBeginDrag 132009>>> Send RegisterComEvent 22 msg_OnComEditCanceled 132010>>> Send RegisterComEvent 23 msg_OnComHyperlinkClick 132011>>> Send RegisterComEvent 24 msg_OnComDrawPreviewItem 132012>>> Send RegisterComEvent 25 msg_OnComConstraintSelecting 132013>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 132014>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 132015>>> Send RegisterComEvent 26 msg_OnComGetToolTipInfo 132016>>> Send RegisterComEvent 27 msg_OnComRecordsDropped 132017>>> Send RegisterComEvent 28 msg_OnComDropRecordsEx 132018>>> Send RegisterComEvent 29 msg_OnComFocusChanging 132019>>> Send RegisterComEvent 30 msg_OnComDragDropCompleted 132020>>> Send RegisterComEvent 31 msg_OnComBeginEdit 132021>>> Send RegisterComEvent 32 msg_OnComInplaceEditChanging 132022>>> Send RegisterComEvent 33 msg_OnComMeasurePreviewItem 132023>>> Send RegisterComEvent 34 msg_OnComDragOverRecords 132024>>> Send RegisterComEvent 35 msg_OnComColumnWidthChanged 132025>>> Send RegisterComEvent 136 msg_OnComGroupOrderChangedEx 132026>>> Send RegisterComEvent 37 msg_OnComItemButtonClick 132027>>> Send RegisterComEvent 38 msg_OnComPlusMinusClick 132028>>> Send RegisterComEvent 39 msg_OnComHScroll 132029>>> Send RegisterComEvent 40 msg_OnComVScroll 132030>>> Send RegisterComEvent 42 msg_OnComGiveFeedback 132031>>> Send RegisterComEvent 43 msg_OnComRowHeightChanged 132032>>> Send RegisterComEvent 10001000 msg_OnComReCreated 132033>>> End_Procedure 132034>>>End_Class 132035>>> 132035>>>// Report Control 132035>>>Class cSigCjComReportControl is a cComActiveXControl 132036>>> Import_Class_Protocol cSigCjCom_DReportControl 132037>>> Import_Class_Protocol cSigCjCom_DReportControlEvents 132038>>> 132038>>> Procedure Construct_Object 132040>>> Forward Send Construct_Object 132042>>> Set psProgID to L_cSigCjComReportControl 132043>>> Set psEventId to "{C0DE2030-F631-4608-A4E7-EF00A9648B53}" 132044>>> Set psLicenseKey to L_cSigCjKeyReportControl 132045>>> Set peAutoCreate to acDeferredAutoCreate 132046>>> End_Procedure 132047>>>End_Class 132048>>> 132048>>>// Dispatch interface for Track Control 132048>>>Class cSigCjCom_DTrackControl is a Mixin 132049>>> 132049>>> Function ComHWnd Returns OLE_HANDLE 132051>>> OLE_HANDLE retVal 132051>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 132052>>> Function_Return retVal 132053>>> End_Function 132054>>> 132054>>> Procedure Set ComHWnd OLE_HANDLE value 132056>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 132057>>> End_Procedure 132058>>> 132058>>> Function ComEnabled Returns Boolean 132060>>> Boolean retVal 132060>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 132061>>> Function_Return retVal 132062>>> End_Function 132063>>> 132063>>> Procedure Set ComEnabled Boolean value 132065>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 132066>>> End_Procedure 132067>>> 132067>>> Function ComShowGroupBox Returns Boolean 132069>>> Boolean retVal 132069>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 132070>>> Function_Return retVal 132071>>> End_Function 132072>>> 132072>>> Procedure Set ComShowGroupBox Boolean value 132074>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 132075>>> End_Procedure 132076>>> 132076>>> Function ComPreviewMode Returns Boolean 132078>>> Boolean retVal 132078>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 132079>>> Function_Return retVal 132080>>> End_Function 132081>>> 132081>>> Procedure Set ComPreviewMode Boolean value 132083>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 132084>>> End_Procedure 132085>>> 132085>>> Function ComAllowColumnRemove Returns Boolean 132087>>> Boolean retVal 132087>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 132088>>> Function_Return retVal 132089>>> End_Function 132090>>> 132090>>> Procedure Set ComAllowColumnRemove Boolean value 132092>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 132093>>> End_Procedure 132094>>> 132094>>> Function ComAllowColumnReorder Returns Boolean 132096>>> Boolean retVal 132096>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 132097>>> Function_Return retVal 132098>>> End_Function 132099>>> 132099>>> Procedure Set ComAllowColumnReorder Boolean value 132101>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 132102>>> End_Procedure 132103>>> 132103>>> Function ComAllowColumnResize Returns Boolean 132105>>> Boolean retVal 132105>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 132106>>> Function_Return retVal 132107>>> End_Function 132108>>> 132108>>> Procedure Set ComAllowColumnResize Boolean value 132110>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 132111>>> End_Procedure 132112>>> 132112>>> Function ComMultipleSelection Returns Boolean 132114>>> Boolean retVal 132114>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 132115>>> Function_Return retVal 132116>>> End_Function 132117>>> 132117>>> Procedure Set ComMultipleSelection Boolean value 132119>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 132120>>> End_Procedure 132121>>> 132121>>> Function ComShowItemsInGroups Returns Boolean 132123>>> Boolean retVal 132123>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 132124>>> Function_Return retVal 132125>>> End_Function 132126>>> 132126>>> Procedure Set ComShowItemsInGroups Boolean value 132128>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 132129>>> End_Procedure 132130>>> 132130>>> Function ComBorderStyle Returns OLEXTPReportBorderStyle 132132>>> OLEXTPReportBorderStyle retVal 132132>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 132133>>> Function_Return retVal 132134>>> End_Function 132135>>> 132135>>> Procedure Set ComBorderStyle OLEXTPReportBorderStyle value 132137>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 132138>>> End_Procedure 132139>>> 132139>>> Function ComAllowColumnSort Returns Boolean 132141>>> Boolean retVal 132141>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 132142>>> Function_Return retVal 132143>>> End_Function 132144>>> 132144>>> Procedure Set ComAllowColumnSort Boolean value 132146>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 132147>>> End_Procedure 132148>>> 132148>>> Function ComFieldChooser Returns Variant 132150>>> Variant retVal 132150>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to retVal 132151>>> Function_Return retVal 132152>>> End_Function 132153>>> 132153>>> Procedure Set ComFieldChooser Variant value 132155>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to value 132156>>> End_Procedure 132157>>> 132157>>> Function ComSkipGroupsFocus Returns Boolean 132159>>> Boolean retVal 132159>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 132160>>> Function_Return retVal 132161>>> End_Function 132162>>> 132162>>> Procedure Set ComSkipGroupsFocus Boolean value 132164>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 132165>>> End_Procedure 132166>>> 132166>>> Function ComIcons Returns Variant 132168>>> Variant retVal 132168>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to retVal 132169>>> Function_Return retVal 132170>>> End_Function 132171>>> 132171>>> Procedure Set ComIcons Variant value 132173>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to value 132174>>> End_Procedure 132175>>> 132175>>> Function ComFocusedRow Returns Variant 132177>>> Variant retVal 132177>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_DISPATCH to retVal 132178>>> Function_Return retVal 132179>>> End_Function 132180>>> 132180>>> Procedure Set ComFocusedRow Variant value 132182>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_DISPATCH to value 132183>>> End_Procedure 132184>>> 132184>>> Function ComAllowEdit Returns Boolean 132186>>> Boolean retVal 132186>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 132187>>> Function_Return retVal 132188>>> End_Function 132189>>> 132189>>> Procedure Set ComAllowEdit Boolean value 132191>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 132192>>> End_Procedure 132193>>> 132193>>> Function ComFocusSubItems Returns Boolean 132195>>> Boolean retVal 132195>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 132196>>> Function_Return retVal 132197>>> End_Function 132198>>> 132198>>> Procedure Set ComFocusSubItems Boolean value 132200>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 132201>>> End_Procedure 132202>>> 132202>>> Function ComEnsureFocusedRowVisible Returns Boolean 132204>>> Boolean retVal 132204>>> Get ComProperty of (phDispatchDriver(Self)) 365 OLE_VT_BOOL to retVal 132205>>> Function_Return retVal 132206>>> End_Function 132207>>> 132207>>> Procedure Set ComEnsureFocusedRowVisible Boolean value 132209>>> Set ComProperty of (phDispatchDriver(Self)) 365 OLE_VT_BOOL to value 132210>>> End_Procedure 132211>>> 132211>>> Function ComEditOnClick Returns Boolean 132213>>> Boolean retVal 132213>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to retVal 132214>>> Function_Return retVal 132215>>> End_Function 132216>>> 132216>>> Procedure Set ComEditOnClick Boolean value 132218>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BOOL to value 132219>>> End_Procedure 132220>>> 132220>>> Function ComEditOnDelayClick Returns Boolean 132222>>> Boolean retVal 132222>>> Get ComProperty of (phDispatchDriver(Self)) 142 OLE_VT_BOOL to retVal 132223>>> Function_Return retVal 132224>>> End_Function 132225>>> 132225>>> Procedure Set ComEditOnDelayClick Boolean value 132227>>> Set ComProperty of (phDispatchDriver(Self)) 142 OLE_VT_BOOL to value 132228>>> End_Procedure 132229>>> 132229>>> Function ComEditOnDoubleClick Returns Boolean 132231>>> Boolean retVal 132231>>> Get ComProperty of (phDispatchDriver(Self)) 143 OLE_VT_BOOL to retVal 132232>>> Function_Return retVal 132233>>> End_Function 132234>>> 132234>>> Procedure Set ComEditOnDoubleClick Boolean value 132236>>> Set ComProperty of (phDispatchDriver(Self)) 143 OLE_VT_BOOL to value 132237>>> End_Procedure 132238>>> 132238>>> Function ComAutoColumnSizing Returns Boolean 132240>>> Boolean retVal 132240>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 132241>>> Function_Return retVal 132242>>> End_Function 132243>>> 132243>>> Procedure Set ComAutoColumnSizing Boolean value 132245>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 132246>>> End_Procedure 132247>>> 132247>>> Function ComShowHeader Returns Boolean 132249>>> Boolean retVal 132249>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 132250>>> Function_Return retVal 132251>>> End_Function 132252>>> 132252>>> Procedure Set ComShowHeader Boolean value 132254>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 132255>>> End_Procedure 132256>>> 132256>>> Function ComFilterText Returns String 132258>>> String retVal 132258>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to retVal 132259>>> Function_Return retVal 132260>>> End_Function 132261>>> 132261>>> Procedure Set ComFilterText String value 132263>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_BSTR to value 132264>>> End_Procedure 132265>>> 132265>>> Function ComFocusedColumn Returns Variant 132267>>> Variant retVal 132267>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_DISPATCH to retVal 132268>>> Function_Return retVal 132269>>> End_Function 132270>>> 132270>>> Procedure Set ComFocusedColumn Variant value 132272>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_DISPATCH to value 132273>>> End_Procedure 132274>>> 132274>>> Function ComTopRowIndex Returns Integer 132276>>> Integer retVal 132276>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to retVal 132277>>> Function_Return retVal 132278>>> End_Function 132279>>> 132279>>> Procedure Set ComTopRowIndex Integer value 132281>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to value 132282>>> End_Procedure 132283>>> 132283>>> Function ComShowFooter Returns Boolean 132285>>> Boolean retVal 132285>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BOOL to retVal 132286>>> Function_Return retVal 132287>>> End_Function 132288>>> 132288>>> Procedure Set ComShowFooter Boolean value 132290>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_BOOL to value 132291>>> End_Procedure 132292>>> 132292>>> // Indicates whether the control should draw right-to-left for RTL languages 132292>>> Function ComRightToLeft Returns Boolean 132294>>> Boolean retVal 132294>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to retVal 132295>>> Function_Return retVal 132296>>> End_Function 132297>>> 132297>>> // Indicates whether the control should draw right-to-left for RTL languages 132297>>> Procedure Set ComRightToLeft Boolean value 132299>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_BOOL to value 132300>>> End_Procedure 132301>>> 132301>>> // For languages that support reading order alignment specifies right-to-left reading order 132301>>> Function ComRightToLeftReading Returns Boolean 132303>>> Boolean retVal 132303>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to retVal 132304>>> Function_Return retVal 132305>>> End_Function 132306>>> 132306>>> // For languages that support reading order alignment specifies right-to-left reading order 132306>>> Procedure Set ComRightToLeftReading Boolean value 132308>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to value 132309>>> End_Procedure 132310>>> 132310>>> // Count of none-scrolled columns at the left side 132310>>> Function ComFreezeColumnsCount Returns Integer 132312>>> Integer retVal 132312>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 132313>>> Function_Return retVal 132314>>> End_Function 132315>>> 132315>>> // Count of none-scrolled columns at the left side 132315>>> Procedure Set ComFreezeColumnsCount Integer value 132317>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 132318>>> End_Procedure 132319>>> 132319>>> Function ComSortLocale Returns Integer 132321>>> Integer retVal 132321>>> Get ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to retVal 132322>>> Function_Return retVal 132323>>> End_Function 132324>>> 132324>>> Procedure Set ComSortLocale Integer value 132326>>> Set ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_I4 to value 132327>>> End_Procedure 132328>>> 132328>>> Function ComReleaseOnDestroy Returns Boolean 132330>>> Boolean retVal 132330>>> Get ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_BOOL to retVal 132331>>> Function_Return retVal 132332>>> End_Function 132333>>> 132333>>> Procedure Set ComReleaseOnDestroy Boolean value 132335>>> Set ComProperty of (phDispatchDriver(Self)) 48 OLE_VT_BOOL to value 132336>>> End_Procedure 132337>>> 132337>>> // Returns/Sets whether this control can act as an OLE drop target. 132337>>> Function ComOLEDropMode Returns OLEOLEDropConstants 132339>>> OLEOLEDropConstants retVal 132339>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to retVal 132340>>> Function_Return retVal 132341>>> End_Function 132342>>> 132342>>> // Returns/Sets whether this control can act as an OLE drop target. 132342>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 132344>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_I4 to value 132345>>> End_Procedure 132346>>> 132346>>> // Horizontal scrolling by pixels or by whole columns. 132346>>> Function ComFullColumnScrolling Returns Boolean 132348>>> Boolean retVal 132348>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to retVal 132349>>> Function_Return retVal 132350>>> End_Function 132351>>> 132351>>> // Horizontal scrolling by pixels or by whole columns. 132351>>> Procedure Set ComFullColumnScrolling Boolean value 132353>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_BOOL to value 132354>>> End_Procedure 132355>>> 132355>>> Function ComSendContextMenuForWholeHeaderArea Returns Boolean 132357>>> Boolean retVal 132357>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BOOL to retVal 132358>>> Function_Return retVal 132359>>> End_Function 132360>>> 132360>>> Procedure Set ComSendContextMenuForWholeHeaderArea Boolean value 132362>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_BOOL to value 132363>>> End_Procedure 132364>>> 132364>>> Function ComHScrollStep Returns Integer 132366>>> Integer retVal 132366>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to retVal 132367>>> Function_Return retVal 132368>>> End_Function 132369>>> 132369>>> Procedure Set ComHScrollStep Integer value 132371>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_I4 to value 132372>>> End_Procedure 132373>>> 132373>>> Function ComAutoVScrollTimerResolution Returns Integer 132375>>> Integer retVal 132375>>> Get ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to retVal 132376>>> Function_Return retVal 132377>>> End_Function 132378>>> 132378>>> Procedure Set ComAutoVScrollTimerResolution Integer value 132380>>> Set ComProperty of (phDispatchDriver(Self)) 105 OLE_VT_I4 to value 132381>>> End_Procedure 132382>>> 132382>>> Function ComSortRecordChildren Returns Boolean 132384>>> Boolean retVal 132384>>> Get ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to retVal 132385>>> Function_Return retVal 132386>>> End_Function 132387>>> 132387>>> Procedure Set ComSortRecordChildren Boolean value 132389>>> Set ComProperty of (phDispatchDriver(Self)) 104 OLE_VT_BOOL to value 132390>>> End_Procedure 132391>>> 132391>>> Function ComFilterHiddenColumns Returns Boolean 132393>>> Boolean retVal 132393>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to retVal 132394>>> Function_Return retVal 132395>>> End_Function 132396>>> 132396>>> Procedure Set ComFilterHiddenColumns Boolean value 132398>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BOOL to value 132399>>> End_Procedure 132400>>> 132400>>> Function ComShowHeaderRows Returns Boolean 132402>>> Boolean retVal 132402>>> Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_BOOL to retVal 132403>>> Function_Return retVal 132404>>> End_Function 132405>>> 132405>>> Procedure Set ComShowHeaderRows Boolean value 132407>>> Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_BOOL to value 132408>>> End_Procedure 132409>>> 132409>>> Function ComShowFooterRows Returns Boolean 132411>>> Boolean retVal 132411>>> Get ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to retVal 132412>>> Function_Return retVal 132413>>> End_Function 132414>>> 132414>>> Procedure Set ComShowFooterRows Boolean value 132416>>> Set ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_BOOL to value 132417>>> End_Procedure 132418>>> 132418>>> Function ComPinFooterRows Returns Boolean 132420>>> Boolean retVal 132420>>> Get ComProperty of (phDispatchDriver(Self)) 64 OLE_VT_BOOL to retVal 132421>>> Function_Return retVal 132422>>> End_Function 132423>>> 132423>>> Procedure Set ComPinFooterRows Boolean value 132425>>> Set ComProperty of (phDispatchDriver(Self)) 64 OLE_VT_BOOL to value 132426>>> End_Procedure 132427>>> 132427>>> Function ComHeaderRowsAllowEdit Returns Boolean 132429>>> Boolean retVal 132429>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BOOL to retVal 132430>>> Function_Return retVal 132431>>> End_Function 132432>>> 132432>>> Procedure Set ComHeaderRowsAllowEdit Boolean value 132434>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_BOOL to value 132435>>> End_Procedure 132436>>> 132436>>> Function ComFooterRowsAllowEdit Returns Boolean 132438>>> Boolean retVal 132438>>> Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to retVal 132439>>> Function_Return retVal 132440>>> End_Function 132441>>> 132441>>> Procedure Set ComFooterRowsAllowEdit Boolean value 132443>>> Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_BOOL to value 132444>>> End_Procedure 132445>>> 132445>>> Function ComSelectionEnable Returns Boolean 132447>>> Boolean retVal 132447>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to retVal 132448>>> Function_Return retVal 132449>>> End_Function 132450>>> 132450>>> Procedure Set ComSelectionEnable Boolean value 132452>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to value 132453>>> End_Procedure 132454>>> 132454>>> Function ComShowRowFocus Returns Boolean 132456>>> Boolean retVal 132456>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 132457>>> Function_Return retVal 132458>>> End_Function 132459>>> 132459>>> Procedure Set ComShowRowFocus Boolean value 132461>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 132462>>> End_Procedure 132463>>> 132463>>> Function ComHeaderRowsAllowAccess Returns Boolean 132465>>> Boolean retVal 132465>>> Get ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to retVal 132466>>> Function_Return retVal 132467>>> End_Function 132468>>> 132468>>> Procedure Set ComHeaderRowsAllowAccess Boolean value 132470>>> Set ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to value 132471>>> End_Procedure 132472>>> 132472>>> Function ComFooterRowsAllowAccess Returns Boolean 132474>>> Boolean retVal 132474>>> Get ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to retVal 132475>>> Function_Return retVal 132476>>> End_Function 132477>>> 132477>>> Procedure Set ComFooterRowsAllowAccess Boolean value 132479>>> Set ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to value 132480>>> End_Procedure 132481>>> 132481>>> Function ComWatermarkAlignment Returns OLEXTPReportWatermarkAlignment 132483>>> OLEXTPReportWatermarkAlignment retVal 132483>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to retVal 132484>>> Function_Return retVal 132485>>> End_Function 132486>>> 132486>>> Procedure Set ComWatermarkAlignment OLEXTPReportWatermarkAlignment value 132488>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_I4 to value 132489>>> End_Procedure 132490>>> 132490>>> Function ComHeaderRowsEnableSelection Returns Boolean 132492>>> Boolean retVal 132492>>> Get ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to retVal 132493>>> Function_Return retVal 132494>>> End_Function 132495>>> 132495>>> Procedure Set ComHeaderRowsEnableSelection Boolean value 132497>>> Set ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to value 132498>>> End_Procedure 132499>>> 132499>>> Function ComFooterRowsEnableSelection Returns Boolean 132501>>> Boolean retVal 132501>>> Get ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to retVal 132502>>> Function_Return retVal 132503>>> End_Function 132504>>> 132504>>> Procedure Set ComFooterRowsEnableSelection Boolean value 132506>>> Set ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_BOOL to value 132507>>> End_Procedure 132508>>> 132508>>> // Count of reorder-disabled columns at the left side 132508>>> Function ComDisableReorderColumnsCount Returns Integer 132510>>> Integer retVal 132510>>> Get ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to retVal 132511>>> Function_Return retVal 132512>>> End_Function 132513>>> 132513>>> // Count of reorder-disabled columns at the left side 132513>>> Procedure Set ComDisableReorderColumnsCount Integer value 132515>>> Set ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to value 132516>>> End_Procedure 132517>>> 132517>>> Function ComMultiSelectionMode Returns Boolean 132519>>> Boolean retVal 132519>>> Get ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to retVal 132520>>> Function_Return retVal 132521>>> End_Function 132522>>> 132522>>> Procedure Set ComMultiSelectionMode Boolean value 132524>>> Set ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to value 132525>>> End_Procedure 132526>>> 132526>>> Function ComDataManager Returns Variant 132528>>> Variant retVal 132528>>> Get ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_DISPATCH to retVal 132529>>> Function_Return retVal 132530>>> End_Function 132531>>> 132531>>> Procedure Set ComDataManager Variant value 132533>>> Set ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_DISPATCH to value 132534>>> End_Procedure 132535>>> 132535>>> // use EnableMarkupFlags instead 132535>>> Function ComEnableMarkup Returns Boolean 132537>>> Boolean retVal 132537>>> Get ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to retVal 132538>>> Function_Return retVal 132539>>> End_Function 132540>>> 132540>>> // use EnableMarkupFlags instead 132540>>> Procedure Set ComEnableMarkup Boolean value 132542>>> Set ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to value 132543>>> End_Procedure 132544>>> 132544>>> Function ComRecordsTreeFilterMode Returns OLEXTPReportFilterMode 132546>>> OLEXTPReportFilterMode retVal 132546>>> Get ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_I4 to retVal 132547>>> Function_Return retVal 132548>>> End_Function 132549>>> 132549>>> Procedure Set ComRecordsTreeFilterMode OLEXTPReportFilterMode value 132551>>> Set ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_I4 to value 132552>>> End_Procedure 132553>>> 132553>>> Function ComHideColumnAfterGroupBoxDrop Returns Boolean 132555>>> Boolean retVal 132555>>> Get ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_BOOL to retVal 132556>>> Function_Return retVal 132557>>> End_Function 132558>>> 132558>>> Procedure Set ComHideColumnAfterGroupBoxDrop Boolean value 132560>>> Set ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_BOOL to value 132561>>> End_Procedure 132562>>> 132562>>> Function ComPrintGroupRowIcon Returns Boolean 132564>>> Boolean retVal 132564>>> Get ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to retVal 132565>>> Function_Return retVal 132566>>> End_Function 132567>>> 132567>>> Procedure Set ComPrintGroupRowIcon Boolean value 132569>>> Set ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to value 132570>>> End_Procedure 132571>>> 132571>>> Function ComInitialSelectionEnable Returns Boolean 132573>>> Boolean retVal 132573>>> Get ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to retVal 132574>>> Function_Return retVal 132575>>> End_Function 132576>>> 132576>>> Procedure Set ComInitialSelectionEnable Boolean value 132578>>> Set ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to value 132579>>> End_Procedure 132580>>> 132580>>> Function ComFreezeColumnsAbs Returns Boolean 132582>>> Boolean retVal 132582>>> Get ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to retVal 132583>>> Function_Return retVal 132584>>> End_Function 132585>>> 132585>>> Procedure Set ComFreezeColumnsAbs Boolean value 132587>>> Set ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to value 132588>>> End_Procedure 132589>>> 132589>>> Function ComMovePivot Returns Boolean 132591>>> Boolean retVal 132591>>> Get ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to retVal 132592>>> Function_Return retVal 132593>>> End_Function 132594>>> 132594>>> Procedure Set ComMovePivot Boolean value 132596>>> Set ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to value 132597>>> End_Procedure 132598>>> 132598>>> Function ComIconView Returns Boolean 132600>>> Boolean retVal 132600>>> Get ComProperty of (phDispatchDriver(Self)) 97 OLE_VT_BOOL to retVal 132601>>> Function_Return retVal 132602>>> End_Function 132603>>> 132603>>> Procedure Set ComIconView Boolean value 132605>>> Set ComProperty of (phDispatchDriver(Self)) 97 OLE_VT_BOOL to value 132606>>> End_Procedure 132607>>> 132607>>> Function ComAllowEditPreview Returns Boolean 132609>>> Boolean retVal 132609>>> Get ComProperty of (phDispatchDriver(Self)) 98 OLE_VT_BOOL to retVal 132610>>> Function_Return retVal 132611>>> End_Function 132612>>> 132612>>> Procedure Set ComAllowEditPreview Boolean value 132614>>> Set ComProperty of (phDispatchDriver(Self)) 98 OLE_VT_BOOL to value 132615>>> End_Procedure 132616>>> 132616>>> Function ComAllowSelectionCheck Returns Boolean 132618>>> Boolean retVal 132618>>> Get ComProperty of (phDispatchDriver(Self)) 99 OLE_VT_BOOL to retVal 132619>>> Function_Return retVal 132620>>> End_Function 132621>>> 132621>>> Procedure Set ComAllowSelectionCheck Boolean value 132623>>> Set ComProperty of (phDispatchDriver(Self)) 99 OLE_VT_BOOL to value 132624>>> End_Procedure 132625>>> 132625>>> Function ComStrictBestFit Returns Boolean 132627>>> Boolean retVal 132627>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to retVal 132628>>> Function_Return retVal 132629>>> End_Function 132630>>> 132630>>> Procedure Set ComStrictBestFit Boolean value 132632>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_BOOL to value 132633>>> End_Procedure 132634>>> 132634>>> Function ComForcePagination Returns Boolean 132636>>> Boolean retVal 132636>>> Get ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to retVal 132637>>> Function_Return retVal 132638>>> End_Function 132639>>> 132639>>> Procedure Set ComForcePagination Boolean value 132641>>> Set ComProperty of (phDispatchDriver(Self)) 107 OLE_VT_BOOL to value 132642>>> End_Procedure 132643>>> 132643>>> Function ComSortedDragDrop Returns Boolean 132645>>> Boolean retVal 132645>>> Get ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to retVal 132646>>> Function_Return retVal 132647>>> End_Function 132648>>> 132648>>> Procedure Set ComSortedDragDrop Boolean value 132650>>> Set ComProperty of (phDispatchDriver(Self)) 108 OLE_VT_BOOL to value 132651>>> End_Procedure 132652>>> 132652>>> Function ComCustomTitle Returns String 132654>>> String retVal 132654>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BSTR to retVal 132655>>> Function_Return retVal 132656>>> End_Function 132657>>> 132657>>> Procedure Set ComCustomTitle String value 132659>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BSTR to value 132660>>> End_Procedure 132661>>> 132661>>> Function ComTrapTabKey Returns Boolean 132663>>> Boolean retVal 132663>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 132664>>> Function_Return retVal 132665>>> End_Function 132666>>> 132666>>> Procedure Set ComTrapTabKey Boolean value 132668>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 132669>>> End_Procedure 132670>>> 132670>>> Function ComSelectionExcludeGroupRows Returns Boolean 132672>>> Boolean retVal 132672>>> Get ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to retVal 132673>>> Function_Return retVal 132674>>> End_Function 132675>>> 132675>>> Procedure Set ComSelectionExcludeGroupRows Boolean value 132677>>> Set ComProperty of (phDispatchDriver(Self)) 111 OLE_VT_BOOL to value 132678>>> End_Procedure 132679>>> 132679>>> Function ComDesktopTrackerMode Returns Boolean 132681>>> Boolean retVal 132681>>> Get ComProperty of (phDispatchDriver(Self)) 112 OLE_VT_BOOL to retVal 132682>>> Function_Return retVal 132683>>> End_Function 132684>>> 132684>>> Procedure Set ComDesktopTrackerMode Boolean value 132686>>> Set ComProperty of (phDispatchDriver(Self)) 112 OLE_VT_BOOL to value 132687>>> End_Procedure 132688>>> 132688>>> Function ComUnrestrictedDragDrop Returns Boolean 132690>>> Boolean retVal 132690>>> Get ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BOOL to retVal 132691>>> Function_Return retVal 132692>>> End_Function 132693>>> 132693>>> Procedure Set ComUnrestrictedDragDrop Boolean value 132695>>> Set ComProperty of (phDispatchDriver(Self)) 113 OLE_VT_BOOL to value 132696>>> End_Procedure 132697>>> 132697>>> Function ComFilterSeparatorStrict Returns Boolean 132699>>> Boolean retVal 132699>>> Get ComProperty of (phDispatchDriver(Self)) 114 OLE_VT_BOOL to retVal 132700>>> Function_Return retVal 132701>>> End_Function 132702>>> 132702>>> Procedure Set ComFilterSeparatorStrict Boolean value 132704>>> Set ComProperty of (phDispatchDriver(Self)) 114 OLE_VT_BOOL to value 132705>>> End_Procedure 132706>>> 132706>>> Function ComFreeHeightMode Returns Boolean 132708>>> Boolean retVal 132708>>> Get ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to retVal 132709>>> Function_Return retVal 132710>>> End_Function 132711>>> 132711>>> Procedure Set ComFreeHeightMode Boolean value 132713>>> Set ComProperty of (phDispatchDriver(Self)) 117 OLE_VT_BOOL to value 132714>>> End_Procedure 132715>>> 132715>>> Function ComLeftOffset Returns Integer 132717>>> Integer retVal 132717>>> Get ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to retVal 132718>>> Function_Return retVal 132719>>> End_Function 132720>>> 132720>>> Procedure Set ComLeftOffset Integer value 132722>>> Set ComProperty of (phDispatchDriver(Self)) 119 OLE_VT_I4 to value 132723>>> End_Procedure 132724>>> 132724>>> Function ComMaxColumnWidth Returns Integer 132726>>> Integer retVal 132726>>> Get ComProperty of (phDispatchDriver(Self)) 251 OLE_VT_I4 to retVal 132727>>> Function_Return retVal 132728>>> End_Function 132729>>> 132729>>> Procedure Set ComMaxColumnWidth Integer value 132731>>> Set ComProperty of (phDispatchDriver(Self)) 251 OLE_VT_I4 to value 132732>>> End_Procedure 132733>>> 132733>>> Function ComFastDeselectMode Returns Boolean 132735>>> Boolean retVal 132735>>> Get ComProperty of (phDispatchDriver(Self)) 254 OLE_VT_BOOL to retVal 132736>>> Function_Return retVal 132737>>> End_Function 132738>>> 132738>>> Procedure Set ComFastDeselectMode Boolean value 132740>>> Set ComProperty of (phDispatchDriver(Self)) 254 OLE_VT_BOOL to value 132741>>> End_Procedure 132742>>> 132742>>> Function ComTimeLinePosition Returns Integer 132744>>> Integer retVal 132744>>> Get ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to retVal 132745>>> Function_Return retVal 132746>>> End_Function 132747>>> 132747>>> Procedure Set ComTimeLinePosition Integer value 132749>>> Set ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to value 132750>>> End_Procedure 132751>>> 132751>>> Function ComTimeLineMin Returns Integer 132753>>> Integer retVal 132753>>> Get ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_I4 to retVal 132754>>> Function_Return retVal 132755>>> End_Function 132756>>> 132756>>> Procedure Set ComTimeLineMin Integer value 132758>>> Set ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_I4 to value 132759>>> End_Procedure 132760>>> 132760>>> Function ComTimeLineMax Returns Integer 132762>>> Integer retVal 132762>>> Get ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to retVal 132763>>> Function_Return retVal 132764>>> End_Function 132765>>> 132765>>> Procedure Set ComTimeLineMax Integer value 132767>>> Set ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to value 132768>>> End_Procedure 132769>>> 132769>>> Function ComWorkAreaMin Returns Integer 132771>>> Integer retVal 132771>>> Get ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_I4 to retVal 132772>>> Function_Return retVal 132773>>> End_Function 132774>>> 132774>>> Procedure Set ComWorkAreaMin Integer value 132776>>> Set ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_I4 to value 132777>>> End_Procedure 132778>>> 132778>>> Function ComWorkAreaMax Returns Integer 132780>>> Integer retVal 132780>>> Get ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_I4 to retVal 132781>>> Function_Return retVal 132782>>> End_Function 132783>>> 132783>>> Procedure Set ComWorkAreaMax Integer value 132785>>> Set ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_I4 to value 132786>>> End_Procedure 132787>>> 132787>>> Function ComViewPortMin Returns Integer 132789>>> Integer retVal 132789>>> Get ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_I4 to retVal 132790>>> Function_Return retVal 132791>>> End_Function 132792>>> 132792>>> Procedure Set ComViewPortMin Integer value 132794>>> Set ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_I4 to value 132795>>> End_Procedure 132796>>> 132796>>> Function ComViewPortMax Returns Integer 132798>>> Integer retVal 132798>>> Get ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to retVal 132799>>> Function_Return retVal 132800>>> End_Function 132801>>> 132801>>> Procedure Set ComViewPortMax Integer value 132803>>> Set ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to value 132804>>> End_Procedure 132805>>> 132805>>> Function ComAllowBlockRemove Returns Boolean 132807>>> Boolean retVal 132807>>> Get ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_BOOL to retVal 132808>>> Function_Return retVal 132809>>> End_Function 132810>>> 132810>>> Procedure Set ComAllowBlockRemove Boolean value 132812>>> Set ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_BOOL to value 132813>>> End_Procedure 132814>>> 132814>>> Function ComAllowBlockScale Returns Boolean 132816>>> Boolean retVal 132816>>> Get ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_BOOL to retVal 132817>>> Function_Return retVal 132818>>> End_Function 132819>>> 132819>>> Procedure Set ComAllowBlockScale Boolean value 132821>>> Set ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_BOOL to value 132822>>> End_Procedure 132823>>> 132823>>> Function ComFlexibleDrag Returns Boolean 132825>>> Boolean retVal 132825>>> Get ComProperty of (phDispatchDriver(Self)) 1010 OLE_VT_BOOL to retVal 132826>>> Function_Return retVal 132827>>> End_Function 132828>>> 132828>>> Procedure Set ComFlexibleDrag Boolean value 132830>>> Set ComProperty of (phDispatchDriver(Self)) 1010 OLE_VT_BOOL to value 132831>>> End_Procedure 132832>>> 132832>>> Function ComSnapMargin Returns Integer 132834>>> Integer retVal 132834>>> Get ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to retVal 132835>>> Function_Return retVal 132836>>> End_Function 132837>>> 132837>>> Procedure Set ComSnapMargin Integer value 132839>>> Set ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to value 132840>>> End_Procedure 132841>>> 132841>>> Function ComSnapToBlocks Returns Boolean 132843>>> Boolean retVal 132843>>> Get ComProperty of (phDispatchDriver(Self)) 1012 OLE_VT_BOOL to retVal 132844>>> Function_Return retVal 132845>>> End_Function 132846>>> 132846>>> Procedure Set ComSnapToBlocks Boolean value 132848>>> Set ComProperty of (phDispatchDriver(Self)) 1012 OLE_VT_BOOL to value 132849>>> End_Procedure 132850>>> 132850>>> Function ComSnapToMarkers Returns Boolean 132852>>> Boolean retVal 132852>>> Get ComProperty of (phDispatchDriver(Self)) 1013 OLE_VT_BOOL to retVal 132853>>> Function_Return retVal 132854>>> End_Function 132855>>> 132855>>> Procedure Set ComSnapToMarkers Boolean value 132857>>> Set ComProperty of (phDispatchDriver(Self)) 1013 OLE_VT_BOOL to value 132858>>> End_Procedure 132859>>> 132859>>> Function ComAllowBlockMove Returns Boolean 132861>>> Boolean retVal 132861>>> Get ComProperty of (phDispatchDriver(Self)) 1016 OLE_VT_BOOL to retVal 132862>>> Function_Return retVal 132863>>> End_Function 132864>>> 132864>>> Procedure Set ComAllowBlockMove Boolean value 132866>>> Set ComProperty of (phDispatchDriver(Self)) 1016 OLE_VT_BOOL to value 132867>>> End_Procedure 132868>>> 132868>>> Function ComScaleOnResize Returns Boolean 132870>>> Boolean retVal 132870>>> Get ComProperty of (phDispatchDriver(Self)) 1017 OLE_VT_BOOL to retVal 132871>>> Function_Return retVal 132872>>> End_Function 132873>>> 132873>>> Procedure Set ComScaleOnResize Boolean value 132875>>> Set ComProperty of (phDispatchDriver(Self)) 1017 OLE_VT_BOOL to value 132876>>> End_Procedure 132877>>> 132877>>> Function ComShowWorkArea Returns Boolean 132879>>> Boolean retVal 132879>>> Get ComProperty of (phDispatchDriver(Self)) 1018 OLE_VT_BOOL to retVal 132880>>> Function_Return retVal 132881>>> End_Function 132882>>> 132882>>> Procedure Set ComShowWorkArea Boolean value 132884>>> Set ComProperty of (phDispatchDriver(Self)) 1018 OLE_VT_BOOL to value 132885>>> End_Procedure 132886>>> 132886>>> Function ComShowTimeLinePosition Returns Boolean 132888>>> Boolean retVal 132888>>> Get ComProperty of (phDispatchDriver(Self)) 1019 OLE_VT_BOOL to retVal 132889>>> Function_Return retVal 132890>>> End_Function 132891>>> 132891>>> Procedure Set ComShowTimeLinePosition Boolean value 132893>>> Set ComProperty of (phDispatchDriver(Self)) 1019 OLE_VT_BOOL to value 132894>>> End_Procedure 132895>>> 132895>>> Function ComOverrideThemeMetrics Returns Boolean 132897>>> Boolean retVal 132897>>> Get ComProperty of (phDispatchDriver(Self)) 367 OLE_VT_BOOL to retVal 132898>>> Function_Return retVal 132899>>> End_Function 132900>>> 132900>>> Procedure Set ComOverrideThemeMetrics Boolean value 132902>>> Set ComProperty of (phDispatchDriver(Self)) 367 OLE_VT_BOOL to value 132903>>> End_Procedure 132904>>> 132904>>> Function ComVisualTheme Returns OLEXTPReportPaintTheme 132906>>> OLEXTPReportPaintTheme retVal 132906>>> Get ComProperty of (phDispatchDriver(Self)) 368 OLE_VT_I4 to retVal 132907>>> Function_Return retVal 132908>>> End_Function 132909>>> 132909>>> Procedure Set ComVisualTheme OLEXTPReportPaintTheme value 132911>>> Set ComProperty of (phDispatchDriver(Self)) 368 OLE_VT_I4 to value 132912>>> End_Procedure 132913>>> 132913>>> Function ComReCreateReparented Returns Boolean 132915>>> Boolean retVal 132915>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 132916>>> Function_Return retVal 132917>>> End_Function 132918>>> 132918>>> Procedure Set ComReCreateReparented Boolean value 132920>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 132921>>> End_Procedure 132922>>> 132922>>> Function ComColumns Returns Variant 132924>>> Handle hDispatchDriver 132924>>> Variant retVal 132924>>> Get phDispatchDriver to hDispatchDriver 132925>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 132926>>> Function_Return retVal 132927>>> End_Function 132928>>> 132928>>> Function ComRecords Returns Variant 132930>>> Handle hDispatchDriver 132930>>> Variant retVal 132930>>> Get phDispatchDriver to hDispatchDriver 132931>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 132932>>> Function_Return retVal 132933>>> End_Function 132934>>> 132934>>> Procedure ComPopulate 132936>>> Handle hDispatchDriver 132936>>> Get phDispatchDriver to hDispatchDriver 132937>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 132938>>> End_Procedure 132939>>> 132939>>> Function ComPaintManager Returns Variant 132941>>> Handle hDispatchDriver 132941>>> Variant retVal 132941>>> Get phDispatchDriver to hDispatchDriver 132942>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 132943>>> Function_Return retVal 132944>>> End_Function 132945>>> 132945>>> Procedure ComRedraw 132947>>> Handle hDispatchDriver 132947>>> Get phDispatchDriver to hDispatchDriver 132948>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 132949>>> End_Procedure 132950>>> 132950>>> Function ComRows Returns Variant 132952>>> Handle hDispatchDriver 132952>>> Variant retVal 132952>>> Get phDispatchDriver to hDispatchDriver 132953>>> Get InvokeComMethod of hDispatchDriver 18 OLE_VT_DISPATCH to retVal 132954>>> Function_Return retVal 132955>>> End_Function 132956>>> 132956>>> Function ComSelectedRows Returns Variant 132958>>> Handle hDispatchDriver 132958>>> Variant retVal 132958>>> Get phDispatchDriver to hDispatchDriver 132959>>> Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal 132960>>> Function_Return retVal 132961>>> End_Function 132962>>> 132962>>> Function ComSortOrder Returns Variant 132964>>> Handle hDispatchDriver 132964>>> Variant retVal 132964>>> Get phDispatchDriver to hDispatchDriver 132965>>> Get InvokeComMethod of hDispatchDriver 21 OLE_VT_DISPATCH to retVal 132966>>> Function_Return retVal 132967>>> End_Function 132968>>> 132968>>> Function ComGroupsOrder Returns Variant 132970>>> Handle hDispatchDriver 132970>>> Variant retVal 132970>>> Get phDispatchDriver to hDispatchDriver 132971>>> Get InvokeComMethod of hDispatchDriver 22 OLE_VT_DISPATCH to retVal 132972>>> Function_Return retVal 132973>>> End_Function 132974>>> 132974>>> Procedure ComSetImageList Variant llImageList 132976>>> Handle hDispatchDriver 132976>>> Get phDispatchDriver to hDispatchDriver 132977>>> Send PrepareParams to hDispatchDriver 1 132978>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 132979>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 132980>>> End_Procedure 132981>>> 132981>>> Function ComSaveSettings Returns String 132983>>> Handle hDispatchDriver 132983>>> String retVal 132983>>> Get phDispatchDriver to hDispatchDriver 132984>>> Get InvokeComMethod of hDispatchDriver 24 OLE_VT_BSTR to retVal 132985>>> Function_Return retVal 132986>>> End_Function 132987>>> 132987>>> Procedure ComLoadSettings String llProfile 132989>>> Handle hDispatchDriver 132989>>> Get phDispatchDriver to hDispatchDriver 132990>>> Send PrepareParams to hDispatchDriver 1 132991>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llProfile 132992>>> Send InvokeComMethod to hDispatchDriver 25 OLE_VT_VOID 132993>>> End_Procedure 132994>>> 132994>>> Function ComNavigator Returns Variant 132996>>> Handle hDispatchDriver 132996>>> Variant retVal 132996>>> Get phDispatchDriver to hDispatchDriver 132997>>> Get InvokeComMethod of hDispatchDriver 46 OLE_VT_DISPATCH to retVal 132998>>> Function_Return retVal 132999>>> End_Function 133000>>> 133000>>> Function ComHitTest OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Returns Variant 133002>>> Handle hDispatchDriver 133002>>> Variant retVal 133002>>> Get phDispatchDriver to hDispatchDriver 133003>>> Send PrepareParams to hDispatchDriver 2 133004>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 133005>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 133006>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 133007>>> Function_Return retVal 133008>>> End_Function 133009>>> 133009>>> // Second (optional) param - FieldCount 133009>>> Procedure ComSetVirtualMode Integer llRowCount Integer llFieldCount 133011>>> Handle hDispatchDriver 133011>>> Get phDispatchDriver to hDispatchDriver 133012>>> Send PrepareParams to hDispatchDriver 2 133013>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llRowCount 133014>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFieldCount 133015>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 133016>>> End_Procedure 133017>>> 133017>>> Procedure ComEnableToolTips Boolean llEnable 133019>>> Handle hDispatchDriver 133019>>> Get phDispatchDriver to hDispatchDriver 133020>>> Send PrepareParams to hDispatchDriver 1 133021>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llEnable 133022>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 133023>>> End_Procedure 133024>>> 133024>>> Procedure ComEditItem Variant llRow Variant llColumn 133026>>> Handle hDispatchDriver 133026>>> Get phDispatchDriver to hDispatchDriver 133027>>> Send PrepareParams to hDispatchDriver 2 133028>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRow 133029>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llColumn 133030>>> Send InvokeComMethod to hDispatchDriver 36 OLE_VT_VOID 133031>>> End_Procedure 133032>>> 133032>>> Procedure ComSetCustomDraw OLEXTPReportCustomDraw llFlags 133034>>> Handle hDispatchDriver 133034>>> Get phDispatchDriver to hDispatchDriver 133035>>> Send PrepareParams to hDispatchDriver 1 133036>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 133037>>> Send InvokeComMethod to hDispatchDriver 38 OLE_VT_VOID 133038>>> End_Procedure 133039>>> 133039>>> Function ComToolTipContext Returns Variant 133041>>> Handle hDispatchDriver 133041>>> Variant retVal 133041>>> Get phDispatchDriver to hDispatchDriver 133042>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 133043>>> Function_Return retVal 133044>>> End_Function 133045>>> 133045>>> Procedure ComPrintReport OLE_HANDLE lllHDC 133047>>> Handle hDispatchDriver 133047>>> Get phDispatchDriver to hDispatchDriver 133048>>> Send PrepareParams to hDispatchDriver 1 133049>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 133050>>> Send InvokeComMethod to hDispatchDriver 40 OLE_VT_VOID 133051>>> End_Procedure 133052>>> 133052>>> Procedure ComPrintReport2 Boolean llShowPrintDialog 133054>>> Handle hDispatchDriver 133054>>> Get phDispatchDriver to hDispatchDriver 133055>>> Send PrepareParams to hDispatchDriver 1 133056>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 133057>>> Send InvokeComMethod to hDispatchDriver 340 OLE_VT_VOID 133058>>> End_Procedure 133059>>> 133059>>> Procedure ComDoPropExchange Variant llpPX 133061>>> Handle hDispatchDriver 133061>>> Get phDispatchDriver to hDispatchDriver 133062>>> Send PrepareParams to hDispatchDriver 1 133063>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 133064>>> Send InvokeComMethod to hDispatchDriver 41 OLE_VT_VOID 133065>>> End_Procedure 133066>>> 133066>>> Procedure ComPrintPreview Boolean llShowPrintDialog 133068>>> Handle hDispatchDriver 133068>>> Get phDispatchDriver to hDispatchDriver 133069>>> Send PrepareParams to hDispatchDriver 1 133070>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 133071>>> Send InvokeComMethod to hDispatchDriver 49 OLE_VT_VOID 133072>>> End_Procedure 133073>>> 133073>>> Function ComShowPrintPageSetup Returns Boolean 133075>>> Handle hDispatchDriver 133075>>> Boolean retVal 133075>>> Get phDispatchDriver to hDispatchDriver 133076>>> Get InvokeComMethod of hDispatchDriver 52 OLE_VT_BOOL to retVal 133077>>> Function_Return retVal 133078>>> End_Function 133079>>> 133079>>> Function ComPrintOptions Returns Variant 133081>>> Handle hDispatchDriver 133081>>> Variant retVal 133081>>> Get phDispatchDriver to hDispatchDriver 133082>>> Get InvokeComMethod of hDispatchDriver 51 OLE_VT_DISPATCH to retVal 133083>>> Function_Return retVal 133084>>> End_Function 133085>>> 133085>>> // Adds a new record to the collection. Number of RecotdItems (as columns count) added to new record. 133085>>> Function ComAddRecord Returns Variant 133087>>> Handle hDispatchDriver 133087>>> Variant retVal 133087>>> Get phDispatchDriver to hDispatchDriver 133088>>> Get InvokeComMethod of hDispatchDriver 53 OLE_VT_DISPATCH to retVal 133089>>> Function_Return retVal 133090>>> End_Function 133091>>> 133091>>> // Insets a new record to the collection. Number of RecotdItems (as columns count) added to new record. 133091>>> Function ComInsertRecord Integer llIndex Returns Variant 133093>>> Handle hDispatchDriver 133093>>> Variant retVal 133093>>> Get phDispatchDriver to hDispatchDriver 133094>>> Send PrepareParams to hDispatchDriver 1 133095>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 133096>>> Get InvokeComMethod of hDispatchDriver 54 OLE_VT_DISPATCH to retVal 133097>>> Function_Return retVal 133098>>> End_Function 133099>>> 133099>>> // Print Preview Options. 133099>>> Function ComPrintPreviewOptions Returns Variant 133101>>> Handle hDispatchDriver 133101>>> Variant retVal 133101>>> Get phDispatchDriver to hDispatchDriver 133102>>> Get InvokeComMethod of hDispatchDriver 56 OLE_VT_DISPATCH to retVal 133103>>> Function_Return retVal 133104>>> End_Function 133105>>> 133105>>> // Remove record, it's row and children if such exists. This method does not change Collapsed/Expanded Groups state. 133105>>> Function ComRemoveRecordEx Variant llRecord Returns Boolean 133107>>> Handle hDispatchDriver 133107>>> Boolean retVal 133107>>> Get phDispatchDriver to hDispatchDriver 133108>>> Send PrepareParams to hDispatchDriver 1 133109>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 133110>>> Get InvokeComMethod of hDispatchDriver 58 OLE_VT_BOOL to retVal 133111>>> Function_Return retVal 133112>>> End_Function 133113>>> 133113>>> // Remove row, record behaind it and children if such exists. This method does not change Collapsed/Expanded Groups state. 133113>>> Function ComRemoveRowEx Variant llRow Returns Boolean 133115>>> Handle hDispatchDriver 133115>>> Boolean retVal 133115>>> Get phDispatchDriver to hDispatchDriver 133116>>> Send PrepareParams to hDispatchDriver 1 133117>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRow 133118>>> Get InvokeComMethod of hDispatchDriver 59 OLE_VT_BOOL to retVal 133119>>> Function_Return retVal 133120>>> End_Function 133121>>> 133121>>> Function ComCanCut Returns Boolean 133123>>> Handle hDispatchDriver 133123>>> Boolean retVal 133123>>> Get phDispatchDriver to hDispatchDriver 133124>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 133125>>> Function_Return retVal 133126>>> End_Function 133127>>> 133127>>> Function ComCanCopy Returns Boolean 133129>>> Handle hDispatchDriver 133129>>> Boolean retVal 133129>>> Get phDispatchDriver to hDispatchDriver 133130>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 133131>>> Function_Return retVal 133132>>> End_Function 133133>>> 133133>>> Function ComCanPaste Returns Boolean 133135>>> Handle hDispatchDriver 133135>>> Boolean retVal 133135>>> Get phDispatchDriver to hDispatchDriver 133136>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 133137>>> Function_Return retVal 133138>>> End_Function 133139>>> 133139>>> Procedure ComCut 133141>>> Handle hDispatchDriver 133141>>> Get phDispatchDriver to hDispatchDriver 133142>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 133143>>> End_Procedure 133144>>> 133144>>> Procedure ComCopy 133146>>> Handle hDispatchDriver 133146>>> Get phDispatchDriver to hDispatchDriver 133147>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 133148>>> End_Procedure 133149>>> 133149>>> Procedure ComPaste 133151>>> Handle hDispatchDriver 133151>>> Get phDispatchDriver to hDispatchDriver 133152>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 133153>>> End_Procedure 133154>>> 133154>>> Function ComPopulatedRecordsCount Returns Integer 133156>>> Handle hDispatchDriver 133156>>> Integer retVal 133156>>> Get phDispatchDriver to hDispatchDriver 133157>>> Get InvokeComMethod of hDispatchDriver 130 OLE_VT_I4 to retVal 133158>>> Function_Return retVal 133159>>> End_Function 133160>>> 133160>>> Function ComEditMode Returns Boolean 133162>>> Handle hDispatchDriver 133162>>> Boolean retVal 133162>>> Get phDispatchDriver to hDispatchDriver 133163>>> Get InvokeComMethod of hDispatchDriver 131 OLE_VT_BOOL to retVal 133164>>> Function_Return retVal 133165>>> End_Function 133166>>> 133166>>> Function ComEnableDragDrop String llClipboardString OLEXTPReportDragDrop lldragDrop Returns Integer 133168>>> Handle hDispatchDriver 133168>>> Integer retVal 133168>>> Get phDispatchDriver to hDispatchDriver 133169>>> Send PrepareParams to hDispatchDriver 2 133170>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClipboardString 133171>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lldragDrop 133172>>> Get InvokeComMethod of hDispatchDriver 132 OLE_VT_I4 to retVal 133173>>> Function_Return retVal 133174>>> End_Function 133175>>> 133175>>> Function ComCreateRecordsFromDropArray Variant llByteArray Returns Variant 133177>>> Handle hDispatchDriver 133177>>> Variant retVal 133177>>> Get phDispatchDriver to hDispatchDriver 133178>>> Send PrepareParams to hDispatchDriver 1 133179>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llByteArray 133180>>> Get InvokeComMethod of hDispatchDriver 133 OLE_VT_DISPATCH to retVal 133181>>> Function_Return retVal 133182>>> End_Function 133183>>> 133183>>> Function ComCreateRecords Returns Variant 133185>>> Handle hDispatchDriver 133185>>> Variant retVal 133185>>> Get phDispatchDriver to hDispatchDriver 133186>>> Get InvokeComMethod of hDispatchDriver 134 OLE_VT_DISPATCH to retVal 133187>>> Function_Return retVal 133188>>> End_Function 133189>>> 133189>>> Function ComDragRecords Variant llRecords Returns Integer 133191>>> Handle hDispatchDriver 133191>>> Integer retVal 133191>>> Get phDispatchDriver to hDispatchDriver 133192>>> Send PrepareParams to hDispatchDriver 1 133193>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecords 133194>>> Get InvokeComMethod of hDispatchDriver 135 OLE_VT_I4 to retVal 133195>>> Function_Return retVal 133196>>> End_Function 133197>>> 133197>>> Procedure ComSetFieldChooserHandle OLE_HANDLE llhWnd 133199>>> Handle hDispatchDriver 133199>>> Get phDispatchDriver to hDispatchDriver 133200>>> Send PrepareParams to hDispatchDriver 1 133201>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 133202>>> Send InvokeComMethod to hDispatchDriver 136 OLE_VT_VOID 133203>>> End_Procedure 133204>>> 133204>>> Function ComInplaceEditHwnd Returns OLE_HANDLE 133206>>> Handle hDispatchDriver 133206>>> OLE_HANDLE retVal 133206>>> Get phDispatchDriver to hDispatchDriver 133207>>> Get InvokeComMethod of hDispatchDriver 137 OLE_VT_I4 to retVal 133208>>> Function_Return retVal 133209>>> End_Function 133210>>> 133210>>> Procedure ComSetScrollBars OLE_HANDLE llhScrollBar OLE_HANDLE llvScrollBar 133212>>> Handle hDispatchDriver 133212>>> Get phDispatchDriver to hDispatchDriver 133213>>> Send PrepareParams to hDispatchDriver 2 133214>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhScrollBar 133215>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llvScrollBar 133216>>> Send InvokeComMethod to hDispatchDriver 140 OLE_VT_VOID 133217>>> End_Procedure 133218>>> 133218>>> Procedure ComExpandAll Boolean llbRecursive 133220>>> Handle hDispatchDriver 133220>>> Get phDispatchDriver to hDispatchDriver 133221>>> Send PrepareParams to hDispatchDriver 1 133222>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbRecursive 133223>>> Send InvokeComMethod to hDispatchDriver 141 OLE_VT_VOID 133224>>> End_Procedure 133225>>> 133225>>> Procedure ComCollapseAll 133227>>> Handle hDispatchDriver 133227>>> Get phDispatchDriver to hDispatchDriver 133228>>> Send InvokeComMethod to hDispatchDriver 339 OLE_VT_VOID 133229>>> End_Procedure 133230>>> 133230>>> Procedure ComAboutBox 133232>>> Handle hDispatchDriver 133232>>> Get phDispatchDriver to hDispatchDriver 133233>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 133234>>> End_Procedure 133235>>> 133235>>> Function ComHeaderRecords Returns Variant 133237>>> Handle hDispatchDriver 133237>>> Variant retVal 133237>>> Get phDispatchDriver to hDispatchDriver 133238>>> Get InvokeComMethod of hDispatchDriver 60 OLE_VT_DISPATCH to retVal 133239>>> Function_Return retVal 133240>>> End_Function 133241>>> 133241>>> Function ComFooterRecords Returns Variant 133243>>> Handle hDispatchDriver 133243>>> Variant retVal 133243>>> Get phDispatchDriver to hDispatchDriver 133244>>> Get InvokeComMethod of hDispatchDriver 61 OLE_VT_DISPATCH to retVal 133245>>> Function_Return retVal 133246>>> End_Function 133247>>> 133247>>> Function ComHeaderRows Returns Variant 133249>>> Handle hDispatchDriver 133249>>> Variant retVal 133249>>> Get phDispatchDriver to hDispatchDriver 133250>>> Get InvokeComMethod of hDispatchDriver 65 OLE_VT_DISPATCH to retVal 133251>>> Function_Return retVal 133252>>> End_Function 133253>>> 133253>>> Function ComFooterRows Returns Variant 133255>>> Handle hDispatchDriver 133255>>> Variant retVal 133255>>> Get phDispatchDriver to hDispatchDriver 133256>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_DISPATCH to retVal 133257>>> Function_Return retVal 133258>>> End_Function 133259>>> 133259>>> Function ComSetWatermarkBitmap Integer llHandle Integer llTransparency Returns Boolean 133261>>> Handle hDispatchDriver 133261>>> Boolean retVal 133261>>> Get phDispatchDriver to hDispatchDriver 133262>>> Send PrepareParams to hDispatchDriver 2 133263>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 133264>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTransparency 133265>>> Get InvokeComMethod of hDispatchDriver 72 OLE_VT_BOOL to retVal 133266>>> Function_Return retVal 133267>>> End_Function 133268>>> 133268>>> Function ComSetWatermarkBitmapFromFile String llPath Integer llTransparency Returns Boolean 133270>>> Handle hDispatchDriver 133270>>> Boolean retVal 133270>>> Get phDispatchDriver to hDispatchDriver 133271>>> Send PrepareParams to hDispatchDriver 2 133272>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 133273>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llTransparency 133274>>> Get InvokeComMethod of hDispatchDriver 73 OLE_VT_BOOL to retVal 133275>>> Function_Return retVal 133276>>> End_Function 133277>>> 133277>>> Procedure ComAddRecordEx Variant llRecord 133279>>> Handle hDispatchDriver 133279>>> Get phDispatchDriver to hDispatchDriver 133280>>> Send PrepareParams to hDispatchDriver 1 133281>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 133282>>> Send InvokeComMethod to hDispatchDriver 74 OLE_VT_VOID 133283>>> End_Procedure 133284>>> 133284>>> Procedure ComAddRecordEx2 Variant llRecord Variant llpParentRecord 133286>>> Handle hDispatchDriver 133286>>> Get phDispatchDriver to hDispatchDriver 133287>>> Send PrepareParams to hDispatchDriver 2 133288>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 133289>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpParentRecord 133290>>> Send InvokeComMethod to hDispatchDriver 75 OLE_VT_VOID 133291>>> End_Procedure 133292>>> 133292>>> Procedure ComAddRecordEx3 Variant llRecord Variant llpParentRecord Variant llChildIndex 133294>>> Handle hDispatchDriver 133294>>> Get phDispatchDriver to hDispatchDriver 133295>>> Send PrepareParams to hDispatchDriver 3 133296>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 133297>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpParentRecord 133298>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llChildIndex 133299>>> Send InvokeComMethod to hDispatchDriver 76 OLE_VT_VOID 133300>>> End_Procedure 133301>>> 133301>>> Procedure ComUpdateRecord Variant llRecord Boolean llUpdateChildren 133303>>> Handle hDispatchDriver 133303>>> Get phDispatchDriver to hDispatchDriver 133304>>> Send PrepareParams to hDispatchDriver 2 133305>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llRecord 133306>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llUpdateChildren 133307>>> Send InvokeComMethod to hDispatchDriver 77 OLE_VT_VOID 133308>>> End_Procedure 133309>>> 133309>>> Procedure ComGetElementRect OLEXTPReportElementRect llFlags Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 133311>>> Handle hDispatchDriver 133311>>> Get phDispatchDriver to hDispatchDriver 133312>>> Send PrepareParams to hDispatchDriver 5 133313>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 133314>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 133315>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 133316>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 133317>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 133318>>> Send InvokeComMethod to hDispatchDriver 83 OLE_VT_VOID 133319>>> End_Procedure 133320>>> 133320>>> Procedure ComPopulateHeaderRows 133322>>> Handle hDispatchDriver 133322>>> Get phDispatchDriver to hDispatchDriver 133323>>> Send InvokeComMethod to hDispatchDriver 86 OLE_VT_VOID 133324>>> End_Procedure 133325>>> 133325>>> Procedure ComPopulateFooterRows 133327>>> Handle hDispatchDriver 133327>>> Get phDispatchDriver to hDispatchDriver 133328>>> Send InvokeComMethod to hDispatchDriver 87 OLE_VT_VOID 133329>>> End_Procedure 133330>>> 133330>>> Function ComCreatePrintView Returns Variant 133332>>> Handle hDispatchDriver 133332>>> Variant retVal 133332>>> Get phDispatchDriver to hDispatchDriver 133333>>> Get InvokeComMethod of hDispatchDriver 150 OLE_VT_UNKNOWN to retVal 133334>>> Function_Return retVal 133335>>> End_Function 133336>>> 133336>>> Procedure ComPrintPreviewExt Boolean llShowPrintDialog Integer llxLeft Integer llyTop Integer llxRight Integer llyBottom 133338>>> Handle hDispatchDriver 133338>>> Get phDispatchDriver to hDispatchDriver 133339>>> Send PrepareParams to hDispatchDriver 5 133340>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 133341>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxLeft 133342>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyTop 133343>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxRight 133344>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyBottom 133345>>> Send InvokeComMethod to hDispatchDriver 160 OLE_VT_VOID 133346>>> End_Procedure 133347>>> 133347>>> Function ComMarkupContext Returns Variant 133349>>> Handle hDispatchDriver 133349>>> Variant retVal 133349>>> Get phDispatchDriver to hDispatchDriver 133350>>> Get InvokeComMethod of hDispatchDriver 240 OLE_VT_DISPATCH to retVal 133351>>> Function_Return retVal 133352>>> End_Function 133353>>> 133353>>> // (optional) param - bool to use or not (default) this column to show record number, 2nd (optional) param - int to set (default = 40) this column width 133353>>> Procedure ComCreateIconViewAndRowNumberColumn Boolean llbUseForRecordNumbers Integer llnRecordNumbersWidth 133355>>> Handle hDispatchDriver 133355>>> Get phDispatchDriver to hDispatchDriver 133356>>> Send PrepareParams to hDispatchDriver 2 133357>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbUseForRecordNumbers 133358>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRecordNumbersWidth 133359>>> Send InvokeComMethod to hDispatchDriver 241 OLE_VT_VOID 133360>>> End_Procedure 133361>>> 133361>>> Procedure ComIconViewRowNumberSetup Integer llColumnIndex Integer llIconIndex Boolean llbUseForRowNumber Integer llnRecordNumbersWidth 133363>>> Handle hDispatchDriver 133363>>> Get phDispatchDriver to hDispatchDriver 133364>>> Send PrepareParams to hDispatchDriver 4 133365>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 133366>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 133367>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbUseForRowNumber 133368>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRecordNumbersWidth 133369>>> Send InvokeComMethod to hDispatchDriver 242 OLE_VT_VOID 133370>>> End_Procedure 133371>>> 133371>>> Procedure ComReCalc Boolean llbSet 133373>>> Handle hDispatchDriver 133373>>> Get phDispatchDriver to hDispatchDriver 133374>>> Send PrepareParams to hDispatchDriver 1 133375>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSet 133376>>> Send InvokeComMethod to hDispatchDriver 243 OLE_VT_VOID 133377>>> End_Procedure 133378>>> 133378>>> Procedure ComIconViewSetup Integer llColumnIndex Integer llIconIndex 133380>>> Handle hDispatchDriver 133380>>> Get phDispatchDriver to hDispatchDriver 133381>>> Send PrepareParams to hDispatchDriver 2 133382>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llColumnIndex 133383>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIconIndex 133384>>> Send InvokeComMethod to hDispatchDriver 244 OLE_VT_VOID 133385>>> End_Procedure 133386>>> 133386>>> Procedure ComCreateIconViewColumn 133388>>> Handle hDispatchDriver 133388>>> Get phDispatchDriver to hDispatchDriver 133389>>> Send InvokeComMethod to hDispatchDriver 245 OLE_VT_VOID 133390>>> End_Procedure 133391>>> 133391>>> Procedure ComCreateRowNumberColumn Integer llWidth 133393>>> Handle hDispatchDriver 133393>>> Get phDispatchDriver to hDispatchDriver 133394>>> Send PrepareParams to hDispatchDriver 1 133395>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llWidth 133396>>> Send InvokeComMethod to hDispatchDriver 246 OLE_VT_VOID 133397>>> End_Procedure 133398>>> 133398>>> Procedure ComShowRowNumber Boolean llbSet 133400>>> Handle hDispatchDriver 133400>>> Get phDispatchDriver to hDispatchDriver 133401>>> Send PrepareParams to hDispatchDriver 1 133402>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSet 133403>>> Send InvokeComMethod to hDispatchDriver 247 OLE_VT_VOID 133404>>> End_Procedure 133405>>> 133405>>> Procedure ComClearContent 133407>>> Handle hDispatchDriver 133407>>> Get phDispatchDriver to hDispatchDriver 133408>>> Send InvokeComMethod to hDispatchDriver 248 OLE_VT_VOID 133409>>> End_Procedure 133410>>> 133410>>> Procedure ComUnSort 133412>>> Handle hDispatchDriver 133412>>> Get phDispatchDriver to hDispatchDriver 133413>>> Send InvokeComMethod to hDispatchDriver 249 OLE_VT_VOID 133414>>> End_Procedure 133415>>> 133415>>> Procedure ComReleaseSort 133417>>> Handle hDispatchDriver 133417>>> Get phDispatchDriver to hDispatchDriver 133418>>> Send InvokeComMethod to hDispatchDriver 250 OLE_VT_VOID 133419>>> End_Procedure 133420>>> 133420>>> // Returns if the drop marker is above a row. 133420>>> Function ComOLEDropAbove Returns Boolean 133422>>> Handle hDispatchDriver 133422>>> Boolean retVal 133422>>> Get phDispatchDriver to hDispatchDriver 133423>>> Get InvokeComMethod of hDispatchDriver 333 OLE_VT_BOOL to retVal 133424>>> Function_Return retVal 133425>>> End_Function 133426>>> 133426>>> Procedure ComSetIconViewToDefaults 133428>>> Handle hDispatchDriver 133428>>> Get phDispatchDriver to hDispatchDriver 133429>>> Send InvokeComMethod to hDispatchDriver 344 OLE_VT_VOID 133430>>> End_Procedure 133431>>> 133431>>> Procedure ComShowIconWhenEditing Boolean llbShow 133433>>> Handle hDispatchDriver 133433>>> Get phDispatchDriver to hDispatchDriver 133434>>> Send PrepareParams to hDispatchDriver 1 133435>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbShow 133436>>> Send InvokeComMethod to hDispatchDriver 345 OLE_VT_VOID 133437>>> End_Procedure 133438>>> 133438>>> Function ComIsShowIconWhenEditing Returns Boolean 133440>>> Handle hDispatchDriver 133440>>> Boolean retVal 133440>>> Get phDispatchDriver to hDispatchDriver 133441>>> Get InvokeComMethod of hDispatchDriver 346 OLE_VT_BOOL to retVal 133442>>> Function_Return retVal 133443>>> End_Function 133444>>> 133444>>> Function ComCreateTrackItem Returns Variant 133446>>> Handle hDispatchDriver 133446>>> Variant retVal 133446>>> Get phDispatchDriver to hDispatchDriver 133447>>> Get InvokeComMethod of hDispatchDriver 1000 OLE_VT_DISPATCH to retVal 133448>>> Function_Return retVal 133449>>> End_Function 133450>>> 133450>>> Function ComMarkers Returns Variant 133452>>> Handle hDispatchDriver 133452>>> Variant retVal 133452>>> Get phDispatchDriver to hDispatchDriver 133453>>> Get InvokeComMethod of hDispatchDriver 1014 OLE_VT_DISPATCH to retVal 133454>>> Function_Return retVal 133455>>> End_Function 133456>>> 133456>>> Function ComUndoManager Returns Variant 133458>>> Handle hDispatchDriver 133458>>> Variant retVal 133458>>> Get phDispatchDriver to hDispatchDriver 133459>>> Get InvokeComMethod of hDispatchDriver 1015 OLE_VT_DISPATCH to retVal 133460>>> Function_Return retVal 133461>>> End_Function 133462>>> 133462>>> Function ComSelectedBlocks Returns Variant 133464>>> Handle hDispatchDriver 133464>>> Variant retVal 133464>>> Get phDispatchDriver to hDispatchDriver 133465>>> Get InvokeComMethod of hDispatchDriver 1020 OLE_VT_DISPATCH to retVal 133466>>> Function_Return retVal 133467>>> End_Function 133468>>>End_Class 133469>>> 133469>>>// Event interface for TrackControl Control 133469>>>Class cSigCjCom_DTrackControlEvents is a Mixin 133470>>> 133470>>> Procedure OnComColumnClick Variant llColumn 133472>>> End_Procedure 133473>>> 133473>>> Procedure OnComRowRClick Variant llRow Variant llItem 133475>>> End_Procedure 133476>>> 133476>>> Procedure OnComRowDblClick Variant llRow Variant llItem 133478>>> End_Procedure 133479>>> 133479>>> Procedure OnComSelectionChanging Variant llNewRow OLEXTPReportSelectionChangeType llChangeType Boolean ByRef llCancel 133481>>> End_Procedure 133482>>> 133482>>> Procedure OnComSelectionChanged 133484>>> End_Procedure 133485>>> 133485>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 133487>>> End_Procedure 133488>>> 133488>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 133490>>> End_Procedure 133491>>> 133491>>> Procedure OnComItemCheck Variant llRow Variant llItem 133493>>> End_Procedure 133494>>> 133494>>> Procedure OnComBeforeDrawRow Variant llRow Variant llItem Variant llMetrics 133496>>> End_Procedure 133497>>> 133497>>> Procedure OnComColumnOrderChangedEx Variant llColumn OLEXTPReportColumnOrderChangedReason llReason 133499>>> End_Procedure 133500>>> 133500>>> Procedure OnComSortOrderChanged 133502>>> End_Procedure 133503>>> 133503>>> Procedure OnComValueChanged Variant llRow Variant llColumn Variant llItem 133505>>> End_Procedure 133506>>> 133506>>> Procedure OnComInplaceButtonDown Variant llButton 133508>>> End_Procedure 133509>>> 133509>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 133511>>> End_Procedure 133512>>> 133512>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 133514>>> End_Procedure 133515>>> 133515>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 133517>>> End_Procedure 133518>>> 133518>>> Procedure OnComDrawItem Variant llRow Variant llColumn Variant llItem OLE_HANDLE llhDC Integer llleft Integer lltop Integer llright Integer llbottom Boolean ByRef llDoDefault 133520>>> End_Procedure 133521>>> 133521>>> Procedure OnComMeasureRow Variant llRow OLE_HANDLE llhDC Integer llWidth Integer ByRef llHeight 133523>>> End_Procedure 133524>>> 133524>>> Procedure OnComRowExpanded Variant llRow 133526>>> End_Procedure 133527>>> 133527>>> Procedure OnComRequestEdit Variant llRow Variant llColumn Variant llItem Boolean ByRef llCancel 133529>>> End_Procedure 133530>>> 133530>>> Procedure OnComBeforeCopyToText Variant llRecord String ByRef llstrText Variant llCancelOperation 133532>>> End_Procedure 133533>>> 133533>>> Procedure OnComBeforePasteFromText Variant llRecord String ByRef llstrText Variant llCancelOperation 133535>>> End_Procedure 133536>>> 133536>>> Procedure OnComBeforePaste Variant llRecord Variant llCancelOperation 133538>>> End_Procedure 133539>>> 133539>>> Procedure OnComValueChanging Variant llRow Variant llColumn Variant llItem Variant llNewValue Boolean ByRef llCancel 133541>>> End_Procedure 133542>>> 133542>>> Procedure OnComPreviewKeyDown Short ByRef llKeyCode Short llShift Boolean ByRef llCancel 133544>>> End_Procedure 133545>>> 133545>>> Procedure OnComBeginDrag Variant llRecords 133547>>> End_Procedure 133548>>> 133548>>> Procedure OnComEditCanceled Variant llRow Variant llColumn Variant llItem 133550>>> End_Procedure 133551>>> 133551>>> Procedure OnComHyperlinkClick Variant llRow Variant llItem Integer llHyperlinkIndex 133553>>> End_Procedure 133554>>> 133554>>> Procedure OnComDrawPreviewItem Variant llRow Variant llItem OLE_HANDLE llhDC Integer llleft Integer lltop Integer llright Integer llbottom Boolean ByRef llDoDefault 133556>>> End_Procedure 133557>>> 133557>>> Procedure OnComConstraintSelecting Variant llRow Variant llColumn Variant llItem Variant llConstraint 133559>>> End_Procedure 133560>>> 133560>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 133562>>> End_Procedure 133563>>> 133563>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 133565>>> End_Procedure 133566>>> 133566>>> Procedure OnComGetToolTipInfo Variant lltoolTipInfo 133568>>> End_Procedure 133569>>> 133569>>> Procedure OnComRecordsDropped Variant llTargetRecord Variant llRecords Boolean llAbove 133571>>> End_Procedure 133572>>> 133572>>> Procedure OnComDropRecordsEx Variant llTargetRecord Variant llRecords Boolean llAbove 133574>>> End_Procedure 133575>>> 133575>>> Procedure OnComFocusChanging Variant llNewRow Variant llNewColumn Variant llNewItem Boolean ByRef llCancel 133577>>> End_Procedure 133578>>> 133578>>> Procedure OnComDragDropCompleted Variant llRecords Integer lldropEffect 133580>>> End_Procedure 133581>>> 133581>>> Procedure OnComBeginEdit Variant llRow Variant llColumn Variant llItem 133583>>> End_Procedure 133584>>> 133584>>> Procedure OnComInplaceEditChanging Variant llRow Variant llColumn Variant llItem String ByRef llNewValue Boolean ByRef llCancel 133586>>> End_Procedure 133587>>> 133587>>> Procedure OnComMeasurePreviewItem Variant llRow OLE_HANDLE llhDC Integer llWidth Integer ByRef llHeight 133589>>> End_Procedure 133590>>> 133590>>> Procedure OnComDragOverRecords Variant llTargetRecord Variant llRecords Boolean llAbove Integer llx Integer lly Integer llstate 133592>>> End_Procedure 133593>>> 133593>>> Procedure OnComColumnWidthChanged Variant llColumn Integer llPrevWidth Integer llNewWidth 133595>>> End_Procedure 133596>>> 133596>>> Procedure OnComGroupOrderChangedEx Variant llColumn OLEXTPReportColumnOrderChangedReason llReason 133598>>> End_Procedure 133599>>> 133599>>> Procedure OnComItemButtonClick Variant llRow Variant llItem Variant llButton 133601>>> End_Procedure 133602>>> 133602>>> Procedure OnComPlusMinusClick Variant llColumn 133604>>> End_Procedure 133605>>> 133605>>> Procedure OnComHScroll Integer llSection Integer llPosition 133607>>> End_Procedure 133608>>> 133608>>> Procedure OnComVScroll Integer llSection Integer llPosition 133610>>> End_Procedure 133611>>> 133611>>> Procedure OnComGiveFeedback Integer llEffect Boolean llDragStarted Boolean ByRef llCancel 133613>>> End_Procedure 133614>>> 133614>>> Procedure OnComSliderChanged 133616>>> End_Procedure 133617>>> 133617>>> Procedure OnComTimeLinePositionChanged 133619>>> End_Procedure 133620>>> 133620>>> Procedure OnComMarkerChanged Variant llMarker 133622>>> End_Procedure 133623>>> 133623>>> Procedure OnComBlockChanged Variant llBlock 133625>>> End_Procedure 133626>>> 133626>>> Procedure OnComSelectedBlocksChanged 133628>>> End_Procedure 133629>>> 133629>>> Procedure OnComTimeLineLabel Integer llPosition String ByRef llLabel OLE_COLOR llTickColor Integer ByRef llTickLength 133631>>> End_Procedure 133632>>> 133632>>> Procedure OnComReCreated 133634>>> End_Procedure 133635>>> 133635>>> Procedure RegisterComEvents 133637>>> Send RegisterComEvent 1 msg_OnComColumnClick 133638>>> Send RegisterComEvent 2 msg_OnComRowRClick 133639>>> Send RegisterComEvent 3 msg_OnComRowDblClick 133640>>> Send RegisterComEvent 41 msg_OnComSelectionChanging 133641>>> Send RegisterComEvent 4 msg_OnComSelectionChanged 133642>>> Send RegisterComEvent -602 msg_OnComKeyDown 133643>>> Send RegisterComEvent -604 msg_OnComKeyUp 133644>>> Send RegisterComEvent 5 msg_OnComItemCheck 133645>>> Send RegisterComEvent 6 msg_OnComBeforeDrawRow 133646>>> Send RegisterComEvent 107 msg_OnComColumnOrderChangedEx 133647>>> Send RegisterComEvent 8 msg_OnComSortOrderChanged 133648>>> Send RegisterComEvent 9 msg_OnComValueChanged 133649>>> Send RegisterComEvent 10 msg_OnComInplaceButtonDown 133650>>> Send RegisterComEvent -606 msg_OnComMouseMove 133651>>> Send RegisterComEvent -605 msg_OnComMouseDown 133652>>> Send RegisterComEvent -607 msg_OnComMouseUp 133653>>> Send RegisterComEvent 11 msg_OnComDrawItem 133654>>> Send RegisterComEvent 12 msg_OnComMeasureRow 133655>>> Send RegisterComEvent 13 msg_OnComRowExpanded 133656>>> Send RegisterComEvent 14 msg_OnComRequestEdit 133657>>> Send RegisterComEvent 15 msg_OnComBeforeCopyToText 133658>>> Send RegisterComEvent 16 msg_OnComBeforePasteFromText 133659>>> Send RegisterComEvent 17 msg_OnComBeforePaste 133660>>> Send RegisterComEvent 18 msg_OnComValueChanging 133661>>> Send RegisterComEvent 19 msg_OnComPreviewKeyDown 133662>>> Send RegisterComEvent 20 msg_OnComBeginDrag 133663>>> Send RegisterComEvent 22 msg_OnComEditCanceled 133664>>> Send RegisterComEvent 23 msg_OnComHyperlinkClick 133665>>> Send RegisterComEvent 24 msg_OnComDrawPreviewItem 133666>>> Send RegisterComEvent 25 msg_OnComConstraintSelecting 133667>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 133668>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 133669>>> Send RegisterComEvent 26 msg_OnComGetToolTipInfo 133670>>> Send RegisterComEvent 27 msg_OnComRecordsDropped 133671>>> Send RegisterComEvent 28 msg_OnComDropRecordsEx 133672>>> Send RegisterComEvent 29 msg_OnComFocusChanging 133673>>> Send RegisterComEvent 30 msg_OnComDragDropCompleted 133674>>> Send RegisterComEvent 31 msg_OnComBeginEdit 133675>>> Send RegisterComEvent 32 msg_OnComInplaceEditChanging 133676>>> Send RegisterComEvent 33 msg_OnComMeasurePreviewItem 133677>>> Send RegisterComEvent 34 msg_OnComDragOverRecords 133678>>> Send RegisterComEvent 35 msg_OnComColumnWidthChanged 133679>>> Send RegisterComEvent 136 msg_OnComGroupOrderChangedEx 133680>>> Send RegisterComEvent 37 msg_OnComItemButtonClick 133681>>> Send RegisterComEvent 38 msg_OnComPlusMinusClick 133682>>> Send RegisterComEvent 39 msg_OnComHScroll 133683>>> Send RegisterComEvent 40 msg_OnComVScroll 133684>>> Send RegisterComEvent 42 msg_OnComGiveFeedback 133685>>> Send RegisterComEvent 1000 msg_OnComSliderChanged 133686>>> Send RegisterComEvent 1001 msg_OnComTimeLinePositionChanged 133687>>> Send RegisterComEvent 1002 msg_OnComMarkerChanged 133688>>> Send RegisterComEvent 1003 msg_OnComBlockChanged 133689>>> Send RegisterComEvent 1004 msg_OnComSelectedBlocksChanged 133690>>> Send RegisterComEvent 1014 msg_OnComTimeLineLabel 133691>>> Send RegisterComEvent 10001000 msg_OnComReCreated 133692>>> End_Procedure 133693>>>End_Class 133694>>> 133694>>>// Track Control 133694>>>Class cSigCjComTrackControl is a cComActiveXControl 133695>>> Import_Class_Protocol cSigCjCom_DTrackControl 133696>>> Import_Class_Protocol cSigCjCom_DTrackControlEvents 133697>>> 133697>>> Procedure Construct_Object 133699>>> Forward Send Construct_Object 133701>>> Set psProgID to L_cSigCjComTrackControl 133702>>> Set psEventId to "{C0DE2030-B010-4B1F-9713-B426EEDD55E0}" 133703>>> Set psLicenseKey to L_cSigCjKeyReportControl 133704>>> Set peAutoCreate to acDeferredAutoCreate 133705>>> End_Procedure 133706>>>End_Class 133707>>> 133707>>>Class cSigCjComITrackPaintManager is a Mixin 133708>>> 133708>>> Function ComVerticalGridStyle Returns OLEXTPReportGridStyle 133710>>> OLEXTPReportGridStyle retVal 133710>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 133711>>> Function_Return retVal 133712>>> End_Function 133713>>> 133713>>> Procedure Set ComVerticalGridStyle OLEXTPReportGridStyle value 133715>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 133716>>> End_Procedure 133717>>> 133717>>> Function ComHorizontalGridStyle Returns OLEXTPReportGridStyle 133719>>> OLEXTPReportGridStyle retVal 133719>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 133720>>> Function_Return retVal 133721>>> End_Function 133722>>> 133722>>> Procedure Set ComHorizontalGridStyle OLEXTPReportGridStyle value 133724>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 133725>>> End_Procedure 133726>>> 133726>>> Function ComShadeGroupHeadings Returns Boolean 133728>>> Boolean retVal 133728>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 133729>>> Function_Return retVal 133730>>> End_Function 133731>>> 133731>>> Procedure Set ComShadeGroupHeadings Boolean value 133733>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 133734>>> End_Procedure 133735>>> 133735>>> Function ComGroupGridLineHeight Returns Integer 133737>>> Integer retVal 133737>>> Get ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_I4 to retVal 133738>>> Function_Return retVal 133739>>> End_Function 133740>>> 133740>>> Procedure Set ComGroupGridLineHeight Integer value 133742>>> Set ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_I4 to value 133743>>> End_Procedure 133744>>> 133744>>> Function ComTextFont Returns Variant 133746>>> Variant retVal 133746>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to retVal 133747>>> Function_Return retVal 133748>>> End_Function 133749>>> 133749>>> Procedure Set ComTextFont Variant value 133751>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to value 133752>>> End_Procedure 133753>>> 133753>>> Function ComCaptionFont Returns Variant 133755>>> Variant retVal 133755>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to retVal 133756>>> Function_Return retVal 133757>>> End_Function 133758>>> 133758>>> Procedure Set ComCaptionFont Variant value 133760>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_DISPATCH to value 133761>>> End_Procedure 133762>>> 133762>>> Function ComPreviewTextFont Returns Variant 133764>>> Variant retVal 133764>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to retVal 133765>>> Function_Return retVal 133766>>> End_Function 133767>>> 133767>>> Procedure Set ComPreviewTextFont Variant value 133769>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_DISPATCH to value 133770>>> End_Procedure 133771>>> 133771>>> Function ComColumnStyle Returns OLEXTPReportColumnStyle 133773>>> OLEXTPReportColumnStyle retVal 133773>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 133774>>> Function_Return retVal 133775>>> End_Function 133776>>> 133776>>> Procedure Set ComColumnStyle OLEXTPReportColumnStyle value 133778>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 133779>>> End_Procedure 133780>>> 133780>>> Function ComShadeSortColumn Returns Boolean 133782>>> Boolean retVal 133782>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 133783>>> Function_Return retVal 133784>>> End_Function 133785>>> 133785>>> Procedure Set ComShadeSortColumn Boolean value 133787>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 133788>>> End_Procedure 133789>>> 133789>>> // Determines whether the selected item will display as selected when the Report loses focus 133789>>> Function ComHideSelection Returns Boolean 133791>>> Boolean retVal 133791>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 133792>>> Function_Return retVal 133793>>> End_Function 133794>>> 133794>>> // Determines whether the selected item will display as selected when the Report loses focus 133794>>> Procedure Set ComHideSelection Boolean value 133796>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 133797>>> End_Procedure 133798>>> 133798>>> Function ComNoItemsText Returns String 133800>>> String retVal 133800>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal 133801>>> Function_Return retVal 133802>>> End_Function 133803>>> 133803>>> Procedure Set ComNoItemsText String value 133805>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value 133806>>> End_Procedure 133807>>> 133807>>> Function ComNoGroupByText Returns String 133809>>> String retVal 133809>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to retVal 133810>>> Function_Return retVal 133811>>> End_Function 133812>>> 133812>>> Procedure Set ComNoGroupByText String value 133814>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BSTR to value 133815>>> End_Procedure 133816>>> 133816>>> Function ComMaxPreviewLines Returns Integer 133818>>> Integer retVal 133818>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 133819>>> Function_Return retVal 133820>>> End_Function 133821>>> 133821>>> Procedure Set ComMaxPreviewLines Integer value 133823>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 133824>>> End_Procedure 133825>>> 133825>>> Function ComBackColor Returns OLE_COLOR 133827>>> OLE_COLOR retVal 133827>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 133828>>> Function_Return retVal 133829>>> End_Function 133830>>> 133830>>> Procedure Set ComBackColor OLE_COLOR value 133832>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 133833>>> End_Procedure 133834>>> 133834>>> Function ComForeColor Returns OLE_COLOR 133836>>> OLE_COLOR retVal 133836>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 133837>>> Function_Return retVal 133838>>> End_Function 133839>>> 133839>>> Procedure Set ComForeColor OLE_COLOR value 133841>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 133842>>> End_Procedure 133843>>> 133843>>> Function ComGridLineColor Returns OLE_COLOR 133845>>> OLE_COLOR retVal 133845>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 133846>>> Function_Return retVal 133847>>> End_Function 133848>>> 133848>>> Procedure Set ComGridLineColor OLE_COLOR value 133850>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 133851>>> End_Procedure 133852>>> 133852>>> Function ComShadeSortColor Returns OLE_COLOR 133854>>> OLE_COLOR retVal 133854>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 133855>>> Function_Return retVal 133856>>> End_Function 133857>>> 133857>>> Procedure Set ComShadeSortColor OLE_COLOR value 133859>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 133860>>> End_Procedure 133861>>> 133861>>> Function ComGroupIndentColor Returns OLE_COLOR 133863>>> OLE_COLOR retVal 133863>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 133864>>> Function_Return retVal 133865>>> End_Function 133866>>> 133866>>> Procedure Set ComGroupIndentColor OLE_COLOR value 133868>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 133869>>> End_Procedure 133870>>> 133870>>> Function ComGroupShadeBackColor Returns OLE_COLOR 133872>>> OLE_COLOR retVal 133872>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 133873>>> Function_Return retVal 133874>>> End_Function 133875>>> 133875>>> Procedure Set ComGroupShadeBackColor OLE_COLOR value 133877>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 133878>>> End_Procedure 133879>>> 133879>>> Function ComGroupShadeBorderColor Returns OLE_COLOR 133881>>> OLE_COLOR retVal 133881>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 133882>>> Function_Return retVal 133883>>> End_Function 133884>>> 133884>>> Procedure Set ComGroupShadeBorderColor OLE_COLOR value 133886>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 133887>>> End_Procedure 133888>>> 133888>>> Function ComGroupForeColor Returns OLE_COLOR 133890>>> OLE_COLOR retVal 133890>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 133891>>> Function_Return retVal 133892>>> End_Function 133893>>> 133893>>> Procedure Set ComGroupForeColor OLE_COLOR value 133895>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 133896>>> End_Procedure 133897>>> 133897>>> Function ComCaptionBackColor Returns OLE_COLOR 133899>>> OLE_COLOR retVal 133899>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 133900>>> Function_Return retVal 133901>>> End_Function 133902>>> 133902>>> Procedure Set ComCaptionBackColor OLE_COLOR value 133904>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 133905>>> End_Procedure 133906>>> 133906>>> Function ComCaptionForeColor Returns OLE_COLOR 133908>>> OLE_COLOR retVal 133908>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 133909>>> Function_Return retVal 133910>>> End_Function 133911>>> 133911>>> Procedure Set ComCaptionForeColor OLE_COLOR value 133913>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 133914>>> End_Procedure 133915>>> 133915>>> Function ComGroupBoxBackColor Returns OLE_COLOR 133917>>> OLE_COLOR retVal 133917>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 133918>>> Function_Return retVal 133919>>> End_Function 133920>>> 133920>>> Procedure Set ComGroupBoxBackColor OLE_COLOR value 133922>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 133923>>> End_Procedure 133924>>> 133924>>> Function ComGroupByNoItemsTextColor Returns OLE_COLOR 133926>>> OLE_COLOR retVal 133926>>> Get ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_I4 to retVal 133927>>> Function_Return retVal 133928>>> End_Function 133929>>> 133929>>> Procedure Set ComGroupByNoItemsTextColor OLE_COLOR value 133931>>> Set ComProperty of (phDispatchDriver(Self)) 68 OLE_VT_I4 to value 133932>>> End_Procedure 133933>>> 133933>>> Function ComHighlightBackColor Returns OLE_COLOR 133935>>> OLE_COLOR retVal 133935>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal 133936>>> Function_Return retVal 133937>>> End_Function 133938>>> 133938>>> Procedure Set ComHighlightBackColor OLE_COLOR value 133940>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value 133941>>> End_Procedure 133942>>> 133942>>> Function ComHighlightForeColor Returns OLE_COLOR 133944>>> OLE_COLOR retVal 133944>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal 133945>>> Function_Return retVal 133946>>> End_Function 133947>>> 133947>>> Procedure Set ComHighlightForeColor OLE_COLOR value 133949>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value 133950>>> End_Procedure 133951>>> 133951>>> Function ComBoldTextHighlight Returns OLE_COLOR 133953>>> OLE_COLOR retVal 133953>>> Get ComProperty of (phDispatchDriver(Self)) 383 OLE_VT_I4 to retVal 133954>>> Function_Return retVal 133955>>> End_Function 133956>>> 133956>>> Procedure Set ComBoldTextHighlight OLE_COLOR value 133958>>> Set ComProperty of (phDispatchDriver(Self)) 383 OLE_VT_I4 to value 133959>>> End_Procedure 133960>>> 133960>>> Function ComBoldText Returns OLE_COLOR 133962>>> OLE_COLOR retVal 133962>>> Get ComProperty of (phDispatchDriver(Self)) 384 OLE_VT_I4 to retVal 133963>>> Function_Return retVal 133964>>> End_Function 133965>>> 133965>>> Procedure Set ComBoldText OLE_COLOR value 133967>>> Set ComProperty of (phDispatchDriver(Self)) 384 OLE_VT_I4 to value 133968>>> End_Procedure 133969>>> 133969>>> Function ComCaptionBackGradientColorLight Returns OLE_COLOR 133971>>> OLE_COLOR retVal 133971>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to retVal 133972>>> Function_Return retVal 133973>>> End_Function 133974>>> 133974>>> Procedure Set ComCaptionBackGradientColorLight OLE_COLOR value 133976>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_I4 to value 133977>>> End_Procedure 133978>>> 133978>>> Function ComCaptionBackGradientColorDark Returns OLE_COLOR 133980>>> OLE_COLOR retVal 133980>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 133981>>> Function_Return retVal 133982>>> End_Function 133983>>> 133983>>> Procedure Set ComCaptionBackGradientColorDark OLE_COLOR value 133985>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 133986>>> End_Procedure 133987>>> 133987>>> Function ComColumnHotGradientColorLight Returns OLE_COLOR 133989>>> OLE_COLOR retVal 133989>>> Get ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to retVal 133990>>> Function_Return retVal 133991>>> End_Function 133992>>> 133992>>> Procedure Set ComColumnHotGradientColorLight OLE_COLOR value 133994>>> Set ComProperty of (phDispatchDriver(Self)) 43 OLE_VT_I4 to value 133995>>> End_Procedure 133996>>> 133996>>> Function ComColumnHotGradientColorDark Returns OLE_COLOR 133998>>> OLE_COLOR retVal 133998>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to retVal 133999>>> Function_Return retVal 134000>>> End_Function 134001>>> 134001>>> Procedure Set ComColumnHotGradientColorDark OLE_COLOR value 134003>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to value 134004>>> End_Procedure 134005>>> 134005>>> Function ComColumnPushedGradientColorLight Returns OLE_COLOR 134007>>> OLE_COLOR retVal 134007>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 134008>>> Function_Return retVal 134009>>> End_Function 134010>>> 134010>>> Procedure Set ComColumnPushedGradientColorLight OLE_COLOR value 134012>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 134013>>> End_Procedure 134014>>> 134014>>> Function ComColumnPushedGradientColorDark Returns OLE_COLOR 134016>>> OLE_COLOR retVal 134016>>> Get ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to retVal 134017>>> Function_Return retVal 134018>>> End_Function 134019>>> 134019>>> Procedure Set ComColumnPushedGradientColorDark OLE_COLOR value 134021>>> Set ComProperty of (phDispatchDriver(Self)) 46 OLE_VT_I4 to value 134022>>> End_Procedure 134023>>> 134023>>> Function ComColumnShadowGradient Returns OLE_COLOR 134025>>> OLE_COLOR retVal 134025>>> Get ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to retVal 134026>>> Function_Return retVal 134027>>> End_Function 134028>>> 134028>>> Procedure Set ComColumnShadowGradient OLE_COLOR value 134030>>> Set ComProperty of (phDispatchDriver(Self)) 1011 OLE_VT_I4 to value 134031>>> End_Procedure 134032>>> 134032>>> Function ComTreeIndent Returns Integer 134034>>> Integer retVal 134034>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 134035>>> Function_Return retVal 134036>>> End_Function 134037>>> 134037>>> Procedure Set ComTreeIndent Integer value 134039>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 134040>>> End_Procedure 134041>>> 134041>>> Function ComTreeStructureStyle Returns OLEXTPReportTreeStructureStyle 134043>>> OLEXTPReportTreeStructureStyle retVal 134043>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 134044>>> Function_Return retVal 134045>>> End_Function 134046>>> 134046>>> Procedure Set ComTreeStructureStyle OLEXTPReportTreeStructureStyle value 134048>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 134049>>> End_Procedure 134050>>> 134050>>> Function ComNoFieldsAvailableText Returns String 134052>>> String retVal 134052>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to retVal 134053>>> Function_Return retVal 134054>>> End_Function 134055>>> 134055>>> Procedure Set ComNoFieldsAvailableText String value 134057>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BSTR to value 134058>>> End_Procedure 134059>>> 134059>>> Function ComDrawSortTriangleAlways Returns Boolean 134061>>> Boolean retVal 134061>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to retVal 134062>>> Function_Return retVal 134063>>> End_Function 134064>>> 134064>>> Procedure Set ComDrawSortTriangleAlways Boolean value 134066>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_BOOL to value 134067>>> End_Procedure 134068>>> 134068>>> Function ComGroupShadeForeColor Returns OLE_COLOR 134070>>> OLE_COLOR retVal 134070>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal 134071>>> Function_Return retVal 134072>>> End_Function 134073>>> 134073>>> Procedure Set ComGroupShadeForeColor OLE_COLOR value 134075>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value 134076>>> End_Procedure 134077>>> 134077>>> Function ComUseColumnTextAlignment Returns Boolean 134079>>> Boolean retVal 134079>>> Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal 134080>>> Function_Return retVal 134081>>> End_Function 134082>>> 134082>>> Procedure Set ComUseColumnTextAlignment Boolean value 134084>>> Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value 134085>>> End_Procedure 134086>>> 134086>>> Function ComPreviewTextColor Returns OLE_COLOR 134088>>> OLE_COLOR retVal 134088>>> Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal 134089>>> Function_Return retVal 134090>>> End_Function 134091>>> 134091>>> Procedure Set ComPreviewTextColor OLE_COLOR value 134093>>> Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value 134094>>> End_Procedure 134095>>> 134095>>> Function ComSortByText Returns String 134097>>> String retVal 134097>>> Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BSTR to retVal 134098>>> Function_Return retVal 134099>>> End_Function 134100>>> 134100>>> Procedure Set ComSortByText String value 134102>>> Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_BSTR to value 134103>>> End_Procedure 134104>>> 134104>>> Function ComSortByDecreasingText Returns String 134106>>> String retVal 134106>>> Get ComProperty of (phDispatchDriver(Self)) 348 OLE_VT_BSTR to retVal 134107>>> Function_Return retVal 134108>>> End_Function 134109>>> 134109>>> Procedure Set ComSortByDecreasingText String value 134111>>> Set ComProperty of (phDispatchDriver(Self)) 348 OLE_VT_BSTR to value 134112>>> End_Procedure 134113>>> 134113>>> Function ComSortByIncreasingText Returns String 134115>>> String retVal 134115>>> Get ComProperty of (phDispatchDriver(Self)) 349 OLE_VT_BSTR to retVal 134116>>> Function_Return retVal 134117>>> End_Function 134118>>> 134118>>> Procedure Set ComSortByIncreasingText String value 134120>>> Set ComProperty of (phDispatchDriver(Self)) 349 OLE_VT_BSTR to value 134121>>> End_Procedure 134122>>> 134122>>> Function ComInvertColumnOnClick Returns Boolean 134124>>> Boolean retVal 134124>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal 134125>>> Function_Return retVal 134126>>> End_Function 134127>>> 134127>>> Procedure Set ComInvertColumnOnClick Boolean value 134129>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value 134130>>> End_Procedure 134131>>> 134131>>> Function ComHotTracking Returns Boolean 134133>>> Boolean retVal 134133>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to retVal 134134>>> Function_Return retVal 134135>>> End_Function 134136>>> 134136>>> Procedure Set ComHotTracking Boolean value 134138>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_BOOL to value 134139>>> End_Procedure 134140>>> 134140>>> Function ComGroupRowTextBold Returns Boolean 134142>>> Boolean retVal 134142>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 134143>>> Function_Return retVal 134144>>> End_Function 134145>>> 134145>>> Procedure Set ComGroupRowTextBold Boolean value 134147>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 134148>>> End_Procedure 134149>>> 134149>>> Function ComFixedRowHeight Returns Boolean 134151>>> Boolean retVal 134151>>> Get ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to retVal 134152>>> Function_Return retVal 134153>>> End_Function 134154>>> 134154>>> Procedure Set ComFixedRowHeight Boolean value 134156>>> Set ComProperty of (phDispatchDriver(Self)) 38 OLE_VT_BOOL to value 134157>>> End_Procedure 134158>>> 134158>>> Function ComUseEditTextAlignment Returns Boolean 134160>>> Boolean retVal 134160>>> Get ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_BOOL to retVal 134161>>> Function_Return retVal 134162>>> End_Function 134163>>> 134163>>> Procedure Set ComUseEditTextAlignment Boolean value 134165>>> Set ComProperty of (phDispatchDriver(Self)) 39 OLE_VT_BOOL to value 134166>>> End_Procedure 134167>>> 134167>>> Function ComRevertAlignment Returns Boolean 134169>>> Boolean retVal 134169>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to retVal 134170>>> Function_Return retVal 134171>>> End_Function 134172>>> 134172>>> Procedure Set ComRevertAlignment Boolean value 134174>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_BOOL to value 134175>>> End_Procedure 134176>>> 134176>>> Function ComThemedInplaceButtons Returns Boolean 134178>>> Boolean retVal 134178>>> Get ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BOOL to retVal 134179>>> Function_Return retVal 134180>>> End_Function 134181>>> 134181>>> Procedure Set ComThemedInplaceButtons Boolean value 134183>>> Set ComProperty of (phDispatchDriver(Self)) 51 OLE_VT_BOOL to value 134184>>> End_Procedure 134185>>> 134185>>> Function ComFixedInplaceButtonHeight Returns Boolean 134187>>> Boolean retVal 134187>>> Get ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BOOL to retVal 134188>>> Function_Return retVal 134189>>> End_Function 134190>>> 134190>>> Procedure Set ComFixedInplaceButtonHeight Boolean value 134192>>> Set ComProperty of (phDispatchDriver(Self)) 52 OLE_VT_BOOL to value 134193>>> End_Procedure 134194>>> 134194>>> Function ComFreezeColsDividerStyle Returns Integer 134196>>> Integer retVal 134196>>> Get ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to retVal 134197>>> Function_Return retVal 134198>>> End_Function 134199>>> 134199>>> Procedure Set ComFreezeColsDividerStyle Integer value 134201>>> Set ComProperty of (phDispatchDriver(Self)) 53 OLE_VT_I4 to value 134202>>> End_Procedure 134203>>> 134203>>> Function ComFreezeColsDividerColor Returns OLE_COLOR 134205>>> OLE_COLOR retVal 134205>>> Get ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_I4 to retVal 134206>>> Function_Return retVal 134207>>> End_Function 134208>>> 134208>>> Procedure Set ComFreezeColsDividerColor OLE_COLOR value 134210>>> Set ComProperty of (phDispatchDriver(Self)) 54 OLE_VT_I4 to value 134211>>> End_Procedure 134212>>> 134212>>> Function ComHotDividerColor Returns OLE_COLOR 134214>>> OLE_COLOR retVal 134214>>> Get ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_I4 to retVal 134215>>> Function_Return retVal 134216>>> End_Function 134217>>> 134217>>> Procedure Set ComHotDividerColor OLE_COLOR value 134219>>> Set ComProperty of (phDispatchDriver(Self)) 55 OLE_VT_I4 to value 134220>>> End_Procedure 134221>>> 134221>>> Function ComHeaderRowsDividerStyle Returns OLEXTPReportFixedRowsDividerStyle 134223>>> OLEXTPReportFixedRowsDividerStyle retVal 134223>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to retVal 134224>>> Function_Return retVal 134225>>> End_Function 134226>>> 134226>>> Procedure Set ComHeaderRowsDividerStyle OLEXTPReportFixedRowsDividerStyle value 134228>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to value 134229>>> End_Procedure 134230>>> 134230>>> Function ComHeaderRowsDividerColor Returns OLE_COLOR 134232>>> OLE_COLOR retVal 134232>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to retVal 134233>>> Function_Return retVal 134234>>> End_Function 134235>>> 134235>>> Procedure Set ComHeaderRowsDividerColor OLE_COLOR value 134237>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to value 134238>>> End_Procedure 134239>>> 134239>>> Function ComFooterRowsDividerStyle Returns OLEXTPReportFixedRowsDividerStyle 134241>>> OLEXTPReportFixedRowsDividerStyle retVal 134241>>> Get ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_I4 to retVal 134242>>> Function_Return retVal 134243>>> End_Function 134244>>> 134244>>> Procedure Set ComFooterRowsDividerStyle OLEXTPReportFixedRowsDividerStyle value 134246>>> Set ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_I4 to value 134247>>> End_Procedure 134248>>> 134248>>> Function ComFooterRowsDividerColor Returns OLE_COLOR 134250>>> OLE_COLOR retVal 134250>>> Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to retVal 134251>>> Function_Return retVal 134252>>> End_Function 134253>>> 134253>>> Procedure Set ComFooterRowsDividerColor OLE_COLOR value 134255>>> Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to value 134256>>> End_Procedure 134257>>> 134257>>> Function ComDrawGridForEmptySpace Returns Boolean 134259>>> Boolean retVal 134259>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to retVal 134260>>> Function_Return retVal 134261>>> End_Function 134262>>> 134262>>> Procedure Set ComDrawGridForEmptySpace Boolean value 134264>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_BOOL to value 134265>>> End_Procedure 134266>>> 134266>>> Function ComSelectedRowBackColor Returns OLE_COLOR 134268>>> OLE_COLOR retVal 134268>>> Get ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to retVal 134269>>> Function_Return retVal 134270>>> End_Function 134271>>> 134271>>> Procedure Set ComSelectedRowBackColor OLE_COLOR value 134273>>> Set ComProperty of (phDispatchDriver(Self)) 62 OLE_VT_I4 to value 134274>>> End_Procedure 134275>>> 134275>>> Function ComSelectedRowForeColor Returns OLE_COLOR 134277>>> OLE_COLOR retVal 134277>>> Get ComProperty of (phDispatchDriver(Self)) 61 OLE_VT_I4 to retVal 134278>>> Function_Return retVal 134279>>> End_Function 134280>>> 134280>>> Procedure Set ComSelectedRowForeColor OLE_COLOR value 134282>>> Set ComProperty of (phDispatchDriver(Self)) 61 OLE_VT_I4 to value 134283>>> End_Procedure 134284>>> 134284>>> Function ComColumnOffice2007CustomThemeBaseColor Returns OLE_COLOR 134286>>> OLE_COLOR retVal 134286>>> Get ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_I4 to retVal 134287>>> Function_Return retVal 134288>>> End_Function 134289>>> 134289>>> Procedure Set ComColumnOffice2007CustomThemeBaseColor OLE_COLOR value 134291>>> Set ComProperty of (phDispatchDriver(Self)) 63 OLE_VT_I4 to value 134292>>> End_Procedure 134293>>> 134293>>> Function ComDrawSortTriangleStyle Returns OLEXTPReportDrawSortTriangleStyle 134295>>> OLEXTPReportDrawSortTriangleStyle retVal 134295>>> Get ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_I4 to retVal 134296>>> Function_Return retVal 134297>>> End_Function 134298>>> 134298>>> Procedure Set ComDrawSortTriangleStyle OLEXTPReportDrawSortTriangleStyle value 134300>>> Set ComProperty of (phDispatchDriver(Self)) 67 OLE_VT_I4 to value 134301>>> End_Procedure 134302>>> 134302>>> Function ComColumnWidthWYSIWYG Returns Boolean 134304>>> Boolean retVal 134304>>> Get ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to retVal 134305>>> Function_Return retVal 134306>>> End_Function 134307>>> 134307>>> Procedure Set ComColumnWidthWYSIWYG Boolean value 134309>>> Set ComProperty of (phDispatchDriver(Self)) 69 OLE_VT_BOOL to value 134310>>> End_Procedure 134311>>> 134311>>> Function ComColumnPlusMinusSign Returns Boolean 134313>>> Boolean retVal 134313>>> Get ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to retVal 134314>>> Function_Return retVal 134315>>> End_Function 134316>>> 134316>>> Procedure Set ComColumnPlusMinusSign Boolean value 134318>>> Set ComProperty of (phDispatchDriver(Self)) 70 OLE_VT_BOOL to value 134319>>> End_Procedure 134320>>> 134320>>> Function ComShowLockIcon Returns Boolean 134322>>> Boolean retVal 134322>>> Get ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to retVal 134323>>> Function_Return retVal 134324>>> End_Function 134325>>> 134325>>> Procedure Set ComShowLockIcon Boolean value 134327>>> Set ComProperty of (phDispatchDriver(Self)) 71 OLE_VT_BOOL to value 134328>>> End_Procedure 134329>>> 134329>>> Function ComUseShellIcon Returns Boolean 134331>>> Boolean retVal 134331>>> Get ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to retVal 134332>>> Function_Return retVal 134333>>> End_Function 134334>>> 134334>>> Procedure Set ComUseShellIcon Boolean value 134336>>> Set ComProperty of (phDispatchDriver(Self)) 72 OLE_VT_BOOL to value 134337>>> End_Procedure 134338>>> 134338>>> Function ComExpandText Returns String 134340>>> String retVal 134340>>> Get ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BSTR to retVal 134341>>> Function_Return retVal 134342>>> End_Function 134343>>> 134343>>> Procedure Set ComExpandText String value 134345>>> Set ComProperty of (phDispatchDriver(Self)) 73 OLE_VT_BSTR to value 134346>>> End_Procedure 134347>>> 134347>>> Function ComCollapseText Returns String 134349>>> String retVal 134349>>> Get ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_BSTR to retVal 134350>>> Function_Return retVal 134351>>> End_Function 134352>>> 134352>>> Procedure Set ComCollapseText String value 134354>>> Set ComProperty of (phDispatchDriver(Self)) 74 OLE_VT_BSTR to value 134355>>> End_Procedure 134356>>> 134356>>> Function ComRecOrRowNumber Returns Boolean 134358>>> Boolean retVal 134358>>> Get ComProperty of (phDispatchDriver(Self)) 75 OLE_VT_BOOL to retVal 134359>>> Function_Return retVal 134360>>> End_Function 134361>>> 134361>>> Procedure Set ComRecOrRowNumber Boolean value 134363>>> Set ComProperty of (phDispatchDriver(Self)) 75 OLE_VT_BOOL to value 134364>>> End_Procedure 134365>>> 134365>>> Function ComStartRecOrRowNumber Returns Integer 134367>>> Integer retVal 134367>>> Get ComProperty of (phDispatchDriver(Self)) 76 OLE_VT_I4 to retVal 134368>>> Function_Return retVal 134369>>> End_Function 134370>>> 134370>>> Procedure Set ComStartRecOrRowNumber Integer value 134372>>> Set ComProperty of (phDispatchDriver(Self)) 76 OLE_VT_I4 to value 134373>>> End_Procedure 134374>>> 134374>>> Function ComLastColumnWidthWYSIWYG Returns Boolean 134376>>> Boolean retVal 134376>>> Get ComProperty of (phDispatchDriver(Self)) 77 OLE_VT_BOOL to retVal 134377>>> Function_Return retVal 134378>>> End_Function 134379>>> 134379>>> Procedure Set ComLastColumnWidthWYSIWYG Boolean value 134381>>> Set ComProperty of (phDispatchDriver(Self)) 77 OLE_VT_BOOL to value 134382>>> End_Procedure 134383>>> 134383>>> Function ComUseGroupRowSelectionState Returns Boolean 134385>>> Boolean retVal 134385>>> Get ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to retVal 134386>>> Function_Return retVal 134387>>> End_Function 134388>>> 134388>>> Procedure Set ComUseGroupRowSelectionState Boolean value 134390>>> Set ComProperty of (phDispatchDriver(Self)) 78 OLE_VT_BOOL to value 134391>>> End_Procedure 134392>>> 134392>>> Function ComForceDynamicMarkupForCell Returns Boolean 134394>>> Boolean retVal 134394>>> Get ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to retVal 134395>>> Function_Return retVal 134396>>> End_Function 134397>>> 134397>>> Procedure Set ComForceDynamicMarkupForCell Boolean value 134399>>> Set ComProperty of (phDispatchDriver(Self)) 79 OLE_VT_BOOL to value 134400>>> End_Procedure 134401>>> 134401>>> Function ComPrintPageRectangle Returns Boolean 134403>>> Boolean retVal 134403>>> Get ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_BOOL to retVal 134404>>> Function_Return retVal 134405>>> End_Function 134406>>> 134406>>> Procedure Set ComPrintPageRectangle Boolean value 134408>>> Set ComProperty of (phDispatchDriver(Self)) 80 OLE_VT_BOOL to value 134409>>> End_Procedure 134410>>> 134410>>> Function ComForceShowDropMarker Returns Boolean 134412>>> Boolean retVal 134412>>> Get ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to retVal 134413>>> Function_Return retVal 134414>>> End_Function 134415>>> 134415>>> Procedure Set ComForceShowDropMarker Boolean value 134417>>> Set ComProperty of (phDispatchDriver(Self)) 81 OLE_VT_BOOL to value 134418>>> End_Procedure 134419>>> 134419>>> Function ComHyperLinkColor Returns OLE_COLOR 134421>>> OLE_COLOR retVal 134421>>> Get ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_I4 to retVal 134422>>> Function_Return retVal 134423>>> End_Function 134424>>> 134424>>> Procedure Set ComHyperLinkColor OLE_COLOR value 134426>>> Set ComProperty of (phDispatchDriver(Self)) 82 OLE_VT_I4 to value 134427>>> End_Procedure 134428>>> 134428>>> Function ComFormulaSumColor Returns OLE_COLOR 134430>>> OLE_COLOR retVal 134430>>> Get ComProperty of (phDispatchDriver(Self)) 83 OLE_VT_I4 to retVal 134431>>> Function_Return retVal 134432>>> End_Function 134433>>> 134433>>> Procedure Set ComFormulaSumColor OLE_COLOR value 134435>>> Set ComProperty of (phDispatchDriver(Self)) 83 OLE_VT_I4 to value 134436>>> End_Procedure 134437>>> 134437>>> Function ComFormulaSubSumColor Returns OLE_COLOR 134439>>> OLE_COLOR retVal 134439>>> Get ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to retVal 134440>>> Function_Return retVal 134441>>> End_Function 134442>>> 134442>>> Procedure Set ComFormulaSubSumColor OLE_COLOR value 134444>>> Set ComProperty of (phDispatchDriver(Self)) 84 OLE_VT_I4 to value 134445>>> End_Procedure 134446>>> 134446>>> Function ComShowNonActiveInPlaceButton Returns Boolean 134448>>> Boolean retVal 134448>>> Get ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to retVal 134449>>> Function_Return retVal 134450>>> End_Function 134451>>> 134451>>> Procedure Set ComShowNonActiveInPlaceButton Boolean value 134453>>> Set ComProperty of (phDispatchDriver(Self)) 85 OLE_VT_BOOL to value 134454>>> End_Procedure 134455>>> 134455>>> Function ComPrintWatermark Returns Boolean 134457>>> Boolean retVal 134457>>> Get ComProperty of (phDispatchDriver(Self)) 86 OLE_VT_BOOL to retVal 134458>>> Function_Return retVal 134459>>> End_Function 134460>>> 134460>>> Procedure Set ComPrintWatermark Boolean value 134462>>> Set ComProperty of (phDispatchDriver(Self)) 86 OLE_VT_BOOL to value 134463>>> End_Procedure 134464>>> 134464>>> Function ComBaseTreeIndent Returns Boolean 134466>>> Boolean retVal 134466>>> Get ComProperty of (phDispatchDriver(Self)) 87 OLE_VT_BOOL to retVal 134467>>> Function_Return retVal 134468>>> End_Function 134469>>> 134469>>> Procedure Set ComBaseTreeIndent Boolean value 134471>>> Set ComProperty of (phDispatchDriver(Self)) 87 OLE_VT_BOOL to value 134472>>> End_Procedure 134473>>> 134473>>> Function ComShowWYSIWYGMarkers Returns Boolean 134475>>> Boolean retVal 134475>>> Get ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_BOOL to retVal 134476>>> Function_Return retVal 134477>>> End_Function 134478>>> 134478>>> Procedure Set ComShowWYSIWYGMarkers Boolean value 134480>>> Set ComProperty of (phDispatchDriver(Self)) 88 OLE_VT_BOOL to value 134481>>> End_Procedure 134482>>> 134482>>> Function ComForceShowTooltip Returns Boolean 134484>>> Boolean retVal 134484>>> Get ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to retVal 134485>>> Function_Return retVal 134486>>> End_Function 134487>>> 134487>>> Procedure Set ComForceShowTooltip Boolean value 134489>>> Set ComProperty of (phDispatchDriver(Self)) 89 OLE_VT_BOOL to value 134490>>> End_Procedure 134491>>> 134491>>> Function ComGrayIfDisable Returns Boolean 134493>>> Boolean retVal 134493>>> Get ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BOOL to retVal 134494>>> Function_Return retVal 134495>>> End_Function 134496>>> 134496>>> Procedure Set ComGrayIfDisable Boolean value 134498>>> Set ComProperty of (phDispatchDriver(Self)) 90 OLE_VT_BOOL to value 134499>>> End_Procedure 134500>>> 134500>>> Function ComUseAlternativeBackground Returns Boolean 134502>>> Boolean retVal 134502>>> Get ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_BOOL to retVal 134503>>> Function_Return retVal 134504>>> End_Function 134505>>> 134505>>> Procedure Set ComUseAlternativeBackground Boolean value 134507>>> Set ComProperty of (phDispatchDriver(Self)) 91 OLE_VT_BOOL to value 134508>>> End_Procedure 134509>>> 134509>>> Function ComAlternativeBackgroundColor Returns OLE_COLOR 134511>>> OLE_COLOR retVal 134511>>> Get ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_I4 to retVal 134512>>> Function_Return retVal 134513>>> End_Function 134514>>> 134514>>> Procedure Set ComAlternativeBackgroundColor OLE_COLOR value 134516>>> Set ComProperty of (phDispatchDriver(Self)) 92 OLE_VT_I4 to value 134517>>> End_Procedure 134518>>> 134518>>> Function ComCleanTooltip Returns Boolean 134520>>> Boolean retVal 134520>>> Get ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to retVal 134521>>> Function_Return retVal 134522>>> End_Function 134523>>> 134523>>> Procedure Set ComCleanTooltip Boolean value 134525>>> Set ComProperty of (phDispatchDriver(Self)) 93 OLE_VT_BOOL to value 134526>>> End_Procedure 134527>>> 134527>>> Function ComMoveScrollbarOnFixedColumnsIndent Returns Boolean 134529>>> Boolean retVal 134529>>> Get ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to retVal 134530>>> Function_Return retVal 134531>>> End_Function 134532>>> 134532>>> Procedure Set ComMoveScrollbarOnFixedColumnsIndent Boolean value 134534>>> Set ComProperty of (phDispatchDriver(Self)) 94 OLE_VT_BOOL to value 134535>>> End_Procedure 134536>>> 134536>>> Function ComCompactText Returns Boolean 134538>>> Boolean retVal 134538>>> Get ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to retVal 134539>>> Function_Return retVal 134540>>> End_Function 134541>>> 134541>>> Procedure Set ComCompactText Boolean value 134543>>> Set ComProperty of (phDispatchDriver(Self)) 95 OLE_VT_BOOL to value 134544>>> End_Procedure 134545>>> 134545>>> Function ComAllowMergeCells Returns Boolean 134547>>> Boolean retVal 134547>>> Get ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to retVal 134548>>> Function_Return retVal 134549>>> End_Function 134550>>> 134550>>> Procedure Set ComAllowMergeCells Boolean value 134552>>> Set ComProperty of (phDispatchDriver(Self)) 96 OLE_VT_BOOL to value 134553>>> End_Procedure 134554>>> 134554>>> Function ComUseDropMarker Returns Boolean 134556>>> Boolean retVal 134556>>> Get ComProperty of (phDispatchDriver(Self)) 334 OLE_VT_BOOL to retVal 134557>>> Function_Return retVal 134558>>> End_Function 134559>>> 134559>>> Procedure Set ComUseDropMarker Boolean value 134561>>> Set ComProperty of (phDispatchDriver(Self)) 334 OLE_VT_BOOL to value 134562>>> End_Procedure 134563>>> 134563>>> Function ComTextIndentForGroupRowsWithNoIcon Returns Integer 134565>>> Integer retVal 134565>>> Get ComProperty of (phDispatchDriver(Self)) 335 OLE_VT_I4 to retVal 134566>>> Function_Return retVal 134567>>> End_Function 134568>>> 134568>>> Procedure Set ComTextIndentForGroupRowsWithNoIcon Integer value 134570>>> Set ComProperty of (phDispatchDriver(Self)) 335 OLE_VT_I4 to value 134571>>> End_Procedure 134572>>> 134572>>> Function ComSortTriangleOffsetFromRight Returns Boolean 134574>>> Boolean retVal 134574>>> Get ComProperty of (phDispatchDriver(Self)) 336 OLE_VT_BOOL to retVal 134575>>> Function_Return retVal 134576>>> End_Function 134577>>> 134577>>> Procedure Set ComSortTriangleOffsetFromRight Boolean value 134579>>> Set ComProperty of (phDispatchDriver(Self)) 336 OLE_VT_BOOL to value 134580>>> End_Procedure 134581>>> 134581>>> Function ComTreeColumnLineLength Returns Integer 134583>>> Integer retVal 134583>>> Get ComProperty of (phDispatchDriver(Self)) 337 OLE_VT_I4 to retVal 134584>>> Function_Return retVal 134585>>> End_Function 134586>>> 134586>>> Procedure Set ComTreeColumnLineLength Integer value 134588>>> Set ComProperty of (phDispatchDriver(Self)) 337 OLE_VT_I4 to value 134589>>> End_Procedure 134590>>> 134590>>> Function ComBaseParentRecordIndent Returns Integer 134592>>> Integer retVal 134592>>> Get ComProperty of (phDispatchDriver(Self)) 338 OLE_VT_I4 to retVal 134593>>> Function_Return retVal 134594>>> End_Function 134595>>> 134595>>> Procedure Set ComBaseParentRecordIndent Integer value 134597>>> Set ComProperty of (phDispatchDriver(Self)) 338 OLE_VT_I4 to value 134598>>> End_Procedure 134599>>> 134599>>> Function ComWorkArea Returns OLE_COLOR 134601>>> OLE_COLOR retVal 134601>>> Get ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to retVal 134602>>> Function_Return retVal 134603>>> End_Function 134604>>> 134604>>> Procedure Set ComWorkArea OLE_COLOR value 134606>>> Set ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to value 134607>>> End_Procedure 134608>>> 134608>>> Function ComTrackHeader Returns OLE_COLOR 134610>>> OLE_COLOR retVal 134610>>> Get ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to retVal 134611>>> Function_Return retVal 134612>>> End_Function 134613>>> 134613>>> Procedure Set ComTrackHeader OLE_COLOR value 134615>>> Set ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to value 134616>>> End_Procedure 134617>>> 134617>>> Function ComTrackTimeArea Returns OLE_COLOR 134619>>> OLE_COLOR retVal 134619>>> Get ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_I4 to retVal 134620>>> Function_Return retVal 134621>>> End_Function 134622>>> 134622>>> Procedure Set ComTrackTimeArea OLE_COLOR value 134624>>> Set ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_I4 to value 134625>>> End_Procedure 134626>>> 134626>>> Function ComTimeHeaderDarkDark Returns OLE_COLOR 134628>>> OLE_COLOR retVal 134628>>> Get ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to retVal 134629>>> Function_Return retVal 134630>>> End_Function 134631>>> 134631>>> Procedure Set ComTimeHeaderDarkDark OLE_COLOR value 134633>>> Set ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to value 134634>>> End_Procedure 134635>>> 134635>>> Function ComTimeHeaderDark Returns OLE_COLOR 134637>>> OLE_COLOR retVal 134637>>> Get ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_I4 to retVal 134638>>> Function_Return retVal 134639>>> End_Function 134640>>> 134640>>> Procedure Set ComTimeHeaderDark OLE_COLOR value 134642>>> Set ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_I4 to value 134643>>> End_Procedure 134644>>> 134644>>> Function ComTimeSliderBackground Returns OLE_COLOR 134646>>> OLE_COLOR retVal 134646>>> Get ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_I4 to retVal 134647>>> Function_Return retVal 134648>>> End_Function 134649>>> 134649>>> Procedure Set ComTimeSliderBackground OLE_COLOR value 134651>>> Set ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_I4 to value 134652>>> End_Procedure 134653>>> 134653>>> Function ComTimeHeaderDivider Returns OLE_COLOR 134655>>> OLE_COLOR retVal 134655>>> Get ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_I4 to retVal 134656>>> Function_Return retVal 134657>>> End_Function 134658>>> 134658>>> Procedure Set ComTimeHeaderDivider OLE_COLOR value 134660>>> Set ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_I4 to value 134661>>> End_Procedure 134662>>> 134662>>> Function ComScrollBarLight Returns OLE_COLOR 134664>>> OLE_COLOR retVal 134664>>> Get ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to retVal 134665>>> Function_Return retVal 134666>>> End_Function 134667>>> 134667>>> Procedure Set ComScrollBarLight OLE_COLOR value 134669>>> Set ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to value 134670>>> End_Procedure 134671>>> 134671>>> Function ComScrollBarDark Returns OLE_COLOR 134673>>> OLE_COLOR retVal 134673>>> Get ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_I4 to retVal 134674>>> Function_Return retVal 134675>>> End_Function 134676>>> 134676>>> Procedure Set ComScrollBarDark OLE_COLOR value 134678>>> Set ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_I4 to value 134679>>> End_Procedure 134680>>> 134680>>> Function ComMarker Returns OLE_COLOR 134682>>> OLE_COLOR retVal 134682>>> Get ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_I4 to retVal 134683>>> Function_Return retVal 134684>>> End_Function 134685>>> 134685>>> Procedure Set ComMarker OLE_COLOR value 134687>>> Set ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_I4 to value 134688>>> End_Procedure 134689>>> 134689>>> Function ComSelectedArea Returns OLE_COLOR 134691>>> OLE_COLOR retVal 134691>>> Get ComProperty of (phDispatchDriver(Self)) 1010 OLE_VT_I4 to retVal 134692>>> Function_Return retVal 134693>>> End_Function 134694>>> 134694>>> Procedure Set ComSelectedArea OLE_COLOR value 134696>>> Set ComProperty of (phDispatchDriver(Self)) 1010 OLE_VT_I4 to value 134697>>> End_Procedure 134698>>> 134698>>> Function ComTimeLineStep Returns Integer 134700>>> Integer retVal 134700>>> Get ComProperty of (phDispatchDriver(Self)) 1112 OLE_VT_I4 to retVal 134701>>> Function_Return retVal 134702>>> End_Function 134703>>> 134703>>> Procedure Set ComTimeLineStep Integer value 134705>>> Set ComProperty of (phDispatchDriver(Self)) 1112 OLE_VT_I4 to value 134706>>> End_Procedure 134707>>> 134707>>> Function ComTimeLineStepAuto Returns Boolean 134709>>> Boolean retVal 134709>>> Get ComProperty of (phDispatchDriver(Self)) 1113 OLE_VT_BOOL to retVal 134710>>> Function_Return retVal 134711>>> End_Function 134712>>> 134712>>> Procedure Set ComTimeLineStepAuto Boolean value 134714>>> Set ComProperty of (phDispatchDriver(Self)) 1113 OLE_VT_BOOL to value 134715>>> End_Procedure 134716>>> 134716>>> Function ComCustomTimeLineLabel Returns Boolean 134718>>> Boolean retVal 134718>>> Get ComProperty of (phDispatchDriver(Self)) 1114 OLE_VT_BOOL to retVal 134719>>> Function_Return retVal 134720>>> End_Function 134721>>> 134721>>> Procedure Set ComCustomTimeLineLabel Boolean value 134723>>> Set ComProperty of (phDispatchDriver(Self)) 1114 OLE_VT_BOOL to value 134724>>> End_Procedure 134725>>> 134725>>> Function ComHeaderHeight Returns Integer 134727>>> Integer retVal 134727>>> Get ComProperty of (phDispatchDriver(Self)) 355 OLE_VT_I4 to retVal 134728>>> Function_Return retVal 134729>>> End_Function 134730>>> 134730>>> Procedure Set ComHeaderHeight Integer value 134732>>> Set ComProperty of (phDispatchDriver(Self)) 355 OLE_VT_I4 to value 134733>>> End_Procedure 134734>>> 134734>>> Function ComUseUpperCaseCaptions Returns Boolean 134736>>> Boolean retVal 134736>>> Get ComProperty of (phDispatchDriver(Self)) 356 OLE_VT_BOOL to retVal 134737>>> Function_Return retVal 134738>>> End_Function 134739>>> 134739>>> Procedure Set ComUseUpperCaseCaptions Boolean value 134741>>> Set ComProperty of (phDispatchDriver(Self)) 356 OLE_VT_BOOL to value 134742>>> End_Procedure 134743>>> 134743>>> Procedure ComSetPreviewIndent Integer llleft Integer lltop Integer llright Integer llbottom 134745>>> Handle hDispatchDriver 134745>>> Get phDispatchDriver to hDispatchDriver 134746>>> Send PrepareParams to hDispatchDriver 4 134747>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 134748>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 134749>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 134750>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 134751>>> Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID 134752>>> End_Procedure 134753>>> 134753>>> Procedure ComRefreshMetrics 134755>>> Handle hDispatchDriver 134755>>> Get phDispatchDriver to hDispatchDriver 134756>>> Send InvokeComMethod to hDispatchDriver 64 OLE_VT_VOID 134757>>> End_Procedure 134758>>> 134758>>> Function ComGlyphs Returns Variant 134760>>> Handle hDispatchDriver 134760>>> Variant retVal 134760>>> Get phDispatchDriver to hDispatchDriver 134761>>> Get InvokeComMethod of hDispatchDriver 66 OLE_VT_DISPATCH to retVal 134762>>> Function_Return retVal 134763>>> End_Function 134764>>>End_Class 134765>>> 134765>>>Class cSigCjComTrackPaintManager is a cComAutomationObject 134766>>> Import_Class_Protocol cSigCjComITrackPaintManager 134767>>> 134767>>> Procedure Construct_Object 134769>>> Forward Send Construct_Object 134771>>> Set peAutoCreate to acNoAutoCreate 134772>>> End_Procedure 134773>>>End_Class 134774>>> 134774>>>// Dispatch interface for FieldChooser Control 134774>>>Class cSigCjCom_DFieldChooser is a Mixin 134775>>> 134775>>> Function ComHWnd Returns OLE_HANDLE 134777>>> OLE_HANDLE retVal 134777>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 134778>>> Function_Return retVal 134779>>> End_Function 134780>>> 134780>>> Procedure Set ComHWnd OLE_HANDLE value 134782>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 134783>>> End_Procedure 134784>>> 134784>>> Function ComEnabled Returns Boolean 134786>>> Boolean retVal 134786>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 134787>>> Function_Return retVal 134788>>> End_Function 134789>>> 134789>>> Procedure Set ComEnabled Boolean value 134791>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 134792>>> End_Procedure 134793>>> 134793>>> Function ComBorderStyle Returns Short 134795>>> Short retVal 134795>>> Get ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to retVal 134796>>> Function_Return retVal 134797>>> End_Function 134798>>> 134798>>> Procedure Set ComBorderStyle Short value 134800>>> Set ComProperty of (phDispatchDriver(Self)) -504 OLE_VT_I2 to value 134801>>> End_Procedure 134802>>> 134802>>> Function ComAppearance Returns Short 134804>>> Short retVal 134804>>> Get ComProperty of (phDispatchDriver(Self)) -520 OLE_VT_I2 to retVal 134805>>> Function_Return retVal 134806>>> End_Function 134807>>> 134807>>> Procedure Set ComAppearance Short value 134809>>> Set ComProperty of (phDispatchDriver(Self)) -520 OLE_VT_I2 to value 134810>>> End_Procedure 134811>>> 134811>>> Function ComSortAscending Returns Boolean 134813>>> Boolean retVal 134813>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 134814>>> Function_Return retVal 134815>>> End_Function 134816>>> 134816>>> Procedure Set ComSortAscending Boolean value 134818>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 134819>>> End_Procedure 134820>>> 134820>>> Function ComReCreateReparented Returns Boolean 134822>>> Boolean retVal 134822>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 134823>>> Function_Return retVal 134824>>> End_Function 134825>>> 134825>>> Procedure Set ComReCreateReparented Boolean value 134827>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 134828>>> End_Procedure 134829>>> 134829>>> Procedure ComAboutBox 134831>>> Handle hDispatchDriver 134831>>> Get phDispatchDriver to hDispatchDriver 134832>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 134833>>> End_Procedure 134834>>> 134834>>> Function ComSelectedItem Returns Variant 134836>>> Handle hDispatchDriver 134836>>> Variant retVal 134836>>> Get phDispatchDriver to hDispatchDriver 134837>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 134838>>> Function_Return retVal 134839>>> End_Function 134840>>>End_Class 134841>>> 134841>>>// Event interface for FieldChooser Control 134841>>>Class cSigCjCom_DFieldChooserEvents is a Mixin 134842>>> 134842>>> Procedure OnComSelectionChanged 134844>>> End_Procedure 134845>>> 134845>>> Procedure OnComReCreated 134847>>> End_Procedure 134848>>> 134848>>> Procedure RegisterComEvents 134850>>> Send RegisterComEvent 1 msg_OnComSelectionChanged 134851>>> Send RegisterComEvent 10001000 msg_OnComReCreated 134852>>> End_Procedure 134853>>>End_Class 134854>>> 134854>>>// FieldChooser Control 134854>>>Class cSigCjComFieldChooser is a cComActiveXControl 134855>>> Import_Class_Protocol cSigCjCom_DFieldChooser 134856>>> Import_Class_Protocol cSigCjCom_DFieldChooserEvents 134857>>> 134857>>> Procedure Construct_Object 134859>>> Forward Send Construct_Object 134861>>> Set psProgID to L_cSigCjComFieldChooser 134862>>> Set psEventId to "{C0DE2030-2BD3-4361-8F99-F105C289E03A}" 134863>>> Set peAutoCreate to acDeferredAutoCreate 134864>>> End_Procedure 134865>>>End_Class 134866>>> 134866>>>// Global Settings 134866>>>Class cSigCjComIReportControlGlobalSettings is a Mixin 134867>>> 134867>>> Function ComResourceFile Returns String 134869>>> String retVal 134869>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 134870>>> Function_Return retVal 134871>>> End_Function 134872>>> 134872>>> Procedure Set ComResourceFile String value 134874>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 134875>>> End_Procedure 134876>>> 134876>>> Function ComLicense Returns String 134878>>> String retVal 134878>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 134879>>> Function_Return retVal 134880>>> End_Function 134881>>> 134881>>> Procedure Set ComLicense String value 134883>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 134884>>> End_Procedure 134885>>> 134885>>> Function ComTitle Returns String 134887>>> String retVal 134887>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 134888>>> Function_Return retVal 134889>>> End_Function 134890>>> 134890>>> Procedure Set ComTitle String value 134892>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 134893>>> End_Procedure 134894>>> 134894>>> Function ComReCreateReparentedControls Returns Boolean 134896>>> Boolean retVal 134896>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 134897>>> Function_Return retVal 134898>>> End_Function 134899>>> 134899>>> Procedure Set ComReCreateReparentedControls Boolean value 134901>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 134902>>> End_Procedure 134903>>> 134903>>> Function ComUseResourceFileLocale Returns Boolean 134905>>> Boolean retVal 134905>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 134906>>> Function_Return retVal 134907>>> End_Function 134908>>> 134908>>> Procedure Set ComUseResourceFileLocale Boolean value 134910>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 134911>>> End_Procedure 134912>>> 134912>>> Function ComColorManager Returns Variant 134914>>> Handle hDispatchDriver 134914>>> Variant retVal 134914>>> Get phDispatchDriver to hDispatchDriver 134915>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 134916>>> Function_Return retVal 134917>>> End_Function 134918>>> 134918>>> Function ComVersion Returns String 134920>>> Handle hDispatchDriver 134920>>> String retVal 134920>>> Get phDispatchDriver to hDispatchDriver 134921>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 134922>>> Function_Return retVal 134923>>> End_Function 134924>>> 134924>>> Function ComUnicode Returns Boolean 134926>>> Handle hDispatchDriver 134926>>> Boolean retVal 134926>>> Get phDispatchDriver to hDispatchDriver 134927>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 134928>>> Function_Return retVal 134929>>> End_Function 134930>>> 134930>>> Function ComOcxPath Returns String 134932>>> Handle hDispatchDriver 134932>>> String retVal 134932>>> Get phDispatchDriver to hDispatchDriver 134933>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 134934>>> Function_Return retVal 134935>>> End_Function 134936>>> 134936>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 134938>>> Handle hDispatchDriver 134938>>> Variant retVal 134938>>> Get phDispatchDriver to hDispatchDriver 134939>>> Send PrepareParams to hDispatchDriver 1 134940>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 134941>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 134942>>> Function_Return retVal 134943>>> End_Function 134944>>> 134944>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 134946>>> Handle hDispatchDriver 134946>>> Get phDispatchDriver to hDispatchDriver 134947>>> Send PrepareParams to hDispatchDriver 2 134948>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 134949>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 134950>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 134951>>> End_Procedure 134952>>> 134952>>> Function ComResourceImages Returns Variant 134954>>> Handle hDispatchDriver 134954>>> Variant retVal 134954>>> Get phDispatchDriver to hDispatchDriver 134955>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 134956>>> Function_Return retVal 134957>>> End_Function 134958>>> 134958>>> Function ComCreatePropExchange Returns Variant 134960>>> Handle hDispatchDriver 134960>>> Variant retVal 134960>>> Get phDispatchDriver to hDispatchDriver 134961>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 134962>>> Function_Return retVal 134963>>> End_Function 134964>>> 134964>>> Function ComIcons Returns Variant 134966>>> Handle hDispatchDriver 134966>>> Variant retVal 134966>>> Get phDispatchDriver to hDispatchDriver 134967>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 134968>>> Function_Return retVal 134969>>> End_Function 134970>>> 134970>>> Function ComUseReportCustomHeap Returns Boolean 134972>>> Handle hDispatchDriver 134972>>> Boolean retVal 134972>>> Get phDispatchDriver to hDispatchDriver 134973>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 134974>>> Function_Return retVal 134975>>> End_Function 134976>>> 134976>>> Function ComUseBatchAllocation Returns Boolean 134978>>> Handle hDispatchDriver 134978>>> Boolean retVal 134978>>> Get phDispatchDriver to hDispatchDriver 134979>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_BOOL to retVal 134980>>> Function_Return retVal 134981>>> End_Function 134982>>> 134982>>> Procedure ComFreeBatchExtraData 134984>>> Handle hDispatchDriver 134984>>> Get phDispatchDriver to hDispatchDriver 134985>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 134986>>> End_Procedure 134987>>>End_Class 134988>>> 134988>>>// ReportControl Global Settings 134988>>>Class cSigCjComReportControlGlobalSettings is a cComAutomationObject 134989>>> Import_Class_Protocol cSigCjComIReportControlGlobalSettings 134990>>> 134990>>> Procedure Construct_Object 134992>>> Forward Send Construct_Object 134994>>> Set psProgID to L_cSigCjComReportControlGlobalSettings 134995>>> Set peAutoCreate to acNoAutoCreate 134996>>> End_Procedure 134997>>>End_Class 134998>>> 134998>>>Class cSigCjComIReportBehaviorRowModifier is a cComAutomationObject 134999>>> 134999>>> Function ComFocusRow Returns Boolean 135001>>> Boolean retVal 135001>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 135002>>> Function_Return retVal 135003>>> End_Function 135004>>> 135004>>> Procedure Set ComFocusRow Boolean value 135006>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 135007>>> End_Procedure 135008>>> 135008>>> Function ComFocusRowTemporarily Returns Boolean 135010>>> Boolean retVal 135010>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 135011>>> Function_Return retVal 135012>>> End_Function 135013>>> 135013>>> Procedure Set ComFocusRowTemporarily Boolean value 135015>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 135016>>> End_Procedure 135017>>> 135017>>> Function ComSelectRow Returns Boolean 135019>>> Boolean retVal 135019>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 135020>>> Function_Return retVal 135021>>> End_Function 135022>>> 135022>>> Procedure Set ComSelectRow Boolean value 135024>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 135025>>> End_Procedure 135026>>> 135026>>> Function ComSelectRowTemporarily Returns Boolean 135028>>> Boolean retVal 135028>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 135029>>> Function_Return retVal 135030>>> End_Function 135031>>> 135031>>> Procedure Set ComSelectRowTemporarily Boolean value 135033>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 135034>>> End_Procedure 135035>>> 135035>>> Function ComMultipleSelection Returns Boolean 135037>>> Boolean retVal 135037>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 135038>>> Function_Return retVal 135039>>> End_Function 135040>>> 135040>>> Procedure Set ComMultipleSelection Boolean value 135042>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 135043>>> End_Procedure 135044>>> 135044>>> Function ComKeepSelection Returns Boolean 135046>>> Boolean retVal 135046>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 135047>>> Function_Return retVal 135048>>> End_Function 135049>>> 135049>>> Procedure Set ComKeepSelection Boolean value 135051>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 135052>>> End_Procedure 135053>>> 135053>>> Function ComKeepFocus Returns Boolean 135055>>> Boolean retVal 135055>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal 135056>>> Function_Return retVal 135057>>> End_Function 135058>>> 135058>>> Procedure Set ComKeepFocus Boolean value 135060>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value 135061>>> End_Procedure 135062>>>End_Class 135063>>> 135063>>>// Dispatch interface for Track Control 135063>>>Class cSigCjComTrackBlock is a cComAutomationObject 135064>>> 135064>>> Function ComPosition Returns Integer 135066>>> Integer retVal 135066>>> Get ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to retVal 135067>>> Function_Return retVal 135068>>> End_Function 135069>>> 135069>>> Procedure Set ComPosition Integer value 135071>>> Set ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to value 135072>>> End_Procedure 135073>>> 135073>>> Function ComLength Returns Integer 135075>>> Integer retVal 135075>>> Get ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to retVal 135076>>> Function_Return retVal 135077>>> End_Function 135078>>> 135078>>> Procedure Set ComLength Integer value 135080>>> Set ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_I4 to value 135081>>> End_Procedure 135082>>> 135082>>> Function ComLocked Returns Boolean 135084>>> Boolean retVal 135084>>> Get ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_BOOL to retVal 135085>>> Function_Return retVal 135086>>> End_Function 135087>>> 135087>>> Procedure Set ComLocked Boolean value 135089>>> Set ComProperty of (phDispatchDriver(Self)) 1002 OLE_VT_BOOL to value 135090>>> End_Procedure 135091>>> 135091>>> Function ComColor Returns OLE_COLOR 135093>>> OLE_COLOR retVal 135093>>> Get ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to retVal 135094>>> Function_Return retVal 135095>>> End_Function 135096>>> 135096>>> Procedure Set ComColor OLE_COLOR value 135098>>> Set ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_I4 to value 135099>>> End_Procedure 135100>>> 135100>>> Function ComTooltip Returns String 135102>>> String retVal 135102>>> Get ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_BSTR to retVal 135103>>> Function_Return retVal 135104>>> End_Function 135105>>> 135105>>> Procedure Set ComTooltip String value 135107>>> Set ComProperty of (phDispatchDriver(Self)) 1004 OLE_VT_BSTR to value 135108>>> End_Procedure 135109>>> 135109>>> Function ComDescriptionText Returns String 135111>>> String retVal 135111>>> Get ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_BSTR to retVal 135112>>> Function_Return retVal 135113>>> End_Function 135114>>> 135114>>> Procedure Set ComDescriptionText String value 135116>>> Set ComProperty of (phDispatchDriver(Self)) 1005 OLE_VT_BSTR to value 135117>>> End_Procedure 135118>>> 135118>>> Function ComHeightPercent Returns Real 135120>>> Real retVal 135120>>> Get ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_R8 to retVal 135121>>> Function_Return retVal 135122>>> End_Function 135123>>> 135123>>> Procedure Set ComHeightPercent Real value 135125>>> Set ComProperty of (phDispatchDriver(Self)) 1006 OLE_VT_R8 to value 135126>>> End_Procedure 135127>>> 135127>>> Function ComVerticalAlignment Returns OLEXTPTrackBlockAlignment 135129>>> OLEXTPTrackBlockAlignment retVal 135129>>> Get ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to retVal 135130>>> Function_Return retVal 135131>>> End_Function 135132>>> 135132>>> Procedure Set ComVerticalAlignment OLEXTPTrackBlockAlignment value 135134>>> Set ComProperty of (phDispatchDriver(Self)) 1007 OLE_VT_I4 to value 135135>>> End_Procedure 135136>>> 135136>>> Function ComMinLength Returns Integer 135138>>> Integer retVal 135138>>> Get ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_I4 to retVal 135139>>> Function_Return retVal 135140>>> End_Function 135141>>> 135141>>> Procedure Set ComMinLength Integer value 135143>>> Set ComProperty of (phDispatchDriver(Self)) 1008 OLE_VT_I4 to value 135144>>> End_Procedure 135145>>> 135145>>> Function ComMaxLength Returns Integer 135147>>> Integer retVal 135147>>> Get ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_I4 to retVal 135148>>> Function_Return retVal 135149>>> End_Function 135150>>> 135150>>> Procedure Set ComMaxLength Integer value 135152>>> Set ComProperty of (phDispatchDriver(Self)) 1009 OLE_VT_I4 to value 135153>>> End_Procedure 135154>>> 135154>>> Function ComCaption Returns String 135156>>> String retVal 135156>>> Get ComProperty of (phDispatchDriver(Self)) 1013 OLE_VT_BSTR to retVal 135157>>> Function_Return retVal 135158>>> End_Function 135159>>> 135159>>> Procedure Set ComCaption String value 135161>>> Set ComProperty of (phDispatchDriver(Self)) 1013 OLE_VT_BSTR to value 135162>>> End_Procedure 135163>>> 135163>>> Function ComSelected Returns Boolean 135165>>> Boolean retVal 135165>>> Get ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_BOOL to retVal 135166>>> Function_Return retVal 135167>>> End_Function 135168>>> 135168>>> Procedure Set ComSelected Boolean value 135170>>> Set ComProperty of (phDispatchDriver(Self)) 1014 OLE_VT_BOOL to value 135171>>> End_Procedure 135172>>> 135172>>> Function ComHeightFixed Returns Integer 135174>>> Integer retVal 135174>>> Get ComProperty of (phDispatchDriver(Self)) 1015 OLE_VT_I4 to retVal 135175>>> Function_Return retVal 135176>>> End_Function 135177>>> 135177>>> Procedure Set ComHeightFixed Integer value 135179>>> Set ComProperty of (phDispatchDriver(Self)) 1015 OLE_VT_I4 to value 135180>>> End_Procedure 135181>>> 135181>>> Function ComItem Returns Variant 135183>>> Handle hDispatchDriver 135183>>> Variant retVal 135183>>> Get phDispatchDriver to hDispatchDriver 135184>>> Get InvokeComMethod of hDispatchDriver 1010 OLE_VT_DISPATCH to retVal 135185>>> Function_Return retVal 135186>>> End_Function 135187>>> 135187>>> Function ComIndex Returns Integer 135189>>> Handle hDispatchDriver 135189>>> Integer retVal 135189>>> Get phDispatchDriver to hDispatchDriver 135190>>> Get InvokeComMethod of hDispatchDriver 1011 OLE_VT_I4 to retVal 135191>>> Function_Return retVal 135192>>> End_Function 135193>>> 135193>>> Function ComIsKey Returns Boolean 135195>>> Handle hDispatchDriver 135195>>> Boolean retVal 135195>>> Get phDispatchDriver to hDispatchDriver 135196>>> Get InvokeComMethod of hDispatchDriver 1012 OLE_VT_BOOL to retVal 135197>>> Function_Return retVal 135198>>> End_Function 135199>>>End_Class 135200>>> 135200>>>// Dispatch interface for Track Control 135200>>>Class cSigCjComTrackControlItem is a cComAutomationObject 135201>>> 135201>>> Function ComTag Returns Variant 135203>>> Variant retVal 135203>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to retVal 135204>>> Function_Return retVal 135205>>> End_Function 135206>>> 135206>>> Procedure Set ComTag Variant value 135208>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_VARIANT to value 135209>>> End_Procedure 135210>>> 135210>>> Function ComLocked Returns Boolean 135212>>> Boolean retVal 135212>>> Get ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_BOOL to retVal 135213>>> Function_Return retVal 135214>>> End_Function 135215>>> 135215>>> Procedure Set ComLocked Boolean value 135217>>> Set ComProperty of (phDispatchDriver(Self)) 1003 OLE_VT_BOOL to value 135218>>> End_Procedure 135219>>> 135219>>> Function ComIndex Returns Integer 135221>>> Handle hDispatchDriver 135221>>> Integer retVal 135221>>> Get phDispatchDriver to hDispatchDriver 135222>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 135223>>> Function_Return retVal 135224>>> End_Function 135225>>> 135225>>> Function ComRecord Returns Variant 135227>>> Handle hDispatchDriver 135227>>> Variant retVal 135227>>> Get phDispatchDriver to hDispatchDriver 135228>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal 135229>>> Function_Return retVal 135230>>> End_Function 135231>>> 135231>>> Function ComBlock Integer llIndex Returns Variant 135233>>> Handle hDispatchDriver 135233>>> Variant retVal 135233>>> Get phDispatchDriver to hDispatchDriver 135234>>> Send PrepareParams to hDispatchDriver 1 135235>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 135236>>> Get InvokeComMethod of hDispatchDriver 1000 OLE_VT_DISPATCH to retVal 135237>>> Function_Return retVal 135238>>> End_Function 135239>>> 135239>>> Function ComBlockCount Returns Integer 135241>>> Handle hDispatchDriver 135241>>> Integer retVal 135241>>> Get phDispatchDriver to hDispatchDriver 135242>>> Get InvokeComMethod of hDispatchDriver 1001 OLE_VT_I4 to retVal 135243>>> Function_Return retVal 135244>>> End_Function 135245>>> 135245>>> Function ComAddBlock Boolean llIsKey Integer llPosition Integer llLength Returns Variant 135247>>> Handle hDispatchDriver 135247>>> Variant retVal 135247>>> Get phDispatchDriver to hDispatchDriver 135248>>> Send PrepareParams to hDispatchDriver 3 135249>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llIsKey 135250>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 135251>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llLength 135252>>> Get InvokeComMethod of hDispatchDriver 1002 OLE_VT_DISPATCH to retVal 135253>>> Function_Return retVal 135254>>> End_Function 135255>>> 135255>>> Procedure ComRemoveBlock Integer llIndex 135257>>> Handle hDispatchDriver 135257>>> Get phDispatchDriver to hDispatchDriver 135258>>> Send PrepareParams to hDispatchDriver 1 135259>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 135260>>> Send InvokeComMethod to hDispatchDriver 1004 OLE_VT_VOID 135261>>> End_Procedure 135262>>> 135262>>> Procedure ComRemoveAllBlocks 135264>>> Handle hDispatchDriver 135264>>> Get phDispatchDriver to hDispatchDriver 135265>>> Send InvokeComMethod to hDispatchDriver 1005 OLE_VT_VOID 135266>>> End_Procedure 135267>>>End_Class 135268>>> 135268>>>Class cSigCjComReportPrintOptions is a cComAutomationObject 135269>>> 135269>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135269>>> Function ComMarginLeft Returns Integer 135271>>> Integer retVal 135271>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 135272>>> Function_Return retVal 135273>>> End_Function 135274>>> 135274>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135274>>> Procedure Set ComMarginLeft Integer value 135276>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 135277>>> End_Procedure 135278>>> 135278>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135278>>> Function ComMarginRight Returns Integer 135280>>> Integer retVal 135280>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 135281>>> Function_Return retVal 135282>>> End_Function 135283>>> 135283>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135283>>> Procedure Set ComMarginRight Integer value 135285>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 135286>>> End_Procedure 135287>>> 135287>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135287>>> Function ComMarginTop Returns Integer 135289>>> Integer retVal 135289>>> Get ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to retVal 135290>>> Function_Return retVal 135291>>> End_Function 135292>>> 135292>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135292>>> Procedure Set ComMarginTop Integer value 135294>>> Set ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to value 135295>>> End_Procedure 135296>>> 135296>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135296>>> Function ComMarginBottom Returns Integer 135298>>> Integer retVal 135298>>> Get ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to retVal 135299>>> Function_Return retVal 135300>>> End_Function 135301>>> 135301>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 135301>>> Procedure Set ComMarginBottom Integer value 135303>>> Set ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to value 135304>>> End_Procedure 135305>>> 135305>>> Function ComBlackWhitePrinting Returns Boolean 135307>>> Boolean retVal 135307>>> Get ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to retVal 135308>>> Function_Return retVal 135309>>> End_Function 135310>>> 135310>>> Procedure Set ComBlackWhitePrinting Boolean value 135312>>> Set ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to value 135313>>> End_Procedure 135314>>> 135314>>> // The darknest gray color. Value from 255 to 0. 135314>>> Function ComBlackWhiteContrast Returns Integer 135316>>> Integer retVal 135316>>> Get ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to retVal 135317>>> Function_Return retVal 135318>>> End_Function 135319>>> 135319>>> // The darknest gray color. Value from 255 to 0. 135319>>> Procedure Set ComBlackWhiteContrast Integer value 135321>>> Set ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to value 135322>>> End_Procedure 135323>>> 135323>>> Function ComLandscape Returns Boolean 135325>>> Boolean retVal 135325>>> Get ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to retVal 135326>>> Function_Return retVal 135327>>> End_Function 135328>>> 135328>>> Procedure Set ComLandscape Boolean value 135330>>> Set ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to value 135331>>> End_Procedure 135332>>> 135332>>> // Indicates whether the control should repeat header row(s) on every page. 135332>>> Function ComRepeatHeaderRows Returns Boolean 135334>>> Boolean retVal 135334>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to retVal 135335>>> Function_Return retVal 135336>>> End_Function 135337>>> 135337>>> // Indicates whether the control should repeat header row(s) on every page. 135337>>> Procedure Set ComRepeatHeaderRows Boolean value 135339>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BOOL to value 135340>>> End_Procedure 135341>>> 135341>>> // Indicates whether the control should repeat footer row(s) on every page. 135341>>> Function ComRepeatFooterRows Returns Boolean 135343>>> Boolean retVal 135343>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 135344>>> Function_Return retVal 135345>>> End_Function 135346>>> 135346>>> // Indicates whether the control should repeat footer row(s) on every page. 135346>>> Procedure Set ComRepeatFooterRows Boolean value 135348>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 135349>>> End_Procedure 135350>>> 135350>>> // This property is True when measurement system of Margins properties is Metrics and False if measurement system is U.S. Measurement system defined in the system regional settings. 135350>>> Function ComMarginsMeasureMetrics Returns Boolean 135352>>> Handle hDispatchDriver 135352>>> Boolean retVal 135352>>> Get phDispatchDriver to hDispatchDriver 135353>>> Get InvokeComMethod of hDispatchDriver 250 OLE_VT_BOOL to retVal 135354>>> Function_Return retVal 135355>>> End_Function 135356>>> 135356>>> // Page Header settings 135356>>> Function ComHeader Returns Variant 135358>>> Handle hDispatchDriver 135358>>> Variant retVal 135358>>> Get phDispatchDriver to hDispatchDriver 135359>>> Get InvokeComMethod of hDispatchDriver 251 OLE_VT_DISPATCH to retVal 135360>>> Function_Return retVal 135361>>> End_Function 135362>>> 135362>>> // Page Footer settings 135362>>> Function ComFooter Returns Variant 135364>>> Handle hDispatchDriver 135364>>> Variant retVal 135364>>> Get phDispatchDriver to hDispatchDriver 135365>>> Get InvokeComMethod of hDispatchDriver 252 OLE_VT_DISPATCH to retVal 135366>>> Function_Return retVal 135367>>> End_Function 135368>>> 135368>>> // Provide information about current printer which is a system default or selected by user in ShowPrintPageSetup method call. 135368>>> Function ComPrinterInfo Returns Variant 135370>>> Handle hDispatchDriver 135370>>> Variant retVal 135370>>> Get phDispatchDriver to hDispatchDriver 135371>>> Get InvokeComMethod of hDispatchDriver 253 OLE_VT_DISPATCH to retVal 135372>>> Function_Return retVal 135373>>> End_Function 135374>>>End_Class 135375>>> 135375>>>// Dispatch interface for Track Control 135375>>>Class cSigCjComTrackUndoManager is a cComAutomationObject 135376>>> 135376>>> Procedure ComUndo 135378>>> Handle hDispatchDriver 135378>>> Get phDispatchDriver to hDispatchDriver 135379>>> Send InvokeComMethod to hDispatchDriver 1000 OLE_VT_VOID 135380>>> End_Procedure 135381>>> 135381>>> Procedure ComRedo 135383>>> Handle hDispatchDriver 135383>>> Get phDispatchDriver to hDispatchDriver 135384>>> Send InvokeComMethod to hDispatchDriver 1001 OLE_VT_VOID 135385>>> End_Procedure 135386>>> 135386>>> Function ComCanUndo Returns Boolean 135388>>> Handle hDispatchDriver 135388>>> Boolean retVal 135388>>> Get phDispatchDriver to hDispatchDriver 135389>>> Get InvokeComMethod of hDispatchDriver 1002 OLE_VT_BOOL to retVal 135390>>> Function_Return retVal 135391>>> End_Function 135392>>> 135392>>> Function ComCanRedo Returns Boolean 135394>>> Handle hDispatchDriver 135394>>> Boolean retVal 135394>>> Get phDispatchDriver to hDispatchDriver 135395>>> Get InvokeComMethod of hDispatchDriver 1003 OLE_VT_BOOL to retVal 135396>>> Function_Return retVal 135397>>> End_Function 135398>>> 135398>>> Procedure ComClear 135400>>> Handle hDispatchDriver 135400>>> Get phDispatchDriver to hDispatchDriver 135401>>> Send InvokeComMethod to hDispatchDriver 1004 OLE_VT_VOID 135402>>> End_Procedure 135403>>> 135403>>> Procedure ComStartGroup 135405>>> Handle hDispatchDriver 135405>>> Get phDispatchDriver to hDispatchDriver 135406>>> Send InvokeComMethod to hDispatchDriver 1015 OLE_VT_VOID 135407>>> End_Procedure 135408>>> 135408>>> Procedure ComEndGroup 135410>>> Handle hDispatchDriver 135410>>> Get phDispatchDriver to hDispatchDriver 135411>>> Send InvokeComMethod to hDispatchDriver 1016 OLE_VT_VOID 135412>>> End_Procedure 135413>>>End_Class 135414>>> 135414>>>// Dispatch interface for Track Control 135414>>>Class cSigCjComTrackMarker is a cComAutomationObject 135415>>> 135415>>> Function ComPosition Returns Integer 135417>>> Integer retVal 135417>>> Get ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to retVal 135418>>> Function_Return retVal 135419>>> End_Function 135420>>> 135420>>> Procedure Set ComPosition Integer value 135422>>> Set ComProperty of (phDispatchDriver(Self)) 1000 OLE_VT_I4 to value 135423>>> End_Procedure 135424>>> 135424>>> Function ComCaption Returns String 135426>>> String retVal 135426>>> Get ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_BSTR to retVal 135427>>> Function_Return retVal 135428>>> End_Function 135429>>> 135429>>> Procedure Set ComCaption String value 135431>>> Set ComProperty of (phDispatchDriver(Self)) 1001 OLE_VT_BSTR to value 135432>>> End_Procedure 135433>>>End_Class 135434>>> 135434>>>// Dispatch interface for Track Control 135434>>>Class cSigCjComTrackMarkers is a cComAutomationObject 135435>>> 135435>>> // Gets the number of records in the collection. 135435>>> Function ComCount Returns Integer 135437>>> Handle hDispatchDriver 135437>>> Integer retVal 135437>>> Get phDispatchDriver to hDispatchDriver 135438>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 135439>>> Function_Return retVal 135440>>> End_Function 135441>>> 135441>>> // Gets an item from the collection by its index. 135441>>> Function ComMarker Integer llIndex Returns Variant 135443>>> Handle hDispatchDriver 135443>>> Variant retVal 135443>>> Get phDispatchDriver to hDispatchDriver 135444>>> Send PrepareParams to hDispatchDriver 1 135445>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 135446>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 135447>>> Function_Return retVal 135448>>> End_Function 135449>>> 135449>>> // Adds a new record to the collection. 135449>>> Function ComAdd Integer llPosition String llCaption Returns Variant 135451>>> Handle hDispatchDriver 135451>>> Variant retVal 135451>>> Get phDispatchDriver to hDispatchDriver 135452>>> Send PrepareParams to hDispatchDriver 2 135453>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llPosition 135454>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 135455>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 135456>>> Function_Return retVal 135457>>> End_Function 135458>>> 135458>>> // Deletes all of the records from the collection 135458>>> Procedure ComDeleteAll 135460>>> Handle hDispatchDriver 135460>>> Get phDispatchDriver to hDispatchDriver 135461>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 135462>>> End_Procedure 135463>>> 135463>>> Procedure ComRemoveAt Integer llIndex 135465>>> Handle hDispatchDriver 135465>>> Get phDispatchDriver to hDispatchDriver 135466>>> Send PrepareParams to hDispatchDriver 1 135467>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 135468>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 135469>>> End_Procedure 135470>>> 135470>>> Function Com_NewEnum Returns Variant 135472>>> Handle hDispatchDriver 135472>>> Variant retVal 135472>>> Get phDispatchDriver to hDispatchDriver 135473>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 135474>>> Function_Return retVal 135475>>> End_Function 135476>>>End_Class 135477>>> 135477>>>// Dispatch interface for Track Control 135477>>>Class cSigCjComSelectedTrackBlocks is a cComAutomationObject 135478>>> 135478>>> Function ComBlock Integer llIndex Returns Variant 135480>>> Handle hDispatchDriver 135480>>> Variant retVal 135480>>> Get phDispatchDriver to hDispatchDriver 135481>>> Send PrepareParams to hDispatchDriver 1 135482>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 135483>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 135484>>> Function_Return retVal 135485>>> End_Function 135486>>> 135486>>> // Gets the number of records in the collection. 135486>>> Function ComCount Returns Integer 135488>>> Handle hDispatchDriver 135488>>> Integer retVal 135488>>> Get phDispatchDriver to hDispatchDriver 135489>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 135490>>> Function_Return retVal 135491>>> End_Function 135492>>> 135492>>> // Deletes all of the records from the collection 135492>>> Procedure ComDeleteAll 135494>>> Handle hDispatchDriver 135494>>> Get phDispatchDriver to hDispatchDriver 135495>>> Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID 135496>>> End_Procedure 135497>>> 135497>>> Function Com_NewEnum Returns Variant 135499>>> Handle hDispatchDriver 135499>>> Variant retVal 135499>>> Get phDispatchDriver to hDispatchDriver 135500>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 135501>>> Function_Return retVal 135502>>> End_Function 135503>>>End_Class 135504>>> 135504>>>//============================================================================== 135504>>>//End of package - SigCjW_ReportControl.pkg 135504>>>//============================================================================== 135504>>> 135504>Use SigCjW_ShortcutBar.pkg Including file: SigCjW_ShortcutBar.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_ShortcutBar.pkg) 135504>>>//============================================================================== 135504>>>// Project : SigCj - VDF Classes for Codejock 135504>>>// File : SigCjW_ShortcutBar.pkg 135504>>>// From : Codejock.ShortcutBar.v20.3.0.ocx 135504>>>// Description : DF COM Wrapper Class for Codejock controls 135504>>>// 135504>>>// Created by : Ian Smith 135504>>>// Revision : $Rev$ 135504>>>// $Date$ 135504>>>// $Author$ 135504>>>// 135504>>>// Requirements : Visual DataFlex 19.1 135504>>>// Codejock SuitePro - Version 20.3.0 135504>>>// 135504>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 135504>>>// Visual DataFlex Special Interest Group UK. 135504>>>// http://www.vdfsig.co.uk 135504>>>// 135504>>>// This file is part of SigCj. 135504>>>// 135504>>>// SigCj is free software: you can redistribute it and/or modify 135504>>>// it under the terms of the GNU Lesser General Public License 135504>>>// as published by the Free Software Foundation, either version 135504>>>// 2.1 of the License, or (at your option) any later version. 135504>>>// 135504>>>// SigCj is distributed in the hope that it will be useful, but 135504>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 135504>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 135504>>>// GNU Lesser General Public License for more details. 135504>>>// 135504>>>// If you have the complete SigCj workspace then a copy of the 135504>>>// GNU Lesser General Public License is in the Docs folder. If 135504>>>// not, see . 135504>>>// 135504>>>//============================================================================== 135504>>>//CompilerWarnings Suspend 135504>>> 135504>>>Use FlexCom20.pkg 135504>>> 135504>>>Use SigCjLicense.pkg 135504>>>Use SigCjC_AmbientProperty.pkg 135504>>>Use SigCjC_ColorManager.pkg 135504>>>Use SigCjC_ImageManager.pkg 135504>>>Use SigCjC_ResourceImages.pkg 135504>>>Use SigCjC_TextAlign.pkg 135504>>>Use SigCjC_ToolTip.pkg 135504>>> 135504>>>Define OLEXTPShortcutBarPaintTheme for Integer 135504>>> Define OLExtpShortcutThemeResource for 3 135504>>> Define OLExtpShortcutThemeOffice2000 for 0 135504>>> Define OLExtpShortcutThemeOfficeXP for 1 135504>>> Define OLExtpShortcutThemeOffice2003 for 2 135504>>> Define OLExtpShortcutThemeOffice2007 for 3 135504>>> Define OLExtpShortcutThemeOffice2010 for 3 135504>>> Define OLExtpShortcutThemeNativeWinXP for 4 135504>>> Define OLExtpShortcutThemeOffice2013 for 5 135504>>> Define OLExtpShortcutThemeOffice2016 for 5 135504>>> Define OLExtpShortcutThemeVisualStudio2015 for 6 135504>>> Define OLExtpShortcutThemeNativeWindows10 for 7 135504>>> 135504>>>Class cSigCjComIShortcutBarItem is a Mixin 135505>>> 135505>>> Function ComCaption Returns String 135507>>> String retVal 135507>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 135508>>> Function_Return retVal 135509>>> End_Function 135510>>> 135510>>> Procedure Set ComCaption String value 135512>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 135513>>> End_Procedure 135514>>> 135514>>> Function ComTooltip Returns String 135516>>> String retVal 135516>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 135517>>> Function_Return retVal 135518>>> End_Function 135519>>> 135519>>> Procedure Set ComTooltip String value 135521>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 135522>>> End_Procedure 135523>>> 135523>>> Function ComId Returns Integer 135525>>> Integer retVal 135525>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 135526>>> Function_Return retVal 135527>>> End_Function 135528>>> 135528>>> Procedure Set ComId Integer value 135530>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 135531>>> End_Procedure 135532>>> 135532>>> Function ComVisible Returns Boolean 135534>>> Boolean retVal 135534>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 135535>>> Function_Return retVal 135536>>> End_Function 135537>>> 135537>>> Procedure Set ComVisible Boolean value 135539>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 135540>>> End_Procedure 135541>>> 135541>>> Function ComIconHandle Returns Integer 135543>>> Integer retVal 135543>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 135544>>> Function_Return retVal 135545>>> End_Function 135546>>> 135546>>> Procedure Set ComIconHandle Integer value 135548>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 135549>>> End_Procedure 135550>>> 135550>>> Function ComSelected Returns Boolean 135552>>> Boolean retVal 135552>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 135553>>> Function_Return retVal 135554>>> End_Function 135555>>> 135555>>> Procedure Set ComSelected Boolean value 135557>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 135558>>> End_Procedure 135559>>> 135559>>> Function ComHWnd Returns OLE_HANDLE 135561>>> OLE_HANDLE retVal 135561>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 135562>>> Function_Return retVal 135563>>> End_Function 135564>>> 135564>>> Procedure Set ComHWnd OLE_HANDLE value 135566>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 135567>>> End_Procedure 135568>>> 135568>>> Function ComIconId Returns Integer 135570>>> Integer retVal 135570>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 135571>>> Function_Return retVal 135572>>> End_Function 135573>>> 135573>>> Procedure Set ComIconId Integer value 135575>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 135576>>> End_Procedure 135577>>> 135577>>> Function ComEnabled Returns Boolean 135579>>> Boolean retVal 135579>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 135580>>> Function_Return retVal 135581>>> End_Function 135582>>> 135582>>> Procedure Set ComEnabled Boolean value 135584>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 135585>>> End_Procedure 135586>>> 135586>>> Function ComHidden Returns Boolean 135588>>> Handle hDispatchDriver 135588>>> Boolean retVal 135588>>> Get phDispatchDriver to hDispatchDriver 135589>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_BOOL to retVal 135590>>> Function_Return retVal 135591>>> End_Function 135592>>>End_Class 135593>>> 135593>>>Class cSigCjComShortcutBarItem is a cComAutomationObject 135594>>> Import_Class_Protocol cSigCjComIShortcutBarItem 135595>>> 135595>>> Procedure Construct_Object 135597>>> Forward Send Construct_Object 135599>>> Set peAutoCreate to acNoAutoCreate 135600>>> End_Procedure 135601>>>End_Class 135602>>> 135602>>>Class cSigCjComIShortcutBarColorSet is a Mixin 135603>>> 135603>>> Function ComSelectedItemLight Returns OLE_COLOR 135605>>> OLE_COLOR retVal 135605>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 135606>>> Function_Return retVal 135607>>> End_Function 135608>>> 135608>>> Procedure Set ComSelectedItemLight OLE_COLOR value 135610>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 135611>>> End_Procedure 135612>>> 135612>>> Function ComSelectedItemDark Returns OLE_COLOR 135614>>> OLE_COLOR retVal 135614>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 135615>>> Function_Return retVal 135616>>> End_Function 135617>>> 135617>>> Procedure Set ComSelectedItemDark OLE_COLOR value 135619>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 135620>>> End_Procedure 135621>>> 135621>>> Function ComSelectedItemText Returns OLE_COLOR 135623>>> OLE_COLOR retVal 135623>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 135624>>> Function_Return retVal 135625>>> End_Function 135626>>> 135626>>> Procedure Set ComSelectedItemText OLE_COLOR value 135628>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 135629>>> End_Procedure 135630>>> 135630>>> Function ComHotItemLight Returns OLE_COLOR 135632>>> OLE_COLOR retVal 135632>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 135633>>> Function_Return retVal 135634>>> End_Function 135635>>> 135635>>> Procedure Set ComHotItemLight OLE_COLOR value 135637>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 135638>>> End_Procedure 135639>>> 135639>>> Function ComHotItemDark Returns OLE_COLOR 135641>>> OLE_COLOR retVal 135641>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 135642>>> Function_Return retVal 135643>>> End_Function 135644>>> 135644>>> Procedure Set ComHotItemDark OLE_COLOR value 135646>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 135647>>> End_Procedure 135648>>> 135648>>> Function ComHotItemText Returns OLE_COLOR 135650>>> OLE_COLOR retVal 135650>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 135651>>> Function_Return retVal 135652>>> End_Function 135653>>> 135653>>> Procedure Set ComHotItemText OLE_COLOR value 135655>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 135656>>> End_Procedure 135657>>> 135657>>> Function ComPressedItemDark Returns OLE_COLOR 135659>>> OLE_COLOR retVal 135659>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 135660>>> Function_Return retVal 135661>>> End_Function 135662>>> 135662>>> Procedure Set ComPressedItemDark OLE_COLOR value 135664>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 135665>>> End_Procedure 135666>>> 135666>>> Function ComPressedItemLight Returns OLE_COLOR 135668>>> OLE_COLOR retVal 135668>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 135669>>> Function_Return retVal 135670>>> End_Function 135671>>> 135671>>> Procedure Set ComPressedItemLight OLE_COLOR value 135673>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 135674>>> End_Procedure 135675>>> 135675>>> Function ComPressedItemText Returns OLE_COLOR 135677>>> OLE_COLOR retVal 135677>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 135678>>> Function_Return retVal 135679>>> End_Function 135680>>> 135680>>> Procedure Set ComPressedItemText OLE_COLOR value 135682>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 135683>>> End_Procedure 135684>>> 135684>>> Function ComNormalItemLight Returns OLE_COLOR 135686>>> OLE_COLOR retVal 135686>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 135687>>> Function_Return retVal 135688>>> End_Function 135689>>> 135689>>> Procedure Set ComNormalItemLight OLE_COLOR value 135691>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 135692>>> End_Procedure 135693>>> 135693>>> Function ComNormalItemDark Returns OLE_COLOR 135695>>> OLE_COLOR retVal 135695>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 135696>>> Function_Return retVal 135697>>> End_Function 135698>>> 135698>>> Procedure Set ComNormalItemDark OLE_COLOR value 135700>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 135701>>> End_Procedure 135702>>> 135702>>> Function ComNormalItemText Returns OLE_COLOR 135704>>> OLE_COLOR retVal 135704>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 135705>>> Function_Return retVal 135706>>> End_Function 135707>>> 135707>>> Procedure Set ComNormalItemText OLE_COLOR value 135709>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 135710>>> End_Procedure 135711>>> 135711>>> Function ComNormalItemShadow Returns OLE_COLOR 135713>>> OLE_COLOR retVal 135713>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 135714>>> Function_Return retVal 135715>>> End_Function 135716>>> 135716>>> Procedure Set ComNormalItemShadow OLE_COLOR value 135718>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 135719>>> End_Procedure 135720>>> 135720>>> Function ComGripperLight Returns OLE_COLOR 135722>>> OLE_COLOR retVal 135722>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 135723>>> Function_Return retVal 135724>>> End_Function 135725>>> 135725>>> Procedure Set ComGripperLight OLE_COLOR value 135727>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 135728>>> End_Procedure 135729>>> 135729>>> Function ComGripperDark Returns OLE_COLOR 135731>>> OLE_COLOR retVal 135731>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 135732>>> Function_Return retVal 135733>>> End_Function 135734>>> 135734>>> Procedure Set ComGripperDark OLE_COLOR value 135736>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 135737>>> End_Procedure 135738>>>End_Class 135739>>> 135739>>>Class cSigCjComShortcutBarColorSet is a cComAutomationObject 135740>>> Import_Class_Protocol cSigCjComIShortcutBarColorSet 135741>>> 135741>>> Procedure Construct_Object 135743>>> Forward Send Construct_Object 135745>>> Set peAutoCreate to acNoAutoCreate 135746>>> End_Procedure 135747>>>End_Class 135748>>> 135748>>>Class cSigCjComIShortcutBarPaintManager is a Mixin 135749>>> 135749>>> Function ComNormalIconWidth Returns Integer 135751>>> Integer retVal 135751>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 135752>>> Function_Return retVal 135753>>> End_Function 135754>>> 135754>>> Procedure Set ComNormalIconWidth Integer value 135756>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 135757>>> End_Procedure 135758>>> 135758>>> Function ComExpandedIconWidth Returns Integer 135760>>> Integer retVal 135760>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 135761>>> Function_Return retVal 135762>>> End_Function 135763>>> 135763>>> Procedure Set ComExpandedIconWidth Integer value 135765>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 135766>>> End_Procedure 135767>>> 135767>>> Function ComClearTypeTextQuality Returns Boolean 135769>>> Boolean retVal 135769>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal 135770>>> Function_Return retVal 135771>>> End_Function 135772>>> 135772>>> Procedure Set ComClearTypeTextQuality Boolean value 135774>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value 135775>>> End_Procedure 135776>>> 135776>>> Function ComFont Returns Variant 135778>>> Variant retVal 135778>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 135779>>> Function_Return retVal 135780>>> End_Function 135781>>> 135781>>> Procedure Set ComFont Variant value 135783>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 135784>>> End_Procedure 135785>>> 135785>>> Function ComDrawTextNoPrefix Returns Boolean 135787>>> Boolean retVal 135787>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 135788>>> Function_Return retVal 135789>>> End_Function 135790>>> 135790>>> Procedure Set ComDrawTextNoPrefix Boolean value 135792>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 135793>>> End_Procedure 135794>>> 135794>>> Function ComPaneBackgroundColor Returns OLE_COLOR 135796>>> Handle hDispatchDriver 135796>>> OLE_COLOR retVal 135796>>> Get phDispatchDriver to hDispatchDriver 135797>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_I4 to retVal 135798>>> Function_Return retVal 135799>>> End_Function 135800>>> 135800>>> Function ComPaneTextColor Returns OLE_COLOR 135802>>> Handle hDispatchDriver 135802>>> OLE_COLOR retVal 135802>>> Get phDispatchDriver to hDispatchDriver 135803>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_I4 to retVal 135804>>> Function_Return retVal 135805>>> End_Function 135806>>> 135806>>> Function ComSplitterBackgroundColor Returns OLE_COLOR 135808>>> Handle hDispatchDriver 135808>>> OLE_COLOR retVal 135808>>> Get phDispatchDriver to hDispatchDriver 135809>>> Get InvokeComMethod of hDispatchDriver 7 OLE_VT_I4 to retVal 135810>>> Function_Return retVal 135811>>> End_Function 135812>>>End_Class 135813>>> 135813>>>Class cSigCjComShortcutBarPaintManager is a cComAutomationObject 135814>>> Import_Class_Protocol cSigCjComIShortcutBarPaintManager 135815>>> 135815>>> Procedure Construct_Object 135817>>> Forward Send Construct_Object 135819>>> Set peAutoCreate to acNoAutoCreate 135820>>> End_Procedure 135821>>>End_Class 135822>>> 135822>>>// Dispatch interface for Xtreme ShortcutBar Control 135822>>>Class cSigCjCom_DShortcutBar is a Mixin 135823>>> 135823>>> Function ComVisualTheme Returns OLEXTPShortcutBarPaintTheme 135825>>> OLEXTPShortcutBarPaintTheme retVal 135825>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 135826>>> Function_Return retVal 135827>>> End_Function 135828>>> 135828>>> Procedure Set ComVisualTheme OLEXTPShortcutBarPaintTheme value 135830>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 135831>>> End_Procedure 135832>>> 135832>>> Function ComSelected Returns Variant 135834>>> Variant retVal 135834>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to retVal 135835>>> Function_Return retVal 135836>>> End_Function 135837>>> 135837>>> Procedure Set ComSelected Variant value 135839>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_DISPATCH to value 135840>>> End_Procedure 135841>>> 135841>>> Function ComExpandedLinesCount Returns Integer 135843>>> Integer retVal 135843>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 135844>>> Function_Return retVal 135845>>> End_Function 135846>>> 135846>>> Procedure Set ComExpandedLinesCount Integer value 135848>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 135849>>> End_Procedure 135850>>> 135850>>> Function ComClientPaneVisible Returns Boolean 135852>>> Boolean retVal 135852>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 135853>>> Function_Return retVal 135854>>> End_Function 135855>>> 135855>>> Procedure Set ComClientPaneVisible Boolean value 135857>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 135858>>> End_Procedure 135859>>> 135859>>> Function ComHWnd Returns OLE_HANDLE 135861>>> OLE_HANDLE retVal 135861>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 135862>>> Function_Return retVal 135863>>> End_Function 135864>>> 135864>>> Procedure Set ComHWnd OLE_HANDLE value 135866>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 135867>>> End_Procedure 135868>>> 135868>>> Function ComEnabled Returns Boolean 135870>>> Boolean retVal 135870>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 135871>>> Function_Return retVal 135872>>> End_Function 135873>>> 135873>>> Procedure Set ComEnabled Boolean value 135875>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 135876>>> End_Procedure 135877>>> 135877>>> Function ComIcons Returns Variant 135879>>> Variant retVal 135879>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to retVal 135880>>> Function_Return retVal 135881>>> End_Function 135882>>> 135882>>> Procedure Set ComIcons Variant value 135884>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to value 135885>>> End_Procedure 135886>>> 135886>>> Function ComMinimumClientHeight Returns Integer 135888>>> Integer retVal 135888>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 135889>>> Function_Return retVal 135890>>> End_Function 135891>>> 135891>>> Procedure Set ComMinimumClientHeight Integer value 135893>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 135894>>> End_Procedure 135895>>> 135895>>> Function ComAllowGripperResize Returns Boolean 135897>>> Boolean retVal 135897>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 135898>>> Function_Return retVal 135899>>> End_Function 135900>>> 135900>>> Procedure Set ComAllowGripperResize Boolean value 135902>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 135903>>> End_Procedure 135904>>> 135904>>> Function ComSingleSelection Returns Boolean 135906>>> Boolean retVal 135906>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 135907>>> Function_Return retVal 135908>>> End_Function 135909>>> 135909>>> Procedure Set ComSingleSelection Boolean value 135911>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 135912>>> End_Procedure 135913>>> 135913>>> Function ComShowExpandButton Returns Boolean 135915>>> Boolean retVal 135915>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 135916>>> Function_Return retVal 135917>>> End_Function 135918>>> 135918>>> Procedure Set ComShowExpandButton Boolean value 135920>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 135921>>> End_Procedure 135922>>> 135922>>> Function ComShowActiveItemOnTop Returns Boolean 135924>>> Boolean retVal 135924>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 135925>>> Function_Return retVal 135926>>> End_Function 135927>>> 135927>>> Procedure Set ComShowActiveItemOnTop Boolean value 135929>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 135930>>> End_Procedure 135931>>> 135931>>> Function ComAllowFreeResize Returns Boolean 135933>>> Boolean retVal 135933>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 135934>>> Function_Return retVal 135935>>> End_Function 135936>>> 135936>>> Procedure Set ComAllowFreeResize Boolean value 135938>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 135939>>> End_Procedure 135940>>> 135940>>> Function ComAllowMinimize Returns Boolean 135942>>> Boolean retVal 135942>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 135943>>> Function_Return retVal 135944>>> End_Function 135945>>> 135945>>> Procedure Set ComAllowMinimize Boolean value 135947>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 135948>>> End_Procedure 135949>>> 135949>>> Function ComRightToLeft Returns Boolean 135951>>> Boolean retVal 135951>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 135952>>> Function_Return retVal 135953>>> End_Function 135954>>> 135954>>> Procedure Set ComRightToLeft Boolean value 135956>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 135957>>> End_Procedure 135958>>> 135958>>> Function ComItemWidth Returns Integer 135960>>> Integer retVal 135960>>> Get ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to retVal 135961>>> Function_Return retVal 135962>>> End_Function 135963>>> 135963>>> Procedure Set ComItemWidth Integer value 135965>>> Set ComProperty of (phDispatchDriver(Self)) 56 OLE_VT_I4 to value 135966>>> End_Procedure 135967>>> 135967>>> Function ComItemHeight Returns Integer 135969>>> Integer retVal 135969>>> Get ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to retVal 135970>>> Function_Return retVal 135971>>> End_Function 135972>>> 135972>>> Procedure Set ComItemHeight Integer value 135974>>> Set ComProperty of (phDispatchDriver(Self)) 57 OLE_VT_I4 to value 135975>>> End_Procedure 135976>>> 135976>>> Function ComEnableAnimation Returns Boolean 135978>>> Boolean retVal 135978>>> Get ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_BOOL to retVal 135979>>> Function_Return retVal 135980>>> End_Function 135981>>> 135981>>> Procedure Set ComEnableAnimation Boolean value 135983>>> Set ComProperty of (phDispatchDriver(Self)) 58 OLE_VT_BOOL to value 135984>>> End_Procedure 135985>>> 135985>>> Function ComMinimizedWidth Returns Integer 135987>>> Integer retVal 135987>>> Get ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to retVal 135988>>> Function_Return retVal 135989>>> End_Function 135990>>> 135990>>> Procedure Set ComMinimizedWidth Integer value 135992>>> Set ComProperty of (phDispatchDriver(Self)) 59 OLE_VT_I4 to value 135993>>> End_Procedure 135994>>> 135994>>> Function ComPopupWidth Returns Integer 135996>>> Integer retVal 135996>>> Get ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to retVal 135997>>> Function_Return retVal 135998>>> End_Function 135999>>> 135999>>> Procedure Set ComPopupWidth Integer value 136001>>> Set ComProperty of (phDispatchDriver(Self)) 60 OLE_VT_I4 to value 136002>>> End_Procedure 136003>>> 136003>>> Function ComReCreateReparented Returns Boolean 136005>>> Boolean retVal 136005>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 136006>>> Function_Return retVal 136007>>> End_Function 136008>>> 136008>>> Procedure Set ComReCreateReparented Boolean value 136010>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 136011>>> End_Procedure 136012>>> 136012>>> Function ComAddItem Integer llId String llCaption Integer llhWnd Returns Variant 136014>>> Handle hDispatchDriver 136014>>> Variant retVal 136014>>> Get phDispatchDriver to hDispatchDriver 136015>>> Send PrepareParams to hDispatchDriver 3 136016>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 136017>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 136018>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 136019>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 136020>>> Function_Return retVal 136021>>> End_Function 136022>>> 136022>>> Procedure ComAddImageList Variant llImageList 136024>>> Handle hDispatchDriver 136024>>> Get phDispatchDriver to hDispatchDriver 136025>>> Send PrepareParams to hDispatchDriver 1 136026>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 136027>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 136028>>> End_Procedure 136029>>> 136029>>> Procedure ComRemoveItem Integer llId 136031>>> Handle hDispatchDriver 136031>>> Get phDispatchDriver to hDispatchDriver 136032>>> Send PrepareParams to hDispatchDriver 1 136033>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 136034>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 136035>>> End_Procedure 136036>>> 136036>>> Procedure ComRemoveAllItems 136038>>> Handle hDispatchDriver 136038>>> Get phDispatchDriver to hDispatchDriver 136039>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 136040>>> End_Procedure 136041>>> 136041>>> Function ComFindItem Integer llId Returns Variant 136043>>> Handle hDispatchDriver 136043>>> Variant retVal 136043>>> Get phDispatchDriver to hDispatchDriver 136044>>> Send PrepareParams to hDispatchDriver 1 136045>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 136046>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_DISPATCH to retVal 136047>>> Function_Return retVal 136048>>> End_Function 136049>>> 136049>>> Procedure ComAboutBox 136051>>> Handle hDispatchDriver 136051>>> Get phDispatchDriver to hDispatchDriver 136052>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 136053>>> End_Procedure 136054>>> 136054>>> Function ComItem Integer llIndex Returns Variant 136056>>> Handle hDispatchDriver 136056>>> Variant retVal 136056>>> Get phDispatchDriver to hDispatchDriver 136057>>> Send PrepareParams to hDispatchDriver 1 136058>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 136059>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 136060>>> Function_Return retVal 136061>>> End_Function 136062>>> 136062>>> Function ComItemCount Returns Integer 136064>>> Handle hDispatchDriver 136064>>> Integer retVal 136064>>> Get phDispatchDriver to hDispatchDriver 136065>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_I4 to retVal 136066>>> Function_Return retVal 136067>>> End_Function 136068>>> 136068>>> Function Com_NewEnum Returns Variant 136070>>> Handle hDispatchDriver 136070>>> Variant retVal 136070>>> Get phDispatchDriver to hDispatchDriver 136071>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 136072>>> Function_Return retVal 136073>>> End_Function 136074>>> 136074>>> Function ComHitTest Integer llx Integer lly Returns Variant 136076>>> Handle hDispatchDriver 136076>>> Variant retVal 136076>>> Get phDispatchDriver to hDispatchDriver 136077>>> Send PrepareParams to hDispatchDriver 2 136078>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 136079>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 136080>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 136081>>> Function_Return retVal 136082>>> End_Function 136083>>> 136083>>> Function ComToolTipContext Returns Variant 136085>>> Handle hDispatchDriver 136085>>> Variant retVal 136085>>> Get phDispatchDriver to hDispatchDriver 136086>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 136087>>> Function_Return retVal 136088>>> End_Function 136089>>> 136089>>> Function ComColorSet Returns Variant 136091>>> Handle hDispatchDriver 136091>>> Variant retVal 136091>>> Get phDispatchDriver to hDispatchDriver 136092>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 136093>>> Function_Return retVal 136094>>> End_Function 136095>>> 136095>>> Function ComHighlighted Returns Variant 136097>>> Handle hDispatchDriver 136097>>> Variant retVal 136097>>> Get phDispatchDriver to hDispatchDriver 136098>>> Get InvokeComMethod of hDispatchDriver 38 OLE_VT_DISPATCH to retVal 136099>>> Function_Return retVal 136100>>> End_Function 136101>>> 136101>>> Function ComClientLeft Returns Float 136103>>> Handle hDispatchDriver 136103>>> Float retVal 136103>>> Get phDispatchDriver to hDispatchDriver 136104>>> Get InvokeComMethod of hDispatchDriver 46 OLE_VT_R4 to retVal 136105>>> Function_Return retVal 136106>>> End_Function 136107>>> 136107>>> Function ComClientTop Returns Float 136109>>> Handle hDispatchDriver 136109>>> Float retVal 136109>>> Get phDispatchDriver to hDispatchDriver 136110>>> Get InvokeComMethod of hDispatchDriver 47 OLE_VT_R4 to retVal 136111>>> Function_Return retVal 136112>>> End_Function 136113>>> 136113>>> Function ComClientWidth Returns Float 136115>>> Handle hDispatchDriver 136115>>> Float retVal 136115>>> Get phDispatchDriver to hDispatchDriver 136116>>> Get InvokeComMethod of hDispatchDriver 48 OLE_VT_R4 to retVal 136117>>> Function_Return retVal 136118>>> End_Function 136119>>> 136119>>> Function ComClientHeight Returns Float 136121>>> Handle hDispatchDriver 136121>>> Float retVal 136121>>> Get phDispatchDriver to hDispatchDriver 136122>>> Get InvokeComMethod of hDispatchDriver 49 OLE_VT_R4 to retVal 136123>>> Function_Return retVal 136124>>> End_Function 136125>>> 136125>>> Function ComPaintManager Returns Variant 136127>>> Handle hDispatchDriver 136127>>> Variant retVal 136127>>> Get phDispatchDriver to hDispatchDriver 136128>>> Get InvokeComMethod of hDispatchDriver 55 OLE_VT_DISPATCH to retVal 136129>>> Function_Return retVal 136130>>> End_Function 136131>>>End_Class 136132>>> 136132>>>// Event interface for Xtreme ShortcutBar Control 136132>>>Class cSigCjCom_DShortcutBarEvents is a Mixin 136133>>> 136133>>> Procedure OnComSelectedChanged Variant llItem 136135>>> End_Procedure 136136>>> 136136>>> Procedure OnComExpandButtonDown Boolean ByRef llCancelMenu 136138>>> End_Procedure 136139>>> 136139>>> Procedure OnComSelectedChanging Variant llItem Boolean ByRef llCancel 136141>>> End_Procedure 136142>>> 136142>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 136144>>> End_Procedure 136145>>> 136145>>> Procedure OnComHighlightedChanged 136147>>> End_Procedure 136148>>> 136148>>> Procedure OnComClientSizeChanged 136150>>> End_Procedure 136151>>> 136151>>> Procedure OnComReCreated 136153>>> End_Procedure 136154>>> 136154>>> Procedure RegisterComEvents 136156>>> Send RegisterComEvent 1 msg_OnComSelectedChanged 136157>>> Send RegisterComEvent 2 msg_OnComExpandButtonDown 136158>>> Send RegisterComEvent 3 msg_OnComSelectedChanging 136159>>> Send RegisterComEvent -607 msg_OnComMouseUp 136160>>> Send RegisterComEvent 4 msg_OnComHighlightedChanged 136161>>> Send RegisterComEvent 5 msg_OnComClientSizeChanged 136162>>> Send RegisterComEvent 10001000 msg_OnComReCreated 136163>>> End_Procedure 136164>>>End_Class 136165>>> 136165>>>// Xtreme ShortcutBar Control 136165>>>Class cSigCjComShortcutBar is a cComActiveXControl 136166>>> Import_Class_Protocol cSigCjCom_DShortcutBar 136167>>> Import_Class_Protocol cSigCjCom_DShortcutBarEvents 136168>>> 136168>>> Procedure Construct_Object 136170>>> Forward Send Construct_Object 136172>>> Set psProgID to L_cSigCjComShortcutBar 136173>>> Set psEventId to "{C0DE2030-C48C-4F2D-9556-81968DE6CB8F}" 136174>>> Set psLicenseKey to L_cSigCjKeyShortcutBar 136175>>> Set peAutoCreate to acDeferredAutoCreate 136176>>> End_Procedure 136177>>>End_Class 136178>>> 136178>>>// Dispatch interface for Xtreme ShortcutCaption Control 136178>>>Class cSigCjCom_DShortcutCaption is a Mixin 136179>>> 136179>>> Function ComVisualTheme Returns OLEXTPShortcutBarPaintTheme 136181>>> OLEXTPShortcutBarPaintTheme retVal 136181>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 136182>>> Function_Return retVal 136183>>> End_Function 136184>>> 136184>>> Procedure Set ComVisualTheme OLEXTPShortcutBarPaintTheme value 136186>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 136187>>> End_Procedure 136188>>> 136188>>> Function ComCaption Returns String 136190>>> String retVal 136190>>> Get ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to retVal 136191>>> Function_Return retVal 136192>>> End_Function 136193>>> 136193>>> Procedure Set ComCaption String value 136195>>> Set ComProperty of (phDispatchDriver(Self)) -518 OLE_VT_BSTR to value 136196>>> End_Procedure 136197>>> 136197>>> Function ComFont Returns Variant 136199>>> Variant retVal 136199>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 136200>>> Function_Return retVal 136201>>> End_Function 136202>>> 136202>>> Procedure Set ComFont Variant value 136204>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 136205>>> End_Procedure 136206>>> 136206>>> Function ComSubItemCaption Returns Boolean 136208>>> Boolean retVal 136208>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 136209>>> Function_Return retVal 136210>>> End_Function 136211>>> 136211>>> Procedure Set ComSubItemCaption Boolean value 136213>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 136214>>> End_Procedure 136215>>> 136215>>> Function ComAlignment Returns OLEXTPTextAlignment 136217>>> OLEXTPTextAlignment retVal 136217>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 136218>>> Function_Return retVal 136219>>> End_Function 136220>>> 136220>>> Procedure Set ComAlignment OLEXTPTextAlignment value 136222>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 136223>>> End_Procedure 136224>>> 136224>>> Function ComGradientColorLight Returns OLE_COLOR 136226>>> OLE_COLOR retVal 136226>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 136227>>> Function_Return retVal 136228>>> End_Function 136229>>> 136229>>> Procedure Set ComGradientColorLight OLE_COLOR value 136231>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 136232>>> End_Procedure 136233>>> 136233>>> Function ComGradientColorDark Returns OLE_COLOR 136235>>> OLE_COLOR retVal 136235>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 136236>>> Function_Return retVal 136237>>> End_Function 136238>>> 136238>>> Procedure Set ComGradientColorDark OLE_COLOR value 136240>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 136241>>> End_Procedure 136242>>> 136242>>> Function ComGradientHorizontal Returns Boolean 136244>>> Boolean retVal 136244>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal 136245>>> Function_Return retVal 136246>>> End_Function 136247>>> 136247>>> Procedure Set ComGradientHorizontal Boolean value 136249>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value 136250>>> End_Procedure 136251>>> 136251>>> Function ComForeColor Returns OLE_COLOR 136253>>> OLE_COLOR retVal 136253>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 136254>>> Function_Return retVal 136255>>> End_Function 136256>>> 136256>>> Procedure Set ComForeColor OLE_COLOR value 136258>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 136259>>> End_Procedure 136260>>> 136260>>> // For languages that support reading order alignment specifies right-to-left reading order 136260>>> Function ComRightToLeftReading Returns Boolean 136262>>> Boolean retVal 136262>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to retVal 136263>>> Function_Return retVal 136264>>> End_Function 136265>>> 136265>>> // For languages that support reading order alignment specifies right-to-left reading order 136265>>> Procedure Set ComRightToLeftReading Boolean value 136267>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_BOOL to value 136268>>> End_Procedure 136269>>> 136269>>> Function ComIcon Returns Variant 136271>>> Variant retVal 136271>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_DISPATCH to retVal 136272>>> Function_Return retVal 136273>>> End_Function 136274>>> 136274>>> Procedure Set ComIcon Variant value 136276>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_DISPATCH to value 136277>>> End_Procedure 136278>>> 136278>>> Function ComExpandable Returns Boolean 136280>>> Boolean retVal 136280>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 136281>>> Function_Return retVal 136282>>> End_Function 136283>>> 136283>>> Procedure Set ComExpandable Boolean value 136285>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 136286>>> End_Procedure 136287>>> 136287>>> Function ComExpanded Returns Boolean 136289>>> Boolean retVal 136289>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 136290>>> Function_Return retVal 136291>>> End_Function 136292>>> 136292>>> Procedure Set ComExpanded Boolean value 136294>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 136295>>> End_Procedure 136296>>> 136296>>> Function ComReCreateReparented Returns Boolean 136298>>> Boolean retVal 136298>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 136299>>> Function_Return retVal 136300>>> End_Function 136301>>> 136301>>> Procedure Set ComReCreateReparented Boolean value 136303>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 136304>>> End_Procedure 136305>>> 136305>>> Procedure ComAboutBox 136307>>> Handle hDispatchDriver 136307>>> Get phDispatchDriver to hDispatchDriver 136308>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 136309>>> End_Procedure 136310>>>End_Class 136311>>> 136311>>>// Event interface for Xtreme ShortcutCaption Control 136311>>>Class cSigCjCom_DShortcutCaptionEvents is a Mixin 136312>>> 136312>>> Procedure OnComExpandButtonClicked 136314>>> End_Procedure 136315>>> 136315>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 136317>>> End_Procedure 136318>>> 136318>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 136320>>> End_Procedure 136321>>> 136321>>> Procedure OnComReCreated 136323>>> End_Procedure 136324>>> 136324>>> Procedure RegisterComEvents 136326>>> Send RegisterComEvent 1 msg_OnComExpandButtonClicked 136327>>> Send RegisterComEvent -607 msg_OnComMouseUp 136328>>> Send RegisterComEvent -605 msg_OnComMouseDown 136329>>> Send RegisterComEvent 10001000 msg_OnComReCreated 136330>>> End_Procedure 136331>>>End_Class 136332>>> 136332>>>// Xtreme ShortcutCaption Control 136332>>>Class cSigCjComShortcutCaption is a cComActiveXControl 136333>>> Import_Class_Protocol cSigCjCom_DShortcutCaption 136334>>> Import_Class_Protocol cSigCjCom_DShortcutCaptionEvents 136335>>> 136335>>> Procedure Construct_Object 136337>>> Forward Send Construct_Object 136339>>> Set psProgID to L_cSigCjComShortcutCaption 136340>>> Set psEventId to "{C0DE2030-CFAE-4354-8551-B8DC4938E543}" 136341>>> Set psLicenseKey to L_cSigCjKeyShortcutBar 136342>>> Set peAutoCreate to acDeferredAutoCreate 136343>>> End_Procedure 136344>>>End_Class 136345>>> 136345>>>// ShortcutBar Global Settings 136345>>>Class cSigCjComIShortcutBarGlobalSettings is a Mixin 136346>>> 136346>>> Function ComResourceFile Returns String 136348>>> String retVal 136348>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 136349>>> Function_Return retVal 136350>>> End_Function 136351>>> 136351>>> Procedure Set ComResourceFile String value 136353>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 136354>>> End_Procedure 136355>>> 136355>>> Function ComLicense Returns String 136357>>> String retVal 136357>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 136358>>> Function_Return retVal 136359>>> End_Function 136360>>> 136360>>> Procedure Set ComLicense String value 136362>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 136363>>> End_Procedure 136364>>> 136364>>> Function ComTitle Returns String 136366>>> String retVal 136366>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 136367>>> Function_Return retVal 136368>>> End_Function 136369>>> 136369>>> Procedure Set ComTitle String value 136371>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 136372>>> End_Procedure 136373>>> 136373>>> Function ComReCreateReparentedControls Returns Boolean 136375>>> Boolean retVal 136375>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 136376>>> Function_Return retVal 136377>>> End_Function 136378>>> 136378>>> Procedure Set ComReCreateReparentedControls Boolean value 136380>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 136381>>> End_Procedure 136382>>> 136382>>> Function ComResourceImages Returns Variant 136384>>> Handle hDispatchDriver 136384>>> Variant retVal 136384>>> Get phDispatchDriver to hDispatchDriver 136385>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 136386>>> Function_Return retVal 136387>>> End_Function 136388>>> 136388>>> Function ComColorManager Returns Variant 136390>>> Handle hDispatchDriver 136390>>> Variant retVal 136390>>> Get phDispatchDriver to hDispatchDriver 136391>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 136392>>> Function_Return retVal 136393>>> End_Function 136394>>> 136394>>> Function ComVersion Returns String 136396>>> Handle hDispatchDriver 136396>>> String retVal 136396>>> Get phDispatchDriver to hDispatchDriver 136397>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 136398>>> Function_Return retVal 136399>>> End_Function 136400>>> 136400>>> Function ComUnicode Returns Boolean 136402>>> Handle hDispatchDriver 136402>>> Boolean retVal 136402>>> Get phDispatchDriver to hDispatchDriver 136403>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 136404>>> Function_Return retVal 136405>>> End_Function 136406>>> 136406>>> Function ComOcxPath Returns String 136408>>> Handle hDispatchDriver 136408>>> String retVal 136408>>> Get phDispatchDriver to hDispatchDriver 136409>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 136410>>> Function_Return retVal 136411>>> End_Function 136412>>> 136412>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 136414>>> Handle hDispatchDriver 136414>>> Variant retVal 136414>>> Get phDispatchDriver to hDispatchDriver 136415>>> Send PrepareParams to hDispatchDriver 1 136416>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 136417>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 136418>>> Function_Return retVal 136419>>> End_Function 136420>>> 136420>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llvalue 136422>>> Handle hDispatchDriver 136422>>> Get phDispatchDriver to hDispatchDriver 136423>>> Send PrepareParams to hDispatchDriver 2 136424>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 136425>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llvalue 136426>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 136427>>> End_Procedure 136428>>>End_Class 136429>>> 136429>>>// ShortcutBar Global Settings 136429>>>Class cSigCjComShortcutBarGlobalSettings is a cComAutomationObject 136430>>> Import_Class_Protocol cSigCjComIShortcutBarGlobalSettings 136431>>> 136431>>> Procedure Construct_Object 136433>>> Forward Send Construct_Object 136435>>> Set psProgID to L_cSigCjComShortcutBarGlobalSettings 136436>>> Set peAutoCreate to acNoAutoCreate 136437>>> End_Procedure 136438>>>End_Class 136439>>> 136439>>>//============================================================================== 136439>>>//End of package - SigCjW_ShortcutBar.pkg 136439>>>//============================================================================== 136439>>> 136439>Use SigCjW_SkinFramework.pkg Including file: SigCjW_SkinFramework.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_SkinFramework.pkg) 136439>>>//============================================================================== 136439>>>// Project : SigCj - VDF Classes for Codejock 136439>>>// File : SigCjW_SkinFramework.pkg 136439>>>// From : Codejock.SkinFramework.v20.3.0.ocx 136439>>>// Description : DF COM Wrapper Class for Codejock controls 136439>>>// 136439>>>// Created by : Ian Smith 136439>>>// Revision : $Rev$ 136439>>>// $Date$ 136439>>>// $Author$ 136439>>>// 136439>>>// Requirements : Visual DataFlex 19.1 136439>>>// Codejock SuitePro - Version 20.3.0 136439>>>// 136439>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 136439>>>// Visual DataFlex Special Interest Group UK. 136439>>>// http://www.vdfsig.co.uk 136439>>>// 136439>>>// This file is part of SigCj. 136439>>>// 136439>>>// SigCj is free software: you can redistribute it and/or modify 136439>>>// it under the terms of the GNU Lesser General Public License 136439>>>// as published by the Free Software Foundation, either version 136439>>>// 2.1 of the License, or (at your option) any later version. 136439>>>// 136439>>>// SigCj is distributed in the hope that it will be useful, but 136439>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 136439>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 136439>>>// GNU Lesser General Public License for more details. 136439>>>// 136439>>>// If you have the complete SigCj workspace then a copy of the 136439>>>// GNU Lesser General Public License is in the Docs folder. If 136439>>>// not, see . 136439>>>// 136439>>>//============================================================================== 136439>>>//CompilerWarnings Suspend 136439>>> 136439>>>Use FlexCom20.pkg 136439>>> 136439>>>Use SigCjLicense.pkg 136439>>>Use SigCjC_ColorManager.pkg 136439>>> 136439>>>Define OLESkinFrameworkApplyOptions for Integer 136439>>> Define OLExtpSkinApplyMetrics for 1 136439>>> Define OLExtpSkinApplyFrame for 2 136439>>> Define OLExtpSkinApplyColors for 4 136439>>> Define OLExtpSkinApplyMenus for 8 136439>>> 136439>>>// Dispatch interface for SkinFramework Control 136439>>>Class cSigCjCom_DSkinFramework is a Mixin 136440>>> 136440>>> Function ComApplyOptions Returns OLESkinFrameworkApplyOptions 136442>>> OLESkinFrameworkApplyOptions retVal 136442>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 136443>>> Function_Return retVal 136444>>> End_Function 136445>>> 136445>>> Procedure Set ComApplyOptions OLESkinFrameworkApplyOptions value 136447>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 136448>>> End_Procedure 136449>>> 136449>>> Function ComAutoApplyNewWindows Returns Boolean 136451>>> Boolean retVal 136451>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 136452>>> Function_Return retVal 136453>>> End_Function 136454>>> 136454>>> Procedure Set ComAutoApplyNewWindows Boolean value 136456>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 136457>>> End_Procedure 136458>>> 136458>>> Function ComAutoApplyNewThreads Returns Boolean 136460>>> Boolean retVal 136460>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 136461>>> Function_Return retVal 136462>>> End_Function 136463>>> 136463>>> Procedure Set ComAutoApplyNewThreads Boolean value 136465>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 136466>>> End_Procedure 136467>>> 136467>>> Function ComLoadSkin String llResourcePath String llIniFileName Returns Boolean 136469>>> Handle hDispatchDriver 136469>>> Boolean retVal 136469>>> Get phDispatchDriver to hDispatchDriver 136470>>> Send PrepareParams to hDispatchDriver 2 136471>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llResourcePath 136472>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llIniFileName 136473>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_BOOL to retVal 136474>>> Function_Return retVal 136475>>> End_Function 136476>>> 136476>>> Procedure ComApplyWindow OLE_HANDLE llhWnd 136478>>> Handle hDispatchDriver 136478>>> Get phDispatchDriver to hDispatchDriver 136479>>> Send PrepareParams to hDispatchDriver 1 136480>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 136481>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 136482>>> End_Procedure 136483>>> 136483>>> Procedure ComEnableThemeDialogTexture OLE_HANDLE llhWnd Integer llFlags 136485>>> Handle hDispatchDriver 136485>>> Get phDispatchDriver to hDispatchDriver 136486>>> Send PrepareParams to hDispatchDriver 2 136487>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 136488>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFlags 136489>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 136490>>> End_Procedure 136491>>> 136491>>> Procedure ComRemoveWindow OLE_HANDLE llhWnd 136493>>> Handle hDispatchDriver 136493>>> Get phDispatchDriver to hDispatchDriver 136494>>> Send PrepareParams to hDispatchDriver 1 136495>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 136496>>> Send InvokeComMethod to hDispatchDriver 6 OLE_VT_VOID 136497>>> End_Procedure 136498>>> 136498>>> Procedure ComRemoveAllWindows 136500>>> Handle hDispatchDriver 136500>>> Get phDispatchDriver to hDispatchDriver 136501>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 136502>>> End_Procedure 136503>>> 136503>>> Procedure ComAddWindowClass String llClassName String llBaseClassName 136505>>> Handle hDispatchDriver 136505>>> Get phDispatchDriver to hDispatchDriver 136506>>> Send PrepareParams to hDispatchDriver 2 136507>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 136508>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llBaseClassName 136509>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 136510>>> End_Procedure 136511>>> 136511>>> Procedure ComRemoveWindowClass String llClassName 136513>>> Handle hDispatchDriver 136513>>> Get phDispatchDriver to hDispatchDriver 136514>>> Send PrepareParams to hDispatchDriver 1 136515>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llClassName 136516>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 136517>>> End_Procedure 136518>>> 136518>>> Function ComEnumerateSkinDirectory String llPath Boolean llRecursive Returns Variant 136520>>> Handle hDispatchDriver 136520>>> Variant retVal 136520>>> Get phDispatchDriver to hDispatchDriver 136521>>> Send PrepareParams to hDispatchDriver 2 136522>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 136523>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llRecursive 136524>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 136525>>> Function_Return retVal 136526>>> End_Function 136527>>> 136527>>> Function ComEnumerateSkinFile String llPath Returns Variant 136529>>> Handle hDispatchDriver 136529>>> Variant retVal 136529>>> Get phDispatchDriver to hDispatchDriver 136530>>> Send PrepareParams to hDispatchDriver 1 136531>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llPath 136532>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 136533>>> Function_Return retVal 136534>>> End_Function 136535>>> 136535>>> Function ComGetColor OLEXTPColorManagerColor llIndex Returns OLE_COLOR 136537>>> Handle hDispatchDriver 136537>>> OLE_COLOR retVal 136537>>> Get phDispatchDriver to hDispatchDriver 136538>>> Send PrepareParams to hDispatchDriver 1 136539>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 136540>>> Get InvokeComMethod of hDispatchDriver 14 OLE_VT_I4 to retVal 136541>>> Function_Return retVal 136542>>> End_Function 136543>>> 136543>>> Procedure ComExcludeModule String llModuleName 136545>>> Handle hDispatchDriver 136545>>> Get phDispatchDriver to hDispatchDriver 136546>>> Send PrepareParams to hDispatchDriver 1 136547>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llModuleName 136548>>> Send InvokeComMethod to hDispatchDriver 15 OLE_VT_VOID 136549>>> End_Procedure 136550>>> 136550>>> Function ComCreateSchema String llResourcePath String llIniFileName Returns Variant 136552>>> Handle hDispatchDriver 136552>>> Variant retVal 136552>>> Get phDispatchDriver to hDispatchDriver 136553>>> Send PrepareParams to hDispatchDriver 2 136554>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llResourcePath 136555>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llIniFileName 136556>>> Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal 136557>>> Function_Return retVal 136558>>> End_Function 136559>>> 136559>>> Procedure ComSetWindowTheme OLE_HANDLE llhWnd Variant llSchema 136561>>> Handle hDispatchDriver 136561>>> Get phDispatchDriver to hDispatchDriver 136562>>> Send PrepareParams to hDispatchDriver 2 136563>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 136564>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llSchema 136565>>> Send InvokeComMethod to hDispatchDriver 17 OLE_VT_VOID 136566>>> End_Procedure 136567>>> 136567>>> Procedure ComAboutBox 136569>>> Handle hDispatchDriver 136569>>> Get phDispatchDriver to hDispatchDriver 136570>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 136571>>> End_Procedure 136572>>>End_Class 136573>>> 136573>>>// Event interface for SkinFramework Control 136573>>>Class cSigCjCom_DSkinFrameworkEvents is a Mixin 136574>>> 136574>>> Procedure RegisterComEvents 136576>>> End_Procedure 136577>>>End_Class 136578>>> 136578>>>// SkinFramework Control 136578>>>Class cSigCjComSkinFramework is a cComActiveXControl 136579>>> Import_Class_Protocol cSigCjCom_DSkinFramework 136580>>> Import_Class_Protocol cSigCjCom_DSkinFrameworkEvents 136581>>> 136581>>> Procedure Construct_Object 136583>>> Forward Send Construct_Object 136585>>> Set psProgID to L_cSigCjComSkinFramework 136586>>> Set psEventId to "{C0DE2030-4463-4030-B324-AC6A8075FEC8}" 136587>>> Set psLicenseKey to L_cSigCjKeySkinFramework 136588>>> Set peAutoCreate to acAutoCreate 136589>>> End_Procedure 136590>>>End_Class 136591>>> 136591>>>// SkinFramework Global Settings 136591>>>Class cSigCjComISkinFrameworkGlobalSettings is a Mixin 136592>>> 136592>>> Function ComLicense Returns String 136594>>> String retVal 136594>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 136595>>> Function_Return retVal 136596>>> End_Function 136597>>> 136597>>> Procedure Set ComLicense String value 136599>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 136600>>> End_Procedure 136601>>> 136601>>> Function ComTitle Returns String 136603>>> String retVal 136603>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 136604>>> Function_Return retVal 136605>>> End_Function 136606>>> 136606>>> Procedure Set ComTitle String value 136608>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 136609>>> End_Procedure 136610>>> 136610>>> // Set this value to True to force using legacy SkinFramework core that has been in use up to version 19 136610>>> Function ComUseLegacyCore Returns Boolean 136612>>> Boolean retVal 136612>>> Get ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to retVal 136613>>> Function_Return retVal 136614>>> End_Function 136615>>> 136615>>> // Set this value to True to force using legacy SkinFramework core that has been in use up to version 19 136615>>> Procedure Set ComUseLegacyCore Boolean value 136617>>> Set ComProperty of (phDispatchDriver(Self)) 110 OLE_VT_BOOL to value 136618>>> End_Procedure 136619>>> 136619>>> Function ComVersion Returns String 136621>>> Handle hDispatchDriver 136621>>> String retVal 136621>>> Get phDispatchDriver to hDispatchDriver 136622>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 136623>>> Function_Return retVal 136624>>> End_Function 136625>>> 136625>>> Function ComUnicode Returns Boolean 136627>>> Handle hDispatchDriver 136627>>> Boolean retVal 136627>>> Get phDispatchDriver to hDispatchDriver 136628>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 136629>>> Function_Return retVal 136630>>> End_Function 136631>>> 136631>>> Function ComOcxPath Returns String 136633>>> Handle hDispatchDriver 136633>>> String retVal 136633>>> Get phDispatchDriver to hDispatchDriver 136634>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 136635>>> Function_Return retVal 136636>>> End_Function 136637>>>End_Class 136638>>> 136638>>>// SkinFramework Global Settings 136638>>>Class cSigCjComSkinFrameworkGlobalSettings is a cComAutomationObject 136639>>> Import_Class_Protocol cSigCjComISkinFrameworkGlobalSettings 136640>>> 136640>>> Procedure Construct_Object 136642>>> Forward Send Construct_Object 136644>>> Set psProgID to L_cSigCjComSkinFrameworkGlobalSettings 136645>>> Set peAutoCreate to acNoAutoCreate 136646>>> End_Procedure 136647>>>End_Class 136648>>> 136648>>>Class cSigCjComSkinIniFile is a cComAutomationObject 136649>>> 136649>>> Function ComColorScheme Returns String 136651>>> String retVal 136651>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 136652>>> Function_Return retVal 136653>>> End_Function 136654>>> 136654>>> Procedure Set ComColorScheme String value 136656>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 136657>>> End_Procedure 136658>>> 136658>>> Function ComFontSize Returns String 136660>>> String retVal 136660>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 136661>>> Function_Return retVal 136662>>> End_Function 136663>>> 136663>>> Procedure Set ComFontSize String value 136665>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 136666>>> End_Procedure 136667>>> 136667>>> Function ComIniFileName Returns String 136669>>> String retVal 136669>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 136670>>> Function_Return retVal 136671>>> End_Function 136672>>> 136672>>> Procedure Set ComIniFileName String value 136674>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 136675>>> End_Procedure 136676>>>End_Class 136677>>> 136677>>>Class cSigCjComSkinDescription is a cComAutomationObject 136678>>> 136678>>> Function ComName Returns String 136680>>> String retVal 136680>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 136681>>> Function_Return retVal 136682>>> End_Function 136683>>> 136683>>> Procedure Set ComName String value 136685>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 136686>>> End_Procedure 136687>>> 136687>>> Function ComPath Returns String 136689>>> String retVal 136689>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 136690>>> Function_Return retVal 136691>>> End_Function 136692>>> 136692>>> Procedure Set ComPath String value 136694>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 136695>>> End_Procedure 136696>>> 136696>>> Function ComCount Returns Integer 136698>>> Handle hDispatchDriver 136698>>> Integer retVal 136698>>> Get phDispatchDriver to hDispatchDriver 136699>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 136700>>> Function_Return retVal 136701>>> End_Function 136702>>> 136702>>> Function ComIniFile Integer llIndex Returns Variant 136704>>> Handle hDispatchDriver 136704>>> Variant retVal 136704>>> Get phDispatchDriver to hDispatchDriver 136705>>> Send PrepareParams to hDispatchDriver 1 136706>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 136707>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 136708>>> Function_Return retVal 136709>>> End_Function 136710>>> 136710>>> Function Com_NewEnum Returns Variant 136712>>> Handle hDispatchDriver 136712>>> Variant retVal 136712>>> Get phDispatchDriver to hDispatchDriver 136713>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 136714>>> Function_Return retVal 136715>>> End_Function 136716>>>End_Class 136717>>> 136717>>>Class cSigCjComSkinDescriptions is a cComAutomationObject 136718>>> 136718>>> Function ComCount Returns Integer 136720>>> Handle hDispatchDriver 136720>>> Integer retVal 136720>>> Get phDispatchDriver to hDispatchDriver 136721>>> Get InvokeComMethod of hDispatchDriver 3 OLE_VT_I4 to retVal 136722>>> Function_Return retVal 136723>>> End_Function 136724>>> 136724>>> Function ComSkin Integer llIndex Returns Variant 136726>>> Handle hDispatchDriver 136726>>> Variant retVal 136726>>> Get phDispatchDriver to hDispatchDriver 136727>>> Send PrepareParams to hDispatchDriver 1 136728>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 136729>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 136730>>> Function_Return retVal 136731>>> End_Function 136732>>> 136732>>> Function Com_NewEnum Returns Variant 136734>>> Handle hDispatchDriver 136734>>> Variant retVal 136734>>> Get phDispatchDriver to hDispatchDriver 136735>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 136736>>> Function_Return retVal 136737>>> End_Function 136738>>>End_Class 136739>>> 136739>>>Class cSigCjComSkinSchema is a cComAutomationObject 136740>>> 136740>>> Function ComGetColor OLEXTPColorManagerColor llIndex Returns OLE_COLOR 136742>>> Handle hDispatchDriver 136742>>> OLE_COLOR retVal 136742>>> Get phDispatchDriver to hDispatchDriver 136743>>> Send PrepareParams to hDispatchDriver 1 136744>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 136745>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 136746>>> Function_Return retVal 136747>>> End_Function 136748>>>End_Class 136749>>> 136749>>>//============================================================================== 136749>>>//End of package - SigCjW_SkinFramework.pkg 136749>>>//============================================================================== 136749>>> 136749>Use SigCjW_SyntaxEdit.pkg Including file: SigCjW_SyntaxEdit.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_SyntaxEdit.pkg) 136749>>>//============================================================================== 136749>>>// Project : SigCj - VDF Classes for Codejock 136749>>>// File : SigCjW_SyntaxEdit.pkg 136749>>>// From : Codejock.SyntaxEdit.v20.3.0.ocx 136749>>>// Description : DF COM Wrapper Class for Codejock controls 136749>>>// 136749>>>// Created by : Ian Smith 136749>>>// Revision : $Rev$ 136749>>>// $Date$ 136749>>>// $Author$ 136749>>>// 136749>>>// Requirements : Visual DataFlex 19.1 136749>>>// Codejock SuitePro - Version 20.3.0 136749>>>// 136749>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 136749>>>// Visual DataFlex Special Interest Group UK. 136749>>>// http://www.vdfsig.co.uk 136749>>>// 136749>>>// This file is part of SigCj. 136749>>>// 136749>>>// SigCj is free software: you can redistribute it and/or modify 136749>>>// it under the terms of the GNU Lesser General Public License 136749>>>// as published by the Free Software Foundation, either version 136749>>>// 2.1 of the License, or (at your option) any later version. 136749>>>// 136749>>>// SigCj is distributed in the hope that it will be useful, but 136749>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 136749>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 136749>>>// GNU Lesser General Public License for more details. 136749>>>// 136749>>>// If you have the complete SigCj workspace then a copy of the 136749>>>// GNU Lesser General Public License is in the Docs folder. If 136749>>>// not, see . 136749>>>// 136749>>>//============================================================================== 136749>>>//CompilerWarnings Suspend 136749>>> 136749>>>Use FlexCom20.pkg 136749>>> 136749>>>Use SigCjLicense.pkg 136749>>>Use SigCjC_AmbientProperty.pkg 136749>>>Use SigCjC_ColorManager.pkg 136749>>>Use SigCjC_DataObjectFiles.pkg 136749>>>Use SigCjC_Drag_Drop.pkg 136749>>>Use SigCjC_ImageManager.pkg 136749>>>Use SigCjC_Print.pkg 136749>>>Use SigCjC_ResourceImages.pkg 136749>>> 136749>>>Define OLEXTPSyntaxEditBorderStyle for Integer 136749>>> Define OLExtpBorderNone for 0 136749>>> Define OLExtpBorderFlat for 1 136749>>> Define OLExtpBorderStaticEdge for 2 136749>>> Define OLExtpBorderClientEdge for 3 136749>>> Define OLExtpBorderFrame for 4 136749>>> 136749>>>Define OLESyntaxEditTextAction for Integer 136749>>> Define OLEeditAction_InsertRow for 1 136749>>> Define OLEeditAction_ModifyRow for 4 136749>>> Define OLEeditAction_InsertRow_New for 16 136749>>> 136749>>>// Dispatch interface for Syntax Edit 136749>>>Class cSigCjCom_DSyntaxEdit is a Mixin 136750>>> 136750>>> Function ComHWnd Returns OLE_HANDLE 136752>>> OLE_HANDLE retVal 136752>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 136753>>> Function_Return retVal 136754>>> End_Function 136755>>> 136755>>> Procedure Set ComHWnd OLE_HANDLE value 136757>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 136758>>> End_Procedure 136759>>> 136759>>> Function ComEnabled Returns Boolean 136761>>> Boolean retVal 136761>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 136762>>> Function_Return retVal 136763>>> End_Function 136764>>> 136764>>> Procedure Set ComEnabled Boolean value 136766>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 136767>>> End_Procedure 136768>>> 136768>>> Function ComFont Returns Variant 136770>>> Variant retVal 136770>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 136771>>> Function_Return retVal 136772>>> End_Function 136773>>> 136773>>> Procedure Set ComFont Variant value 136775>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 136776>>> End_Procedure 136777>>> 136777>>> Function ComText Returns String 136779>>> String retVal 136779>>> Get ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to retVal 136780>>> Function_Return retVal 136781>>> End_Function 136782>>> 136782>>> Procedure Set ComText String value 136784>>> Set ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to value 136785>>> End_Procedure 136786>>> 136786>>> Function ComBorderStyle Returns OLEXTPSyntaxEditBorderStyle 136788>>> OLEXTPSyntaxEditBorderStyle retVal 136788>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 136789>>> Function_Return retVal 136790>>> End_Function 136791>>> 136791>>> Procedure Set ComBorderStyle OLEXTPSyntaxEditBorderStyle value 136793>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 136794>>> End_Procedure 136795>>> 136795>>> Function ComConfigFile Returns String 136797>>> String retVal 136797>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 136798>>> Function_Return retVal 136799>>> End_Function 136800>>> 136800>>> Procedure Set ComConfigFile String value 136802>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 136803>>> End_Procedure 136804>>> 136804>>> Function ComTopRow Returns Integer 136806>>> Integer retVal 136806>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 136807>>> Function_Return retVal 136808>>> End_Function 136809>>> 136809>>> Procedure Set ComTopRow Integer value 136811>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 136812>>> End_Procedure 136813>>> 136813>>> Function ComEnableSyntaxColorization Returns Boolean 136815>>> Boolean retVal 136815>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 136816>>> Function_Return retVal 136817>>> End_Function 136818>>> 136818>>> Procedure Set ComEnableSyntaxColorization Boolean value 136820>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 136821>>> End_Procedure 136822>>> 136822>>> Function ComShowLineNumbers Returns Boolean 136824>>> Boolean retVal 136824>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 136825>>> Function_Return retVal 136826>>> End_Function 136827>>> 136827>>> Procedure Set ComShowLineNumbers Boolean value 136829>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 136830>>> End_Procedure 136831>>> 136831>>> Function ComShowSelectionMargin Returns Boolean 136833>>> Boolean retVal 136833>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 136834>>> Function_Return retVal 136835>>> End_Function 136836>>> 136836>>> Procedure Set ComShowSelectionMargin Boolean value 136838>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 136839>>> End_Procedure 136840>>> 136840>>> Function ComShowScrollBarVert Returns Boolean 136842>>> Boolean retVal 136842>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 136843>>> Function_Return retVal 136844>>> End_Function 136845>>> 136845>>> Procedure Set ComShowScrollBarVert Boolean value 136847>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 136848>>> End_Procedure 136849>>> 136849>>> Function ComShowScrollBarHorz Returns Boolean 136851>>> Boolean retVal 136851>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 136852>>> Function_Return retVal 136853>>> End_Function 136854>>> 136854>>> Procedure Set ComShowScrollBarHorz Boolean value 136856>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 136857>>> End_Procedure 136858>>> 136858>>> Function ComEnableVirtualSpace Returns Boolean 136860>>> Boolean retVal 136860>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 136861>>> Function_Return retVal 136862>>> End_Function 136863>>> 136863>>> Procedure Set ComEnableVirtualSpace Boolean value 136865>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 136866>>> End_Procedure 136867>>> 136867>>> Function ComEnableAutoIndent Returns Boolean 136869>>> Boolean retVal 136869>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 136870>>> Function_Return retVal 136871>>> End_Function 136872>>> 136872>>> Procedure Set ComEnableAutoIndent Boolean value 136874>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 136875>>> End_Procedure 136876>>> 136876>>> Function ComShowWhiteSpace Returns Boolean 136878>>> Boolean retVal 136878>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 136879>>> Function_Return retVal 136880>>> End_Function 136881>>> 136881>>> Procedure Set ComShowWhiteSpace Boolean value 136883>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 136884>>> End_Procedure 136885>>> 136885>>> Function ComReadOnly Returns Boolean 136887>>> Boolean retVal 136887>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 136888>>> Function_Return retVal 136889>>> End_Function 136890>>> 136890>>> Procedure Set ComReadOnly Boolean value 136892>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 136893>>> End_Procedure 136894>>> 136894>>> Function ComShowCollapsibleNodes Returns Boolean 136896>>> Boolean retVal 136896>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 136897>>> Function_Return retVal 136898>>> End_Function 136899>>> 136899>>> Procedure Set ComShowCollapsibleNodes Boolean value 136901>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 136902>>> End_Procedure 136903>>> 136903>>> Function ComAutoCompleteWndWidth Returns Integer 136905>>> Integer retVal 136905>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 136906>>> Function_Return retVal 136907>>> End_Function 136908>>> 136908>>> Procedure Set ComAutoCompleteWndWidth Integer value 136910>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 136911>>> End_Procedure 136912>>> 136912>>> Function ComEnableEditAccelerators Returns Boolean 136914>>> Boolean retVal 136914>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 136915>>> Function_Return retVal 136916>>> End_Function 136917>>> 136917>>> Procedure Set ComEnableEditAccelerators Boolean value 136919>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 136920>>> End_Procedure 136921>>> 136921>>> Function ComHideCaret Returns Boolean 136923>>> Boolean retVal 136923>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 136924>>> Function_Return retVal 136925>>> End_Function 136926>>> 136926>>> Procedure Set ComHideCaret Boolean value 136928>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 136929>>> End_Procedure 136930>>> 136930>>> Function ComOverwriteMode Returns Boolean 136932>>> Boolean retVal 136932>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 136933>>> Function_Return retVal 136934>>> End_Function 136935>>> 136935>>> Procedure Set ComOverwriteMode Boolean value 136937>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 136938>>> End_Procedure 136939>>> 136939>>> Function ComFileMonitorMode Returns Boolean 136941>>> Boolean retVal 136941>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 136942>>> Function_Return retVal 136943>>> End_Function 136944>>> 136944>>> Procedure Set ComFileMonitorMode Boolean value 136946>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 136947>>> End_Procedure 136948>>> 136948>>> Function ComTabWithSpace Returns Boolean 136950>>> Boolean retVal 136950>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 136951>>> Function_Return retVal 136952>>> End_Function 136953>>> 136953>>> Procedure Set ComTabWithSpace Boolean value 136955>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 136956>>> End_Procedure 136957>>> 136957>>> Function ComTabSize Returns Integer 136959>>> Integer retVal 136959>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 136960>>> Function_Return retVal 136961>>> End_Function 136962>>> 136962>>> Procedure Set ComTabSize Integer value 136964>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 136965>>> End_Procedure 136966>>> 136966>>> Function ComViewOnly Returns Boolean 136968>>> Boolean retVal 136968>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 136969>>> Function_Return retVal 136970>>> End_Function 136971>>> 136971>>> Procedure Set ComViewOnly Boolean value 136973>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 136974>>> End_Procedure 136975>>> 136975>>> Function ComAllowExpandCollapseInViewOnly Returns Boolean 136977>>> Boolean retVal 136977>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 136978>>> Function_Return retVal 136979>>> End_Function 136980>>> 136980>>> Procedure Set ComAllowExpandCollapseInViewOnly Boolean value 136982>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 136983>>> End_Procedure 136984>>> 136984>>> Function ComCustomTitle Returns String 136986>>> String retVal 136986>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BSTR to retVal 136987>>> Function_Return retVal 136988>>> End_Function 136989>>> 136989>>> Procedure Set ComCustomTitle String value 136991>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BSTR to value 136992>>> End_Procedure 136993>>> 136993>>> Function ComActivateOnFocus Returns Boolean 136995>>> Boolean retVal 136995>>> Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to retVal 136996>>> Function_Return retVal 136997>>> End_Function 136998>>> 136998>>> Procedure Set ComActivateOnFocus Boolean value 137000>>> Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_BOOL to value 137001>>> End_Procedure 137002>>> 137002>>> Function ComFindReplaceDialogHistoryCountMax Returns Integer 137004>>> Integer retVal 137004>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 137005>>> Function_Return retVal 137006>>> End_Function 137007>>> 137007>>> Procedure Set ComFindReplaceDialogHistoryCountMax Integer value 137009>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 137010>>> End_Procedure 137011>>> 137011>>> // Returns/Sets whether this control can act as an OLE drop target. 137011>>> Function ComOLEDropMode Returns OLEOLEDropConstants 137013>>> OLEOLEDropConstants retVal 137013>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 137014>>> Function_Return retVal 137015>>> End_Function 137016>>> 137016>>> // Returns/Sets whether this control can act as an OLE drop target. 137016>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 137018>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 137019>>> End_Procedure 137020>>> 137020>>> Function ComReCreateReparented Returns Boolean 137022>>> Boolean retVal 137022>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 137023>>> Function_Return retVal 137024>>> End_Function 137025>>> 137025>>> Procedure Set ComReCreateReparented Boolean value 137027>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 137028>>> End_Procedure 137029>>> 137029>>> Function ComDataManager Returns Variant 137031>>> Handle hDispatchDriver 137031>>> Variant retVal 137031>>> Get phDispatchDriver to hDispatchDriver 137032>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 137033>>> Function_Return retVal 137034>>> End_Function 137035>>> 137035>>> Function ComGlobalSettings Returns Variant 137037>>> Handle hDispatchDriver 137037>>> Variant retVal 137037>>> Get phDispatchDriver to hDispatchDriver 137038>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal 137039>>> Function_Return retVal 137040>>> End_Function 137041>>> 137041>>> Procedure ComOpenFile String llFileName 137043>>> Handle hDispatchDriver 137043>>> Get phDispatchDriver to hDispatchDriver 137044>>> Send PrepareParams to hDispatchDriver 1 137045>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 137046>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 137047>>> End_Procedure 137048>>> 137048>>> Procedure ComSaveFile 137050>>> Handle hDispatchDriver 137050>>> Get phDispatchDriver to hDispatchDriver 137051>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 137052>>> End_Procedure 137053>>> 137053>>> Procedure ComSaveFileAs String llFileName 137055>>> Handle hDispatchDriver 137055>>> Get phDispatchDriver to hDispatchDriver 137056>>> Send PrepareParams to hDispatchDriver 1 137057>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 137058>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 137059>>> End_Procedure 137060>>> 137060>>> Procedure ComAddRemoveBookmark Integer llnRow 137062>>> Handle hDispatchDriver 137062>>> Get phDispatchDriver to hDispatchDriver 137063>>> Send PrepareParams to hDispatchDriver 1 137064>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137065>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 137066>>> End_Procedure 137067>>> 137067>>> Procedure ComAddRemoveBreakPoint Integer llnRow 137069>>> Handle hDispatchDriver 137069>>> Get phDispatchDriver to hDispatchDriver 137070>>> Send PrepareParams to hDispatchDriver 1 137071>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137072>>> Send InvokeComMethod to hDispatchDriver 54 OLE_VT_VOID 137073>>> End_Procedure 137074>>> 137074>>> Procedure ComPrevBookmark 137076>>> Handle hDispatchDriver 137076>>> Get phDispatchDriver to hDispatchDriver 137077>>> Send InvokeComMethod to hDispatchDriver 55 OLE_VT_VOID 137078>>> End_Procedure 137079>>> 137079>>> Procedure ComNextBookmark 137081>>> Handle hDispatchDriver 137081>>> Get phDispatchDriver to hDispatchDriver 137082>>> Send InvokeComMethod to hDispatchDriver 56 OLE_VT_VOID 137083>>> End_Procedure 137084>>> 137084>>> Procedure ComRefreshColors 137086>>> Handle hDispatchDriver 137086>>> Get phDispatchDriver to hDispatchDriver 137087>>> Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID 137088>>> End_Procedure 137089>>> 137089>>> Procedure ComRedrawControl 137091>>> Handle hDispatchDriver 137091>>> Get phDispatchDriver to hDispatchDriver 137092>>> Send InvokeComMethod to hDispatchDriver 58 OLE_VT_VOID 137093>>> End_Procedure 137094>>> 137094>>> // 2nd (optional) param - string with Color Scheme, 3rd (optional) param - bool to show or not (default) internal editor with passed Syntax Scheme, 4th (optional) param - bool to show or not (default) internal editor with passed Color Scheme 137094>>> Procedure ComSetSyntaxAndColorScheme String llSyntaxScheme String llColorScheme Boolean llbScheme Boolean llbColors 137096>>> Handle hDispatchDriver 137096>>> Get phDispatchDriver to hDispatchDriver 137097>>> Send PrepareParams to hDispatchDriver 4 137098>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSyntaxScheme 137099>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llColorScheme 137100>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbScheme 137101>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbColors 137102>>> Send InvokeComMethod to hDispatchDriver 59 OLE_VT_VOID 137103>>> End_Procedure 137104>>> 137104>>> Function ComCurrPos Returns Variant 137106>>> Handle hDispatchDriver 137106>>> Variant retVal 137106>>> Get phDispatchDriver to hDispatchDriver 137107>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal 137108>>> Function_Return retVal 137109>>> End_Function 137110>>> 137110>>> Function ComSelection Returns Variant 137112>>> Handle hDispatchDriver 137112>>> Variant retVal 137112>>> Get phDispatchDriver to hDispatchDriver 137113>>> Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal 137114>>> Function_Return retVal 137115>>> End_Function 137116>>> 137116>>> Procedure ComSetRowBkColor Integer llnRow OLE_COLOR llclrColor 137118>>> Handle hDispatchDriver 137118>>> Get phDispatchDriver to hDispatchDriver 137119>>> Send PrepareParams to hDispatchDriver 2 137120>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137121>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrColor 137122>>> Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID 137123>>> End_Procedure 137124>>> 137124>>> Procedure ComSetRowColor Integer llnRow OLE_COLOR llclrColor 137126>>> Handle hDispatchDriver 137126>>> Get phDispatchDriver to hDispatchDriver 137127>>> Send PrepareParams to hDispatchDriver 2 137128>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137129>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrColor 137130>>> Send InvokeComMethod to hDispatchDriver 66 OLE_VT_VOID 137131>>> End_Procedure 137132>>> 137132>>> Procedure ComShowFindReplaceDialog Boolean llbReplaceDlg 137134>>> Handle hDispatchDriver 137134>>> Get phDispatchDriver to hDispatchDriver 137135>>> Send PrepareParams to hDispatchDriver 1 137136>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbReplaceDlg 137137>>> Send InvokeComMethod to hDispatchDriver 67 OLE_VT_VOID 137138>>> End_Procedure 137139>>> 137139>>> Procedure ComHideFindReplaceDialog 137141>>> Handle hDispatchDriver 137141>>> Get phDispatchDriver to hDispatchDriver 137142>>> Send InvokeComMethod to hDispatchDriver 68 OLE_VT_VOID 137143>>> End_Procedure 137144>>> 137144>>> Function ComFindReplaceDialogVisible Returns Integer 137146>>> Handle hDispatchDriver 137146>>> Integer retVal 137146>>> Get phDispatchDriver to hDispatchDriver 137147>>> Get InvokeComMethod of hDispatchDriver 69 OLE_VT_I4 to retVal 137148>>> Function_Return retVal 137149>>> End_Function 137150>>> 137150>>> Function ComPrintOptions Returns Variant 137152>>> Handle hDispatchDriver 137152>>> Variant retVal 137152>>> Get phDispatchDriver to hDispatchDriver 137153>>> Get InvokeComMethod of hDispatchDriver 70 OLE_VT_DISPATCH to retVal 137154>>> Function_Return retVal 137155>>> End_Function 137156>>> 137156>>> Function ComPrintPreviewOptions Returns Variant 137158>>> Handle hDispatchDriver 137158>>> Variant retVal 137158>>> Get phDispatchDriver to hDispatchDriver 137159>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 137160>>> Function_Return retVal 137161>>> End_Function 137162>>> 137162>>> Procedure ComPrintText OLE_HANDLE lllHDC 137164>>> Handle hDispatchDriver 137164>>> Get phDispatchDriver to hDispatchDriver 137165>>> Send PrepareParams to hDispatchDriver 1 137166>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 137167>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 137168>>> End_Procedure 137169>>> 137169>>> Procedure ComPrintText2 Boolean llbShowPrintDialog 137171>>> Handle hDispatchDriver 137171>>> Get phDispatchDriver to hDispatchDriver 137172>>> Send PrepareParams to hDispatchDriver 1 137173>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbShowPrintDialog 137174>>> Send InvokeComMethod to hDispatchDriver 73 OLE_VT_VOID 137175>>> End_Procedure 137176>>> 137176>>> Procedure ComPrintPreview Boolean llShowPrintDialog 137178>>> Handle hDispatchDriver 137178>>> Get phDispatchDriver to hDispatchDriver 137179>>> Send PrepareParams to hDispatchDriver 1 137180>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 137181>>> Send InvokeComMethod to hDispatchDriver 74 OLE_VT_VOID 137182>>> End_Procedure 137183>>> 137183>>> Function ComPaintManager Returns Variant 137185>>> Handle hDispatchDriver 137185>>> Variant retVal 137185>>> Get phDispatchDriver to hDispatchDriver 137186>>> Get InvokeComMethod of hDispatchDriver 75 OLE_VT_DISPATCH to retVal 137187>>> Function_Return retVal 137188>>> End_Function 137189>>> 137189>>> Procedure ComSyntaxSet String llSyntaxSet 137191>>> Handle hDispatchDriver 137191>>> Get phDispatchDriver to hDispatchDriver 137192>>> Send PrepareParams to hDispatchDriver 1 137193>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSyntaxSet 137194>>> Send InvokeComMethod to hDispatchDriver 76 OLE_VT_VOID 137195>>> End_Procedure 137196>>> 137196>>> Function ComCanCut Returns Boolean 137198>>> Handle hDispatchDriver 137198>>> Boolean retVal 137198>>> Get phDispatchDriver to hDispatchDriver 137199>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 137200>>> Function_Return retVal 137201>>> End_Function 137202>>> 137202>>> Function ComCanCopy Returns Boolean 137204>>> Handle hDispatchDriver 137204>>> Boolean retVal 137204>>> Get phDispatchDriver to hDispatchDriver 137205>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 137206>>> Function_Return retVal 137207>>> End_Function 137208>>> 137208>>> Function ComCanPaste Returns Boolean 137210>>> Handle hDispatchDriver 137210>>> Boolean retVal 137210>>> Get phDispatchDriver to hDispatchDriver 137211>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 137212>>> Function_Return retVal 137213>>> End_Function 137214>>> 137214>>> Function ComCanUndo Returns Boolean 137216>>> Handle hDispatchDriver 137216>>> Boolean retVal 137216>>> Get phDispatchDriver to hDispatchDriver 137217>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 137218>>> Function_Return retVal 137219>>> End_Function 137220>>> 137220>>> Function ComCanRedo Returns Boolean 137222>>> Handle hDispatchDriver 137222>>> Boolean retVal 137222>>> Get phDispatchDriver to hDispatchDriver 137223>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 137224>>> Function_Return retVal 137225>>> End_Function 137226>>> 137226>>> Procedure ComCut 137228>>> Handle hDispatchDriver 137228>>> Get phDispatchDriver to hDispatchDriver 137229>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 137230>>> End_Procedure 137231>>> 137231>>> Procedure ComCopy 137233>>> Handle hDispatchDriver 137233>>> Get phDispatchDriver to hDispatchDriver 137234>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 137235>>> End_Procedure 137236>>> 137236>>> Procedure ComPaste 137238>>> Handle hDispatchDriver 137238>>> Get phDispatchDriver to hDispatchDriver 137239>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 137240>>> End_Procedure 137241>>> 137241>>> Procedure ComUndo 137243>>> Handle hDispatchDriver 137243>>> Get phDispatchDriver to hDispatchDriver 137244>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 137245>>> End_Procedure 137246>>> 137246>>> Procedure ComRedo 137248>>> Handle hDispatchDriver 137248>>> Get phDispatchDriver to hDispatchDriver 137249>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 137250>>> End_Procedure 137251>>> 137251>>> Function ComRowsCount Returns Integer 137253>>> Handle hDispatchDriver 137253>>> Integer retVal 137253>>> Get phDispatchDriver to hDispatchDriver 137254>>> Get InvokeComMethod of hDispatchDriver 201 OLE_VT_I4 to retVal 137255>>> Function_Return retVal 137256>>> End_Function 137257>>> 137257>>> Function ComRowTextLength Integer llnRow Returns Integer 137259>>> Handle hDispatchDriver 137259>>> Integer retVal 137259>>> Get phDispatchDriver to hDispatchDriver 137260>>> Send PrepareParams to hDispatchDriver 1 137261>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137262>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 137263>>> Function_Return retVal 137264>>> End_Function 137265>>> 137265>>> Function ComTextLength Returns Integer 137267>>> Handle hDispatchDriver 137267>>> Integer retVal 137267>>> Get phDispatchDriver to hDispatchDriver 137268>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 137269>>> Function_Return retVal 137270>>> End_Function 137271>>> 137271>>> Function ComRowText Integer llnRow Returns String 137273>>> Handle hDispatchDriver 137273>>> String retVal 137273>>> Get phDispatchDriver to hDispatchDriver 137274>>> Send PrepareParams to hDispatchDriver 1 137275>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137276>>> Get InvokeComMethod of hDispatchDriver 204 OLE_VT_BSTR to retVal 137277>>> Function_Return retVal 137278>>> End_Function 137279>>> 137279>>> Procedure Set ComRowText Integer llnRow String value 137281>>> Handle hDispatchDriver 137281>>> Get phDispatchDriver to hDispatchDriver 137282>>> Send PrepareParams to hDispatchDriver 2 137283>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137284>>> Set ComProperty of hDispatchDriver 204 OLE_VT_BSTR to value 137285>>> End_Procedure 137286>>> 137286>>> Procedure ComInsertRow Integer llnRow String llstrText 137288>>> Handle hDispatchDriver 137288>>> Get phDispatchDriver to hDispatchDriver 137289>>> Send PrepareParams to hDispatchDriver 2 137290>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137291>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrText 137292>>> Send InvokeComMethod to hDispatchDriver 205 OLE_VT_VOID 137293>>> End_Procedure 137294>>> 137294>>> Procedure ComRemoveRow Integer llnRow 137296>>> Handle hDispatchDriver 137296>>> Get phDispatchDriver to hDispatchDriver 137297>>> Send PrepareParams to hDispatchDriver 1 137298>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137299>>> Send InvokeComMethod to hDispatchDriver 206 OLE_VT_VOID 137300>>> End_Procedure 137301>>> 137301>>> Procedure ComSelectAll 137303>>> Handle hDispatchDriver 137303>>> Get phDispatchDriver to hDispatchDriver 137304>>> Send InvokeComMethod to hDispatchDriver 210 OLE_VT_VOID 137305>>> End_Procedure 137306>>> 137306>>> Procedure ComClearUndoBuffer 137308>>> Handle hDispatchDriver 137308>>> Get phDispatchDriver to hDispatchDriver 137309>>> Send InvokeComMethod to hDispatchDriver 211 OLE_VT_VOID 137310>>> End_Procedure 137311>>> 137311>>> Procedure ComIndentSelection 137313>>> Handle hDispatchDriver 137313>>> Get phDispatchDriver to hDispatchDriver 137314>>> Send InvokeComMethod to hDispatchDriver 212 OLE_VT_VOID 137315>>> End_Procedure 137316>>> 137316>>> Procedure ComUnindentSelection 137318>>> Handle hDispatchDriver 137318>>> Get phDispatchDriver to hDispatchDriver 137319>>> Send InvokeComMethod to hDispatchDriver 213 OLE_VT_VOID 137320>>> End_Procedure 137321>>> 137321>>> Function ComSyntaxScheme Returns String 137323>>> Handle hDispatchDriver 137323>>> String retVal 137323>>> Get phDispatchDriver to hDispatchDriver 137324>>> Get InvokeComMethod of hDispatchDriver 214 OLE_VT_BSTR to retVal 137325>>> Function_Return retVal 137326>>> End_Function 137327>>> 137327>>> Procedure Set ComSyntaxScheme String value 137329>>> Handle hDispatchDriver 137329>>> Get phDispatchDriver to hDispatchDriver 137330>>> Send PrepareParams to hDispatchDriver 1 137331>>> Set ComProperty of hDispatchDriver 214 OLE_VT_BSTR to value 137332>>> End_Procedure 137333>>> 137333>>> Function ComColorScheme Returns String 137335>>> Handle hDispatchDriver 137335>>> String retVal 137335>>> Get phDispatchDriver to hDispatchDriver 137336>>> Get InvokeComMethod of hDispatchDriver 215 OLE_VT_BSTR to retVal 137337>>> Function_Return retVal 137338>>> End_Function 137339>>> 137339>>> Procedure Set ComColorScheme String value 137341>>> Handle hDispatchDriver 137341>>> Get phDispatchDriver to hDispatchDriver 137342>>> Send PrepareParams to hDispatchDriver 1 137343>>> Set ComProperty of hDispatchDriver 215 OLE_VT_BSTR to value 137344>>> End_Procedure 137345>>> 137345>>> Function ComLineNumbersFormat Returns String 137347>>> Handle hDispatchDriver 137347>>> String retVal 137347>>> Get phDispatchDriver to hDispatchDriver 137348>>> Get InvokeComMethod of hDispatchDriver 216 OLE_VT_BSTR to retVal 137349>>> Function_Return retVal 137350>>> End_Function 137351>>> 137351>>> Procedure Set ComLineNumbersFormat String value 137353>>> Handle hDispatchDriver 137353>>> Get phDispatchDriver to hDispatchDriver 137354>>> Send PrepareParams to hDispatchDriver 1 137355>>> Set ComProperty of hDispatchDriver 216 OLE_VT_BSTR to value 137356>>> End_Procedure 137357>>> 137357>>> Procedure ComSetCodePage Integer llcodePage 137359>>> Handle hDispatchDriver 137359>>> Get phDispatchDriver to hDispatchDriver 137360>>> Send PrepareParams to hDispatchDriver 1 137361>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcodePage 137362>>> Send InvokeComMethod to hDispatchDriver 217 OLE_VT_VOID 137363>>> End_Procedure 137364>>> 137364>>> Procedure ComPrintPreviewExt Boolean llShowPrintDialog Integer llxLeft Integer llyTop Integer llxRight Integer llyBottom 137366>>> Handle hDispatchDriver 137366>>> Get phDispatchDriver to hDispatchDriver 137367>>> Send PrepareParams to hDispatchDriver 5 137368>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 137369>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxLeft 137370>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyTop 137371>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxRight 137372>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyBottom 137373>>> Send InvokeComMethod to hDispatchDriver 220 OLE_VT_VOID 137374>>> End_Procedure 137375>>> 137375>>> Function ComRowColCodeFromPoint Integer llx Integer lly Integer ByRef llRow Integer ByRef llCol Returns Boolean 137377>>> Handle hDispatchDriver 137377>>> Boolean retVal 137377>>> Get phDispatchDriver to hDispatchDriver 137378>>> Send PrepareParams to hDispatchDriver 4 137379>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 137380>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 137381>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRow 137382>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llCol 137383>>> Get InvokeComMethod of hDispatchDriver 221 OLE_VT_BOOL to retVal 137384>>> Function_Return retVal 137385>>> End_Function 137386>>> 137386>>> Function ComFind String llszText Boolean llbMatchWholeWord Boolean llbMatchCase Boolean llbSearchDown Boolean llbRedraw Integer llnStartRow Integer llnStartCol Returns Boolean 137388>>> Handle hDispatchDriver 137388>>> Boolean retVal 137388>>> Get phDispatchDriver to hDispatchDriver 137389>>> Send PrepareParams to hDispatchDriver 7 137390>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszText 137391>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchWholeWord 137392>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchCase 137393>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSearchDown 137394>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbRedraw 137395>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnStartRow 137396>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnStartCol 137397>>> Get InvokeComMethod of hDispatchDriver 231 OLE_VT_BOOL to retVal 137398>>> Function_Return retVal 137399>>> End_Function 137400>>> 137400>>> Function ComReplaceSel String llszNewText Returns Boolean 137402>>> Handle hDispatchDriver 137402>>> Boolean retVal 137402>>> Get phDispatchDriver to hDispatchDriver 137403>>> Send PrepareParams to hDispatchDriver 1 137404>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszNewText 137405>>> Get InvokeComMethod of hDispatchDriver 232 OLE_VT_BOOL to retVal 137406>>> Function_Return retVal 137407>>> End_Function 137408>>> 137408>>> Function ComReplaceAll String llszFindText String llszReplaceText Boolean llbMatchWholeWord Boolean llbMatchCase Returns Integer 137410>>> Handle hDispatchDriver 137410>>> Integer retVal 137410>>> Get phDispatchDriver to hDispatchDriver 137411>>> Send PrepareParams to hDispatchDriver 4 137412>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszFindText 137413>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszReplaceText 137414>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchWholeWord 137415>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchCase 137416>>> Get InvokeComMethod of hDispatchDriver 233 OLE_VT_I4 to retVal 137417>>> Function_Return retVal 137418>>> End_Function 137419>>> 137419>>> Procedure ComSetScrollBars OLE_HANDLE llhScrollBar OLE_HANDLE llvScrollBar 137421>>> Handle hDispatchDriver 137421>>> Get phDispatchDriver to hDispatchDriver 137422>>> Send PrepareParams to hDispatchDriver 2 137423>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhScrollBar 137424>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llvScrollBar 137425>>> Send InvokeComMethod to hDispatchDriver 240 OLE_VT_VOID 137426>>> End_Procedure 137427>>> 137427>>> Procedure ComAboutBox 137429>>> Handle hDispatchDriver 137429>>> Get phDispatchDriver to hDispatchDriver 137430>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 137431>>> End_Procedure 137432>>>End_Class 137433>>> 137433>>>// Event interface for Syntax Edit 137433>>>Class cSigCjCom_DSyntaxEditEvents is a Mixin 137434>>> 137434>>> Procedure OnComDblClick 137436>>> End_Procedure 137437>>> 137437>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 137439>>> End_Procedure 137440>>> 137440>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 137442>>> End_Procedure 137443>>> 137443>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 137445>>> End_Procedure 137446>>> 137446>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 137448>>> End_Procedure 137449>>> 137449>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 137451>>> End_Procedure 137452>>> 137452>>> Procedure OnComCurPosChanged Integer llnNewRow Integer llnNewCol 137454>>> End_Procedure 137455>>> 137455>>> Procedure OnComTextChanged Integer llnRowFrom Integer llnRowTo Integer llnActions 137457>>> End_Procedure 137458>>> 137458>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 137460>>> End_Procedure 137461>>> 137461>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 137463>>> End_Procedure 137464>>> 137464>>> Procedure OnComReCreated 137466>>> End_Procedure 137467>>> 137467>>> Procedure RegisterComEvents 137469>>> Send RegisterComEvent -601 msg_OnComDblClick 137470>>> Send RegisterComEvent -605 msg_OnComMouseDown 137471>>> Send RegisterComEvent -606 msg_OnComMouseMove 137472>>> Send RegisterComEvent -607 msg_OnComMouseUp 137473>>> Send RegisterComEvent -602 msg_OnComKeyDown 137474>>> Send RegisterComEvent -604 msg_OnComKeyUp 137475>>> Send RegisterComEvent 1 msg_OnComCurPosChanged 137476>>> Send RegisterComEvent 21 msg_OnComTextChanged 137477>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 137478>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 137479>>> Send RegisterComEvent 10001000 msg_OnComReCreated 137480>>> End_Procedure 137481>>>End_Class 137482>>> 137482>>>// Syntax Edit 137482>>>Class cSigCjComSyntaxEdit is a cComActiveXControl 137483>>> Import_Class_Protocol cSigCjCom_DSyntaxEdit 137484>>> Import_Class_Protocol cSigCjCom_DSyntaxEditEvents 137485>>> 137485>>> Procedure Construct_Object 137487>>> Forward Send Construct_Object 137489>>> Set psProgID to L_cSigCjComSyntaxEdit 137490>>> Set psEventId to "{C0DE2030-13B2-4EEB-B4B8-DB0D5E3F7B24}" 137491>>> Set psLicenseKey to L_cSigCjKeySyntaxEdit 137492>>> Set peAutoCreate to acDeferredAutoCreate 137493>>> End_Procedure 137494>>>End_Class 137495>>> 137495>>>// Dispatch interface for Syntax Edit 137495>>>Class cSigCjCom_DSyntaxEditFrame is a Mixin 137496>>> 137496>>> Function ComHWnd Returns OLE_HANDLE 137498>>> OLE_HANDLE retVal 137498>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 137499>>> Function_Return retVal 137500>>> End_Function 137501>>> 137501>>> Procedure Set ComHWnd OLE_HANDLE value 137503>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 137504>>> End_Procedure 137505>>> 137505>>> Function ComEnabled Returns Boolean 137507>>> Boolean retVal 137507>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 137508>>> Function_Return retVal 137509>>> End_Function 137510>>> 137510>>> Procedure Set ComEnabled Boolean value 137512>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 137513>>> End_Procedure 137514>>> 137514>>> Function ComFont Returns Variant 137516>>> Variant retVal 137516>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 137517>>> Function_Return retVal 137518>>> End_Function 137519>>> 137519>>> Procedure Set ComFont Variant value 137521>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 137522>>> End_Procedure 137523>>> 137523>>> Function ComText Returns String 137525>>> String retVal 137525>>> Get ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to retVal 137526>>> Function_Return retVal 137527>>> End_Function 137528>>> 137528>>> Procedure Set ComText String value 137530>>> Set ComProperty of (phDispatchDriver(Self)) -517 OLE_VT_BSTR to value 137531>>> End_Procedure 137532>>> 137532>>> Function ComConfigFile Returns String 137534>>> String retVal 137534>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to retVal 137535>>> Function_Return retVal 137536>>> End_Function 137537>>> 137537>>> Procedure Set ComConfigFile String value 137539>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BSTR to value 137540>>> End_Procedure 137541>>> 137541>>> Function ComTopRow Returns Integer 137543>>> Integer retVal 137543>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 137544>>> Function_Return retVal 137545>>> End_Function 137546>>> 137546>>> Procedure Set ComTopRow Integer value 137548>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 137549>>> End_Procedure 137550>>> 137550>>> Function ComEnableSyntaxColorization Returns Boolean 137552>>> Boolean retVal 137552>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal 137553>>> Function_Return retVal 137554>>> End_Function 137555>>> 137555>>> Procedure Set ComEnableSyntaxColorization Boolean value 137557>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value 137558>>> End_Procedure 137559>>> 137559>>> Function ComShowLineNumbers Returns Boolean 137561>>> Boolean retVal 137561>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 137562>>> Function_Return retVal 137563>>> End_Function 137564>>> 137564>>> Procedure Set ComShowLineNumbers Boolean value 137566>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 137567>>> End_Procedure 137568>>> 137568>>> Function ComShowSelectionMargin Returns Boolean 137570>>> Boolean retVal 137570>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 137571>>> Function_Return retVal 137572>>> End_Function 137573>>> 137573>>> Procedure Set ComShowSelectionMargin Boolean value 137575>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 137576>>> End_Procedure 137577>>> 137577>>> Function ComEnableVirtualSpace Returns Boolean 137579>>> Boolean retVal 137579>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 137580>>> Function_Return retVal 137581>>> End_Function 137582>>> 137582>>> Procedure Set ComEnableVirtualSpace Boolean value 137584>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 137585>>> End_Procedure 137586>>> 137586>>> Function ComEnableAutoIndent Returns Boolean 137588>>> Boolean retVal 137588>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to retVal 137589>>> Function_Return retVal 137590>>> End_Function 137591>>> 137591>>> Procedure Set ComEnableAutoIndent Boolean value 137593>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_BOOL to value 137594>>> End_Procedure 137595>>> 137595>>> Function ComShowWhiteSpace Returns Boolean 137597>>> Boolean retVal 137597>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to retVal 137598>>> Function_Return retVal 137599>>> End_Function 137600>>> 137600>>> Procedure Set ComShowWhiteSpace Boolean value 137602>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_BOOL to value 137603>>> End_Procedure 137604>>> 137604>>> Function ComReadOnly Returns Boolean 137606>>> Boolean retVal 137606>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal 137607>>> Function_Return retVal 137608>>> End_Function 137609>>> 137609>>> Procedure Set ComReadOnly Boolean value 137611>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value 137612>>> End_Procedure 137613>>> 137613>>> Function ComShowCollapsibleNodes Returns Boolean 137615>>> Boolean retVal 137615>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal 137616>>> Function_Return retVal 137617>>> End_Function 137618>>> 137618>>> Procedure Set ComShowCollapsibleNodes Boolean value 137620>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value 137621>>> End_Procedure 137622>>> 137622>>> Function ComAutoCompleteWndWidth Returns Integer 137624>>> Integer retVal 137624>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 137625>>> Function_Return retVal 137626>>> End_Function 137627>>> 137627>>> Procedure Set ComAutoCompleteWndWidth Integer value 137629>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 137630>>> End_Procedure 137631>>> 137631>>> Function ComEnableEditAccelerators Returns Boolean 137633>>> Boolean retVal 137633>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to retVal 137634>>> Function_Return retVal 137635>>> End_Function 137636>>> 137636>>> Procedure Set ComEnableEditAccelerators Boolean value 137638>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_BOOL to value 137639>>> End_Procedure 137640>>> 137640>>> Function ComHideCaret Returns Boolean 137642>>> Boolean retVal 137642>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal 137643>>> Function_Return retVal 137644>>> End_Function 137645>>> 137645>>> Procedure Set ComHideCaret Boolean value 137647>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value 137648>>> End_Procedure 137649>>> 137649>>> Function ComOverwriteMode Returns Boolean 137651>>> Boolean retVal 137651>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal 137652>>> Function_Return retVal 137653>>> End_Function 137654>>> 137654>>> Procedure Set ComOverwriteMode Boolean value 137656>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value 137657>>> End_Procedure 137658>>> 137658>>> Function ComFileMonitorMode Returns Boolean 137660>>> Boolean retVal 137660>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to retVal 137661>>> Function_Return retVal 137662>>> End_Function 137663>>> 137663>>> Procedure Set ComFileMonitorMode Boolean value 137665>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_BOOL to value 137666>>> End_Procedure 137667>>> 137667>>> Function ComTabWithSpace Returns Boolean 137669>>> Boolean retVal 137669>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal 137670>>> Function_Return retVal 137671>>> End_Function 137672>>> 137672>>> Procedure Set ComTabWithSpace Boolean value 137674>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value 137675>>> End_Procedure 137676>>> 137676>>> Function ComTabSize Returns Integer 137678>>> Integer retVal 137678>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 137679>>> Function_Return retVal 137680>>> End_Function 137681>>> 137681>>> Procedure Set ComTabSize Integer value 137683>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 137684>>> End_Procedure 137685>>> 137685>>> Function ComViewOnly Returns Boolean 137687>>> Boolean retVal 137687>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 137688>>> Function_Return retVal 137689>>> End_Function 137690>>> 137690>>> Procedure Set ComViewOnly Boolean value 137692>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 137693>>> End_Procedure 137694>>> 137694>>> Function ComAllowExpandCollapseInViewOnly Returns Boolean 137696>>> Boolean retVal 137696>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 137697>>> Function_Return retVal 137698>>> End_Function 137699>>> 137699>>> Procedure Set ComAllowExpandCollapseInViewOnly Boolean value 137701>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 137702>>> End_Procedure 137703>>> 137703>>> Function ComCustomTitle Returns String 137705>>> String retVal 137705>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BSTR to retVal 137706>>> Function_Return retVal 137707>>> End_Function 137708>>> 137708>>> Procedure Set ComCustomTitle String value 137710>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_BSTR to value 137711>>> End_Procedure 137712>>> 137712>>> Function ComFindReplaceDialogHistoryCountMax Returns Integer 137714>>> Integer retVal 137714>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal 137715>>> Function_Return retVal 137716>>> End_Function 137717>>> 137717>>> Procedure Set ComFindReplaceDialogHistoryCountMax Integer value 137719>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value 137720>>> End_Procedure 137721>>> 137721>>> // Returns/Sets whether this control can act as an OLE drop target. 137721>>> Function ComOLEDropMode Returns OLEOLEDropConstants 137723>>> OLEOLEDropConstants retVal 137723>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 137724>>> Function_Return retVal 137725>>> End_Function 137726>>> 137726>>> // Returns/Sets whether this control can act as an OLE drop target. 137726>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 137728>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 137729>>> End_Procedure 137730>>> 137730>>> Function ComReCreateReparented Returns Boolean 137732>>> Boolean retVal 137732>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 137733>>> Function_Return retVal 137734>>> End_Function 137735>>> 137735>>> Procedure Set ComReCreateReparented Boolean value 137737>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 137738>>> End_Procedure 137739>>> 137739>>> Function ComDataManager Returns Variant 137741>>> Handle hDispatchDriver 137741>>> Variant retVal 137741>>> Get phDispatchDriver to hDispatchDriver 137742>>> Get InvokeComMethod of hDispatchDriver 2 OLE_VT_DISPATCH to retVal 137743>>> Function_Return retVal 137744>>> End_Function 137745>>> 137745>>> Function ComGlobalSettings Returns Variant 137747>>> Handle hDispatchDriver 137747>>> Variant retVal 137747>>> Get phDispatchDriver to hDispatchDriver 137748>>> Get InvokeComMethod of hDispatchDriver 33 OLE_VT_DISPATCH to retVal 137749>>> Function_Return retVal 137750>>> End_Function 137751>>> 137751>>> Procedure ComOpenFile String llFileName 137753>>> Handle hDispatchDriver 137753>>> Get phDispatchDriver to hDispatchDriver 137754>>> Send PrepareParams to hDispatchDriver 1 137755>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 137756>>> Send InvokeComMethod to hDispatchDriver 50 OLE_VT_VOID 137757>>> End_Procedure 137758>>> 137758>>> Procedure ComSaveFile 137760>>> Handle hDispatchDriver 137760>>> Get phDispatchDriver to hDispatchDriver 137761>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 137762>>> End_Procedure 137763>>> 137763>>> Procedure ComSaveFileAs String llFileName 137765>>> Handle hDispatchDriver 137765>>> Get phDispatchDriver to hDispatchDriver 137766>>> Send PrepareParams to hDispatchDriver 1 137767>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llFileName 137768>>> Send InvokeComMethod to hDispatchDriver 52 OLE_VT_VOID 137769>>> End_Procedure 137770>>> 137770>>> Procedure ComAddRemoveBookmark Integer llnRow 137772>>> Handle hDispatchDriver 137772>>> Get phDispatchDriver to hDispatchDriver 137773>>> Send PrepareParams to hDispatchDriver 1 137774>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137775>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 137776>>> End_Procedure 137777>>> 137777>>> Procedure ComAddRemoveBreakPoint Integer llnRow 137779>>> Handle hDispatchDriver 137779>>> Get phDispatchDriver to hDispatchDriver 137780>>> Send PrepareParams to hDispatchDriver 1 137781>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137782>>> Send InvokeComMethod to hDispatchDriver 54 OLE_VT_VOID 137783>>> End_Procedure 137784>>> 137784>>> Procedure ComPrevBookmark 137786>>> Handle hDispatchDriver 137786>>> Get phDispatchDriver to hDispatchDriver 137787>>> Send InvokeComMethod to hDispatchDriver 55 OLE_VT_VOID 137788>>> End_Procedure 137789>>> 137789>>> Procedure ComNextBookmark 137791>>> Handle hDispatchDriver 137791>>> Get phDispatchDriver to hDispatchDriver 137792>>> Send InvokeComMethod to hDispatchDriver 56 OLE_VT_VOID 137793>>> End_Procedure 137794>>> 137794>>> Procedure ComRefreshColors 137796>>> Handle hDispatchDriver 137796>>> Get phDispatchDriver to hDispatchDriver 137797>>> Send InvokeComMethod to hDispatchDriver 57 OLE_VT_VOID 137798>>> End_Procedure 137799>>> 137799>>> Procedure ComRedrawControl 137801>>> Handle hDispatchDriver 137801>>> Get phDispatchDriver to hDispatchDriver 137802>>> Send InvokeComMethod to hDispatchDriver 58 OLE_VT_VOID 137803>>> End_Procedure 137804>>> 137804>>> // 2nd (optional) param - string with Color Scheme, 3rd (optional) param - bool to show or not (default) internal editor with passed Syntax Scheme, 4th (optional) param - bool to show or not (default) internal editor with passed Color Scheme 137804>>> Procedure ComSetSyntaxAndColorScheme String llSyntaxScheme String llColorScheme Boolean llbScheme Boolean llbColors 137806>>> Handle hDispatchDriver 137806>>> Get phDispatchDriver to hDispatchDriver 137807>>> Send PrepareParams to hDispatchDriver 4 137808>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSyntaxScheme 137809>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llColorScheme 137810>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbScheme 137811>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbColors 137812>>> Send InvokeComMethod to hDispatchDriver 59 OLE_VT_VOID 137813>>> End_Procedure 137814>>> 137814>>> Function ComCurrPos Returns Variant 137816>>> Handle hDispatchDriver 137816>>> Variant retVal 137816>>> Get phDispatchDriver to hDispatchDriver 137817>>> Get InvokeComMethod of hDispatchDriver 63 OLE_VT_DISPATCH to retVal 137818>>> Function_Return retVal 137819>>> End_Function 137820>>> 137820>>> Function ComSelection Returns Variant 137822>>> Handle hDispatchDriver 137822>>> Variant retVal 137822>>> Get phDispatchDriver to hDispatchDriver 137823>>> Get InvokeComMethod of hDispatchDriver 64 OLE_VT_DISPATCH to retVal 137824>>> Function_Return retVal 137825>>> End_Function 137826>>> 137826>>> Procedure ComSetRowBkColor Integer llnRow OLE_COLOR llclrColor 137828>>> Handle hDispatchDriver 137828>>> Get phDispatchDriver to hDispatchDriver 137829>>> Send PrepareParams to hDispatchDriver 2 137830>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137831>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrColor 137832>>> Send InvokeComMethod to hDispatchDriver 65 OLE_VT_VOID 137833>>> End_Procedure 137834>>> 137834>>> Procedure ComSetRowColor Integer llnRow OLE_COLOR llclrColor 137836>>> Handle hDispatchDriver 137836>>> Get phDispatchDriver to hDispatchDriver 137837>>> Send PrepareParams to hDispatchDriver 2 137838>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137839>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llclrColor 137840>>> Send InvokeComMethod to hDispatchDriver 66 OLE_VT_VOID 137841>>> End_Procedure 137842>>> 137842>>> Procedure ComShowFindReplaceDialog Boolean llbReplaceDlg 137844>>> Handle hDispatchDriver 137844>>> Get phDispatchDriver to hDispatchDriver 137845>>> Send PrepareParams to hDispatchDriver 1 137846>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbReplaceDlg 137847>>> Send InvokeComMethod to hDispatchDriver 67 OLE_VT_VOID 137848>>> End_Procedure 137849>>> 137849>>> Procedure ComHideFindReplaceDialog 137851>>> Handle hDispatchDriver 137851>>> Get phDispatchDriver to hDispatchDriver 137852>>> Send InvokeComMethod to hDispatchDriver 68 OLE_VT_VOID 137853>>> End_Procedure 137854>>> 137854>>> Function ComFindReplaceDialogVisible Returns Integer 137856>>> Handle hDispatchDriver 137856>>> Integer retVal 137856>>> Get phDispatchDriver to hDispatchDriver 137857>>> Get InvokeComMethod of hDispatchDriver 69 OLE_VT_I4 to retVal 137858>>> Function_Return retVal 137859>>> End_Function 137860>>> 137860>>> Function ComPrintOptions Returns Variant 137862>>> Handle hDispatchDriver 137862>>> Variant retVal 137862>>> Get phDispatchDriver to hDispatchDriver 137863>>> Get InvokeComMethod of hDispatchDriver 70 OLE_VT_DISPATCH to retVal 137864>>> Function_Return retVal 137865>>> End_Function 137866>>> 137866>>> Function ComPrintPreviewOptions Returns Variant 137868>>> Handle hDispatchDriver 137868>>> Variant retVal 137868>>> Get phDispatchDriver to hDispatchDriver 137869>>> Get InvokeComMethod of hDispatchDriver 71 OLE_VT_DISPATCH to retVal 137870>>> Function_Return retVal 137871>>> End_Function 137872>>> 137872>>> Procedure ComPrintText OLE_HANDLE lllHDC 137874>>> Handle hDispatchDriver 137874>>> Get phDispatchDriver to hDispatchDriver 137875>>> Send PrepareParams to hDispatchDriver 1 137876>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lllHDC 137877>>> Send InvokeComMethod to hDispatchDriver 72 OLE_VT_VOID 137878>>> End_Procedure 137879>>> 137879>>> Procedure ComPrintText2 Boolean llbShowPrintDialog 137881>>> Handle hDispatchDriver 137881>>> Get phDispatchDriver to hDispatchDriver 137882>>> Send PrepareParams to hDispatchDriver 1 137883>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbShowPrintDialog 137884>>> Send InvokeComMethod to hDispatchDriver 73 OLE_VT_VOID 137885>>> End_Procedure 137886>>> 137886>>> Procedure ComPrintPreview Boolean llShowPrintDialog 137888>>> Handle hDispatchDriver 137888>>> Get phDispatchDriver to hDispatchDriver 137889>>> Send PrepareParams to hDispatchDriver 1 137890>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 137891>>> Send InvokeComMethod to hDispatchDriver 74 OLE_VT_VOID 137892>>> End_Procedure 137893>>> 137893>>> Function ComPaintManager Returns Variant 137895>>> Handle hDispatchDriver 137895>>> Variant retVal 137895>>> Get phDispatchDriver to hDispatchDriver 137896>>> Get InvokeComMethod of hDispatchDriver 75 OLE_VT_DISPATCH to retVal 137897>>> Function_Return retVal 137898>>> End_Function 137899>>> 137899>>> Procedure ComSyntaxSet String llSyntaxSet 137901>>> Handle hDispatchDriver 137901>>> Get phDispatchDriver to hDispatchDriver 137902>>> Send PrepareParams to hDispatchDriver 1 137903>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llSyntaxSet 137904>>> Send InvokeComMethod to hDispatchDriver 76 OLE_VT_VOID 137905>>> End_Procedure 137906>>> 137906>>> Function ComCanCut Returns Boolean 137908>>> Handle hDispatchDriver 137908>>> Boolean retVal 137908>>> Get phDispatchDriver to hDispatchDriver 137909>>> Get InvokeComMethod of hDispatchDriver 120 OLE_VT_BOOL to retVal 137910>>> Function_Return retVal 137911>>> End_Function 137912>>> 137912>>> Function ComCanCopy Returns Boolean 137914>>> Handle hDispatchDriver 137914>>> Boolean retVal 137914>>> Get phDispatchDriver to hDispatchDriver 137915>>> Get InvokeComMethod of hDispatchDriver 121 OLE_VT_BOOL to retVal 137916>>> Function_Return retVal 137917>>> End_Function 137918>>> 137918>>> Function ComCanPaste Returns Boolean 137920>>> Handle hDispatchDriver 137920>>> Boolean retVal 137920>>> Get phDispatchDriver to hDispatchDriver 137921>>> Get InvokeComMethod of hDispatchDriver 122 OLE_VT_BOOL to retVal 137922>>> Function_Return retVal 137923>>> End_Function 137924>>> 137924>>> Function ComCanUndo Returns Boolean 137926>>> Handle hDispatchDriver 137926>>> Boolean retVal 137926>>> Get phDispatchDriver to hDispatchDriver 137927>>> Get InvokeComMethod of hDispatchDriver 123 OLE_VT_BOOL to retVal 137928>>> Function_Return retVal 137929>>> End_Function 137930>>> 137930>>> Function ComCanRedo Returns Boolean 137932>>> Handle hDispatchDriver 137932>>> Boolean retVal 137932>>> Get phDispatchDriver to hDispatchDriver 137933>>> Get InvokeComMethod of hDispatchDriver 124 OLE_VT_BOOL to retVal 137934>>> Function_Return retVal 137935>>> End_Function 137936>>> 137936>>> Procedure ComCut 137938>>> Handle hDispatchDriver 137938>>> Get phDispatchDriver to hDispatchDriver 137939>>> Send InvokeComMethod to hDispatchDriver 125 OLE_VT_VOID 137940>>> End_Procedure 137941>>> 137941>>> Procedure ComCopy 137943>>> Handle hDispatchDriver 137943>>> Get phDispatchDriver to hDispatchDriver 137944>>> Send InvokeComMethod to hDispatchDriver 126 OLE_VT_VOID 137945>>> End_Procedure 137946>>> 137946>>> Procedure ComPaste 137948>>> Handle hDispatchDriver 137948>>> Get phDispatchDriver to hDispatchDriver 137949>>> Send InvokeComMethod to hDispatchDriver 127 OLE_VT_VOID 137950>>> End_Procedure 137951>>> 137951>>> Procedure ComUndo 137953>>> Handle hDispatchDriver 137953>>> Get phDispatchDriver to hDispatchDriver 137954>>> Send InvokeComMethod to hDispatchDriver 128 OLE_VT_VOID 137955>>> End_Procedure 137956>>> 137956>>> Procedure ComRedo 137958>>> Handle hDispatchDriver 137958>>> Get phDispatchDriver to hDispatchDriver 137959>>> Send InvokeComMethod to hDispatchDriver 129 OLE_VT_VOID 137960>>> End_Procedure 137961>>> 137961>>> Function ComRowsCount Returns Integer 137963>>> Handle hDispatchDriver 137963>>> Integer retVal 137963>>> Get phDispatchDriver to hDispatchDriver 137964>>> Get InvokeComMethod of hDispatchDriver 201 OLE_VT_I4 to retVal 137965>>> Function_Return retVal 137966>>> End_Function 137967>>> 137967>>> Function ComRowTextLength Integer llnRow Returns Integer 137969>>> Handle hDispatchDriver 137969>>> Integer retVal 137969>>> Get phDispatchDriver to hDispatchDriver 137970>>> Send PrepareParams to hDispatchDriver 1 137971>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137972>>> Get InvokeComMethod of hDispatchDriver 202 OLE_VT_I4 to retVal 137973>>> Function_Return retVal 137974>>> End_Function 137975>>> 137975>>> Function ComTextLength Returns Integer 137977>>> Handle hDispatchDriver 137977>>> Integer retVal 137977>>> Get phDispatchDriver to hDispatchDriver 137978>>> Get InvokeComMethod of hDispatchDriver 203 OLE_VT_I4 to retVal 137979>>> Function_Return retVal 137980>>> End_Function 137981>>> 137981>>> Function ComRowText Integer llnRow Returns String 137983>>> Handle hDispatchDriver 137983>>> String retVal 137983>>> Get phDispatchDriver to hDispatchDriver 137984>>> Send PrepareParams to hDispatchDriver 1 137985>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137986>>> Get InvokeComMethod of hDispatchDriver 204 OLE_VT_BSTR to retVal 137987>>> Function_Return retVal 137988>>> End_Function 137989>>> 137989>>> Procedure Set ComRowText Integer llnRow String value 137991>>> Handle hDispatchDriver 137991>>> Get phDispatchDriver to hDispatchDriver 137992>>> Send PrepareParams to hDispatchDriver 2 137993>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 137994>>> Set ComProperty of hDispatchDriver 204 OLE_VT_BSTR to value 137995>>> End_Procedure 137996>>> 137996>>> Procedure ComInsertRow Integer llnRow String llstrText 137998>>> Handle hDispatchDriver 137998>>> Get phDispatchDriver to hDispatchDriver 137999>>> Send PrepareParams to hDispatchDriver 2 138000>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 138001>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llstrText 138002>>> Send InvokeComMethod to hDispatchDriver 205 OLE_VT_VOID 138003>>> End_Procedure 138004>>> 138004>>> Procedure ComRemoveRow Integer llnRow 138006>>> Handle hDispatchDriver 138006>>> Get phDispatchDriver to hDispatchDriver 138007>>> Send PrepareParams to hDispatchDriver 1 138008>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 138009>>> Send InvokeComMethod to hDispatchDriver 206 OLE_VT_VOID 138010>>> End_Procedure 138011>>> 138011>>> Procedure ComSelectAll 138013>>> Handle hDispatchDriver 138013>>> Get phDispatchDriver to hDispatchDriver 138014>>> Send InvokeComMethod to hDispatchDriver 210 OLE_VT_VOID 138015>>> End_Procedure 138016>>> 138016>>> Procedure ComClearUndoBuffer 138018>>> Handle hDispatchDriver 138018>>> Get phDispatchDriver to hDispatchDriver 138019>>> Send InvokeComMethod to hDispatchDriver 211 OLE_VT_VOID 138020>>> End_Procedure 138021>>> 138021>>> Procedure ComIndentSelection 138023>>> Handle hDispatchDriver 138023>>> Get phDispatchDriver to hDispatchDriver 138024>>> Send InvokeComMethod to hDispatchDriver 212 OLE_VT_VOID 138025>>> End_Procedure 138026>>> 138026>>> Procedure ComUnindentSelection 138028>>> Handle hDispatchDriver 138028>>> Get phDispatchDriver to hDispatchDriver 138029>>> Send InvokeComMethod to hDispatchDriver 213 OLE_VT_VOID 138030>>> End_Procedure 138031>>> 138031>>> Function ComSyntaxScheme Returns String 138033>>> Handle hDispatchDriver 138033>>> String retVal 138033>>> Get phDispatchDriver to hDispatchDriver 138034>>> Get InvokeComMethod of hDispatchDriver 214 OLE_VT_BSTR to retVal 138035>>> Function_Return retVal 138036>>> End_Function 138037>>> 138037>>> Procedure Set ComSyntaxScheme String value 138039>>> Handle hDispatchDriver 138039>>> Get phDispatchDriver to hDispatchDriver 138040>>> Send PrepareParams to hDispatchDriver 1 138041>>> Set ComProperty of hDispatchDriver 214 OLE_VT_BSTR to value 138042>>> End_Procedure 138043>>> 138043>>> Function ComColorScheme Returns String 138045>>> Handle hDispatchDriver 138045>>> String retVal 138045>>> Get phDispatchDriver to hDispatchDriver 138046>>> Get InvokeComMethod of hDispatchDriver 215 OLE_VT_BSTR to retVal 138047>>> Function_Return retVal 138048>>> End_Function 138049>>> 138049>>> Procedure Set ComColorScheme String value 138051>>> Handle hDispatchDriver 138051>>> Get phDispatchDriver to hDispatchDriver 138052>>> Send PrepareParams to hDispatchDriver 1 138053>>> Set ComProperty of hDispatchDriver 215 OLE_VT_BSTR to value 138054>>> End_Procedure 138055>>> 138055>>> Function ComLineNumbersFormat Returns String 138057>>> Handle hDispatchDriver 138057>>> String retVal 138057>>> Get phDispatchDriver to hDispatchDriver 138058>>> Get InvokeComMethod of hDispatchDriver 216 OLE_VT_BSTR to retVal 138059>>> Function_Return retVal 138060>>> End_Function 138061>>> 138061>>> Procedure Set ComLineNumbersFormat String value 138063>>> Handle hDispatchDriver 138063>>> Get phDispatchDriver to hDispatchDriver 138064>>> Send PrepareParams to hDispatchDriver 1 138065>>> Set ComProperty of hDispatchDriver 216 OLE_VT_BSTR to value 138066>>> End_Procedure 138067>>> 138067>>> Procedure ComSetCodePage Integer llcodePage 138069>>> Handle hDispatchDriver 138069>>> Get phDispatchDriver to hDispatchDriver 138070>>> Send PrepareParams to hDispatchDriver 1 138071>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcodePage 138072>>> Send InvokeComMethod to hDispatchDriver 217 OLE_VT_VOID 138073>>> End_Procedure 138074>>> 138074>>> Procedure ComPrintPreviewExt Boolean llShowPrintDialog Integer llxLeft Integer llyTop Integer llxRight Integer llyBottom 138076>>> Handle hDispatchDriver 138076>>> Get phDispatchDriver to hDispatchDriver 138077>>> Send PrepareParams to hDispatchDriver 5 138078>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llShowPrintDialog 138079>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxLeft 138080>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyTop 138081>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llxRight 138082>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llyBottom 138083>>> Send InvokeComMethod to hDispatchDriver 220 OLE_VT_VOID 138084>>> End_Procedure 138085>>> 138085>>> Function ComRowColCodeFromPoint Integer llx Integer lly Integer ByRef llRow Integer ByRef llCol Returns Boolean 138087>>> Handle hDispatchDriver 138087>>> Boolean retVal 138087>>> Get phDispatchDriver to hDispatchDriver 138088>>> Send PrepareParams to hDispatchDriver 4 138089>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llx 138090>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lly 138091>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRow 138092>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llCol 138093>>> Get InvokeComMethod of hDispatchDriver 221 OLE_VT_BOOL to retVal 138094>>> Function_Return retVal 138095>>> End_Function 138096>>> 138096>>> Function ComFind String llszText Boolean llbMatchWholeWord Boolean llbMatchCase Boolean llbSearchDown Boolean llbRedraw Integer llnStartRow Integer llnStartCol Returns Boolean 138098>>> Handle hDispatchDriver 138098>>> Boolean retVal 138098>>> Get phDispatchDriver to hDispatchDriver 138099>>> Send PrepareParams to hDispatchDriver 7 138100>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszText 138101>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchWholeWord 138102>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchCase 138103>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbSearchDown 138104>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbRedraw 138105>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnStartRow 138106>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnStartCol 138107>>> Get InvokeComMethod of hDispatchDriver 231 OLE_VT_BOOL to retVal 138108>>> Function_Return retVal 138109>>> End_Function 138110>>> 138110>>> Function ComReplaceSel String llszNewText Returns Boolean 138112>>> Handle hDispatchDriver 138112>>> Boolean retVal 138112>>> Get phDispatchDriver to hDispatchDriver 138113>>> Send PrepareParams to hDispatchDriver 1 138114>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszNewText 138115>>> Get InvokeComMethod of hDispatchDriver 232 OLE_VT_BOOL to retVal 138116>>> Function_Return retVal 138117>>> End_Function 138118>>> 138118>>> Function ComReplaceAll String llszFindText String llszReplaceText Boolean llbMatchWholeWord Boolean llbMatchCase Returns Integer 138120>>> Handle hDispatchDriver 138120>>> Integer retVal 138120>>> Get phDispatchDriver to hDispatchDriver 138121>>> Send PrepareParams to hDispatchDriver 4 138122>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszFindText 138123>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llszReplaceText 138124>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchWholeWord 138125>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llbMatchCase 138126>>> Get InvokeComMethod of hDispatchDriver 233 OLE_VT_I4 to retVal 138127>>> Function_Return retVal 138128>>> End_Function 138129>>> 138129>>> Procedure ComAboutBox 138131>>> Handle hDispatchDriver 138131>>> Get phDispatchDriver to hDispatchDriver 138132>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 138133>>> End_Procedure 138134>>>End_Class 138135>>> 138135>>>// Event interface for Syntax Edit 138135>>>Class cSigCjCom_DSyntaxEditFrameEvents is a Mixin 138136>>> 138136>>> Procedure OnComDblClick 138138>>> End_Procedure 138139>>> 138139>>> Procedure OnComMouseDown Short llButton Short llShift Integer llx Integer lly 138141>>> End_Procedure 138142>>> 138142>>> Procedure OnComMouseMove Short llButton Short llShift Integer llx Integer lly 138144>>> End_Procedure 138145>>> 138145>>> Procedure OnComMouseUp Short llButton Short llShift Integer llx Integer lly 138147>>> End_Procedure 138148>>> 138148>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 138150>>> End_Procedure 138151>>> 138151>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 138153>>> End_Procedure 138154>>> 138154>>> Procedure OnComCurPosChanged Integer llnNewRow Integer llnNewCol 138156>>> End_Procedure 138157>>> 138157>>> Procedure OnComTextChanged Integer llnRowFrom Integer llnRowTo Integer llnActions 138159>>> End_Procedure 138160>>> 138160>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 138162>>> End_Procedure 138163>>> 138163>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 138165>>> End_Procedure 138166>>> 138166>>> Procedure OnComReCreated 138168>>> End_Procedure 138169>>> 138169>>> Procedure RegisterComEvents 138171>>> Send RegisterComEvent -601 msg_OnComDblClick 138172>>> Send RegisterComEvent -605 msg_OnComMouseDown 138173>>> Send RegisterComEvent -606 msg_OnComMouseMove 138174>>> Send RegisterComEvent -607 msg_OnComMouseUp 138175>>> Send RegisterComEvent -602 msg_OnComKeyDown 138176>>> Send RegisterComEvent -604 msg_OnComKeyUp 138177>>> Send RegisterComEvent 1 msg_OnComCurPosChanged 138178>>> Send RegisterComEvent 21 msg_OnComTextChanged 138179>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 138180>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 138181>>> Send RegisterComEvent 10001000 msg_OnComReCreated 138182>>> End_Procedure 138183>>>End_Class 138184>>> 138184>>>// Syntax Edit 138184>>>Class cSigCjComSyntaxEditFrame is a cComActiveXControl 138185>>> Import_Class_Protocol cSigCjCom_DSyntaxEditFrame 138186>>> Import_Class_Protocol cSigCjCom_DSyntaxEditFrameEvents 138187>>> 138187>>> Procedure Construct_Object 138189>>> Forward Send Construct_Object 138191>>> Set psProgID to L_cSigCjComSyntaxEditFrame 138192>>> Set psEventId to "{C0DE2030-AE1F-4ECC-811C-E23FD6C4A5BA}" 138193>>> Set psLicenseKey to L_cSigCjKeySyntaxEdit 138194>>> Set peAutoCreate to acDeferredAutoCreate 138195>>> End_Procedure 138196>>>End_Class 138197>>> 138197>>>// Global Settings 138197>>>Class cSigCjComISyntaxEditGlobalSettings is a Mixin 138198>>> 138198>>> Function ComResourceFile Returns String 138200>>> String retVal 138200>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 138201>>> Function_Return retVal 138202>>> End_Function 138203>>> 138203>>> Procedure Set ComResourceFile String value 138205>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 138206>>> End_Procedure 138207>>> 138207>>> Function ComLicense Returns String 138209>>> String retVal 138209>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 138210>>> Function_Return retVal 138211>>> End_Function 138212>>> 138212>>> Procedure Set ComLicense String value 138214>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 138215>>> End_Procedure 138216>>> 138216>>> Function ComTitle Returns String 138218>>> String retVal 138218>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 138219>>> Function_Return retVal 138220>>> End_Function 138221>>> 138221>>> Procedure Set ComTitle String value 138223>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 138224>>> End_Procedure 138225>>> 138225>>> Function ComReCreateReparentedControls Returns Boolean 138227>>> Boolean retVal 138227>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 138228>>> Function_Return retVal 138229>>> End_Function 138230>>> 138230>>> Procedure Set ComReCreateReparentedControls Boolean value 138232>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 138233>>> End_Procedure 138234>>> 138234>>> Function ComColorManager Returns Variant 138236>>> Handle hDispatchDriver 138236>>> Variant retVal 138236>>> Get phDispatchDriver to hDispatchDriver 138237>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 138238>>> Function_Return retVal 138239>>> End_Function 138240>>> 138240>>> Function ComVersion Returns String 138242>>> Handle hDispatchDriver 138242>>> String retVal 138242>>> Get phDispatchDriver to hDispatchDriver 138243>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 138244>>> Function_Return retVal 138245>>> End_Function 138246>>> 138246>>> Function ComUnicode Returns Boolean 138248>>> Handle hDispatchDriver 138248>>> Boolean retVal 138248>>> Get phDispatchDriver to hDispatchDriver 138249>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 138250>>> Function_Return retVal 138251>>> End_Function 138252>>> 138252>>> Function ComOcxPath Returns String 138254>>> Handle hDispatchDriver 138254>>> String retVal 138254>>> Get phDispatchDriver to hDispatchDriver 138255>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 138256>>> Function_Return retVal 138257>>> End_Function 138258>>> 138258>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 138260>>> Handle hDispatchDriver 138260>>> Variant retVal 138260>>> Get phDispatchDriver to hDispatchDriver 138261>>> Send PrepareParams to hDispatchDriver 1 138262>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 138263>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 138264>>> Function_Return retVal 138265>>> End_Function 138266>>> 138266>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llvalue 138268>>> Handle hDispatchDriver 138268>>> Get phDispatchDriver to hDispatchDriver 138269>>> Send PrepareParams to hDispatchDriver 2 138270>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 138271>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llvalue 138272>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 138273>>> End_Procedure 138274>>>End_Class 138275>>> 138275>>>// SyntaxEdit Global Settings 138275>>>Class cSigCjComSyntaxEditGlobalSettings is a cComAutomationObject 138276>>> Import_Class_Protocol cSigCjComISyntaxEditGlobalSettings 138277>>> 138277>>> Procedure Construct_Object 138279>>> Forward Send Construct_Object 138281>>> Set psProgID to L_cSigCjComSyntaxEditGlobalSettings 138282>>> Set peAutoCreate to acNoAutoCreate 138283>>> End_Procedure 138284>>>End_Class 138285>>> 138285>>>Class cSigCjComSyntaxEditTextPosition is a cComAutomationObject 138286>>> 138286>>> Function ComRow Returns Integer 138288>>> Integer retVal 138288>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 138289>>> Function_Return retVal 138290>>> End_Function 138291>>> 138291>>> Procedure Set ComRow Integer value 138293>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 138294>>> End_Procedure 138295>>> 138295>>> Function ComCol Returns Integer 138297>>> Integer retVal 138297>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 138298>>> Function_Return retVal 138299>>> End_Function 138300>>> 138300>>> Procedure Set ComCol Integer value 138302>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 138303>>> End_Procedure 138304>>> 138304>>> Function ComStrPos Returns Integer 138306>>> Integer retVal 138306>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 138307>>> Function_Return retVal 138308>>> End_Function 138309>>> 138309>>> Procedure Set ComStrPos Integer value 138311>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 138312>>> End_Procedure 138313>>> 138313>>> Procedure ComSetPos Integer llnRow Integer llnCol 138315>>> Handle hDispatchDriver 138315>>> Get phDispatchDriver to hDispatchDriver 138316>>> Send PrepareParams to hDispatchDriver 2 138317>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 138318>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnCol 138319>>> Send InvokeComMethod to hDispatchDriver 10 OLE_VT_VOID 138320>>> End_Procedure 138321>>> 138321>>> Procedure ComSetPosStr Integer llnRow Integer llnStrPos 138323>>> Handle hDispatchDriver 138323>>> Get phDispatchDriver to hDispatchDriver 138324>>> Send PrepareParams to hDispatchDriver 2 138325>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnRow 138326>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llnStrPos 138327>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 138328>>> End_Procedure 138329>>>End_Class 138330>>> 138330>>>Class cSigCjComSyntaxEditTextSelection is a cComAutomationObject 138331>>> 138331>>> Function ComText Returns String 138333>>> String retVal 138333>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 138334>>> Function_Return retVal 138335>>> End_Function 138336>>> 138336>>> Procedure Set ComText String value 138338>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 138339>>> End_Procedure 138340>>> 138340>>> Function ComBlockSelectionMode Returns Boolean 138342>>> Boolean retVal 138342>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to retVal 138343>>> Function_Return retVal 138344>>> End_Function 138345>>> 138345>>> Procedure Set ComBlockSelectionMode Boolean value 138347>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BOOL to value 138348>>> End_Procedure 138349>>> 138349>>> Function ComStart Returns Variant 138351>>> Handle hDispatchDriver 138351>>> Variant retVal 138351>>> Get phDispatchDriver to hDispatchDriver 138352>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 138353>>> Function_Return retVal 138354>>> End_Function 138355>>> 138355>>> Function ComEnd Returns Variant 138357>>> Handle hDispatchDriver 138357>>> Variant retVal 138357>>> Get phDispatchDriver to hDispatchDriver 138358>>> Get InvokeComMethod of hDispatchDriver 11 OLE_VT_DISPATCH to retVal 138359>>> Function_Return retVal 138360>>> End_Function 138361>>> 138361>>> Function ComNormalStart Returns Variant 138363>>> Handle hDispatchDriver 138363>>> Variant retVal 138363>>> Get phDispatchDriver to hDispatchDriver 138364>>> Get InvokeComMethod of hDispatchDriver 12 OLE_VT_DISPATCH to retVal 138365>>> Function_Return retVal 138366>>> End_Function 138367>>> 138367>>> Function ComNormalEnd Returns Variant 138369>>> Handle hDispatchDriver 138369>>> Variant retVal 138369>>> Get phDispatchDriver to hDispatchDriver 138370>>> Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal 138371>>> Function_Return retVal 138372>>> End_Function 138373>>> 138373>>> Procedure ComReset 138375>>> Handle hDispatchDriver 138375>>> Get phDispatchDriver to hDispatchDriver 138376>>> Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID 138377>>> End_Procedure 138378>>>End_Class 138379>>> 138379>>>Class cSigCjComSyntaxEditPrintOptions is a cComAutomationObject 138380>>> 138380>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138380>>> Function ComMarginLeft Returns Integer 138382>>> Integer retVal 138382>>> Get ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to retVal 138383>>> Function_Return retVal 138384>>> End_Function 138385>>> 138385>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138385>>> Procedure Set ComMarginLeft Integer value 138387>>> Set ComProperty of (phDispatchDriver(Self)) 201 OLE_VT_I4 to value 138388>>> End_Procedure 138389>>> 138389>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138389>>> Function ComMarginRight Returns Integer 138391>>> Integer retVal 138391>>> Get ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to retVal 138392>>> Function_Return retVal 138393>>> End_Function 138394>>> 138394>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138394>>> Procedure Set ComMarginRight Integer value 138396>>> Set ComProperty of (phDispatchDriver(Self)) 202 OLE_VT_I4 to value 138397>>> End_Procedure 138398>>> 138398>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138398>>> Function ComMarginTop Returns Integer 138400>>> Integer retVal 138400>>> Get ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to retVal 138401>>> Function_Return retVal 138402>>> End_Function 138403>>> 138403>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138403>>> Procedure Set ComMarginTop Integer value 138405>>> Set ComProperty of (phDispatchDriver(Self)) 203 OLE_VT_I4 to value 138406>>> End_Procedure 138407>>> 138407>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138407>>> Function ComMarginBottom Returns Integer 138409>>> Integer retVal 138409>>> Get ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to retVal 138410>>> Function_Return retVal 138411>>> End_Function 138412>>> 138412>>> // Mesurement units are mm*100 or inches*1000. See MarginsMeasureMetrics property. 138412>>> Procedure Set ComMarginBottom Integer value 138414>>> Set ComProperty of (phDispatchDriver(Self)) 204 OLE_VT_I4 to value 138415>>> End_Procedure 138416>>> 138416>>> Function ComBlackWhitePrinting Returns Boolean 138418>>> Boolean retVal 138418>>> Get ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to retVal 138419>>> Function_Return retVal 138420>>> End_Function 138421>>> 138421>>> Procedure Set ComBlackWhitePrinting Boolean value 138423>>> Set ComProperty of (phDispatchDriver(Self)) 205 OLE_VT_BOOL to value 138424>>> End_Procedure 138425>>> 138425>>> // The darknest gray color. Value from 255 to 0. 138425>>> Function ComBlackWhiteContrast Returns Integer 138427>>> Integer retVal 138427>>> Get ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to retVal 138428>>> Function_Return retVal 138429>>> End_Function 138430>>> 138430>>> // The darknest gray color. Value from 255 to 0. 138430>>> Procedure Set ComBlackWhiteContrast Integer value 138432>>> Set ComProperty of (phDispatchDriver(Self)) 206 OLE_VT_I4 to value 138433>>> End_Procedure 138434>>> 138434>>> Function ComLandscape Returns Boolean 138436>>> Boolean retVal 138436>>> Get ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to retVal 138437>>> Function_Return retVal 138438>>> End_Function 138439>>> 138439>>> Procedure Set ComLandscape Boolean value 138441>>> Set ComProperty of (phDispatchDriver(Self)) 207 OLE_VT_BOOL to value 138442>>> End_Procedure 138443>>> 138443>>> // This property is True when measurement system of Margins properties is Metrics and False if measurement system is U.S. Measurement system defined in the system regional settings. 138443>>> Function ComMarginsMeasureMetrics Returns Boolean 138445>>> Handle hDispatchDriver 138445>>> Boolean retVal 138445>>> Get phDispatchDriver to hDispatchDriver 138446>>> Get InvokeComMethod of hDispatchDriver 250 OLE_VT_BOOL to retVal 138447>>> Function_Return retVal 138448>>> End_Function 138449>>> 138449>>> // Page Header settings 138449>>> Function ComHeader Returns Variant 138451>>> Handle hDispatchDriver 138451>>> Variant retVal 138451>>> Get phDispatchDriver to hDispatchDriver 138452>>> Get InvokeComMethod of hDispatchDriver 251 OLE_VT_DISPATCH to retVal 138453>>> Function_Return retVal 138454>>> End_Function 138455>>> 138455>>> // Page Footer settings 138455>>> Function ComFooter Returns Variant 138457>>> Handle hDispatchDriver 138457>>> Variant retVal 138457>>> Get phDispatchDriver to hDispatchDriver 138458>>> Get InvokeComMethod of hDispatchDriver 252 OLE_VT_DISPATCH to retVal 138459>>> Function_Return retVal 138460>>> End_Function 138461>>> 138461>>> // Provide information about current printer which is a system default or selected by user in ShowPrintPageSetup method call. 138461>>> Function ComPrinterInfo Returns Variant 138463>>> Handle hDispatchDriver 138463>>> Variant retVal 138463>>> Get phDispatchDriver to hDispatchDriver 138464>>> Get InvokeComMethod of hDispatchDriver 253 OLE_VT_DISPATCH to retVal 138465>>> Function_Return retVal 138466>>> End_Function 138467>>>End_Class 138468>>> 138468>>>Class cSigCjComSyntaxEditDataManager is a cComAutomationObject 138469>>> 138469>>> Function ComFileExt Returns String 138471>>> String retVal 138471>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 138472>>> Function_Return retVal 138473>>> End_Function 138474>>> 138474>>> Procedure Set ComFileExt String value 138476>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 138477>>> End_Procedure 138478>>>End_Class 138479>>> 138479>>>Class cSigCjComSyntaxEditPaintManager is a cComAutomationObject 138480>>> 138480>>> Function ComTextColor Returns OLE_COLOR 138482>>> OLE_COLOR retVal 138482>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 138483>>> Function_Return retVal 138484>>> End_Function 138485>>> 138485>>> Procedure Set ComTextColor OLE_COLOR value 138487>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 138488>>> End_Procedure 138489>>> 138489>>> Function ComBackColor Returns OLE_COLOR 138491>>> OLE_COLOR retVal 138491>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 138492>>> Function_Return retVal 138493>>> End_Function 138494>>> 138494>>> Procedure Set ComBackColor OLE_COLOR value 138496>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 138497>>> End_Procedure 138498>>> 138498>>> Function ComReadOnlyBackColor Returns OLE_COLOR 138500>>> OLE_COLOR retVal 138500>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 138501>>> Function_Return retVal 138502>>> End_Function 138503>>> 138503>>> Procedure Set ComReadOnlyBackColor OLE_COLOR value 138505>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 138506>>> End_Procedure 138507>>> 138507>>> Function ComLineNumberTextColor Returns OLE_COLOR 138509>>> OLE_COLOR retVal 138509>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 138510>>> Function_Return retVal 138511>>> End_Function 138512>>> 138512>>> Procedure Set ComLineNumberTextColor OLE_COLOR value 138514>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 138515>>> End_Procedure 138516>>> 138516>>> Function ComLineNumberBackColor Returns OLE_COLOR 138518>>> OLE_COLOR retVal 138518>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 138519>>> Function_Return retVal 138520>>> End_Function 138521>>> 138521>>> Procedure Set ComLineNumberBackColor OLE_COLOR value 138523>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 138524>>> End_Procedure 138525>>> 138525>>> Function ComSelectedTextColor Returns OLE_COLOR 138527>>> OLE_COLOR retVal 138527>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 138528>>> Function_Return retVal 138529>>> End_Function 138530>>> 138530>>> Procedure Set ComSelectedTextColor OLE_COLOR value 138532>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 138533>>> End_Procedure 138534>>> 138534>>> Function ComSelectedBackColor Returns OLE_COLOR 138536>>> OLE_COLOR retVal 138536>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 138537>>> Function_Return retVal 138538>>> End_Function 138539>>> 138539>>> Procedure Set ComSelectedBackColor OLE_COLOR value 138541>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 138542>>> End_Procedure 138543>>>End_Class 138544>>> 138544>>>//============================================================================== 138544>>>//End of package - SigCjW_SyntaxEdit.pkg 138544>>>//============================================================================== 138544>>> 138544>Use SigCjW_TaskPanel.pkg Including file: SigCjW_TaskPanel.pkg (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\SigCjW_TaskPanel.pkg) 138544>>>//============================================================================== 138544>>>// Project : SigCj - VDF Classes for Codejock 138544>>>// File : SigCjW_TaskPanel.pkg 138544>>>// From : Codejock.TaskPanel.v20.3.0.ocx 138544>>>// Description : DF COM Wrapper Class for Codejock controls 138544>>>// 138544>>>// Created by : Ian Smith 138544>>>// Revision : $Rev$ 138544>>>// $Date$ 138544>>>// $Author$ 138544>>>// 138544>>>// Requirements : Visual DataFlex 19.1 138544>>>// Codejock SuitePro - Version 20.3.0 138544>>>// 138544>>>// Copyright : Copyright c 2008-2022 VDF SIG UK, All rights reserved. 138544>>>// Visual DataFlex Special Interest Group UK. 138544>>>// http://www.vdfsig.co.uk 138544>>>// 138544>>>// This file is part of SigCj. 138544>>>// 138544>>>// SigCj is free software: you can redistribute it and/or modify 138544>>>// it under the terms of the GNU Lesser General Public License 138544>>>// as published by the Free Software Foundation, either version 138544>>>// 2.1 of the License, or (at your option) any later version. 138544>>>// 138544>>>// SigCj is distributed in the hope that it will be useful, but 138544>>>// WITHOUT ANY WARRANTY; without even the implied warranty of 138544>>>// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 138544>>>// GNU Lesser General Public License for more details. 138544>>>// 138544>>>// If you have the complete SigCj workspace then a copy of the 138544>>>// GNU Lesser General Public License is in the Docs folder. If 138544>>>// not, see . 138544>>>// 138544>>>//============================================================================== 138544>>>//CompilerWarnings Suspend 138544>>> 138544>>>Use FlexCom20.pkg 138544>>> 138544>>>Use SigCjLicense.pkg 138544>>>Use SigCjC_AmbientProperty.pkg 138544>>>Use SigCjC_ColorManager.pkg 138544>>>Use SigCjC_DataObjectFiles.pkg 138544>>>Use SigCjC_Drag_Drop.pkg 138544>>>Use SigCjC_ImageManager.pkg 138544>>>Use SigCjC_ItemAlign.pkg 138544>>>Use SigCjC_PropExchange.pkg 138544>>>Use SigCjC_ResourceImages.pkg 138544>>>Use SigCjC_ToolTip.pkg 138544>>> 138544>>>// Task Panel Item Type 138544>>>Define OLEXTPTaskPanelItemType for Integer 138544>>> // Link Item 138544>>> Define OLExtpTaskItemTypeLink for 1 138544>>> // Text Item 138544>>> Define OLExtpTaskItemTypeText for 2 138544>>> // Control Item 138544>>> Define OLExtpTaskItemTypeControl for 3 138544>>> 138544>>>// Task Panel Visual Themes 138544>>>Define OLEXTPTaskPanelVisualTheme for Integer 138544>>> Define OLExtpTaskPanelThemeOffice2000 for 0 138544>>> Define OLExtpTaskPanelThemeOffice2003 for 1 138544>>> Define OLExtpTaskPanelThemeNativeWinXP for 2 138544>>> Define OLExtpTaskPanelThemeOffice2000Plain for 3 138544>>> Define OLExtpTaskPanelThemeOfficeXPPlain for 4 138544>>> Define OLExtpTaskPanelThemeOffice2003Plain for 5 138544>>> Define OLExtpTaskPanelThemeNativeWinXPPlain for 6 138544>>> Define OLExtpTaskPanelThemeToolbox for 7 138544>>> Define OLExtpTaskPanelThemeToolboxWhidbey for 8 138544>>> Define OLExtpTaskPanelThemeListView for 9 138544>>> Define OLExtpTaskPanelThemeListViewOfficeXP for 10 138544>>> Define OLExtpTaskPanelThemeListViewOffice2003 for 11 138544>>> Define OLExtpTaskPanelThemeShortcutBarOffice2003 for 12 138544>>> Define OLExtpTaskPanelThemeResource for 13 138544>>> Define OLExtpTaskPanelThemeVisualStudio2010 for 14 138544>>> Define OLExtpTaskPanelThemeVisualStudio2012Light for 15 138544>>> Define OLExtpTaskPanelThemeVisualStudio2012Dark for 16 138544>>> Define OLExtpTaskPanelThemeOffice2013 for 17 138544>>> Define OLExtpTaskPanelThemeOffice2016 for 17 138544>>> Define OLExtpTaskPanelThemeVisualStudio2015 for 18 138544>>> 138544>>>// Task Panel Animation 138544>>>Define OLEXTPTaskPanelAnimation for Integer 138544>>> Define OLExtpTaskPanelAnimationYes for 0 138544>>> Define OLExtpTaskPanelAnimationNo for 1 138544>>> Define OLExtpTaskPanelAnimationSystem for 2 138544>>> 138544>>>// Task Panel Item layout 138544>>>Define OLEXTPTaskPanelItemLayout for Integer 138544>>> Define OLExtpTaskItemLayoutDefault for 0 138544>>> Define OLExtpTaskItemLayoutImages for 1 138544>>> Define OLExtpTaskItemLayoutImagesWithText for 2 138544>>> Define OLExtpTaskItemLayoutImagesWithTextBelow for 3 138544>>> 138544>>>// Task Panel Item Highlight 138544>>>Define OLEXTPTaskPanelHotTrackStyle for Integer 138544>>> Define OLExtpTaskPanelHighlightDefault for 0 138544>>> Define OLExtpTaskPanelHighlightText for 1 138544>>> Define OLExtpTaskPanelHighlightImage for 2 138544>>> Define OLExtpTaskPanelHighlightItem for 3 138544>>> Define OLExtpTaskPanelHighlightNone for 4 138544>>> 138544>>>// Task Panel Behaviour 138544>>>Define OLEXTPTaskPanelBehaviour for Integer 138544>>> Define OLExtpTaskPanelBehaviourExplorer for 0 138544>>> Define OLExtpTaskPanelBehaviourList for 1 138544>>> Define OLExtpTaskPanelBehaviourToolbox for 2 138544>>> 138544>>>// Item drag options 138544>>>Define OLEXTPTaskPanelItemAllowDrag for Integer 138544>>> Define OLExtpTaskItemAllowDragNone for 0 138544>>> Define OLExtpTaskItemAllowDragDefault for 1 138544>>> Define OLExtpTaskItemAllowDragCopyWithinGroup for 2 138544>>> Define OLExtpTaskItemAllowDragCopyWithinControl for 4 138544>>> Define OLExtpTaskItemAllowDragCopyOutsideControl for 8 138544>>> Define OLExtpTaskItemAllowDragCopy for 12 138544>>> Define OLExtpTaskItemAllowDragMoveWithinGroup for 32 138544>>> Define OLExtpTaskItemAllowDragMoveWithinControl for 64 138544>>> Define OLExtpTaskItemAllowDragMoveOutsideControl for 128 138544>>> Define OLExtpTaskItemAllowDragMove for 192 138544>>> Define OLExtpTaskItemAllowDragWithinGroup for 34 138544>>> Define OLExtpTaskItemAllowDragWithinControl for 68 138544>>> Define OLExtpTaskItemAllowDrag for 204 138544>>> 138544>>>Define OLEXTPTaskPanelBorderStyle for Integer 138544>>> Define OLExtpBorderNone for 0 138544>>> Define OLExtpBorderFlat for 1 138544>>> Define OLExtpBorderStaticEdge for 2 138544>>> Define OLExtpBorderClientEdge for 3 138544>>> Define OLExtpBorderFrame for 4 138544>>> 138544>>>Class cSigCjComITaskPanelItem is a Mixin 138545>>> 138545>>> Function ComCaption Returns String 138547>>> String retVal 138547>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 138548>>> Function_Return retVal 138549>>> End_Function 138550>>> 138550>>> Procedure Set ComCaption String value 138552>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 138553>>> End_Procedure 138554>>> 138554>>> Function ComTooltip Returns String 138556>>> String retVal 138556>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 138557>>> Function_Return retVal 138558>>> End_Function 138559>>> 138559>>> Procedure Set ComTooltip String value 138561>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 138562>>> End_Procedure 138563>>> 138563>>> Function ComEnabled Returns Boolean 138565>>> Boolean retVal 138565>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 138566>>> Function_Return retVal 138567>>> End_Function 138568>>> 138568>>> Procedure Set ComEnabled Boolean value 138570>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 138571>>> End_Procedure 138572>>> 138572>>> Function ComType Returns OLEXTPTaskPanelItemType 138574>>> OLEXTPTaskPanelItemType retVal 138574>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 138575>>> Function_Return retVal 138576>>> End_Function 138577>>> 138577>>> Procedure Set ComType OLEXTPTaskPanelItemType value 138579>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 138580>>> End_Procedure 138581>>> 138581>>> Function ComId Returns Integer 138583>>> Integer retVal 138583>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 138584>>> Function_Return retVal 138585>>> End_Function 138586>>> 138586>>> Procedure Set ComId Integer value 138588>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 138589>>> End_Procedure 138590>>> 138590>>> Function ComIconIndex Returns Integer 138592>>> Integer retVal 138592>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 138593>>> Function_Return retVal 138594>>> End_Function 138595>>> 138595>>> Procedure Set ComIconIndex Integer value 138597>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 138598>>> End_Procedure 138599>>> 138599>>> Function ComAllowDrag Returns OLEXTPTaskPanelItemAllowDrag 138601>>> OLEXTPTaskPanelItemAllowDrag retVal 138601>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 138602>>> Function_Return retVal 138603>>> End_Function 138604>>> 138604>>> Procedure Set ComAllowDrag OLEXTPTaskPanelItemAllowDrag value 138606>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 138607>>> End_Procedure 138608>>> 138608>>> Function ComAllowDrop Returns Boolean 138610>>> Boolean retVal 138610>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 138611>>> Function_Return retVal 138612>>> End_Function 138613>>> 138613>>> Procedure Set ComAllowDrop Boolean value 138615>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 138616>>> End_Procedure 138617>>> 138617>>> Function ComTag Returns Variant 138619>>> Variant retVal 138619>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to retVal 138620>>> Function_Return retVal 138621>>> End_Function 138622>>> 138622>>> Procedure Set ComTag Variant value 138624>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to value 138625>>> End_Procedure 138626>>> 138626>>> Function ComVisible Returns Boolean 138628>>> Boolean retVal 138628>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 138629>>> Function_Return retVal 138630>>> End_Function 138631>>> 138631>>> Procedure Set ComVisible Boolean value 138633>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 138634>>> End_Procedure 138635>>> 138635>>> Function ComFont Returns Variant 138637>>> Variant retVal 138637>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 138638>>> Function_Return retVal 138639>>> End_Function 138640>>> 138640>>> Procedure Set ComFont Variant value 138642>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 138643>>> End_Procedure 138644>>> 138644>>> Function ComIndex Returns Integer 138646>>> Handle hDispatchDriver 138646>>> Integer retVal 138646>>> Get phDispatchDriver to hDispatchDriver 138647>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 138648>>> Function_Return retVal 138649>>> End_Function 138650>>> 138650>>> Procedure ComSetIconPadding Integer llleft Integer lltop Integer llright Integer llbottom 138652>>> Handle hDispatchDriver 138652>>> Get phDispatchDriver to hDispatchDriver 138653>>> Send PrepareParams to hDispatchDriver 4 138654>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 138655>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 138656>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 138657>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 138658>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 138659>>> End_Procedure 138660>>> 138660>>> Function ComGroup Returns Variant 138662>>> Handle hDispatchDriver 138662>>> Variant retVal 138662>>> Get phDispatchDriver to hDispatchDriver 138663>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 138664>>> Function_Return retVal 138665>>> End_Function 138666>>> 138666>>> Function ComParentItems Returns Variant 138668>>> Handle hDispatchDriver 138668>>> Variant retVal 138668>>> Get phDispatchDriver to hDispatchDriver 138669>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 138670>>> Function_Return retVal 138671>>> End_Function 138672>>> 138672>>> Function ComIsGroup Returns Boolean 138674>>> Handle hDispatchDriver 138674>>> Boolean retVal 138674>>> Get phDispatchDriver to hDispatchDriver 138675>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 138676>>> Function_Return retVal 138677>>> End_Function 138678>>> 138678>>> Procedure ComRemove 138680>>> Handle hDispatchDriver 138680>>> Get phDispatchDriver to hDispatchDriver 138681>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 138682>>> End_Procedure 138683>>> 138683>>> Procedure ComEnsureVisible 138685>>> Handle hDispatchDriver 138685>>> Get phDispatchDriver to hDispatchDriver 138686>>> Send InvokeComMethod to hDispatchDriver 105 OLE_VT_VOID 138687>>> End_Procedure 138688>>>End_Class 138689>>> 138689>>>Class cSigCjComTaskPanelItem is a cComAutomationObject 138690>>> Import_Class_Protocol cSigCjComITaskPanelItem 138691>>> 138691>>> Procedure Construct_Object 138693>>> Forward Send Construct_Object 138695>>> Set peAutoCreate to acNoAutoCreate 138696>>> End_Procedure 138697>>>End_Class 138698>>> 138698>>>Class cSigCjComITaskPanelGroupItem is a Mixin 138699>>> 138699>>> Function ComCaption Returns String 138701>>> String retVal 138701>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 138702>>> Function_Return retVal 138703>>> End_Function 138704>>> 138704>>> Procedure Set ComCaption String value 138706>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 138707>>> End_Procedure 138708>>> 138708>>> Function ComTooltip Returns String 138710>>> String retVal 138710>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 138711>>> Function_Return retVal 138712>>> End_Function 138713>>> 138713>>> Procedure Set ComTooltip String value 138715>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 138716>>> End_Procedure 138717>>> 138717>>> Function ComEnabled Returns Boolean 138719>>> Boolean retVal 138719>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 138720>>> Function_Return retVal 138721>>> End_Function 138722>>> 138722>>> Procedure Set ComEnabled Boolean value 138724>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 138725>>> End_Procedure 138726>>> 138726>>> Function ComType Returns OLEXTPTaskPanelItemType 138728>>> OLEXTPTaskPanelItemType retVal 138728>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 138729>>> Function_Return retVal 138730>>> End_Function 138731>>> 138731>>> Procedure Set ComType OLEXTPTaskPanelItemType value 138733>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 138734>>> End_Procedure 138735>>> 138735>>> Function ComId Returns Integer 138737>>> Integer retVal 138737>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 138738>>> Function_Return retVal 138739>>> End_Function 138740>>> 138740>>> Procedure Set ComId Integer value 138742>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 138743>>> End_Procedure 138744>>> 138744>>> Function ComIconIndex Returns Integer 138746>>> Integer retVal 138746>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 138747>>> Function_Return retVal 138748>>> End_Function 138749>>> 138749>>> Procedure Set ComIconIndex Integer value 138751>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 138752>>> End_Procedure 138753>>> 138753>>> Function ComAllowDrag Returns OLEXTPTaskPanelItemAllowDrag 138755>>> OLEXTPTaskPanelItemAllowDrag retVal 138755>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 138756>>> Function_Return retVal 138757>>> End_Function 138758>>> 138758>>> Procedure Set ComAllowDrag OLEXTPTaskPanelItemAllowDrag value 138760>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 138761>>> End_Procedure 138762>>> 138762>>> Function ComAllowDrop Returns Boolean 138764>>> Boolean retVal 138764>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 138765>>> Function_Return retVal 138766>>> End_Function 138767>>> 138767>>> Procedure Set ComAllowDrop Boolean value 138769>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 138770>>> End_Procedure 138771>>> 138771>>> Function ComBold Returns Boolean 138773>>> Boolean retVal 138773>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to retVal 138774>>> Function_Return retVal 138775>>> End_Function 138776>>> 138776>>> Procedure Set ComBold Boolean value 138778>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BOOL to value 138779>>> End_Procedure 138780>>> 138780>>> Function ComControl Returns Variant 138782>>> Variant retVal 138782>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to retVal 138783>>> Function_Return retVal 138784>>> End_Function 138785>>> 138785>>> Procedure Set ComControl Variant value 138787>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to value 138788>>> End_Procedure 138789>>> 138789>>> Function ComSelected Returns Boolean 138791>>> Boolean retVal 138791>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 138792>>> Function_Return retVal 138793>>> End_Function 138794>>> 138794>>> Procedure Set ComSelected Boolean value 138796>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 138797>>> End_Procedure 138798>>> 138798>>> Function ComHandle Returns OLE_HANDLE 138800>>> OLE_HANDLE retVal 138800>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 138801>>> Function_Return retVal 138802>>> End_Function 138803>>> 138803>>> Procedure Set ComHandle OLE_HANDLE value 138805>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 138806>>> End_Procedure 138807>>> 138807>>> Function ComTag Returns Variant 138809>>> Variant retVal 138809>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to retVal 138810>>> Function_Return retVal 138811>>> End_Function 138812>>> 138812>>> Procedure Set ComTag Variant value 138814>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to value 138815>>> End_Procedure 138816>>> 138816>>> Function ComVisible Returns Boolean 138818>>> Boolean retVal 138818>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 138819>>> Function_Return retVal 138820>>> End_Function 138821>>> 138821>>> Procedure Set ComVisible Boolean value 138823>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 138824>>> End_Procedure 138825>>> 138825>>> Function ComFont Returns Variant 138827>>> Variant retVal 138827>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 138828>>> Function_Return retVal 138829>>> End_Function 138830>>> 138830>>> Procedure Set ComFont Variant value 138832>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 138833>>> End_Procedure 138834>>> 138834>>> Function ComDragText Returns String 138836>>> String retVal 138836>>> Get ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to retVal 138837>>> Function_Return retVal 138838>>> End_Function 138839>>> 138839>>> Procedure Set ComDragText String value 138841>>> Set ComProperty of (phDispatchDriver(Self)) 50 OLE_VT_BSTR to value 138842>>> End_Procedure 138843>>> 138843>>> Function ComTextColor Returns OLE_COLOR 138845>>> OLE_COLOR retVal 138845>>> Get ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to retVal 138846>>> Function_Return retVal 138847>>> End_Function 138848>>> 138848>>> Procedure Set ComTextColor OLE_COLOR value 138850>>> Set ComProperty of (phDispatchDriver(Self)) -513 OLE_VT_I4 to value 138851>>> End_Procedure 138852>>> 138852>>> Function ComIndex Returns Integer 138854>>> Handle hDispatchDriver 138854>>> Integer retVal 138854>>> Get phDispatchDriver to hDispatchDriver 138855>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 138856>>> Function_Return retVal 138857>>> End_Function 138858>>> 138858>>> Procedure ComSetMargins Integer llleft Integer lltop Integer llright Integer llbottom 138860>>> Handle hDispatchDriver 138860>>> Get phDispatchDriver to hDispatchDriver 138861>>> Send PrepareParams to hDispatchDriver 4 138862>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 138863>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 138864>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 138865>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 138866>>> Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID 138867>>> End_Procedure 138868>>> 138868>>> Function ComBackColor Returns OLE_COLOR 138870>>> Handle hDispatchDriver 138870>>> OLE_COLOR retVal 138870>>> Get phDispatchDriver to hDispatchDriver 138871>>> Get InvokeComMethod of hDispatchDriver -501 OLE_VT_I4 to retVal 138872>>> Function_Return retVal 138873>>> End_Function 138874>>> 138874>>> Procedure ComSetIconPadding Integer llleft Integer lltop Integer llright Integer llbottom 138876>>> Handle hDispatchDriver 138876>>> Get phDispatchDriver to hDispatchDriver 138877>>> Send PrepareParams to hDispatchDriver 4 138878>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 138879>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 138880>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 138881>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 138882>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 138883>>> End_Procedure 138884>>> 138884>>> Procedure ComGetRect Integer ByRef llleft Integer ByRef lltop Integer ByRef llright Integer ByRef llbottom 138886>>> Handle hDispatchDriver 138886>>> Get phDispatchDriver to hDispatchDriver 138887>>> Send PrepareParams to hDispatchDriver 4 138888>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llleft 138889>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) lltop 138890>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llright 138891>>> Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llbottom 138892>>> Send InvokeComMethod to hDispatchDriver 53 OLE_VT_VOID 138893>>> End_Procedure 138894>>> 138894>>> Function ComGroup Returns Variant 138896>>> Handle hDispatchDriver 138896>>> Variant retVal 138896>>> Get phDispatchDriver to hDispatchDriver 138897>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 138898>>> Function_Return retVal 138899>>> End_Function 138900>>> 138900>>> Function ComParentItems Returns Variant 138902>>> Handle hDispatchDriver 138902>>> Variant retVal 138902>>> Get phDispatchDriver to hDispatchDriver 138903>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 138904>>> Function_Return retVal 138905>>> End_Function 138906>>> 138906>>> Function ComIsGroup Returns Boolean 138908>>> Handle hDispatchDriver 138908>>> Boolean retVal 138908>>> Get phDispatchDriver to hDispatchDriver 138909>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 138910>>> Function_Return retVal 138911>>> End_Function 138912>>> 138912>>> Procedure ComRemove 138914>>> Handle hDispatchDriver 138914>>> Get phDispatchDriver to hDispatchDriver 138915>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 138916>>> End_Procedure 138917>>> 138917>>> Procedure ComSetSize Integer llcx Integer llcy Boolean llAutoHeight 138919>>> Handle hDispatchDriver 138919>>> Get phDispatchDriver to hDispatchDriver 138920>>> Send PrepareParams to hDispatchDriver 3 138921>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 138922>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 138923>>> Send DefineParam to hDispatchDriver OLE_VT_BOOL llAutoHeight 138924>>> Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID 138925>>> End_Procedure 138926>>> 138926>>> Procedure ComEnsureVisible 138928>>> Handle hDispatchDriver 138928>>> Get phDispatchDriver to hDispatchDriver 138929>>> Send InvokeComMethod to hDispatchDriver 105 OLE_VT_VOID 138930>>> End_Procedure 138931>>> 138931>>> Procedure ComSetHandle OLE_HANDLE llhWnd 138933>>> Handle hDispatchDriver 138933>>> Get phDispatchDriver to hDispatchDriver 138934>>> Send PrepareParams to hDispatchDriver 1 138935>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llhWnd 138936>>> Send InvokeComMethod to hDispatchDriver 51 OLE_VT_VOID 138937>>> End_Procedure 138938>>>End_Class 138939>>> 138939>>>Class cSigCjComTaskPanelGroupItem is a cComAutomationObject 138940>>> Import_Class_Protocol cSigCjComITaskPanelGroupItem 138941>>> 138941>>> Procedure Construct_Object 138943>>> Forward Send Construct_Object 138945>>> Set peAutoCreate to acNoAutoCreate 138946>>> End_Procedure 138947>>>End_Class 138948>>> 138948>>>Class cSigCjComITaskPanelGroupItems is a Mixin 138949>>> 138949>>> Function ComCount Returns Integer 138951>>> Handle hDispatchDriver 138951>>> Integer retVal 138951>>> Get phDispatchDriver to hDispatchDriver 138952>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 138953>>> Function_Return retVal 138954>>> End_Function 138955>>> 138955>>> Procedure ComRemove Integer llIndex 138957>>> Handle hDispatchDriver 138957>>> Get phDispatchDriver to hDispatchDriver 138958>>> Send PrepareParams to hDispatchDriver 1 138959>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 138960>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 138961>>> End_Procedure 138962>>> 138962>>> Procedure ComClear 138964>>> Handle hDispatchDriver 138964>>> Get phDispatchDriver to hDispatchDriver 138965>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 138966>>> End_Procedure 138967>>> 138967>>> Function ComAdd Integer llId String llCaption OLEXTPTaskPanelItemType llType Variant llIconIndex Returns Variant 138969>>> Handle hDispatchDriver 138969>>> Variant retVal 138969>>> Get phDispatchDriver to hDispatchDriver 138970>>> Send PrepareParams to hDispatchDriver 4 138971>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 138972>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 138973>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 138974>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIconIndex 138975>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 138976>>> Function_Return retVal 138977>>> End_Function 138978>>> 138978>>> Function ComFind Integer llId Returns Variant 138980>>> Handle hDispatchDriver 138980>>> Variant retVal 138980>>> Get phDispatchDriver to hDispatchDriver 138981>>> Send PrepareParams to hDispatchDriver 1 138982>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 138983>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 138984>>> Function_Return retVal 138985>>> End_Function 138986>>> 138986>>> Function ComInsert Integer llIndex Integer llId String llCaption OLEXTPTaskPanelItemType llType Variant llIconIndex Returns Variant 138988>>> Handle hDispatchDriver 138988>>> Variant retVal 138988>>> Get phDispatchDriver to hDispatchDriver 138989>>> Send PrepareParams to hDispatchDriver 5 138990>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 138991>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 138992>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 138993>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llType 138994>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llIconIndex 138995>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 138996>>> Function_Return retVal 138997>>> End_Function 138998>>> 138998>>> Procedure ComMove Variant llItem Integer llIndex 139000>>> Handle hDispatchDriver 139000>>> Get phDispatchDriver to hDispatchDriver 139001>>> Send PrepareParams to hDispatchDriver 2 139002>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 139003>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139004>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 139005>>> End_Procedure 139006>>> 139006>>> // Returns a specific item. 139006>>> Function ComItem Integer llIndex Returns Variant 139008>>> Handle hDispatchDriver 139008>>> Variant retVal 139008>>> Get phDispatchDriver to hDispatchDriver 139009>>> Send PrepareParams to hDispatchDriver 1 139010>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139011>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 139012>>> Function_Return retVal 139013>>> End_Function 139014>>> 139014>>> Function Com_NewEnum Returns Variant 139016>>> Handle hDispatchDriver 139016>>> Variant retVal 139016>>> Get phDispatchDriver to hDispatchDriver 139017>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 139018>>> Function_Return retVal 139019>>> End_Function 139020>>>End_Class 139021>>> 139021>>>Class cSigCjComTaskPanelGroupItems is a cComAutomationObject 139022>>> Import_Class_Protocol cSigCjComITaskPanelGroupItems 139023>>> 139023>>> Procedure Construct_Object 139025>>> Forward Send Construct_Object 139027>>> Set peAutoCreate to acNoAutoCreate 139028>>> End_Procedure 139029>>>End_Class 139030>>> 139030>>>Class cSigCjComITaskPanelGroup is a Mixin 139031>>> 139031>>> Function ComCaption Returns String 139033>>> String retVal 139033>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal 139034>>> Function_Return retVal 139035>>> End_Function 139036>>> 139036>>> Procedure Set ComCaption String value 139038>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value 139039>>> End_Procedure 139040>>> 139040>>> Function ComTooltip Returns String 139042>>> String retVal 139042>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to retVal 139043>>> Function_Return retVal 139044>>> End_Function 139045>>> 139045>>> Procedure Set ComTooltip String value 139047>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_BSTR to value 139048>>> End_Procedure 139049>>> 139049>>> Function ComEnabled Returns Boolean 139051>>> Boolean retVal 139051>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to retVal 139052>>> Function_Return retVal 139053>>> End_Function 139054>>> 139054>>> Procedure Set ComEnabled Boolean value 139056>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_BOOL to value 139057>>> End_Procedure 139058>>> 139058>>> Function ComId Returns Integer 139060>>> Integer retVal 139060>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 139061>>> Function_Return retVal 139062>>> End_Function 139063>>> 139063>>> Procedure Set ComId Integer value 139065>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 139066>>> End_Procedure 139067>>> 139067>>> Function ComIconIndex Returns Integer 139069>>> Integer retVal 139069>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 139070>>> Function_Return retVal 139071>>> End_Function 139072>>> 139072>>> Procedure Set ComIconIndex Integer value 139074>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 139075>>> End_Procedure 139076>>> 139076>>> Function ComAllowDrag Returns OLEXTPTaskPanelItemAllowDrag 139078>>> OLEXTPTaskPanelItemAllowDrag retVal 139078>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 139079>>> Function_Return retVal 139080>>> End_Function 139081>>> 139081>>> Procedure Set ComAllowDrag OLEXTPTaskPanelItemAllowDrag value 139083>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 139084>>> End_Procedure 139085>>> 139085>>> Function ComAllowDrop Returns Boolean 139087>>> Boolean retVal 139087>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal 139088>>> Function_Return retVal 139089>>> End_Function 139090>>> 139090>>> Procedure Set ComAllowDrop Boolean value 139092>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value 139093>>> End_Procedure 139094>>> 139094>>> Function ComSpecial Returns Boolean 139096>>> Boolean retVal 139096>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to retVal 139097>>> Function_Return retVal 139098>>> End_Function 139099>>> 139099>>> Procedure Set ComSpecial Boolean value 139101>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_BOOL to value 139102>>> End_Procedure 139103>>> 139103>>> Function ComCaptionVisible Returns Boolean 139105>>> Boolean retVal 139105>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal 139106>>> Function_Return retVal 139107>>> End_Function 139108>>> 139108>>> Procedure Set ComCaptionVisible Boolean value 139110>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value 139111>>> End_Procedure 139112>>> 139112>>> Function ComExpandable Returns Boolean 139114>>> Boolean retVal 139114>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to retVal 139115>>> Function_Return retVal 139116>>> End_Function 139117>>> 139117>>> Procedure Set ComExpandable Boolean value 139119>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_BOOL to value 139120>>> End_Procedure 139121>>> 139121>>> Function ComExpanded Returns Boolean 139123>>> Boolean retVal 139123>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 139124>>> Function_Return retVal 139125>>> End_Function 139126>>> 139126>>> Procedure Set ComExpanded Boolean value 139128>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 139129>>> End_Procedure 139130>>> 139130>>> Function ComItemLayout Returns OLEXTPTaskPanelItemLayout 139132>>> OLEXTPTaskPanelItemLayout retVal 139132>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 139133>>> Function_Return retVal 139134>>> End_Function 139135>>> 139135>>> Procedure Set ComItemLayout OLEXTPTaskPanelItemLayout value 139137>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 139138>>> End_Procedure 139139>>> 139139>>> Function ComTag Returns Variant 139141>>> Variant retVal 139141>>> Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to retVal 139142>>> Function_Return retVal 139143>>> End_Function 139144>>> 139144>>> Procedure Set ComTag Variant value 139146>>> Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_VARIANT to value 139147>>> End_Procedure 139148>>> 139148>>> Function ComVisible Returns Boolean 139150>>> Boolean retVal 139150>>> Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal 139151>>> Function_Return retVal 139152>>> End_Function 139153>>> 139153>>> Procedure Set ComVisible Boolean value 139155>>> Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value 139156>>> End_Procedure 139157>>> 139157>>> Function ComFont Returns Variant 139159>>> Variant retVal 139159>>> Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal 139160>>> Function_Return retVal 139161>>> End_Function 139162>>> 139162>>> Procedure Set ComFont Variant value 139164>>> Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value 139165>>> End_Procedure 139166>>> 139166>>> Function ComMinimumClientHeight Returns Integer 139168>>> Integer retVal 139168>>> Get ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to retVal 139169>>> Function_Return retVal 139170>>> End_Function 139171>>> 139171>>> Procedure Set ComMinimumClientHeight Integer value 139173>>> Set ComProperty of (phDispatchDriver(Self)) 106 OLE_VT_I4 to value 139174>>> End_Procedure 139175>>> 139175>>> Function ComIndex Returns Integer 139177>>> Handle hDispatchDriver 139177>>> Integer retVal 139177>>> Get phDispatchDriver to hDispatchDriver 139178>>> Get InvokeComMethod of hDispatchDriver 9 OLE_VT_I4 to retVal 139179>>> Function_Return retVal 139180>>> End_Function 139181>>> 139181>>> Function ComItems Returns Variant 139183>>> Handle hDispatchDriver 139183>>> Variant retVal 139183>>> Get phDispatchDriver to hDispatchDriver 139184>>> Get InvokeComMethod of hDispatchDriver 10 OLE_VT_DISPATCH to retVal 139185>>> Function_Return retVal 139186>>> End_Function 139187>>> 139187>>> Procedure ComSetIconPadding Integer llleft Integer lltop Integer llright Integer llbottom 139189>>> Handle hDispatchDriver 139189>>> Get phDispatchDriver to hDispatchDriver 139190>>> Send PrepareParams to hDispatchDriver 4 139191>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139192>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139193>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139194>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139195>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 139196>>> End_Procedure 139197>>> 139197>>> Function ComGroup Returns Variant 139199>>> Handle hDispatchDriver 139199>>> Variant retVal 139199>>> Get phDispatchDriver to hDispatchDriver 139200>>> Get InvokeComMethod of hDispatchDriver 100 OLE_VT_DISPATCH to retVal 139201>>> Function_Return retVal 139202>>> End_Function 139203>>> 139203>>> Function ComParentItems Returns Variant 139205>>> Handle hDispatchDriver 139205>>> Variant retVal 139205>>> Get phDispatchDriver to hDispatchDriver 139206>>> Get InvokeComMethod of hDispatchDriver 101 OLE_VT_DISPATCH to retVal 139207>>> Function_Return retVal 139208>>> End_Function 139209>>> 139209>>> Function ComIsGroup Returns Boolean 139211>>> Handle hDispatchDriver 139211>>> Boolean retVal 139211>>> Get phDispatchDriver to hDispatchDriver 139212>>> Get InvokeComMethod of hDispatchDriver 102 OLE_VT_BOOL to retVal 139213>>> Function_Return retVal 139214>>> End_Function 139215>>> 139215>>> Procedure ComRemove 139217>>> Handle hDispatchDriver 139217>>> Get phDispatchDriver to hDispatchDriver 139218>>> Send InvokeComMethod to hDispatchDriver 103 OLE_VT_VOID 139219>>> End_Procedure 139220>>> 139220>>> Procedure ComSetIconSize Integer llcx Integer llcy 139222>>> Handle hDispatchDriver 139222>>> Get phDispatchDriver to hDispatchDriver 139223>>> Send PrepareParams to hDispatchDriver 2 139224>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 139225>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 139226>>> Send InvokeComMethod to hDispatchDriver 104 OLE_VT_VOID 139227>>> End_Procedure 139228>>> 139228>>> Procedure ComEnsureVisible 139230>>> Handle hDispatchDriver 139230>>> Get phDispatchDriver to hDispatchDriver 139231>>> Send InvokeComMethod to hDispatchDriver 105 OLE_VT_VOID 139232>>> End_Procedure 139233>>> 139233>>> Procedure ComSetBackgroundImage Integer llImageIndex OLEXTPItemAlignment llAlignment 139235>>> Handle hDispatchDriver 139235>>> Get phDispatchDriver to hDispatchDriver 139236>>> Send PrepareParams to hDispatchDriver 2 139237>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llImageIndex 139238>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llAlignment 139239>>> Send InvokeComMethod to hDispatchDriver 108 OLE_VT_VOID 139240>>> End_Procedure 139241>>>End_Class 139242>>> 139242>>>Class cSigCjComTaskPanelGroup is a cComAutomationObject 139243>>> Import_Class_Protocol cSigCjComITaskPanelGroup 139244>>> 139244>>> Procedure Construct_Object 139246>>> Forward Send Construct_Object 139248>>> Set peAutoCreate to acNoAutoCreate 139249>>> End_Procedure 139250>>>End_Class 139251>>> 139251>>>Class cSigCjComITaskPanelGroups is a Mixin 139252>>> 139252>>> Function ComCount Returns Integer 139254>>> Handle hDispatchDriver 139254>>> Integer retVal 139254>>> Get phDispatchDriver to hDispatchDriver 139255>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 139256>>> Function_Return retVal 139257>>> End_Function 139258>>> 139258>>> Procedure ComRemove Integer llIndex 139260>>> Handle hDispatchDriver 139260>>> Get phDispatchDriver to hDispatchDriver 139261>>> Send PrepareParams to hDispatchDriver 1 139262>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139263>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 139264>>> End_Procedure 139265>>> 139265>>> Procedure ComClear 139267>>> Handle hDispatchDriver 139267>>> Get phDispatchDriver to hDispatchDriver 139268>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 139269>>> End_Procedure 139270>>> 139270>>> Function ComAdd Integer llId String llCaption Returns Variant 139272>>> Handle hDispatchDriver 139272>>> Variant retVal 139272>>> Get phDispatchDriver to hDispatchDriver 139273>>> Send PrepareParams to hDispatchDriver 2 139274>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 139275>>> Send DefineParam to hDispatchDriver OLE_VT_BSTR llCaption 139276>>> Get InvokeComMethod of hDispatchDriver 4 OLE_VT_DISPATCH to retVal 139277>>> Function_Return retVal 139278>>> End_Function 139279>>> 139279>>> Function ComFind Integer llId Returns Variant 139281>>> Handle hDispatchDriver 139281>>> Variant retVal 139281>>> Get phDispatchDriver to hDispatchDriver 139282>>> Send PrepareParams to hDispatchDriver 1 139283>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 139284>>> Get InvokeComMethod of hDispatchDriver 5 OLE_VT_DISPATCH to retVal 139285>>> Function_Return retVal 139286>>> End_Function 139287>>> 139287>>> Procedure ComMove Variant llItem Integer llIndex 139289>>> Handle hDispatchDriver 139289>>> Get phDispatchDriver to hDispatchDriver 139290>>> Send PrepareParams to hDispatchDriver 2 139291>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 139292>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139293>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 139294>>> End_Procedure 139295>>> 139295>>> // Returns a specific item. 139295>>> Function ComItem Integer llIndex Returns Variant 139297>>> Handle hDispatchDriver 139297>>> Variant retVal 139297>>> Get phDispatchDriver to hDispatchDriver 139298>>> Send PrepareParams to hDispatchDriver 1 139299>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139300>>> Get InvokeComMethod of hDispatchDriver 0 OLE_VT_DISPATCH to retVal 139301>>> Function_Return retVal 139302>>> End_Function 139303>>> 139303>>> Function Com_NewEnum Returns Variant 139305>>> Handle hDispatchDriver 139305>>> Variant retVal 139305>>> Get phDispatchDriver to hDispatchDriver 139306>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 139307>>> Function_Return retVal 139308>>> End_Function 139309>>>End_Class 139310>>> 139310>>>Class cSigCjComTaskPanelGroups is a cComAutomationObject 139311>>> Import_Class_Protocol cSigCjComITaskPanelGroups 139312>>> 139312>>> Procedure Construct_Object 139314>>> Forward Send Construct_Object 139316>>> Set peAutoCreate to acNoAutoCreate 139317>>> End_Procedure 139318>>>End_Class 139319>>> 139319>>>Class cSigCjComITaskPanelItems is a Mixin 139320>>> 139320>>> Function ComCount Returns Integer 139322>>> Handle hDispatchDriver 139322>>> Integer retVal 139322>>> Get phDispatchDriver to hDispatchDriver 139323>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_I4 to retVal 139324>>> Function_Return retVal 139325>>> End_Function 139326>>> 139326>>> Procedure ComRemove Integer llIndex 139328>>> Handle hDispatchDriver 139328>>> Get phDispatchDriver to hDispatchDriver 139329>>> Send PrepareParams to hDispatchDriver 1 139330>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139331>>> Send InvokeComMethod to hDispatchDriver 2 OLE_VT_VOID 139332>>> End_Procedure 139333>>> 139333>>> Procedure ComClear 139335>>> Handle hDispatchDriver 139335>>> Get phDispatchDriver to hDispatchDriver 139336>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 139337>>> End_Procedure 139338>>> 139338>>> Procedure ComMove Variant llItem Integer llIndex 139340>>> Handle hDispatchDriver 139340>>> Get phDispatchDriver to hDispatchDriver 139341>>> Send PrepareParams to hDispatchDriver 2 139342>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 139343>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex 139344>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 139345>>> End_Procedure 139346>>> 139346>>> Function Com_NewEnum Returns Variant 139348>>> Handle hDispatchDriver 139348>>> Variant retVal 139348>>> Get phDispatchDriver to hDispatchDriver 139349>>> Get InvokeComMethod of hDispatchDriver -4 OLE_VT_UNKNOWN to retVal 139350>>> Function_Return retVal 139351>>> End_Function 139352>>>End_Class 139353>>> 139353>>>Class cSigCjComTaskPanelItems is a cComAutomationObject 139354>>> Import_Class_Protocol cSigCjComITaskPanelItems 139355>>> 139355>>> Procedure Construct_Object 139357>>> Forward Send Construct_Object 139359>>> Set peAutoCreate to acNoAutoCreate 139360>>> End_Procedure 139361>>>End_Class 139362>>> 139362>>>Class cSigCjComITaskPanelColorSet is a Mixin 139363>>> 139363>>> Function ComBackgroundLight Returns OLE_COLOR 139365>>> OLE_COLOR retVal 139365>>> Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal 139366>>> Function_Return retVal 139367>>> End_Function 139368>>> 139368>>> Procedure Set ComBackgroundLight OLE_COLOR value 139370>>> Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value 139371>>> End_Procedure 139372>>> 139372>>> Function ComBackgroundDark Returns OLE_COLOR 139374>>> OLE_COLOR retVal 139374>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 139375>>> Function_Return retVal 139376>>> End_Function 139377>>> 139377>>> Procedure Set ComBackgroundDark OLE_COLOR value 139379>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 139380>>> End_Procedure 139381>>> 139381>>> Function ComHighlightHot Returns OLE_COLOR 139383>>> OLE_COLOR retVal 139383>>> Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal 139384>>> Function_Return retVal 139385>>> End_Function 139386>>> 139386>>> Procedure Set ComHighlightHot OLE_COLOR value 139388>>> Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value 139389>>> End_Procedure 139390>>> 139390>>> Function ComHighlightSelected Returns OLE_COLOR 139392>>> OLE_COLOR retVal 139392>>> Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal 139393>>> Function_Return retVal 139394>>> End_Function 139395>>> 139395>>> Procedure Set ComHighlightSelected OLE_COLOR value 139397>>> Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value 139398>>> End_Procedure 139399>>> 139399>>> Function ComHighlightPressed Returns OLE_COLOR 139401>>> OLE_COLOR retVal 139401>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal 139402>>> Function_Return retVal 139403>>> End_Function 139404>>> 139404>>> Procedure Set ComHighlightPressed OLE_COLOR value 139406>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value 139407>>> End_Procedure 139408>>> 139408>>> Function ComHighlightBorderTopLeft Returns OLE_COLOR 139410>>> OLE_COLOR retVal 139410>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 139411>>> Function_Return retVal 139412>>> End_Function 139413>>> 139413>>> Procedure Set ComHighlightBorderTopLeft OLE_COLOR value 139415>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 139416>>> End_Procedure 139417>>> 139417>>> Function ComHighlightBorderBottomRight Returns OLE_COLOR 139419>>> OLE_COLOR retVal 139419>>> Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal 139420>>> Function_Return retVal 139421>>> End_Function 139422>>> 139422>>> Procedure Set ComHighlightBorderBottomRight OLE_COLOR value 139424>>> Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value 139425>>> End_Procedure 139426>>> 139426>>> Function ComNormalGroupCaptionLight Returns OLE_COLOR 139428>>> OLE_COLOR retVal 139428>>> Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal 139429>>> Function_Return retVal 139430>>> End_Function 139431>>> 139431>>> Procedure Set ComNormalGroupCaptionLight OLE_COLOR value 139433>>> Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value 139434>>> End_Procedure 139435>>> 139435>>> Function ComNormalGroupCaptionDark Returns OLE_COLOR 139437>>> OLE_COLOR retVal 139437>>> Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal 139438>>> Function_Return retVal 139439>>> End_Function 139440>>> 139440>>> Procedure Set ComNormalGroupCaptionDark OLE_COLOR value 139442>>> Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value 139443>>> End_Procedure 139444>>> 139444>>> Function ComNormalGroupClient Returns OLE_COLOR 139446>>> OLE_COLOR retVal 139446>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal 139447>>> Function_Return retVal 139448>>> End_Function 139449>>> 139449>>> Procedure Set ComNormalGroupClient OLE_COLOR value 139451>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value 139452>>> End_Procedure 139453>>> 139453>>> Function ComNormalGroupClientBorder Returns OLE_COLOR 139455>>> OLE_COLOR retVal 139455>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal 139456>>> Function_Return retVal 139457>>> End_Function 139458>>> 139458>>> Procedure Set ComNormalGroupClientBorder OLE_COLOR value 139460>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value 139461>>> End_Procedure 139462>>> 139462>>> Function ComNormalGroupCaptionTextNormal Returns OLE_COLOR 139464>>> OLE_COLOR retVal 139464>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal 139465>>> Function_Return retVal 139466>>> End_Function 139467>>> 139467>>> Procedure Set ComNormalGroupCaptionTextNormal OLE_COLOR value 139469>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value 139470>>> End_Procedure 139471>>> 139471>>> Function ComNormalGroupCaptionTextHot Returns OLE_COLOR 139473>>> OLE_COLOR retVal 139473>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 139474>>> Function_Return retVal 139475>>> End_Function 139476>>> 139476>>> Procedure Set ComNormalGroupCaptionTextHot OLE_COLOR value 139478>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 139479>>> End_Procedure 139480>>> 139480>>> Function ComNormalGroupClientText Returns OLE_COLOR 139482>>> OLE_COLOR retVal 139482>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal 139483>>> Function_Return retVal 139484>>> End_Function 139485>>> 139485>>> Procedure Set ComNormalGroupClientText OLE_COLOR value 139487>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value 139488>>> End_Procedure 139489>>> 139489>>> Function ComNormalGroupClientLink Returns OLE_COLOR 139491>>> OLE_COLOR retVal 139491>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 139492>>> Function_Return retVal 139493>>> End_Function 139494>>> 139494>>> Procedure Set ComNormalGroupClientLink OLE_COLOR value 139496>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 139497>>> End_Procedure 139498>>> 139498>>> Function ComNormalGroupClientLinkHot Returns OLE_COLOR 139500>>> OLE_COLOR retVal 139500>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 139501>>> Function_Return retVal 139502>>> End_Function 139503>>> 139503>>> Procedure Set ComNormalGroupClientLinkHot OLE_COLOR value 139505>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 139506>>> End_Procedure 139507>>> 139507>>> Function ComNormalGroupClientLinkSelected Returns OLE_COLOR 139509>>> OLE_COLOR retVal 139509>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal 139510>>> Function_Return retVal 139511>>> End_Function 139512>>> 139512>>> Procedure Set ComNormalGroupClientLinkSelected OLE_COLOR value 139514>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value 139515>>> End_Procedure 139516>>> 139516>>> Function ComSpecialGroupCaptionLight Returns OLE_COLOR 139518>>> OLE_COLOR retVal 139518>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 139519>>> Function_Return retVal 139520>>> End_Function 139521>>> 139521>>> Procedure Set ComSpecialGroupCaptionLight OLE_COLOR value 139523>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 139524>>> End_Procedure 139525>>> 139525>>> Function ComSpecialGroupCaptionDark Returns OLE_COLOR 139527>>> OLE_COLOR retVal 139527>>> Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal 139528>>> Function_Return retVal 139529>>> End_Function 139530>>> 139530>>> Procedure Set ComSpecialGroupCaptionDark OLE_COLOR value 139532>>> Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value 139533>>> End_Procedure 139534>>> 139534>>> Function ComSpecialGroupClient Returns OLE_COLOR 139536>>> OLE_COLOR retVal 139536>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal 139537>>> Function_Return retVal 139538>>> End_Function 139539>>> 139539>>> Procedure Set ComSpecialGroupClient OLE_COLOR value 139541>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value 139542>>> End_Procedure 139543>>> 139543>>> Function ComSpecialGroupClientBorder Returns OLE_COLOR 139545>>> OLE_COLOR retVal 139545>>> Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal 139546>>> Function_Return retVal 139547>>> End_Function 139548>>> 139548>>> Procedure Set ComSpecialGroupClientBorder OLE_COLOR value 139550>>> Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value 139551>>> End_Procedure 139552>>> 139552>>> Function ComSpecialGroupCaptionTextNormal Returns OLE_COLOR 139554>>> OLE_COLOR retVal 139554>>> Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal 139555>>> Function_Return retVal 139556>>> End_Function 139557>>> 139557>>> Procedure Set ComSpecialGroupCaptionTextNormal OLE_COLOR value 139559>>> Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value 139560>>> End_Procedure 139561>>> 139561>>> Function ComSpecialGroupCaptionTextHot Returns OLE_COLOR 139563>>> OLE_COLOR retVal 139563>>> Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal 139564>>> Function_Return retVal 139565>>> End_Function 139566>>> 139566>>> Procedure Set ComSpecialGroupCaptionTextHot OLE_COLOR value 139568>>> Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value 139569>>> End_Procedure 139570>>> 139570>>> Function ComSpecialGroupClientText Returns OLE_COLOR 139572>>> OLE_COLOR retVal 139572>>> Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal 139573>>> Function_Return retVal 139574>>> End_Function 139575>>> 139575>>> Procedure Set ComSpecialGroupClientText OLE_COLOR value 139577>>> Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value 139578>>> End_Procedure 139579>>> 139579>>> Function ComSpecialGroupClientLink Returns OLE_COLOR 139581>>> OLE_COLOR retVal 139581>>> Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal 139582>>> Function_Return retVal 139583>>> End_Function 139584>>> 139584>>> Procedure Set ComSpecialGroupClientLink OLE_COLOR value 139586>>> Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value 139587>>> End_Procedure 139588>>> 139588>>> Function ComSpecialGroupClientLinkHot Returns OLE_COLOR 139590>>> OLE_COLOR retVal 139590>>> Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal 139591>>> Function_Return retVal 139592>>> End_Function 139593>>> 139593>>> Procedure Set ComSpecialGroupClientLinkHot OLE_COLOR value 139595>>> Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value 139596>>> End_Procedure 139597>>> 139597>>> Function ComSpecialGroupClientLinkSelected Returns OLE_COLOR 139599>>> OLE_COLOR retVal 139599>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal 139600>>> Function_Return retVal 139601>>> End_Function 139602>>> 139602>>> Procedure Set ComSpecialGroupClientLinkSelected OLE_COLOR value 139604>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value 139605>>> End_Procedure 139606>>>End_Class 139607>>> 139607>>>Class cSigCjComTaskPanelColorSet is a cComAutomationObject 139608>>> Import_Class_Protocol cSigCjComITaskPanelColorSet 139609>>> 139609>>> Procedure Construct_Object 139611>>> Forward Send Construct_Object 139613>>> Set peAutoCreate to acNoAutoCreate 139614>>> End_Procedure 139615>>>End_Class 139616>>> 139616>>>// Dispatch interface for Xtreme TaskPanel Control 139616>>>Class cSigCjCom_DTaskPanel is a Mixin 139617>>> 139617>>> Function ComVisualTheme Returns OLEXTPTaskPanelVisualTheme 139619>>> OLEXTPTaskPanelVisualTheme retVal 139619>>> Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal 139620>>> Function_Return retVal 139621>>> End_Function 139622>>> 139622>>> Procedure Set ComVisualTheme OLEXTPTaskPanelVisualTheme value 139624>>> Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value 139625>>> End_Procedure 139626>>> 139626>>> Function ComExpandable Returns Boolean 139628>>> Boolean retVal 139628>>> Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal 139629>>> Function_Return retVal 139630>>> End_Function 139631>>> 139631>>> Procedure Set ComExpandable Boolean value 139633>>> Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value 139634>>> End_Procedure 139635>>> 139635>>> Function ComAnimation Returns OLEXTPTaskPanelAnimation 139637>>> OLEXTPTaskPanelAnimation retVal 139637>>> Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal 139638>>> Function_Return retVal 139639>>> End_Function 139640>>> 139640>>> Procedure Set ComAnimation OLEXTPTaskPanelAnimation value 139642>>> Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value 139643>>> End_Procedure 139644>>> 139644>>> Function ComHWnd Returns OLE_HANDLE 139646>>> OLE_HANDLE retVal 139646>>> Get ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to retVal 139647>>> Function_Return retVal 139648>>> End_Function 139649>>> 139649>>> Procedure Set ComHWnd OLE_HANDLE value 139651>>> Set ComProperty of (phDispatchDriver(Self)) -515 OLE_VT_I4 to value 139652>>> End_Procedure 139653>>> 139653>>> Function ComEnabled Returns Boolean 139655>>> Boolean retVal 139655>>> Get ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to retVal 139656>>> Function_Return retVal 139657>>> End_Function 139658>>> 139658>>> Procedure Set ComEnabled Boolean value 139660>>> Set ComProperty of (phDispatchDriver(Self)) -514 OLE_VT_BOOL to value 139661>>> End_Procedure 139662>>> 139662>>> Function ComIcons Returns Variant 139664>>> Variant retVal 139664>>> Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to retVal 139665>>> Function_Return retVal 139666>>> End_Function 139667>>> 139667>>> Procedure Set ComIcons Variant value 139669>>> Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_DISPATCH to value 139670>>> End_Procedure 139671>>> 139671>>> Function ComCaptionFont Returns Variant 139673>>> Variant retVal 139673>>> Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to retVal 139674>>> Function_Return retVal 139675>>> End_Function 139676>>> 139676>>> Procedure Set ComCaptionFont Variant value 139678>>> Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_DISPATCH to value 139679>>> End_Procedure 139680>>> 139680>>> Function ComItemsFont Returns Variant 139682>>> Variant retVal 139682>>> Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to retVal 139683>>> Function_Return retVal 139684>>> End_Function 139685>>> 139685>>> Procedure Set ComItemsFont Variant value 139687>>> Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_DISPATCH to value 139688>>> End_Procedure 139689>>> 139689>>> Function ComBehaviour Returns OLEXTPTaskPanelBehaviour 139691>>> OLEXTPTaskPanelBehaviour retVal 139691>>> Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal 139692>>> Function_Return retVal 139693>>> End_Function 139694>>> 139694>>> Procedure Set ComBehaviour OLEXTPTaskPanelBehaviour value 139696>>> Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value 139697>>> End_Procedure 139698>>> 139698>>> Function ComSelectItemOnFocus Returns Boolean 139700>>> Boolean retVal 139700>>> Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to retVal 139701>>> Function_Return retVal 139702>>> End_Function 139703>>> 139703>>> Procedure Set ComSelectItemOnFocus Boolean value 139705>>> Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_BOOL to value 139706>>> End_Procedure 139707>>> 139707>>> Function ComAllowDrag Returns OLEXTPTaskPanelItemAllowDrag 139709>>> OLEXTPTaskPanelItemAllowDrag retVal 139709>>> Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal 139710>>> Function_Return retVal 139711>>> End_Function 139712>>> 139712>>> Procedure Set ComAllowDrag OLEXTPTaskPanelItemAllowDrag value 139714>>> Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value 139715>>> End_Procedure 139716>>> 139716>>> Function ComItemLayout Returns OLEXTPTaskPanelItemLayout 139718>>> OLEXTPTaskPanelItemLayout retVal 139718>>> Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal 139719>>> Function_Return retVal 139720>>> End_Function 139721>>> 139721>>> Procedure Set ComItemLayout OLEXTPTaskPanelItemLayout value 139723>>> Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value 139724>>> End_Procedure 139725>>> 139725>>> Function ComHotTrackStyle Returns OLEXTPTaskPanelHotTrackStyle 139727>>> OLEXTPTaskPanelHotTrackStyle retVal 139727>>> Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal 139728>>> Function_Return retVal 139729>>> End_Function 139730>>> 139730>>> Procedure Set ComHotTrackStyle OLEXTPTaskPanelHotTrackStyle value 139732>>> Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value 139733>>> End_Procedure 139734>>> 139734>>> Function ComDrawFocusRect Returns Boolean 139736>>> Boolean retVal 139736>>> Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to retVal 139737>>> Function_Return retVal 139738>>> End_Function 139739>>> 139739>>> Procedure Set ComDrawFocusRect Boolean value 139741>>> Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_BOOL to value 139742>>> End_Procedure 139743>>> 139743>>> Function ComLockRedraw Returns Boolean 139745>>> Boolean retVal 139745>>> Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal 139746>>> Function_Return retVal 139747>>> End_Function 139748>>> 139748>>> Procedure Set ComLockRedraw Boolean value 139750>>> Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value 139751>>> End_Procedure 139752>>> 139752>>> Function ComSingleSelection Returns Boolean 139754>>> Boolean retVal 139754>>> Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to retVal 139755>>> Function_Return retVal 139756>>> End_Function 139757>>> 139757>>> Procedure Set ComSingleSelection Boolean value 139759>>> Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_BOOL to value 139760>>> End_Procedure 139761>>> 139761>>> Function ComFocusedItem Returns Variant 139763>>> Variant retVal 139763>>> Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_DISPATCH to retVal 139764>>> Function_Return retVal 139765>>> End_Function 139766>>> 139766>>> Procedure Set ComFocusedItem Variant value 139768>>> Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_DISPATCH to value 139769>>> End_Procedure 139770>>> 139770>>> Function ComMultiColumn Returns Boolean 139772>>> Boolean retVal 139772>>> Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to retVal 139773>>> Function_Return retVal 139774>>> End_Function 139775>>> 139775>>> Procedure Set ComMultiColumn Boolean value 139777>>> Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_BOOL to value 139778>>> End_Procedure 139779>>> 139779>>> Function ComColumnWidth Returns Integer 139781>>> Integer retVal 139781>>> Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to retVal 139782>>> Function_Return retVal 139783>>> End_Function 139784>>> 139784>>> Procedure Set ComColumnWidth Integer value 139786>>> Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to value 139787>>> End_Procedure 139788>>> 139788>>> Function ComRightToLeft Returns Boolean 139790>>> Boolean retVal 139790>>> Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to retVal 139791>>> Function_Return retVal 139792>>> End_Function 139793>>> 139793>>> Procedure Set ComRightToLeft Boolean value 139795>>> Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_BOOL to value 139796>>> End_Procedure 139797>>> 139797>>> Function ComMinimumGroupClientHeight Returns Integer 139799>>> Integer retVal 139799>>> Get ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to retVal 139800>>> Function_Return retVal 139801>>> End_Function 139802>>> 139802>>> Procedure Set ComMinimumGroupClientHeight Integer value 139804>>> Set ComProperty of (phDispatchDriver(Self)) 40 OLE_VT_I4 to value 139805>>> End_Procedure 139806>>> 139806>>> Function ComHotItem Returns Variant 139808>>> Variant retVal 139808>>> Get ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_DISPATCH to retVal 139809>>> Function_Return retVal 139810>>> End_Function 139811>>> 139811>>> Procedure Set ComHotItem Variant value 139813>>> Set ComProperty of (phDispatchDriver(Self)) 41 OLE_VT_DISPATCH to value 139814>>> End_Procedure 139815>>> 139815>>> // Returns/Sets whether this control can act as an OLE drop target. 139815>>> Function ComOLEDropMode Returns OLEOLEDropConstants 139817>>> OLEOLEDropConstants retVal 139817>>> Get ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to retVal 139818>>> Function_Return retVal 139819>>> End_Function 139820>>> 139820>>> // Returns/Sets whether this control can act as an OLE drop target. 139820>>> Procedure Set ComOLEDropMode OLEOLEDropConstants value 139822>>> Set ComProperty of (phDispatchDriver(Self)) 42 OLE_VT_I4 to value 139823>>> End_Procedure 139824>>> 139824>>> Function ComBorderStyle Returns OLEXTPTaskPanelBorderStyle 139826>>> OLEXTPTaskPanelBorderStyle retVal 139826>>> Get ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to retVal 139827>>> Function_Return retVal 139828>>> End_Function 139829>>> 139829>>> Procedure Set ComBorderStyle OLEXTPTaskPanelBorderStyle value 139831>>> Set ComProperty of (phDispatchDriver(Self)) 44 OLE_VT_I4 to value 139832>>> End_Procedure 139833>>> 139833>>> Function ComHotItemMousePointer Returns Integer 139835>>> Integer retVal 139835>>> Get ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to retVal 139836>>> Function_Return retVal 139837>>> End_Function 139838>>> 139838>>> Procedure Set ComHotItemMousePointer Integer value 139840>>> Set ComProperty of (phDispatchDriver(Self)) 45 OLE_VT_I4 to value 139841>>> End_Procedure 139842>>> 139842>>> Function ComEnableAnimation Returns Boolean 139844>>> Boolean retVal 139844>>> Get ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_BOOL to retVal 139845>>> Function_Return retVal 139846>>> End_Function 139847>>> 139847>>> Procedure Set ComEnableAnimation Boolean value 139849>>> Set ComProperty of (phDispatchDriver(Self)) 47 OLE_VT_BOOL to value 139850>>> End_Procedure 139851>>> 139851>>> Function ComEnableMarkup Returns Boolean 139853>>> Boolean retVal 139853>>> Get ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to retVal 139854>>> Function_Return retVal 139855>>> End_Function 139856>>> 139856>>> Procedure Set ComEnableMarkup Boolean value 139858>>> Set ComProperty of (phDispatchDriver(Self)) 49 OLE_VT_BOOL to value 139859>>> End_Procedure 139860>>> 139860>>> Function ComReCreateReparented Returns Boolean 139862>>> Boolean retVal 139862>>> Get ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to retVal 139863>>> Function_Return retVal 139864>>> End_Function 139865>>> 139865>>> Procedure Set ComReCreateReparented Boolean value 139867>>> Set ComProperty of (phDispatchDriver(Self)) 10002000 OLE_VT_BOOL to value 139868>>> End_Procedure 139869>>> 139869>>> Function ComGroups Returns Variant 139871>>> Handle hDispatchDriver 139871>>> Variant retVal 139871>>> Get phDispatchDriver to hDispatchDriver 139872>>> Get InvokeComMethod of hDispatchDriver 1 OLE_VT_DISPATCH to retVal 139873>>> Function_Return retVal 139874>>> End_Function 139875>>> 139875>>> Procedure ComSetImageList Variant llImageList 139877>>> Handle hDispatchDriver 139877>>> Get phDispatchDriver to hDispatchDriver 139878>>> Send PrepareParams to hDispatchDriver 1 139879>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 139880>>> Send InvokeComMethod to hDispatchDriver 3 OLE_VT_VOID 139881>>> End_Procedure 139882>>> 139882>>> Procedure ComAddIconHandle Integer llHandle 139884>>> Handle hDispatchDriver 139884>>> Get phDispatchDriver to hDispatchDriver 139885>>> Send PrepareParams to hDispatchDriver 1 139886>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llHandle 139887>>> Send InvokeComMethod to hDispatchDriver 4 OLE_VT_VOID 139888>>> End_Procedure 139889>>> 139889>>> Procedure ComSetMargins Integer llleft Integer lltop Integer llright Integer llbottom Integer llMiddle 139891>>> Handle hDispatchDriver 139891>>> Get phDispatchDriver to hDispatchDriver 139892>>> Send PrepareParams to hDispatchDriver 5 139893>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139894>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139895>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139896>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139897>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llMiddle 139898>>> Send InvokeComMethod to hDispatchDriver 7 OLE_VT_VOID 139899>>> End_Procedure 139900>>> 139900>>> Procedure ComSetGroupImageList Variant llImageList 139902>>> Handle hDispatchDriver 139902>>> Get phDispatchDriver to hDispatchDriver 139903>>> Send PrepareParams to hDispatchDriver 1 139904>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llImageList 139905>>> Send InvokeComMethod to hDispatchDriver 8 OLE_VT_VOID 139906>>> End_Procedure 139907>>> 139907>>> Procedure ComReposition 139909>>> Handle hDispatchDriver 139909>>> Get phDispatchDriver to hDispatchDriver 139910>>> Send InvokeComMethod to hDispatchDriver 9 OLE_VT_VOID 139911>>> End_Procedure 139912>>> 139912>>> Procedure ComSetIconSize Integer llcx Integer llcy 139914>>> Handle hDispatchDriver 139914>>> Get phDispatchDriver to hDispatchDriver 139915>>> Send PrepareParams to hDispatchDriver 2 139916>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 139917>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 139918>>> Send InvokeComMethod to hDispatchDriver 18 OLE_VT_VOID 139919>>> End_Procedure 139920>>> 139920>>> Procedure ComSetGroupInnerMargins Integer llleft Integer lltop Integer llright Integer llbottom 139922>>> Handle hDispatchDriver 139922>>> Get phDispatchDriver to hDispatchDriver 139923>>> Send PrepareParams to hDispatchDriver 4 139924>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139925>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139926>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139927>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139928>>> Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID 139929>>> End_Procedure 139930>>> 139930>>> Procedure ComSetGroupOuterMargins Integer llleft Integer lltop Integer llright Integer llbottom 139932>>> Handle hDispatchDriver 139932>>> Get phDispatchDriver to hDispatchDriver 139933>>> Send PrepareParams to hDispatchDriver 4 139934>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139935>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139936>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139937>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139938>>> Send InvokeComMethod to hDispatchDriver 21 OLE_VT_VOID 139939>>> End_Procedure 139940>>> 139940>>> Procedure ComSetItemInnerMargins Integer llleft Integer lltop Integer llright Integer llbottom 139942>>> Handle hDispatchDriver 139942>>> Get phDispatchDriver to hDispatchDriver 139943>>> Send PrepareParams to hDispatchDriver 4 139944>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139945>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139946>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139947>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139948>>> Send InvokeComMethod to hDispatchDriver 22 OLE_VT_VOID 139949>>> End_Procedure 139950>>> 139950>>> Procedure ComSetItemOuterMargins Integer llleft Integer lltop Integer llright Integer llbottom 139952>>> Handle hDispatchDriver 139952>>> Get phDispatchDriver to hDispatchDriver 139953>>> Send PrepareParams to hDispatchDriver 4 139954>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139955>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 139956>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 139957>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 139958>>> Send InvokeComMethod to hDispatchDriver 23 OLE_VT_VOID 139959>>> End_Procedure 139960>>> 139960>>> Procedure ComRenameItem Variant llItem 139962>>> Handle hDispatchDriver 139962>>> Get phDispatchDriver to hDispatchDriver 139963>>> Send PrepareParams to hDispatchDriver 1 139964>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llItem 139965>>> Send InvokeComMethod to hDispatchDriver 24 OLE_VT_VOID 139966>>> End_Procedure 139967>>> 139967>>> Function ComColorSet Returns Variant 139969>>> Handle hDispatchDriver 139969>>> Variant retVal 139969>>> Get phDispatchDriver to hDispatchDriver 139970>>> Get InvokeComMethod of hDispatchDriver 25 OLE_VT_DISPATCH to retVal 139971>>> Function_Return retVal 139972>>> End_Function 139973>>> 139973>>> Function ComToolTipContext Returns Variant 139975>>> Handle hDispatchDriver 139975>>> Variant retVal 139975>>> Get phDispatchDriver to hDispatchDriver 139976>>> Get InvokeComMethod of hDispatchDriver 29 OLE_VT_DISPATCH to retVal 139977>>> Function_Return retVal 139978>>> End_Function 139979>>> 139979>>> Function ComCreateItemFromDropArray Variant llByteArray Returns Variant 139981>>> Handle hDispatchDriver 139981>>> Variant retVal 139981>>> Get phDispatchDriver to hDispatchDriver 139982>>> Send PrepareParams to hDispatchDriver 1 139983>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llByteArray 139984>>> Get InvokeComMethod of hDispatchDriver 30 OLE_VT_DISPATCH to retVal 139985>>> Function_Return retVal 139986>>> End_Function 139987>>> 139987>>> Procedure ComSetItemTextFormat OLEXTPItemAlignment llFormat 139989>>> Handle hDispatchDriver 139989>>> Get phDispatchDriver to hDispatchDriver 139990>>> Send PrepareParams to hDispatchDriver 1 139991>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFormat 139992>>> Send InvokeComMethod to hDispatchDriver 31 OLE_VT_VOID 139993>>> End_Procedure 139994>>> 139994>>> Procedure ComSetImageLayoutIconPadding Integer llleft Integer lltop Integer llright Integer llbottom 139996>>> Handle hDispatchDriver 139996>>> Get phDispatchDriver to hDispatchDriver 139997>>> Send PrepareParams to hDispatchDriver 4 139998>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llleft 139999>>> Send DefineParam to hDispatchDriver OLE_VT_I4 lltop 140000>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llright 140001>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llbottom 140002>>> Send InvokeComMethod to hDispatchDriver 32 OLE_VT_VOID 140003>>> End_Procedure 140004>>> 140004>>> Procedure ComSetGroupIconSize Integer llcx Integer llcy 140006>>> Handle hDispatchDriver 140006>>> Get phDispatchDriver to hDispatchDriver 140007>>> Send PrepareParams to hDispatchDriver 2 140008>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcx 140009>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llcy 140010>>> Send InvokeComMethod to hDispatchDriver 33 OLE_VT_VOID 140011>>> End_Procedure 140012>>> 140012>>> Procedure ComAboutBox 140014>>> Handle hDispatchDriver 140014>>> Get phDispatchDriver to hDispatchDriver 140015>>> Send InvokeComMethod to hDispatchDriver -552 OLE_VT_VOID 140016>>> End_Procedure 140017>>> 140017>>> Procedure ComDoPropExchange Variant llpPX 140019>>> Handle hDispatchDriver 140019>>> Get phDispatchDriver to hDispatchDriver 140020>>> Send PrepareParams to hDispatchDriver 1 140021>>> Send DefineParam to hDispatchDriver OLE_VT_DISPATCH llpPX 140022>>> Send InvokeComMethod to hDispatchDriver 34 OLE_VT_VOID 140023>>> End_Procedure 140024>>> 140024>>> Function ComClientHeight Returns Integer 140026>>> Handle hDispatchDriver 140026>>> Integer retVal 140026>>> Get phDispatchDriver to hDispatchDriver 140027>>> Get InvokeComMethod of hDispatchDriver 38 OLE_VT_I4 to retVal 140028>>> Function_Return retVal 140029>>> End_Function 140030>>> 140030>>> Function ComFind Integer llId Returns Variant 140032>>> Handle hDispatchDriver 140032>>> Variant retVal 140032>>> Get phDispatchDriver to hDispatchDriver 140033>>> Send PrepareParams to hDispatchDriver 1 140034>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llId 140035>>> Get InvokeComMethod of hDispatchDriver 39 OLE_VT_DISPATCH to retVal 140036>>> Function_Return retVal 140037>>> End_Function 140038>>> 140038>>> Function ComDragOverItem Returns Variant 140040>>> Handle hDispatchDriver 140040>>> Variant retVal 140040>>> Get phDispatchDriver to hDispatchDriver 140041>>> Get InvokeComMethod of hDispatchDriver 43 OLE_VT_DISPATCH to retVal 140042>>> Function_Return retVal 140043>>> End_Function 140044>>> 140044>>> Procedure ComSetGroupTextFormat OLEXTPItemAlignment llFormat 140046>>> Handle hDispatchDriver 140046>>> Get phDispatchDriver to hDispatchDriver 140047>>> Send PrepareParams to hDispatchDriver 1 140048>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llFormat 140049>>> Send InvokeComMethod to hDispatchDriver 48 OLE_VT_VOID 140050>>> End_Procedure 140051>>>End_Class 140052>>> 140052>>>// Event interface for Xtreme TaskPanel Control 140052>>>Class cSigCjCom_DTaskPanelEvents is a Mixin 140053>>> 140053>>> Procedure OnComItemClick Variant llItem 140055>>> End_Procedure 140056>>> 140056>>> Procedure OnComItemRButtonDown Variant llItem 140058>>> End_Procedure 140059>>> 140059>>> Procedure OnComBeginDrag Variant llItem 140061>>> End_Procedure 140062>>> 140062>>> Procedure OnComItemDrop Variant llItem 140064>>> End_Procedure 140065>>> 140065>>> Procedure OnComGroupExpanding Variant llGroup Boolean llExpanding Boolean ByRef llCancel 140067>>> End_Procedure 140068>>> 140068>>> Procedure OnComGroupExpanded Variant llGroup 140070>>> End_Procedure 140071>>> 140071>>> Procedure OnComItemDblClick Variant llItem 140073>>> End_Procedure 140074>>> 140074>>> Procedure OnComFocusedItemChanged 140076>>> End_Procedure 140077>>> 140077>>> Procedure OnComClientHeightChanged 140079>>> End_Procedure 140080>>> 140080>>> Procedure OnComEndRenameItem Variant llItem String ByRef llNewString Boolean ByRef llCancel 140082>>> End_Procedure 140083>>> 140083>>> Procedure OnComKeyUp Short ByRef llKeyCode Short llShift 140085>>> End_Procedure 140086>>> 140086>>> Procedure OnComKeyDown Short ByRef llKeyCode Short llShift 140088>>> End_Procedure 140089>>> 140089>>> Procedure OnComHotItemChanged 140091>>> End_Procedure 140092>>> 140092>>> Procedure OnComOLEDragOver Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly Short llstate 140094>>> End_Procedure 140095>>> 140095>>> Procedure OnComOLEDragDrop Variant llData Integer ByRef llEffect Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 140097>>> End_Procedure 140098>>> 140098>>> Procedure OnComMouseDown Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 140100>>> End_Procedure 140101>>> 140101>>> Procedure OnComMouseMove Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 140103>>> End_Procedure 140104>>> 140104>>> Procedure OnComMouseUp Short llButton Short llShift OLE_XPOS_PIXELS llx OLE_YPOS_PIXELS lly 140106>>> End_Procedure 140107>>> 140107>>> Procedure OnComGroupMove Variant llGroup 140109>>> End_Procedure 140110>>> 140110>>> Procedure OnComReCreated 140112>>> End_Procedure 140113>>> 140113>>> Procedure RegisterComEvents 140115>>> Send RegisterComEvent 1 msg_OnComItemClick 140116>>> Send RegisterComEvent 2 msg_OnComItemRButtonDown 140117>>> Send RegisterComEvent 3 msg_OnComBeginDrag 140118>>> Send RegisterComEvent 4 msg_OnComItemDrop 140119>>> Send RegisterComEvent 5 msg_OnComGroupExpanding 140120>>> Send RegisterComEvent 6 msg_OnComGroupExpanded 140121>>> Send RegisterComEvent 7 msg_OnComItemDblClick 140122>>> Send RegisterComEvent 8 msg_OnComFocusedItemChanged 140123>>> Send RegisterComEvent 9 msg_OnComClientHeightChanged 140124>>> Send RegisterComEvent 10 msg_OnComEndRenameItem 140125>>> Send RegisterComEvent -604 msg_OnComKeyUp 140126>>> Send RegisterComEvent -602 msg_OnComKeyDown 140127>>> Send RegisterComEvent 11 msg_OnComHotItemChanged 140128>>> Send RegisterComEvent 300 msg_OnComOLEDragOver 140129>>> Send RegisterComEvent 301 msg_OnComOLEDragDrop 140130>>> Send RegisterComEvent -605 msg_OnComMouseDown 140131>>> Send RegisterComEvent -606 msg_OnComMouseMove 140132>>> Send RegisterComEvent -607 msg_OnComMouseUp 140133>>> Send RegisterComEvent 12 msg_OnComGroupMove 140134>>> Send RegisterComEvent 10001000 msg_OnComReCreated 140135>>> End_Procedure 140136>>>End_Class 140137>>> 140137>>>// Xtreme TaskPanel Control 140137>>>Class cSigCjComTaskPanel is a cComActiveXControl 140138>>> Import_Class_Protocol cSigCjCom_DTaskPanel 140139>>> Import_Class_Protocol cSigCjCom_DTaskPanelEvents 140140>>> 140140>>> Procedure Construct_Object 140142>>> Forward Send Construct_Object 140144>>> Set psProgID to L_cSigCjComTaskPanel 140145>>> Set psEventId to "{C0DE2030-DC51-46E1-8484-90143C199441}" 140146>>> Set psLicenseKey to L_cSigCjKeyTaskPanel 140147>>> Set peAutoCreate to acDeferredAutoCreate 140148>>> End_Procedure 140149>>>End_Class 140150>>> 140150>>>// TaskPanel Global Settings 140150>>>Class cSigCjComITaskPanelGlobalSettings is a Mixin 140151>>> 140151>>> Function ComResourceFile Returns String 140153>>> String retVal 140153>>> Get ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to retVal 140154>>> Function_Return retVal 140155>>> End_Function 140156>>> 140156>>> Procedure Set ComResourceFile String value 140158>>> Set ComProperty of (phDispatchDriver(Self)) 100 OLE_VT_BSTR to value 140159>>> End_Procedure 140160>>> 140160>>> Function ComLicense Returns String 140162>>> String retVal 140162>>> Get ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to retVal 140163>>> Function_Return retVal 140164>>> End_Function 140165>>> 140165>>> Procedure Set ComLicense String value 140167>>> Set ComProperty of (phDispatchDriver(Self)) 101 OLE_VT_BSTR to value 140168>>> End_Procedure 140169>>> 140169>>> Function ComTitle Returns String 140171>>> String retVal 140171>>> Get ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to retVal 140172>>> Function_Return retVal 140173>>> End_Function 140174>>> 140174>>> Procedure Set ComTitle String value 140176>>> Set ComProperty of (phDispatchDriver(Self)) 102 OLE_VT_BSTR to value 140177>>> End_Procedure 140178>>> 140178>>> Function ComReCreateReparentedControls Returns Boolean 140180>>> Boolean retVal 140180>>> Get ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to retVal 140181>>> Function_Return retVal 140182>>> End_Function 140183>>> 140183>>> Procedure Set ComReCreateReparentedControls Boolean value 140185>>> Set ComProperty of (phDispatchDriver(Self)) 109 OLE_VT_BOOL to value 140186>>> End_Procedure 140187>>> 140187>>> Function ComColorManager Returns Variant 140189>>> Handle hDispatchDriver 140189>>> Variant retVal 140189>>> Get phDispatchDriver to hDispatchDriver 140190>>> Get InvokeComMethod of hDispatchDriver 103 OLE_VT_DISPATCH to retVal 140191>>> Function_Return retVal 140192>>> End_Function 140193>>> 140193>>> Function ComVersion Returns String 140195>>> Handle hDispatchDriver 140195>>> String retVal 140195>>> Get phDispatchDriver to hDispatchDriver 140196>>> Get InvokeComMethod of hDispatchDriver 104 OLE_VT_BSTR to retVal 140197>>> Function_Return retVal 140198>>> End_Function 140199>>> 140199>>> Function ComUnicode Returns Boolean 140201>>> Handle hDispatchDriver 140201>>> Boolean retVal 140201>>> Get phDispatchDriver to hDispatchDriver 140202>>> Get InvokeComMethod of hDispatchDriver 105 OLE_VT_BOOL to retVal 140203>>> Function_Return retVal 140204>>> End_Function 140205>>> 140205>>> Function ComOcxPath Returns String 140207>>> Handle hDispatchDriver 140207>>> String retVal 140207>>> Get phDispatchDriver to hDispatchDriver 140208>>> Get InvokeComMethod of hDispatchDriver 106 OLE_VT_BSTR to retVal 140209>>> Function_Return retVal 140210>>> End_Function 140211>>> 140211>>> Function ComGetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Returns Variant 140213>>> Handle hDispatchDriver 140213>>> Variant retVal 140213>>> Get phDispatchDriver to hDispatchDriver 140214>>> Send PrepareParams to hDispatchDriver 1 140215>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 140216>>> Get InvokeComMethod of hDispatchDriver 111 OLE_VT_VARIANT to retVal 140217>>> Function_Return retVal 140218>>> End_Function 140219>>> 140219>>> Procedure ComSetAmbientProperty OLEXTPApplicationAmbientProperty llproperty Variant llValue 140221>>> Handle hDispatchDriver 140221>>> Get phDispatchDriver to hDispatchDriver 140222>>> Send PrepareParams to hDispatchDriver 2 140223>>> Send DefineParam to hDispatchDriver OLE_VT_I4 llproperty 140224>>> Send DefineParam to hDispatchDriver OLE_VT_VARIANT llValue 140225>>> Send InvokeComMethod to hDispatchDriver 112 OLE_VT_VOID 140226>>> End_Procedure 140227>>> 140227>>> Function ComCreatePropExchange Returns Variant 140229>>> Handle hDispatchDriver 140229>>> Variant retVal 140229>>> Get phDispatchDriver to hDispatchDriver 140230>>> Get InvokeComMethod of hDispatchDriver 107 OLE_VT_DISPATCH to retVal 140231>>> Function_Return retVal 140232>>> End_Function 140233>>> 140233>>> Function ComIcons Returns Variant 140235>>> Handle hDispatchDriver 140235>>> Variant retVal 140235>>> Get phDispatchDriver to hDispatchDriver 140236>>> Get InvokeComMethod of hDispatchDriver 108 OLE_VT_DISPATCH to retVal 140237>>> Function_Return retVal 140238>>> End_Function 140239>>> 140239>>> Function ComResourceImages Returns Variant 140241>>> Handle hDispatchDriver 140241>>> Variant retVal 140241>>> Get phDispatchDriver to hDispatchDriver 140242>>> Get InvokeComMethod of hDispatchDriver 6 OLE_VT_DISPATCH to retVal 140243>>> Function_Return retVal 140244>>> End_Function 140245>>>End_Class 140246>>> 140246>>>// TaskPanel Global Settings 140246>>>Class cSigCjComTaskPanelGlobalSettings is a cComAutomationObject 140247>>> Import_Class_Protocol cSigCjComITaskPanelGlobalSettings 140248>>> 140248>>> Procedure Construct_Object 140250>>> Forward Send Construct_Object 140252>>> Set psProgID to L_cSigCjComTaskPanelGlobalSettings 140253>>> Set peAutoCreate to acNoAutoCreate 140254>>> End_Procedure 140255>>>End_Class 140256>>> 140256>>>//============================================================================== 140256>>>//End of package - SigCjW_TaskPanel.pkg 140256>>>//============================================================================== 140256>>> 140256> 140256> 140256>Object oHtmlHelp is a cHtmlHelp 140258>End_Object 140259> 140259>Object oApplication is a cApplication 140261> Set peHelpType to htHtmlHelp 140262> 140262> Object oConnection is a cConnection 140264> Use LoginEncryption.pkg Including file: LoginEncryption.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\LoginEncryption.pkg) 140264>>>Use cLoginEncryption.pkg Including file: cLoginEncryption.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cLoginEncryption.pkg) 140264>>>>>Use cCryptographer.pkg Including file: cCryptographer.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\cCryptographer.pkg) 140264>>>>>>>Use VdfBase.pkg 140264>>>>>>> 140264>>>>>>>Use CryptographerConstants.pkg Including file: CryptographerConstants.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\CryptographerConstants.pkg) 140264>>>>>>>>>// Author : Ulbe Stellema 140264>>>>>>>>>// Algorithm classes 140264>>>>>>>>>Define ALG_CLASS_ANY for |CI$00000000 // (0) 140264>>>>>>>>>Define ALG_CLASS_SIGNATURE for |CI$00002000 // (1 << 13) 140264>>>>>>>>>Define ALG_CLASS_MSG_ENCRYPT for |CI$00004000 // (2 << 13) 140264>>>>>>>>>Define ALG_CLASS_DATA_ENCRYPT for |CI$00006000 // (3 << 13) 140264>>>>>>>>>Define ALG_CLASS_HASH for |CI$00008000 // (4 << 13) 140264>>>>>>>>>Define ALG_CLASS_KEY_EXCHANGE for |CI$0000A000 // (5 << 13) 140264>>>>>>>>>Define ALG_CLASS_ALL for |CI$0000E000 // (7 << 13) 140264>>>>>>>>> 140264>>>>>>>>>// Algorithm types 140264>>>>>>>>>Define ALG_TYPE_ANY for |CI$00000000 // (0) 140264>>>>>>>>>Define ALG_TYPE_DSS for |CI$00000200 // (1 << 9) 140264>>>>>>>>>Define ALG_TYPE_RSA for |CI$00000400 // (2 << 9) 140264>>>>>>>>>Define ALG_TYPE_BLOCK for |CI$00000600 // (3 << 9) 140264>>>>>>>>>Define ALG_TYPE_STREAM for |CI$00000800 // (4 << 9) 140264>>>>>>>>>Define ALG_TYPE_DH for |CI$00000A00 // (5 << 9) 140264>>>>>>>>>Define ALG_TYPE_SECURECHANNEL for |CI$00000C00 // (6 << 9) 140264>>>>>>>>> 140264>>>>>>>>>// Generic sub-ids 140264>>>>>>>>>Define ALG_SID_ANY for |CI$00000000 // (0) 140264>>>>>>>>> 140264>>>>>>>>>// RSA sub-ids 140264>>>>>>>>>Define ALG_SID_RSA_ANY for 0 140264>>>>>>>>>Define ALG_SID_RSA_PKCS for 1 140264>>>>>>>>>Define ALG_SID_RSA_MSATWORK for 2 140264>>>>>>>>>Define ALG_SID_RSA_ENTRUST for 3 140264>>>>>>>>>Define ALG_SID_RSA_PGP for 4 140264>>>>>>>>> 140264>>>>>>>>>// DSS sub-ids 140264>>>>>>>>>Define ALG_SID_DSS_ANY for 0 140264>>>>>>>>>Define ALG_SID_DSS_PKCS for 1 140264>>>>>>>>>Define ALG_SID_DSS_DMS for 2 140264>>>>>>>>> 140264>>>>>>>>>// DES sub_ids 140264>>>>>>>>>Define ALG_SID_DES for 1 140264>>>>>>>>>Define ALG_SID_3DES for 3 140264>>>>>>>>>Define ALG_SID_DESX for 4 140264>>>>>>>>>Define ALG_SID_IDEA for 5 140264>>>>>>>>>Define ALG_SID_CAST for 6 140264>>>>>>>>>Define ALG_SID_SAFERSK64 for 7 140264>>>>>>>>>Define ALG_SID_SAFERSK128 for 8 140264>>>>>>>>>Define ALG_SID_3DES_112 for 9 140264>>>>>>>>>Define ALG_SID_CYLINK_MEK for 12 140264>>>>>>>>>Define ALG_SID_RC5 for 13 140264>>>>>>>>>Define ALG_SID_AES_128 for 14 140264>>>>>>>>>Define ALG_SID_AES_192 for 15 140264>>>>>>>>>Define ALG_SID_AES_256 for 16 140264>>>>>>>>>Define ALG_SID_AES for 17 140264>>>>>>>>> 140264>>>>>>>>>// Fortezza sub-ids 140264>>>>>>>>>Define ALG_SID_SKIPJACK for 10 140264>>>>>>>>>Define ALG_SID_TEK for 11 140264>>>>>>>>> 140264>>>>>>>>>// RC2 sub-ids 140264>>>>>>>>>Define ALG_SID_RC2 for 2 140264>>>>>>>>> 140264>>>>>>>>>// Stream cipher sub-ids 140264>>>>>>>>>Define ALG_SID_RC4 for 1 140264>>>>>>>>>Define ALG_SID_SEAL for 2 140264>>>>>>>>> 140264>>>>>>>>>// Diffie-Hellman sub-ids 140264>>>>>>>>>Define ALG_SID_DH_SANDF for 1 140264>>>>>>>>>Define ALG_SID_DH_EPHEM for 2 140264>>>>>>>>>Define ALG_SID_AGREED_KEY_ANY for 3 140264>>>>>>>>>Define ALG_SID_KEA for 4 140264>>>>>>>>> 140264>>>>>>>>>// Hash sub ids 140264>>>>>>>>>Define ALG_SID_MD2 for 1 140264>>>>>>>>>Define ALG_SID_MD4 for 2 140264>>>>>>>>>Define ALG_SID_MD5 for 3 140264>>>>>>>>>Define ALG_SID_SHA for 4 140264>>>>>>>>>Define ALG_SID_SHA1 for 4 140264>>>>>>>>>Define ALG_SID_MAC for 5 140264>>>>>>>>>Define ALG_SID_RIPEMD for 6 140264>>>>>>>>>Define ALG_SID_RIPEMD160 for 7 140264>>>>>>>>>Define ALG_SID_SSL3SHAMD5 for 8 140264>>>>>>>>>Define ALG_SID_HMAC for 9 140264>>>>>>>>>Define ALG_SID_TLS1PRF for 10 140264>>>>>>>>>Define ALG_SID_HASH_REPLACE_OWF for 11 140264>>>>>>>>>Define ALG_SID_SHA_256 for 12 140264>>>>>>>>>Define ALG_SID_SHA_384 for 13 140264>>>>>>>>>Define ALG_SID_SHA_512 for 14 140264>>>>>>>>> 140264>>>>>>>>>// secure channel sub ids 140264>>>>>>>>>Define ALG_SID_SSL3_MASTER for 1 140264>>>>>>>>>Define ALG_SID_SCHANNEL_MASTER_HASH for 2 140264>>>>>>>>>Define ALG_SID_SCHANNEL_MAC_KEY for 3 140264>>>>>>>>>Define ALG_SID_PCT1_MASTER for 4 140264>>>>>>>>>Define ALG_SID_SSL2_MASTER for 5 140264>>>>>>>>>Define ALG_SID_TLS1_MASTER for 6 140264>>>>>>>>>Define ALG_SID_SCHANNEL_ENC_KEY for 7 140264>>>>>>>>> 140264>>>>>>>>>// algorithm identifier definitions 140264>>>>>>>>>Define CALG_MD2 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_MD2) 140264>>>>>>>>>Define CALG_MD4 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_MD4) 140264>>>>>>>>>Define CALG_MD5 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_MD5) 140264>>>>>>>>>Define CALG_SHA for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SHA) 140264>>>>>>>>>Define CALG_SHA1 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SHA1) 140264>>>>>>>>>Define CALG_MAC for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_MAC) 140264>>>>>>>>>Define CALG_RSA_SIGN for (ALG_CLASS_SIGNATURE ior ALG_TYPE_RSA ior ALG_SID_RSA_ANY) 140264>>>>>>>>>Define CALG_DSS_SIGN for (ALG_CLASS_SIGNATURE ior ALG_TYPE_DSS ior ALG_SID_DSS_ANY) 140264>>>>>>>>>Define CALG_NO_SIGN for (ALG_CLASS_SIGNATURE ior ALG_TYPE_ANY ior ALG_SID_ANY) 140264>>>>>>>>>Define CALG_RSA_KEYX for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_RSA ior ALG_SID_RSA_ANY) 140264>>>>>>>>>Define CALG_DES for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_DES) 140264>>>>>>>>>Define CALG_3DES_112 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_3DES_112) 140264>>>>>>>>>Define CALG_3DES for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_3DES) 140264>>>>>>>>>Define CALG_DESX for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_DESX) 140264>>>>>>>>>Define CALG_RC2 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_RC2) 140264>>>>>>>>>Define CALG_RC4 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_STREAM ior ALG_SID_RC4) 140264>>>>>>>>>Define CALG_SEAL for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_STREAM ior ALG_SID_SEAL) 140264>>>>>>>>>Define CALG_DH_SF for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_DH ior ALG_SID_DH_SANDF) 140264>>>>>>>>>Define CALG_DH_EPHEM for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_DH ior ALG_SID_DH_EPHEM) 140264>>>>>>>>>Define CALG_AGREEDKEY_ANY for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_DH ior ALG_SID_AGREED_KEY_ANY) 140264>>>>>>>>>Define CALG_KEA_KEYX for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_DH ior ALG_SID_KEA) 140264>>>>>>>>>Define CALG_HUGHES_MD5 for (ALG_CLASS_KEY_EXCHANGE ior ALG_TYPE_ANY ior ALG_SID_MD5) 140264>>>>>>>>>Define CALG_SKIPJACK for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_SKIPJACK) 140264>>>>>>>>>Define CALG_TEK for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_TEK) 140264>>>>>>>>>Define CALG_CYLINK_MEK for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_CYLINK_MEK) 140264>>>>>>>>>Define CALG_SSL3_SHAMD5 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SSL3SHAMD5) 140264>>>>>>>>>Define CALG_SSL3_MASTER for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_SSL3_MASTER) 140264>>>>>>>>>Define CALG_SCHANNEL_MASTER_HASH for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_SCHANNEL_MASTER_HASH) 140264>>>>>>>>>Define CALG_SCHANNEL_MAC_KEY for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_SCHANNEL_MAC_KEY) 140264>>>>>>>>>Define CALG_SCHANNEL_ENC_KEY for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_SCHANNEL_ENC_KEY) 140264>>>>>>>>>Define CALG_PCT1_MASTER for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_PCT1_MASTER) 140264>>>>>>>>>Define CALG_SSL2_MASTER for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_SSL2_MASTER) 140264>>>>>>>>>Define CALG_TLS1_MASTER for (ALG_CLASS_MSG_ENCRYPT ior ALG_TYPE_SECURECHANNEL ior ALG_SID_TLS1_MASTER) 140264>>>>>>>>>Define CALG_RC5 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_RC5) 140264>>>>>>>>>Define CALG_HMAC for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_HMAC) 140264>>>>>>>>>Define CALG_TLS1PRF for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_TLS1PRF) 140264>>>>>>>>>Define CALG_HASH_REPLACE_OWF for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_HASH_REPLACE_OWF) 140264>>>>>>>>>Define CALG_AES_128 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_AES_128) 140264>>>>>>>>>Define CALG_AES_192 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_AES_192) 140264>>>>>>>>>Define CALG_AES_256 for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_AES_256) 140264>>>>>>>>>Define CALG_AES for (ALG_CLASS_DATA_ENCRYPT ior ALG_TYPE_BLOCK ior ALG_SID_AES) 140264>>>>>>>>>Define CALG_SHA_256 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SHA_256) 140264>>>>>>>>>Define CALG_SHA_384 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SHA_384) 140264>>>>>>>>>Define CALG_SHA_512 for (ALG_CLASS_HASH ior ALG_TYPE_ANY ior ALG_SID_SHA_512) 140264>>>>>>>>> 140264>>>>>>>>>// Providers 140264>>>>>>>>>Define MS_DEF_PROV for "Microsoft Base Cryptographic Provider v1.0" 140264>>>>>>>>>Define MS_ENHANCED_PROV for "Microsoft Enhanced Cryptographic Provider v1.0" 140264>>>>>>>>>Define MS_STRONG_PROV for "Microsoft Strong Cryptographic Provider" 140264>>>>>>>>>Define MS_DEF_RSA_SIG_PROV for "Microsoft RSA Signature Cryptographic Provider" 140264>>>>>>>>>Define MS_DEF_RSA_SCHANNEL_PROV for "Microsoft RSA SChannel Cryptographic Provider" 140264>>>>>>>>>Define MS_DEF_DSS_PROV for "Microsoft Base DSS Cryptographic Provider" 140264>>>>>>>>>Define MS_DEF_DSS_DH_PROV for "Microsoft Base DSS and Diffie-Hellman Cryptographic Provider" 140264>>>>>>>>>Define MS_ENH_DSS_DH_PROV for "Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider" 140264>>>>>>>>>Define MS_DEF_DH_SCHANNEL_PROV for "Microsoft DH SChannel Cryptographic Provider" 140264>>>>>>>>>Define MS_SCARD_PROV for "Microsoft Base Smart Card Crypto Provider" 140264>>>>>>>>>Define MS_ENH_RSA_AES_PROV for "Microsoft Enhanced RSA and AES Cryptographic Provider" 140264>>>>>>>>> 140264>>>>>>>>>// dwFlags definitions for CryptAcquireContext 140264>>>>>>>>>Define CRYPT_VERIFYCONTEXT for |CI$F0000000 140264>>>>>>>>>Define CRYPT_NEWKEYSET for |CI$00000008 140264>>>>>>>>>Define CRYPT_DELETEKEYSET for |CI$00000010 140264>>>>>>>>>Define CRYPT_MACHINE_KEYSET for |CI$00000020 140264>>>>>>>>>Define CRYPT_SILENT for |CI$00000040 140264>>>>>>>>> 140264>>>>>>>>>// dwFlag definitions for CryptGenKey 140264>>>>>>>>>Define CRYPT_EXPORTABLE for |CI$00000001 140264>>>>>>>>>Define CRYPT_USER_PROTECTED for |CI$00000002 140264>>>>>>>>>Define CRYPT_CREATE_SALT for |CI$00000004 140264>>>>>>>>>Define CRYPT_UPDATE_KEY for |CI$00000008 140264>>>>>>>>>Define CRYPT_NO_SALT for |CI$00000010 140264>>>>>>>>>Define CRYPT_PREGEN for |CI$00000040 140264>>>>>>>>>Define CRYPT_RECIPIENT for |CI$00000010 140264>>>>>>>>>Define CRYPT_INITIATOR for |CI$00000040 140264>>>>>>>>>Define CRYPT_ONLINE for |CI$00000080 140264>>>>>>>>>Define CRYPT_SF for |CI$00000100 140264>>>>>>>>>Define CRYPT_CREATE_IV for |CI$00000200 140264>>>>>>>>>Define CRYPT_KEK for |CI$00000400 140264>>>>>>>>>Define CRYPT_DATA_KEY for |CI$00000800 140264>>>>>>>>>Define CRYPT_VOLATILE for |CI$00001000 140264>>>>>>>>>Define CRYPT_SGCKEY for |CI$00002000 140264>>>>>>>>>Define CRYPT_ARCHIVABLE for |CI$00004000 140264>>>>>>>>> 140264>>>>>>>>>// Provider types 140264>>>>>>>>>Define PROV_RSA_FULL for 1 140264>>>>>>>>>Define PROV_RSA_SIG for 2 140264>>>>>>>>>Define PROV_DSS for 3 140264>>>>>>>>>Define PROV_FORTEZZA for 4 140264>>>>>>>>>Define PROV_MS_EXCHANGE for 5 140264>>>>>>>>>Define PROV_SSL for 6 140264>>>>>>>>>Define PROV_RSA_SCHANNEL for 12 140264>>>>>>>>>Define PROV_DSS_DH for 13 140264>>>>>>>>>Define PROV_EC_ECDSA_SIG for 14 140264>>>>>>>>>Define PROV_EC_ECNRA_SIG for 15 140264>>>>>>>>>Define PROV_EC_ECDSA_FULL for 16 140264>>>>>>>>>Define PROV_EC_ECNRA_FULL for 17 140264>>>>>>>>>Define PROV_DH_SCHANNEL for 18 140264>>>>>>>>>Define PROV_SPYRUS_LYNKS for 20 140264>>>>>>>>>Define PROV_RNG for 21 140264>>>>>>>>>Define PROV_INTEL_SEC for 22 140264>>>>>>>>>Define PROV_REPLACE_OWF for 23 140264>>>>>>>>>Define PROV_RSA_AES for 24 140264>>>>>>>>> 140264>>>>>>>>>// KP_MODE 140264>>>>>>>>>// KP_MODE 140264>>>>>>>>>Define CRYPT_MODE_CBC for 1 // Cipher block chaining 140264>>>>>>>>>Define CRYPT_MODE_ECB for 2 // Electronic code book 140264>>>>>>>>>Define CRYPT_MODE_OFB for 3 // Output feedback mode 140264>>>>>>>>>Define CRYPT_MODE_CFB for 4 // Cipher feedback mode 140264>>>>>>>>>Define CRYPT_MODE_CTS for 5 // Ciphertext stealing mode 140264>>>>>>>>>Define CRYPT_MODE_CBCI for 6 // ANSI CBC Interleaved 140264>>>>>>>>>Define CRYPT_MODE_CFBP for 7 // ANSI CFB Pipelined 140264>>>>>>>>>Define CRYPT_MODE_OFBP for 8 // ANSI OFB Pipelined 140264>>>>>>>>>Define CRYPT_MODE_CBCOFM for 9 // ANSI CBC + OF Masking 140264>>>>>>>>>Define CRYPT_MODE_CBCOFMI for 10 // ANSI CBC + OFM Interleaved 140264>>>>>>>>> 140264>>>>>>>>>// dwParam definitions for CryptGetKeyParam 140264>>>>>>>>>Define KP_IV for 1 // Initialization vector 140264>>>>>>>>>Define KP_SALT for 2 // Salt value 140264>>>>>>>>>Define KP_PADDING for 3 // Padding values 140264>>>>>>>>>Define KP_MODE for 4 // Mode of the cipher 140264>>>>>>>>>Define KP_MODE_BITS for 5 // Number of bits to feedback 140264>>>>>>>>>Define KP_PERMISSIONS for 6 // Key permissions DWORD 140264>>>>>>>>>Define KP_ALGID for 7 // Key algorithm 140264>>>>>>>>>Define KP_BLOCKLEN for 8 // Block size of the cipher 140264>>>>>>>>>Define KP_KEYLEN for 9 // Length of key in bits 140264>>>>>>>>>Define KP_SALT_EX for 10 // Length of salt in bytes 140264>>>>>>>>>Define KP_P for 11 // DSS/Diffie-Hellman P value 140264>>>>>>>>>Define KP_G for 12 // DSS/Diffie-Hellman G value 140264>>>>>>>>>Define KP_Q for 13 // DSS Q value 140264>>>>>>>>>Define KP_X for 14 // Diffie-Hellman X value 140264>>>>>>>>>Define KP_Y for 15 // Y value 140264>>>>>>>>>Define KP_RA for 16 // Fortezza RA value 140264>>>>>>>>>Define KP_RB for 17 // Fortezza RB value 140264>>>>>>>>>Define KP_INFO for 18 // for putting information into an RSA envelope 140264>>>>>>>>>Define KP_EFFECTIVE_KEYLEN for 19 // setting and getting RC2 effective key length 140264>>>>>>>>>Define KP_SCHANNEL_ALG for 20 // for setting the Secure Channel algorithms 140264>>>>>>>>>Define KP_CLIENT_RANDOM for 21 // for setting the Secure Channel client random data 140264>>>>>>>>>Define KP_SERVER_RANDOM for 22 // for setting the Secure Channel server random data 140264>>>>>>>>>Define KP_RP for 23 140264>>>>>>>>>Define KP_PRECOMP_MD5 for 24 140264>>>>>>>>>Define KP_PRECOMP_SHA for 25 140264>>>>>>>>>Define KP_CERTIFICATE for 26 // for setting Secure Channel certificate data (PCT1) 140264>>>>>>>>>Define KP_CLEAR_KEY for 27 // for setting Secure Channel clear key data (PCT1) 140264>>>>>>>>>Define KP_PUB_EX_LEN for 28 140264>>>>>>>>>Define KP_PUB_EX_VAL for 29 140264>>>>>>>>>Define KP_KEYVAL for 30 140264>>>>>>>>>Define KP_ADMIN_PIN for 31 140264>>>>>>>>>Define KP_KEYEXCHANGE_PIN for 32 140264>>>>>>>>>Define KP_SIGNATURE_PIN for 33 140264>>>>>>>>>Define KP_PREHASH for 34 140264>>>>>>>>>Define KP_ROUNDS for 35 140264>>>>>>>>>Define KP_OAEP_PARAMS for 36 // for setting OAEP params on RSA keys 140264>>>>>>>>>Define KP_CMS_KEY_INFO for 37 140264>>>>>>>>>Define KP_CMS_DH_KEY_INFO for 38 140264>>>>>>>>>Define KP_PUB_PARAMS for 39 // for setting public parameters 140264>>>>>>>>>Define KP_VERIFY_PARAMS for 40 // for verifying DSA and DH parameters 140264>>>>>>>>>Define KP_HIGHEST_VERSION for 41 // for TLS protocol version setting 140264>>>>>>>>>Define KP_GET_USE_COUNT for 42 // for use with PP_CRYPT_COUNT_KEY_USE contexts 140264>>>>>>>>> 140264>>>>>>>>>// dwParam definitions for CryptGetHashParam 140264>>>>>>>>>Define HP_ALGID for |CI$0001 // Hash algorithm 140264>>>>>>>>>Define HP_HASHVAL for |CI$0002 // Hash value 140264>>>>>>>>>Define HP_HASHSIZE for |CI$0004 // Hash value size 140264>>>>>>>>>Define HP_HMAC_INFO for |CI$0005 // information for creating an HMA 140264>>>>>>>>> 140264>>>>>>>>>// key BLOB types 140264>>>>>>>>>Define KEYSTATEBLOB for |CI$0C 140264>>>>>>>>>Define OPAQUEKEYBLOB for |CI$09 140264>>>>>>>>>Define PLAINTEXTKEYBLOB for |CI$08 140264>>>>>>>>>Define PRIVATEKEYBLOB for |CI$07 140264>>>>>>>>>Define PUBLICKEYBLOB for |CI$06 140264>>>>>>>>>Define PUBLICKEYBLOBEX for |CI$0A 140264>>>>>>>>>Define SIMPLEBLOB for |CI$01 140264>>>>>>>>>Define SYMMETRICWRAPKEYBLOB for |CI$0B 140264>>>>>>>>> 140264>>>>>>>>>Define CUR_BLOB_VERSION for 2 140264>>>>>>>>> 140264>>>>>>>>>// Structure cryptimportkey 140264>>>>>>>>>Struct PUBLICKEYSTRUC 140264>>>>>>>>> UChar bType 140264>>>>>>>>> UChar bVersion 140264>>>>>>>>> UShort reserved 140264>>>>>>>>> UInteger aiKeyAlg 140264>>>>>>>>>End_Struct 140264>>>>>>>>> 140264>>>>>>>>>Struct tPLAINTEXTKEYBLOB 140264>>>>>>>>> PUBLICKEYSTRUC hdr 140264>>>>>>>>> PUBLICKEYSTRUC hdr 140264>>>>>>>>> UInteger dwKeySize 140264>>>>>>>>>// UChar[] rgbKeyData 140264>>>>>>>>>End_Struct 140264>>>>>>>>> 140264>>>>>>>>> 140264>>>>>>>>> 140264>>>>>>>>>// Structure for specifying the inner and outer strings when calculating HMAC hash (use with CryptSetHashParam) 140264>>>>>>>>>Struct HMAC_INFO 140264>>>>>>>>> UInteger HashAlgid 140264>>>>>>>>> Pointer pbInnerString 140264>>>>>>>>> DWord cbInnerString 140264>>>>>>>>> Pointer pbOuterString 140264>>>>>>>>> DWord cbOuterString 140264>>>>>>>>>End_Struct 140264>>>>>>>>> 140264>>>>>>>>> 140264>>>>>>>>>External_Function CryptAcquireContext "CryptAcquireContextA" advapi32.dll ; Pointer phProv ; Pointer szContainer ; Pointer szProvider ; Integer dwProvType ; Integer dwFlags ; Returns Boolean 140265>>>>>>>>> 140265>>>>>>>>>External_Function CryptReleaseContext "CryptReleaseContext" advapi32.dll ; Handle hProv ; Integer dwFlags ; Returns Boolean 140266>>>>>>>>> 140266>>>>>>>>>External_Function CryptCreateHash "CryptCreateHash" advapi32.dll ; Handle hProv ; Integer Algid ; Handle hKey ; Integer dwFlags ; Pointer phHash ; Returns Boolean 140267>>>>>>>>> 140267>>>>>>>>>External_Function CryptDestroyHash "CryptDestroyHash" advapi32.dll ; Handle hHash ; Returns Boolean 140268>>>>>>>>> 140268>>>>>>>>>External_Function CryptHashData "CryptHashData" advapi32.dll ; Handle hHash ; Pointer pbData ; Integer dwDataLen ; Integer dwFlags ; Returns Boolean 140269>>>>>>>>> 140269>>>>>>>>>External_Function CryptDeriveKey "CryptDeriveKey" advapi32.dll ; Handle hProv ; Integer Algid ; Handle hBaseData ; Integer dwFlags ; Pointer phKey ; Returns Boolean 140270>>>>>>>>> 140270>>>>>>>>>External_Function CryptGetHashParam "CryptGetHashParam" advapi32.dll ; Handle hHash ; DWord dwParam ; Pointer pbData ; Pointer pdwDataLen ; DWord dwFlags ; Returns Integer 140271>>>>>>>>> 140271>>>>>>>>>External_Function CryptDestroyKey "CryptDestroyKey" advapi32.dll ; Handle hKey ; Returns Boolean 140272>>>>>>>>> 140272>>>>>>>>>External_Function CryptImportKey "CryptImportKey" advapi32.dll ; Handle hProv ; Pointer pbData ; Integer dwDataLen ; Handle hPubKey ; Integer dwFlags ; Pointer phKey ; Returns Boolean 140273>>>>>>>>> 140273>>>>>>>>>External_Function CryptGetKeyParam "CryptGetKeyParam" advapi32.dll ; Handle hKey ; Integer dwParam ; Pointer pbData ; Pointer pdwDataLen ; Integer dwFlags ; Returns Boolean 140274>>>>>>>>> 140274>>>>>>>>>External_Function CryptSetKeyParam "CryptSetKeyParam" advapi32.dll ; Handle hKey ; UInteger dwParam ; Pointer pbdata ; UInteger dwFlags ; Returns Boolean 140275>>>>>>>>> 140275>>>>>>>>>External_Function CryptEncrypt "CryptEncrypt" advapi32.dll ; Handle hKey ; Handle hHash ; Boolean bFinal ; Integer dwFlags ; Pointer pbData ; Pointer pdwDataLen ; Integer dwBufLen ; Returns Boolean 140276>>>>>>>>> 140276>>>>>>>>>External_Function CryptDecrypt "CryptDecrypt" advapi32.dll ; Handle hKey ; Handle hHash ; Boolean bFinal ; Integer dwFlags ; Pointer pbData ; Pointer pdwDataLen ; Returns Boolean 140277>>>>>>>>> 140277>>>>>>>>>External_Function CryptGenRandom "CryptGenRandom" advapi32.dll ; Handle hProv ; DWord dwLen ; Pointer pbBuffer ; Returns Boolean 140278>>>>>>>>> 140278>>>>>>>>>External_Function CryptSetHashParam "CryptSetHashParam" advapi32.dll ; Handle hHash ; DWord dwParam ; Pointer pbData ; Integer dwFlags ; Returns Boolean 140279>>>>>>>>> 140279>>>>>>> 140279>>>>>>>Class cCryptographer is a cObject 140280>>>>>>> 140280>>>>>>> Procedure Construct_Object 140282>>>>>>> Forward Send Construct_Object 140284>>>>>>> 140284>>>>>>> Property String psProvider MS_ENHANCED_PROV 140285>>>>>>> Property Integer piProvider PROV_RSA_FULL 140286>>>>>>> Property Integer piCipher CALG_RC4 140287>>>>>>> Property Integer piHash CALG_MD5 140288>>>>>>> 140288>>>>>>> // Private properties 140288>>>>>>> Property Handle Private_phProv 140289>>>>>>> End_Procedure 140290>>>>>>> 140290>>>>>>> 140290>>>>>>> // Acquire key container handle 140290>>>>>>> Function AcquireContext Returns Handle 140292>>>>>>> Integer iProvider 140292>>>>>>> String sProvider 140292>>>>>>> Handle hProv 140292>>>>>>> Boolean bOk 140292>>>>>>> Address addrProv 140292>>>>>>> 140292>>>>>>> Move 0 to hProv 140293>>>>>>> Get piProvider to iProvider 140294>>>>>>> Get psProvider to sProvider 140295>>>>>>> 140295>>>>>>> // Determine address to be passed as provider 140295>>>>>>> If (Trim(sProvider) <> "") Begin 140297>>>>>>> Move (AddressOf(sProvider)) to addrProv 140298>>>>>>> End 140298>>>>>>>> 140298>>>>>>> Else Begin 140299>>>>>>> Move 0 to addrProv 140300>>>>>>> End 140300>>>>>>>> 140300>>>>>>> 140300>>>>>>> // Acquire Crypto Context 140300>>>>>>> Move (CryptAcquireContext(AddressOf(hProv),0,addrProv,iProvider,CRYPT_VERIFYCONTEXT)) to bOk 140301>>>>>>> If (not(bOk) or hProv = 0) Begin 140303>>>>>>> Move (CryptAcquireContext(AddressOf(hProv),0,addrProv,iProvider,CRYPT_NEWKEYSET ior CRYPT_VERIFYCONTEXT)) to bOk 140304>>>>>>> End 140304>>>>>>>> 140304>>>>>>> 140304>>>>>>> If (not(bOk) or hProv = 0) Begin 140306>>>>>>> // Fallback to original 140306>>>>>>> Move (CryptAcquireContext(AddressOf(hProv),0,addrProv,iProvider,0)) to bOk 140307>>>>>>> 140307>>>>>>> If (not(bOk) or hProv = 0) Begin 140309>>>>>>> Move (CryptAcquireContext(AddressOf(hProv),0,addrProv,iProvider,CRYPT_NEWKEYSET)) to bOk 140310>>>>>>> End 140310>>>>>>>> 140310>>>>>>> End 140310>>>>>>>> 140310>>>>>>> Set Private_phProv to hProv 140311>>>>>>> 140311>>>>>>> Function_Return hProv 140312>>>>>>> End_Function 140313>>>>>>> 140313>>>>>>> // Releases key container handle 140313>>>>>>> Function ReleaseContext Handle hProv Returns Boolean 140315>>>>>>> Function_Return (CryptReleaseContext(hProv,0)) 140316>>>>>>> End_Function 140317>>>>>>> 140317>>>>>>> // Creates hash object 140317>>>>>>> Function CreateHash Handle hProv Returns Handle 140319>>>>>>> Integer iAlgorithm 140319>>>>>>> Handle hHash 140319>>>>>>> Boolean bOk 140319>>>>>>> 140319>>>>>>> Move 0 to hHash 140320>>>>>>> Get piHash to iAlgorithm 140321>>>>>>> Move (CryptCreateHash(hProv,iAlgorithm,0,0,AddressOf(hHash))) to bOk 140322>>>>>>> 140322>>>>>>> Function_Return hHash 140323>>>>>>> End_Function 140324>>>>>>> 140324>>>>>>> // Destroys the hash object 140324>>>>>>> Function DestroyHash Handle hHash Returns Boolean 140326>>>>>>> Function_Return (CryptDestroyHash(hHash)) 140327>>>>>>> End_Function 140328>>>>>>> 140328>>>>>>> // Adds data to hash object 140328>>>>>>> Function HashData Handle hHash String sData Returns Boolean 140330>>>>>>> Function_Return (CryptHashData(hHash,AddressOf(sData),Length(sData),0)) 140331>>>>>>> End_Function 140332>>>>>>> 140332>>>>>>> // Generates session key 140332>>>>>>> Function DeriveKey Handle hProv Handle hHash Returns Handle 140334>>>>>>> Integer iAlgorithm 140334>>>>>>> Handle hKey 140334>>>>>>> Boolean bOk 140334>>>>>>> 140334>>>>>>> Move 0 to hKey 140335>>>>>>> Get piCipher to iAlgorithm 140336>>>>>>> Move (CryptDeriveKey(hProv,iAlgorithm,hHash,CRYPT_EXPORTABLE,AddressOf(hKey))) to bOk 140337>>>>>>> 140337>>>>>>> Function_Return hKey 140338>>>>>>> End_Function 140339>>>>>>> 140339>>>>>>> // Imports a plain text key 140339>>>>>>> Function ImportPlainTextKey Handle hProv UChar[] ucaKey Returns Handle 140341>>>>>>> tPLAINTEXTKEYBLOB blobhead 140341>>>>>>> tPLAINTEXTKEYBLOB blobhead 140341>>>>>>> Boolean bSuccess 140341>>>>>>> Handle hKey 140341>>>>>>> Integer iHeadSize iKeySize 140341>>>>>>> UChar[] ucaKeyblob 140342>>>>>>> Integer iVoid 140342>>>>>>> 140342>>>>>>> Move (SizeOfType(tPLAINTEXTKEYBLOB)) to iHeadSize 140343>>>>>>> Move (SizeOfArray(ucaKey)) to iKeySize 140344>>>>>>> 140344>>>>>>> Move PLAINTEXTKEYBLOB to blobhead.hdr.bType 140345>>>>>>> Move CUR_BLOB_VERSION to blobhead.hdr.bVersion 140346>>>>>>> Get piCipher to blobhead.hdr.aiKeyAlg 140347>>>>>>> Move iKeySize to blobhead.dwKeySize 140348>>>>>>> 140348>>>>>>> Move (ResizeArray(ucaKeyblob, iHeadSize)) to ucaKeyblob 140349>>>>>>> Move (CopyMemory(AddressOf(ucaKeyblob), AddressOf(blobhead), iHeadSize)) to iVoid 140350>>>>>>> Move (AppendArray(ucaKeyblob, ucaKey)) to ucaKeyblob 140351>>>>>>> 140351>>>>>>> Move 0 to hKey 140352>>>>>>> Move (CryptImportKey(hProv, AddressOf(ucaKeyblob), SizeOfArray(ucaKeyblob), 0, 0, AddressOf(hKey))) to bSuccess 140353>>>>>>> If (not(bSuccess)) Begin 140355>>>>>>> Move (ShowLastError()) to iVoid 140356>>>>>>> End 140356>>>>>>>> 140356>>>>>>> 140356>>>>>>> Function_Return hKey 140357>>>>>>> End_Function 140358>>>>>>> 140358>>>>>>> // Destroys the key 140358>>>>>>> Function DestroyKey Handle hKey Returns Boolean 140360>>>>>>> Function_Return (CryptDestroyKey(hKey)) 140361>>>>>>> End_Function 140362>>>>>>> 140362>>>>>>> // Retrieves key data 140362>>>>>>> Function KeyParameter Handle hKey Integer iQuery Returns Integer 140364>>>>>>> Integer iBuffer iLen 140364>>>>>>> Boolean bOk 140364>>>>>>> 140364>>>>>>> Move (SizeOfType(Integer)) to iLen 140365>>>>>>> Move (CryptGetKeyParam(hKey,iQuery,AddressOf(iBuffer),AddressOf(iLen),0)) to bOk 140366>>>>>>> Function_Return iBuffer 140367>>>>>>> End_Function 140368>>>>>>> 140368>>>>>>> // Retrieves a hash value 140368>>>>>>> Function HashValue Handle lhHash Returns String 140370>>>>>>> String lsHash 140370>>>>>>> Integer liResult 140370>>>>>>> DWord dwDataLen 140370>>>>>>> 140370>>>>>>> Move 0 to dwDataLen 140371>>>>>>> Move (CryptGetHashParam(lhHash,HP_HASHVAL,0,AddressOf(dwDataLen),0)) to liResult 140372>>>>>>> If (liResult = 0) ; Function_Return "" 140375>>>>>>> 140375>>>>>>> Move (Repeat(Character(0),dwDataLen)) to lsHash 140376>>>>>>> Move (CryptGetHashParam(lhHash,HP_HASHVAL,AddressOf(lsHash),AddressOf(dwDataLen),0)) to liResult 140377>>>>>>> If (liResult = 0) ; Function_Return "" 140380>>>>>>> 140380>>>>>>> Function_Return lsHash 140381>>>>>>> End_Function 140382>>>>>>> 140382>>>>>>> // Encrypts data 140382>>>>>>> Function Encrypt String sPassword String sData Returns String 140384>>>>>>> Handle hProv hHash hKey 140384>>>>>>> Integer iAlgorithm iDataLen iCipherLen iErr 140384>>>>>>> Boolean bOk 140384>>>>>>> 140384>>>>>>> Get AcquireContext to hProv 140385>>>>>>> If (hProv) Begin 140387>>>>>>> Get CreateHash hProv to hHash 140388>>>>>>> If (hHash) Begin 140390>>>>>>> Get HashData hHash sPassword to bOk 140391>>>>>>> If (bOk) Begin 140393>>>>>>> Get piCipher to iAlgorithm 140394>>>>>>> Get DeriveKey hProv hHash to hKey 140395>>>>>>> End 140395>>>>>>>> 140395>>>>>>> Get DestroyHash hHash to bOk 140396>>>>>>> End 140396>>>>>>>> 140396>>>>>>> 140396>>>>>>> If (hKey) Begin 140398>>>>>>> // First call to determine resulting data size 140398>>>>>>> Move (Length(sData)) to iDataLen 140399>>>>>>> Move (Length(sData)) to iCipherLen 140400>>>>>>> Move (CryptEncrypt(hKey, 0, True, 0, 0, AddressOf(iCipherLen), iDataLen)) to bOk 140401>>>>>>> 140401>>>>>>> // Reserve space in string 140401>>>>>>> If (iDataLen < iCipherLen) Begin 140403>>>>>>> Move (sData + Repeat(" ", iCipherLen - iDataLen)) to sData 140404>>>>>>> End 140404>>>>>>>> 140404>>>>>>> 140404>>>>>>> // Call to really decrypt 140404>>>>>>> Move (CryptEncrypt(hKey,0,True,0,AddressOf(sData),AddressOf(iDataLen),Length(sData))) to bOk 140405>>>>>>> //If (not(bOk)) Begin 140405>>>>>>> //Move "" to sData 140405>>>>>>> //Move (GetLastError()) to iErr 140405>>>>>>> //End 140405>>>>>>> 140405>>>>>>> Get DestroyKey hKey to bOk 140406>>>>>>> End 140406>>>>>>>> 140406>>>>>>> Get ReleaseContext hProv to bOk 140407>>>>>>> End 140407>>>>>>>> 140407>>>>>>> Function_Return sData 140408>>>>>>> End_Function 140409>>>>>>> 140409>>>>>>> // Decrypts data 140409>>>>>>> Function Decrypt String sPassword String sData Returns String 140411>>>>>>> Handle hProv hHash hKey 140411>>>>>>> Integer iAlgorithm iDataLen 140411>>>>>>> Boolean bOk 140411>>>>>>> 140411>>>>>>> Get AcquireContext to hProv 140412>>>>>>> If (hProv) Begin 140414>>>>>>> Get CreateHash hProv to hHash 140415>>>>>>> If (hHash) Begin 140417>>>>>>> Get HashData hHash sPassword to bOk 140418>>>>>>> If (bOk) Begin 140420>>>>>>> Get piCipher to iAlgorithm 140421>>>>>>> Get DeriveKey hProv hHash to hKey 140422>>>>>>> End 140422>>>>>>>> 140422>>>>>>> Get DestroyHash hHash to bOk 140423>>>>>>> End 140423>>>>>>>> 140423>>>>>>> 140423>>>>>>> If (hKey) Begin 140425>>>>>>> Move (Length(sData)) to iDataLen 140426>>>>>>> Move (CryptDecrypt(hKey,0,True,0,AddressOf(sData),AddressOf(iDataLen))) to bOk 140427>>>>>>> // Resulting dat can be shorter as the input string, in that case we shorten the result string 140427>>>>>>> If (Length(sData) > iDataLen) Begin 140429>>>>>>> Move (Left(sData, iDataLen)) to sData 140430>>>>>>> End 140430>>>>>>>> 140430>>>>>>> 140430>>>>>>> Get DestroyKey hKey to bOk 140431>>>>>>> End 140431>>>>>>>> 140431>>>>>>> Get ReleaseContext hProv to bOk 140432>>>>>>> End 140432>>>>>>>> 140432>>>>>>> Function_Return sData 140433>>>>>>> End_Function 140434>>>>>>> 140434>>>>>>> // Generates random data. 140434>>>>>>> Function GenerateRandom Integer iBytes Returns UChar[] 140436>>>>>>> Handle hProv 140436>>>>>>> UChar[] uaResult 140437>>>>>>> Boolean bRes 140437>>>>>>> 140437>>>>>>> Get AcquireContext to hProv 140438>>>>>>> 140438>>>>>>> Move (ResizeArray(uaResult, iBytes)) to uaResult 140439>>>>>>> Move (CryptGenRandom(hProv, iBytes, AddressOf(uaResult))) to bRes 140440>>>>>>> 140440>>>>>>> Get ReleaseContext hProv to bRes 140441>>>>>>> 140441>>>>>>> Function_Return uaResult 140442>>>>>>> End_Function 140443>>>>>>> 140443>>>>>>> // Generates random data and does a base64 encoding to properly present it as a string. 140443>>>>>>> Function GenerateRandomString Integer iLenght Returns String 140445>>>>>>> String sResult 140445>>>>>>> UChar[] aData 140446>>>>>>> Address pBase64 140446>>>>>>> Integer iVoid 140446>>>>>>> 140446>>>>>>> Get GenerateRandom iLenght to aData 140447>>>>>>> 140447>>>>>>> Move (Base64Encode(AddressOf(aData), iLenght)) to pBase64 140448>>>>>>> Move pBase64 to sResult 140449>>>>>>> Move (Free(pBase64)) to iVoid 140450>>>>>>> 140450>>>>>>> Function_Return (Left(sResult, iLenght)) 140451>>>>>>> End_Function 140452>>>>>>> 140452>>>>>>>End_Class 140453>>>>> 140453>>>>>Class cLoginEncryption is a cObject 140454>>>>> 140454>>>>> Procedure Construct_Object 140456>>>>> Forward Send Construct_Object 140458>>>>> // this must be set to a multi (40ish) character random key 140458>>>>> Property String psEncryptPassword "" 140459>>>>> 140459>>>>> Object oDataCrypter is a cCryptographer 140461>>>>> Set piHash to CALG_SHA_256 140462>>>>> Set piCipher to CALG_AES_256 140463>>>>> Set psProvider to "" // Not providing a specific provider gives the default provider for the provider type 140464>>>>> Set piProvider to PROV_RSA_AES 140465>>>>> End_Object 140466>>>>> End_Procedure 140467>>>>> 140467>>>>> // This can be augmented to return a password encryption key using any 140467>>>>> // hidden mechanism desired. 140467>>>>> Function GetEncryptionPassword Returns String 140469>>>>> String sPassword 140469>>>>> Get psEncryptPassword to sPassword 140470>>>>> Function_Return sPassword 140471>>>>> End_Function 140472>>>>> 140472>>>>> // Encrypts a string into an unreadable hash that can later be decrypted using DecryptKey. 140472>>>>> // 140472>>>>> // Params: 140472>>>>> // sPlainText String to encrypt. 140472>>>>> // Returns: 140472>>>>> // Base64 encoded hash. 140472>>>>> Function EncryptPassword String sPlainText Returns String 140474>>>>> String sEncryptPassword sBinary sBase64 140474>>>>> Address pBase64 140474>>>>> Integer iVoid 140474>>>>> 140474>>>>> // Encrypt Key 140474>>>>> Get GetEncryptionPassword to sEncryptPassword 140475>>>>> If (sEncryptPassword = "") Begin 140477>>>>> Error DFERR_PROGRAM "No encryption password set" 140478>>>>>> 140478>>>>> End 140478>>>>>> 140478>>>>> 140478>>>>> Get Encrypt of oDataCrypter sEncryptPassword sPlainText to sBinary 140479>>>>> 140479>>>>> If (sPlainText = sBinary or sBinary = "") Begin 140481>>>>> Error DFERR_PROGRAM "Unable to encrypt database login password" 140482>>>>>> 140482>>>>> Function_Return "" 140483>>>>> End 140483>>>>>> 140483>>>>> 140483>>>>> // Encode binary hash to Base64 140483>>>>> Move (Base64Encode(AddressOf(sBinary), Length(sBinary))) to pBase64 140484>>>>> Move pBase64 to sBase64 140485>>>>> Move (Free(pBase64)) to iVoid 140486>>>>> 140486>>>>> Function_Return sBase64 140487>>>>> End_Function 140488>>>>> 140488>>>>> 140488>>>>> // Decrypts the unreadable hash generated by EncryptKey into a readable string. 140488>>>>> // 140488>>>>> // Params: 140488>>>>> // sBase64EncryptedPassword Base64 Encrypted password 140488>>>>> // Returns: 140488>>>>> // Readable plain text password 140488>>>>> Function DecryptPassword String sBase64EncryptedPassword Returns String 140490>>>>> String sEncryptPassword sPlainText sBinary 140490>>>>> Boolean bIsHex 140490>>>>> Integer iLen iVoid 140490>>>>> Address pBinary 140490>>>>> 140490>>>>> If (sBase64EncryptedPassword <> "") Begin 140492>>>>> // Decode from Base64 140492>>>>> Move (Base64Decode(AddressOf(sBase64EncryptedPassword), &iLen)) to pBinary 140493>>>>> 140493>>>>> Move (Repeat(Character(0), iLen)) to sBinary 140494>>>>> Move (CopyMemory(AddressOf(sBinary), pBinary, iLen)) to iVoid 140495>>>>> 140495>>>>> Move (Free(pBinary)) to iVoid 140496>>>>> 140496>>>>> // Encrypted binary hash to string 140496>>>>> Get GetEncryptionPassword to sEncryptPassword 140497>>>>> Get Decrypt of oDataCrypter sEncryptPassword sBinary to sPlainText 140498>>>>> End 140498>>>>>> 140498>>>>> 140498>>>>> Function_Return sPlainText 140499>>>>> End_Function 140500>>>>>End_Class 140501>>> 140501>>>Object oLoginEncryption is a cLoginEncryption 140503>>> 140503>>> // this must be created in your appsrc directory and must contain an encryption 140503>>> // key that is set to psEncryptPassword. It will look something like this 140503>>> // 140503>>> // Set psEncryptPassword to "JchUAo7W@r.b{>> // Including file: LoginEncryptionKey.inc (C:\_LT\Dev\DF_19.1\_CJ Wrappers\SigCodejock Wrapper 20.3.0\AppSrc\LoginEncryptionKey.inc) 140503>>>>// Studio generated login encryption key 140503>>>>Set psEncryptPassword to "P}oP\~)jy]U%na=R$o2ux#o,HK.o>>> 140504>>> 140504>>> // use this to register this object to your cConnection Object. This object 140504>>> // must be created after the cConnection object 140504>>> Move Self to ghoLoginEncryption 140505>>>End_Object 140506> Use DatabaseLoginDialog.dg Including file: DatabaseLoginDialog.dg (C:\Program Files (x86)\DataFlex 19.1\Pkg\DatabaseLoginDialog.dg) 140506>>> 140506>>>Use Windows.pkg 140506>>>Use cConnection.pkg 140506>>>Use dfLine.pkg 140506>>> 140506>>>Object oDatabaseLoginDialog is a ModalPanel 140508>>> Set Label to "Database Login" 140509>>> Set Location to 2 2 140510>>> Set Size to 110 211 140511>>> 140511>>> Property String psId 140513>>> Property Boolean pbOk False 140515>>> Property Boolean pbChanged False 140517>>> Property Boolean pbAllowRemember True 140519>>> 140519>>> // this registers this object with the cConnection object. 140519>>> Move Self to ghoLoginConnectDialog 140520>>> 140520>>> Object oUserIDForm is a Form 140522>>> Set Label to "User Name" 140523>>> Set Size to 12 85 140524>>> Set Location to 34 79 140525>>> Set Label_Col_Offset to 64 140526>>> Set peAnchors to anTopLeftRight 140527>>> End_Object 140528>>> 140528>>> Object oPwdForm is a Form 140530>>> Set Size to 12 85 140531>>> Set Location to 49 79 140532>>> Set Label_Col_Offset to 64 140533>>> Set Password_State to True 140534>>> Set peAnchors to anTopLeftRight 140535>>> Set Label to "Password" 140536>>> End_Object 140537>>> 140537>>> Object oTrustedConnection is a CheckBox 140539>>> Set Size to 10 50 140540>>> Set Location to 65 79 140541>>> Set Label to "Trusted Connection" 140542>>> End_Object 140543>>> 140543>>> Object oRemember is a CheckBox 140545>>> Set Size to 10 50 140546>>> Set Location to 79 14 140547>>> Set Label to "Remember and don't ask again" 140548>>> Set Checked_State to True 140549>>> End_Object 140550>>> 140550>>> Object oLogin_btn is a Button 140552>>> Set Label to "&Login" 140553>>> Set Location to 92 102 140554>>> Set peAnchors to anBottomRight 140555>>> Set Default_State to True 140556>>> 140556>>> Procedure OnClick 140559>>> Boolean bTrust 140559>>> String sUser sPwd sConn sErr sId 140559>>> Integer iError 140559>>> Get psId to sId 140560>>> Get Value of oUserIDForm to sUser 140561>>> Get Value of oPwdForm to sPwd 140562>>> Get Checked_State of oTrustedConnection to bTrust 140563>>> 140563>>> Get LoginConnectIdNewCredentials of ghoConnection sId sUser sPwd bTrust to iError 140564>>> If (iError=0) Begin 140566>>> Set pbOk to True 140567>>> Set pbChanged to True 140568>>> Send Close_Panel 140569>>> End 140569>>>> 140569>>> Else Begin 140570>>> Get psErrorText of ghoConnection to sErr 140571>>> Send UserError sErr "Login Error" 140572>>> End 140572>>>> 140572>>> End_Procedure 140573>>> End_Object 140574>>> 140574>>> Object oCancel_btn is a Button 140576>>> Set Label to "&Cancel" 140577>>> Set Location to 92 157 140578>>> Set peAnchors to anBottomRight 140579>>> 140579>>> Procedure OnClick 140582>>> Send Close_Panel 140583>>> End_Procedure 140584>>> End_Object 140585>>> 140585>>> Object oConnectionIdInfo is a TextBox 140587>>> Set Size to 10 50 140588>>> Set Location to 4 14 140589>>> Set Label to 'Connection Id=' 140590>>> End_Object 140591>>> 140591>>> Object oConnectionServerInfo is a TextBox 140593>>> Set Size to 10 50 140594>>> Set Location to 16 14 140595>>> Set Label to 'Server' 140596>>> End_Object 140597>>> 140597>>> Object oLineControl1 is a LineControl 140599>>> Set Size to 2 202 140600>>> Set Location to 29 5 140601>>> End_Object 140602>>> 140602>>> Function LoginConnectIdDialog String sId Returns Boolean 140605>>> Boolean bOk bChanged bTrusted bAllowRemember bRemember 140605>>> String sUser sPwd sDescription 140605>>> tConnection Connect 140605>>> tConnection Connect 140605>>> 140605>>> Get pbAllowRemember to bAllowRemember 140606>>> 140606>>> 140606>>> If not bAllowRemember Begin 140608>>> Set Enabled_State of oRemember to bRemember 140609>>> Set Visible_State of oRemember to bRemember 140610>>> End 140610>>>> 140610>>> 140610>>> Get ConnectionIdInfo of ghoConnection sId to Connect 140611>>> Set Value of oConnectionIdInfo to ("Connection ID="+Connect.sId) 140612>>> Set Value of oConnectionServerInfo to Connect.sString 140613>>> 140613>>> Set psId to sId 140614>>> Set pbOk to False 140615>>> Set pbChanged to False 140616>>> Set Value of oUserIDForm to Connect.sUID 140617>>> Set Value of oPwdForm to "" 140618>>> 140618>>> Send Popup 140619>>> 140619>>> Get pbOk to bOk 140620>>> Get pbChanged to bChanged 140621>>> If (bChanged and bOk) Begin 140623>>> If bAllowRemember Begin 140625>>> Get Checked_State of oRemember to bRemember 140626>>> If bRemember Begin 140628>>> Get Checked_State of oTrustedConnection to bTrusted 140629>>> If not (bTrusted) Begin 140631>>> Get Value of oUserIDForm to sUser 140632>>> Get Value of oPwdForm to sPwd 140633>>> End 140633>>>> 140633>>> Get StoreConnectionIdCredentials of ghoConnection sId sUser sPwd bTrusted to bOk 140634>>> End 140634>>>> 140634>>> End 140634>>>> 140634>>> End 140634>>>> 140634>>> Function_Return bOk 140635>>> End_Function 140636>>> 140636>>> 140636>>> On_Key Key_Alt+Key_O Send KeyAction of oLogin_btn 140637>>> On_Key Key_Alt+Key_L Send KeyAction of oCancel_btn 140638>>>End_Object 140639>>> 140639> End_Object 140640> 140640>End_Object 140641> 140641>Object oToolTipController is a cToolTipController 140643> Move Self to ghoToolTipController 140644>End_Object 140645> 140645>Use oEditContextMenu.pkg Including file: oEditContextMenu.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\oEditContextMenu.pkg) 140645>>>Use cCJStandardMenuItemClasses.pkg 140645>>> 140645>>>Object oEditContextMenu is a cCJContextMenu 140647>>> 140647>>> Move Self to Default_Form_Floating_Menu_ID 140648>>> 140648>>> Object oUndoMenuItem is a cCJUndoMenuItem 140650>>> End_Object 140651>>> 140651>>> Object oCutMenuItem is a cCJCutMenuItem 140653>>> Set pbControlBeginGroup to True 140654>>> End_Object 140655>>> 140655>>> Object oCopyMenuItem is a cCJCopyMenuItem 140657>>> End_Object 140658>>> 140658>>> Object oPasteMenuItem is a cCJPasteMenuItem 140660>>> End_Object 140661>>> 140661>>> Object oDeleteItem is a cCJDeleteEditMenuItem 140663>>> End_Object 140664>>> 140664>>> Object oSelectAllMenuItem is a cCJSelectAllMenuItem 140666>>> Set pbControlBeginGroup to True 140667>>> End_Object 140668>>> 140668>>>End_Object 140669>>> 140669>Use oDEOEditContextMenu17.pkg Including file: oDEOEditContextMenu17.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\oDEOEditContextMenu17.pkg) 140669>>>Use Windows.pkg 140669>>>Use cCJStandardMenuItemClasses.pkg 140669>>>Use cCJDeoMenuItemClasses.pkg 140669>>> 140669>>> 140669>>>Object oDEOEditContextMenu17 is a cCJContextMenu 140671>>> 140671>>> Move Self to Default_dbFloating_Menu_ID 140672>>> 140672>>> Object oUndoMenuItem is a cCJUndoMenuItem 140674>>> End_Object 140675>>> 140675>>> Object oCutMenuItem is a cCJCutMenuItem 140677>>> Set pbControlBeginGroup to True 140678>>> End_Object 140679>>> 140679>>> Object oCopyMenuItem is a cCJCopyMenuItem 140681>>> End_Object 140682>>> 140682>>> Object oPasteMenuItem is a cCJPasteMenuItem 140684>>> End_Object 140685>>> 140685>>> Object oDeleteItem is a cCJDeleteEditMenuItem 140687>>> End_Object 140688>>> 140688>>> Object oSelectAllMenuItem is a cCJSelectAllMenuItem 140690>>> Set pbControlBeginGroup to True 140691>>> End_Object 140692>>> 140692>>> Object oPromptMenuItem is a cCJPromptMenuItem 140694>>> Set pbControlBeginGroup to True 140695>>> End_Object 140696>>> 140696>>> Object oFindNextMenu is a cCJFindNextMenuItem 140698>>> Set pbControlBeginGroup to True 140699>>> End_Object 140700>>> 140700>>> Object oFindPreviousMenu is a cCJFindPreviousMenuItem 140702>>> End_Object 140703>>> 140703>>> Object oClearMenuItem is a cCJClearMenuItem 140705>>> Set pbControlBeginGroup to True 140706>>> End_Object 140707>>> 140707>>> Object oClearAllMenu is a cCJClearAllMenuItem 140709>>> End_Object 140710>>> 140710>>> Object oSaveMenu is a cCJSaveMenuItem 140712>>> End_Object 140713>>> 140713>>> Object oDeleteMenu is a cCJDeleteMenuItem 140715>>> End_Object 140716>>> 140716>>> Object oRememberitem is a cCJRememberFieldMenuItem 140718>>> Set pbControlBeginGroup to True 140719>>> End_Object 140720>>> 140720>>> Object oRetainItem is a cCJRememberLastFieldMenuItem 140722>>> End_Object 140723>>> 140723>>> Object oUnRememberitem is a cCJUnRememberFieldMenuItem 140725>>> End_Object 140726>>> 140726>>> Object oCJClearAllDynamicDefaults is a cCJUnRememberFieldAllMenuItem 140728>>> End_Object 140729>>> 140729>>>End_Object 140730> 140730>Object oMain is a Panel 140732> Set Label To "My Project" 140733> Set Location to 4 3 140734> Set Size to 300 450 140735> 140735> Object oCommandBarSystem is a cCJCommandBarSystem 140737> Set pbTimerUpdate to True 140738> Set peVisualTheme to xtpThemeOffice2013Outlook 140739> Set pbAutoResizeIcons to True 140740> 140740> Procedure OnCreateCommandBars 140743> Handle hoOptions 140743> Get OptionsObject to hoOptions 140744> Forward Send OnCreateCommandBars 140746> End_Procedure 140747> 140747> Object oMenuBar is a cCJMenuBar 140749> 140749> Object oFileMenu is a cCJMenuItem 140751> Set peControlType to xtpControlPopup 140752> Set psCaption to "&File" 140753> Set psDescription to "Find, Save, Delete, Clear information or quit this application." 140754> Set psCategory to "Menus" 140755> 140755> Object oClearMenuItem is a cCJClearMenuItem 140757> Set pbAddToDesignerMenu to True 140758> End_Object 140759> 140759> Object oClearAllMenu is a cCJClearAllMenuItem 140761> Set pbAddToDesignerMenu to True 140762> End_Object 140763> 140763> Object oPromptMenuItem is a cCJPromptMenuItem 140765> Set pbAddToDesignerMenu to True 140766> Set pbControlBeginGroup to True 140767> End_Object 140768> 140768> Object oFindMenuItem is a cCJFindMenuItem 140770> Set pbAddToDesignerMenu to True 140771> Set pbControlBeginGroup to True 140772> End_Object 140773> 140773> Object oFindNextMenu is a cCJFindNextMenuItem 140775> Set pbAddToDesignerMenu to True 140776> End_Object 140777> 140777> Object oFindPreviousMenu is a cCJFindPreviousMenuItem 140779> Set pbAddToDesignerMenu to True 140780> End_Object 140781> 140781> Object oFindFirstMenu is a cCJFindFirstMenuItem 140783> Set pbAddToDesignerMenu to True 140784> End_Object 140785> 140785> Object oFindLastMenu is a cCJFindLastMenuItem 140787> Set pbAddToDesignerMenu to True 140788> End_Object 140789> 140789> Object oSaveMenuItem is a cCJSaveMenuItem 140791> Set pbAddToDesignerMenu to True 140792> Set pbControlBeginGroup to True 140793> End_Object 140794> 140794> Object oDeleteMenuItem is a cCJDeleteMenuItem 140796> Set pbAddToDesignerMenu to True 140797> End_Object 140798> 140798> Object oExitMenu is a cCJExitMenuItem 140800> Set pbControlBeginGroup to True 140801> End_Object 140802> 140802> End_Object 140803> 140803> Object oViewMenu is a cCJMenuItem 140805> Set peControlType to xtpControlPopup 140806> Set psCaption to "&View" 140807> Set psToolTip to "View" 140808> Set psDescription to "Available Views" 140809> End_Object 140810> 140810> Object oReportMenu is a cCJMenuItem 140812> Set peControlType to xtpControlPopup 140813> Set psCaption to "&Report" 140814> Set psToolTip to "Report" 140815> Set psDescription to "Available Reports" 140816> End_Object 140817> 140817> Object oNavigateMenu is a cCJMenuItem 140819> Set peControlType to xtpControlPopup 140820> Set psCaption to "&Navigate" 140821> Set psTooltip to "Navigate" 140822> Set psDescription to "Move to different areas of the application" 140823> 140823> Object oNextAreaMenu is a cCJNextAreaMenu 140825> End_Object 140826> 140826> Object oPriorAreaMenu is a cCJPriorAreaMenu 140828> End_Object 140829> 140829> Object oNextViewMenu is a cCJNextViewMenu 140831> End_Object 140832> 140832> Object oPriorViewMenu is a cCJPriorViewMenu 140834> End_Object 140835> 140835> Object oPromptMenu is a cCJPromptMenuItem 140837> Set pbControlBeginGroup to True 140838> End_Object 140839> 140839> Object oZoomMenu is a cCJZoomMenuItem 140841> End_Object 140842> 140842> End_Object 140843> 140843> Object oWindowMenu is a cCJMDIWindowsMenuItem 140845> Set peControlType to xtpControlPopup 140846> Set psCaption to "&Window" 140847> Set psToolTip to "Window" 140848> Set psDescription to "Display Current Views and set other display options." 140849> 140849> // These are the static windows items. More will be created in onInitPopup 140849> Object oDisplayOptionsMenu is a cCJMenuItem 140851> Set peControlType to xtpControlPopup 140852> Set psCaption to "&Display Options" 140853> Set psToolTip to "Display Options" 140854> Set psDescription to "Set display options" 140855> 140855> Object oStatusbarMenu is a cCJStatusbarMenuItem 140857> End_Object 140858> 140858> Object oAutoArrangeIconsMenu is a cCJAutoArrangeIconsMenuItem 140860> End_Object 140861> 140861> Object oRestoreMenusMenu is a cCJRestoreMenusMenuItem 140863> Set pbControlBeginGroup to True 140864> End_Object 140865> 140865> End_Object 140866> 140866> Object oCascadeMenu is a cCJCascadeMenuItem 140868> Set pbControlBeginGroup to True 140869> End_Object 140870> 140870> Object oHorizTile is a cCJTileHorizontally 140872> End_Object 140873> 140873> Object oVertTile is a cCJTileVertically 140875> End_Object 140876> 140876> Object oMinimizeMenuItem is a cCJMinimizeWindowsMenuItem 140878> Set pbControlBeginGroup to True 140879> End_Object 140880> 140880> Object oRestoreMenuItem is a cCJRestoreWindowsMenuItem 140882> End_Object 140883> 140883> Object oArrangeIconsMenuItem is a cCJAutoArrangeIconsMenuItem 140885> Set pbControlBeginGroup to True 140886> End_Object 140887> 140887> End_Object 140888> 140888> Object oHelpMenu is a cCJMenuItem 140890> Set peControlType to xtpControlPopup 140891> Set psCaption to "&Help" 140892> Set psDescription to "Access Information for learning and using this DataFlex application." 140893> Set psToolTip to "Help" 140894> 140894> Object oHelpMenuItem is a cCJHelpMenuItem 140896> End_Object 140897> 140897> Object oAboutMenuItem is a cCJAboutMenuItem 140899> End_Object 140900> 140900> End_Object 140901> 140901> End_Object 140902> 140902> Object oFindToolBar is a cCJToolbar 140904> Set psTitle to "Finding Toolbar" 140905> 140905> Object oFindFirstTool is a cCJFindFirstMenuItem 140907> End_Object 140908> 140908> Object oFindPreviousTool is a cCJFindPreviousMenuItem 140910> End_Object 140911> 140911> Object oFindMenuTool is a cCJFindMenuItem 140913> End_Object 140914> 140914> Object oFindNextTool is a cCJFindNextMenuItem 140916> End_Object 140917> 140917> Object oFindLastTool is a cCJFindLastMenuItem 140919> End_Object 140920> 140920> Object oPromptToolItem is a cCJPromptMenuItem 140922> Set pbControlBeginGroup to True 140923> End_Object 140924> 140924> End_Object 140925> 140925> Object oFileToolBar is a cCJToolbar 140927> Set psTitle to "Data Entry Toolbar" 140928> 140928> Object oClearToolItem is a cCJClearMenuItem 140930> Set peControlStyle to xtpButtonIconAndCaption 140931> End_Object 140932> 140932> Object oClearAllToolItem2 is a cCJClearAllMenuItem 140934> Set peControlStyle to xtpButtonIconAndCaption 140935> End_Object 140936> 140936> Object oSaveToolItem is a cCJSaveMenuItem 140938> Set peControlStyle to xtpButtonIconAndCaption 140939> Set pbControlBeginGroup to True 140940> End_Object 140941> 140941> Object oDeleteToolItem is a cCJDeleteMenuItem 140943> Set peControlStyle to xtpButtonIconAndCaption 140944> End_Object 140945> 140945> End_Object 140946> 140946> Object oEditToolBar is a cCJToolbar 140948> Set psTitle to "Edit Toolbar" 140949> 140949> Object oCutToolbarItem is a cCJCutMenuItem 140951> End_Object 140952> 140952> Object oCopyToolbarItem is a cCJCopyMenuItem 140954> End_Object 140955> 140955> Object oPasteToolbarItem is a cCJPasteMenuItem 140957> End_Object 140958> 140958> Object oDeleteEditToolbarItem is a cCJDeleteEditMenuItem 140960> Set pbControlBeginGroup to True 140961> End_Object 140962> 140962> End_Object 140963> 140963> Object oRememberToolbar is a cCJToolbar 140965> Set psTitle to C_$Remember 140966> 140966> Object oRememberItems is a cCJMenuItem 140968> 140968> Set peControlType to xtpControlPopup 140969> Set peControlStyle to xtpButtonCaption 140970> Set psCaption to C_$Remember 140971> 140971> Object oMenuItem is a cCJRememberFieldMenuItem 140973> Set peControlStyle to xtpButtonIconAndCaption 140974> End_Object 140975> 140975> Object oMenuItem is a cCJRememberLastFieldMenuItem 140977> Set peControlStyle to xtpButtonIconAndCaption 140978> End_Object 140979> 140979> Object oMenuItem is a cCJUnRememberFieldMenuItem 140981> Set peControlStyle to xtpButtonIconAndCaption 140982> End_Object 140983> 140983> Object oMenuItem is a cCJUnRememberFieldAllMenuItem 140985> Set peControlStyle to xtpButtonIconAndCaption 140986> End_Object 140987> 140987> End_Object 140988> 140988> End_Object 140989> 140989> Object oStatusBar is a cCJStatusBar 140991> 140991> Object oStatusPane1 is a cCJStatusBarPane 140993> Set piID to sbpIDIdlePane 140994> Set pbStyleStretch to True 140995> End_Object 140996> 140996> Object oStatusPane2 is a cCJStatusBarPane 140998> Set phoViewPane to Self 140999> Set pbStyleStretch to True 141000> End_Object 141001> 141001> End_Object 141002> 141002> End_Object 141003> 141003> Object oClientArea is a ClientArea 141005> Use StdAbout.pkg Including file: StdAbout.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\StdAbout.pkg) 141005>>>// This provides a quick and simple way to create an about package for a program. 141005>>>// You need to create a message inside you client area called Activate_About. 141005>>>// Within this message you should send the message DoAbout passing needed 141005>>>// string information. 141005>>>// 141005>>>// Procedure Activate_About 141005>>>// Send DoAbout sTitle sVersion sCopyright sAuthor sBitmap 141005>>>// End_Procedure 141005>>>// where: sTitle = Name of application. If none provided, uses caption 141005>>>// bar title 141005>>>// sVersion = Version Line. If none provided, will be blank 141005>>>// sCopyRight = Copyright Line. If none provided, will be blank 141005>>>// sAuthor = Author name, blank if none provided 141005>>>// sBitMap = Bitmap logo. If none provided, standard VDF bitmap 141005>>>// is used. 141005>>>// It is expected that you will place this in your own object package. For 141005>>>// example an order about package may look like this: 141005>>>// 141005>>>// // OrderAbout.pkg 141005>>>// Use StdAbout.pkg 141005>>>// Procedure Activate_About 141005>>>// String sTitle sCopyright sVersion sAuthor 141005>>>// Move "My Order Entry System" to sTitle 141005>>>// Move "Version 2.1" to sVersion 141005>>>// Move "Copyright xxxx, Super Software Inc." to sCopyright 141005>>>// Move "John Smith" to sAuthor 141005>>>// Send DoAbout sTitle sVersion sCopyright sAuthor "" 141005>>>// end_procedure 141005>>>// // end of file. 141005>>> 141005>>>Use DfAbout.pkg Including file: Dfabout.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\Dfabout.pkg) 141005>>>>>Use LanguageText.pkg 141005>>>>>Use Windows.pkg 141005>>>>>Use DFbitmap.pkg 141005>>>>>Use GlobalFunctionsProcedures.pkg 141005>>>>>Use cTextEdit.pkg 141005>>>>>Use tWinStructs.pkg 141005>>>>> 141005>>>>>Use cli.pkg 141005>>>>>Use DFBTRDRV.PKG Including file: DFBTRDRV.PKG (C:\Program Files (x86)\DataFlex 19.1\Pkg\DFBTRDRV.PKG) 141005>>>>>>>// $File title : Package for the DataFlex Connectivity Kit for Pervasive.SQL 141005>>>>>>>// Notice : This package contains constants and commands, used to call 141005>>>>>>>// specific functions in the DFBTRDRV. 141005>>>>>>>Use Ui 141005>>>>>>>// 141005>>>>>>>// Driver Indentification 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// Driver attributes 141005>>>>>>>// 141005>>>>>>>// Call_Driver functions ID's 141005>>>>>>>// 141005>>>>>>>// 141005>>>>>>>// DFBTRFN_CONVERT_FILE options 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// DFBTRFN_SET_OWNER options 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// DFBTRFN_SET_TRANSACTION_TYPE options 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to create all vars which may be needed 141005>>>>>>>// in other commands. 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to set the owner of a Btrieve file. 141005>>>>>>>// File must have been opened. 141005>>>>>>>// Filenumber needs to be passed. 141005>>>>>>>// To clear set the owner to "". 141005>>>>>>>// Examples: 141005>>>>>>>// DFBTR_SET_OWNER MyFileNumber to "Secret" 141005>>>>>>>// DFBTR_SET_OWNER MyFileNumber to "Secret" READONLY CALLBACK MyCallBack 141005>>>>>>>// DFBTR_SET_OWNER MyFileNumber to "Secret" ENCRYPT 141005>>>>>>>// DFBTR_SET_OWNER MyFileNumber to "Secret" READONLY ENCRYPT CALLBACK MyCallBack 141005>>>>>>>// To clear: 141005>>>>>>>// DFBTR_SET_OWNER MyFileNumber to "" 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to parse DFBTR_SET_OWNVER 141005>>>>>>>// options. 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to parse for Callback 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to clear the owner of a Btrieve file. 141005>>>>>>>// File must have been opened. 141005>>>>>>>// Filenumber needs to be passed. 141005>>>>>>>// Examples: 141005>>>>>>>// DFBTR_CLEAR_OWNER MyFileNumber 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to add a owner name to the internal list of ownernames 141005>>>>>>>// which will be tries when opening files. 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to remove all owners from the internal list of ownernames 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to set the owner name to be used when opening the DDF files. 141005>>>>>>>// The DDF owner is required when Pervasive.SQL security is turned on. 141005>>>>>>>// The DDF owner is equal to the password of the Master user in Pervasive.SQL 141005>>>>>>>// This command overwrites the DDF_OWNER setting in DFBTRDRV.INT 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to change the transaction type. 141005>>>>>>>// Valid types are: 141005>>>>>>>// DFBTRTT_NONE 141005>>>>>>>// DFBTRTT_EXCLUSIVE 141005>>>>>>>// DFBTRTT_CONCURRENT 141005>>>>>>>// 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>> 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to get the current transaction type. 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to set explicit_locking 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to get explicit locking 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to set detection for incompatible positive signs in numeric fields 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// 141005>>>>>>>// Command to get detection for incompatible positive signs in numeric fields 141005>>>>>>>// 141005>>>>>>> 141005>>>>>>>// Purpose: An instance of this class can be used as a broker object to 141005>>>>>>>// call several Dfbtrdrv releated methods. 141005>>>>>>> 141005>>>>>>>Class cDFBtrDrvHandler is an Array 141006>>>>>>> 141006>>>>>>> Procedure Construct_Object Integer iImage 141008>>>>>>> Forward Send Construct_object iImage 141010>>>>>>> 141010>>>>>>> Property String psDriverID "DFBTRDRV" 141011>>>>>>> End_Procedure 141012>>>>>>> 141012>>>>>>> // The revsion of a Dfbtrdrv Connectivity Kit 141012>>>>>>> // 141012>>>>>>> 141012>>>>>>> Function CKRevision Returns String 141014>>>>>>> String sDriverID 141014>>>>>>> String sRevision 141014>>>>>>> String sVoid 141014>>>>>>> Integer iRetval 141014>>>>>>> 141014>>>>>>> // Ignore error 20491 DFBTRERR_INVALID_DRIVER_FUNCTION_CALL. 141014>>>>>>> // This error would otherwise be raised when we have an older 141014>>>>>>> // DFBTRDRV version that has no DFBTRFN_CKREVISION function 141014>>>>>>> Send Ignore_error to Error_object_Id 20491 141015>>>>>>> Get psDriverID to sDriverID 141016>>>>>>> Move (Repeat(" ", 255)) to sRevision 141017>>>>>>> Call_Driver 0 sDRiverID Function DFBTRFN_CKREVISION Callback 0 Passing sRevision sVoid 0 Result iRetval 141022>>>>>>> Send Trap_Error to Error_object_Id 20491 141023>>>>>>> If (Trim(sRevision) = "") Begin 141025>>>>>>> // Unable to get the revision. return all zeroes. 141025>>>>>>> Move "0.0.0.0" to sRevision 141026>>>>>>> End 141026>>>>>>>> 141026>>>>>>> Function_Return sRevision 141027>>>>>>> End_Function 141028>>>>>>> 141028>>>>>>> Function CkUsesUri Returns Integer 141030>>>>>>> String sDriverID 141030>>>>>>> String sVoid1 141030>>>>>>> String sVoid2 141030>>>>>>> Integer iRetval 141030>>>>>>> 141030>>>>>>> Get psDriverID to sDriverID 141031>>>>>>> 141031>>>>>>> Move 0 to iRetval 141032>>>>>>> // Ignore error 20491 DFBTRERR_INVALID_DRIVER_FUNCTION_CALL. 141032>>>>>>> // This error would otherwise be raised when we have an older 141032>>>>>>> // DFBTRDRV version that has no DFBTRFN_CKUSESURI function 141032>>>>>>> Send Ignore_error to Error_object_Id 20491 141033>>>>>>> Call_Driver 0 sDRiverID Function DFBTRFN_CKUSESURI Callback 0 Passing sVoid1 sVoid2 0 Result iRetval 141038>>>>>>> Send Trap_Error to Error_object_Id 20491 141039>>>>>>> 141039>>>>>>> Function_Return iRetval 141040>>>>>>> End_Function 141041>>>>>>> 141041>>>>>>> 141041>>>>>>> 141041>>>>>>> // Extract the Nth part of a a.b.c.d revsion string. 141041>>>>>>> // 141041>>>>>>> // Returns : The part version number or -1 if there is no such part number. 141041>>>>>>> // 141041>>>>>>> 141041>>>>>>> Function ExtractPartFromRevision Integer iPartNum String sRevision Returns Integer 141043>>>>>>> Integer iPartRev 141043>>>>>>> Integer iCurrentPart 141043>>>>>>> Integer iSeparatorPos 141043>>>>>>> 141043>>>>>>> If (iPartNum > 4) ; Function_Return -1 141046>>>>>>> 141046>>>>>>> Move 0 to iCurrentPart 141047>>>>>>> Repeat 141047>>>>>>>> 141047>>>>>>> Move (Pos(".", sRevision)) to iSeparatorPos 141048>>>>>>> If (iSeparatorPos > 0) Begin 141050>>>>>>> Move (Left(sRevision, iSeparatorPos - 1)) to iPartRev 141051>>>>>>> Move (Right(sRevision, Length(sRevision) - iSeparatorPos)) to sRevision 141052>>>>>>> Increment iCurrentPart 141053>>>>>>> End 141053>>>>>>>> 141053>>>>>>> Else If (sRevision <> "") Begin 141056>>>>>>> Move sRevision to iPartRev 141057>>>>>>> Move "" to sRevision 141058>>>>>>> Increment iCurrentPart 141059>>>>>>> End 141059>>>>>>>> 141059>>>>>>> Else ; Move -1 to iPartRev 141061>>>>>>> Until (iCurrentPart >= iPartNum or iPartRev = -1) 141063>>>>>>> 141063>>>>>>> Function_Return iPartRev 141064>>>>>>> End_Function 141065>>>>>>> 141065>>>>>>> 141065>>>>>>> 141065>>>>>>> // 141065>>>>>>> // Returns the major revision of the CK 141065>>>>>>> // 141065>>>>>>> 141065>>>>>>> Function CKMajorRevision Returns Integer 141067>>>>>>> Function_Return (ExtractPartFromRevision (Current_Object, 1, CKRevision(Current_Object))) 141068>>>>>>> End_Function 141069>>>>>>> 141069>>>>>>> 141069>>>>>>> 141069>>>>>>> // Returns the minor revision of the CK 141069>>>>>>> // 141069>>>>>>> 141069>>>>>>> Function CKMinorRevision Returns Integer 141071>>>>>>> Function_Return (ExtractPartFromRevision (Current_Object, 2, CKRevision(Current_Object))) 141072>>>>>>> End_Function 141073>>>>>>> 141073>>>>>>> 141073>>>>>>> // Returns the release revision of the CK 141073>>>>>>> // 141073>>>>>>> 141073>>>>>>> Function CKReleaseRevision Returns Integer 141075>>>>>>> Function_Return (ExtractPartFromRevision (Current_Object, 3, CKRevision(Current_Object))) 141076>>>>>>> End_Function 141077>>>>>>> 141077>>>>>>> 141077>>>>>>> // Returns the major revision of the CK 141077>>>>>>> // 141077>>>>>>> 141077>>>>>>> Function CKBuildRevision Returns Integer 141079>>>>>>> Function_Return (ExtractPartFromRevision (Current_Object, 4, CKRevision(Current_Object))) 141080>>>>>>> End_Function 141081>>>>>>> 141081>>>>>>> 141081>>>>>>> // Determines if the CK conforms to a passed minimal revsion. 141081>>>>>>> // 141081>>>>>>> 141081>>>>>>> Function IsMinimalRevision Integer iMajor Integer iMinor Integer iRelease Integer iBuild Returns Integer 141083>>>>>>> If (iMajor < CKMajorRevision(Current_object)) ; Function_Return (True) 141086>>>>>>> Else If (iMajor = CKMajorRevision(Current_object)) Begin 141089>>>>>>> If (iMinor < CKMinorRevision(Current_object)) ; Function_Return (True) 141092>>>>>>> Else If (iMinor = CKMinorRevision(Current_object)) Begin 141095>>>>>>> If (iRelease < CKReleaseRevision(Current_object)) ; Function_Return (True) 141098>>>>>>> Else If (iRelease = CKReleaseRevision(Current_object) and iBuild <= CKBuildRevision(Current_object)) ; Function_Return (True) 141102>>>>>>> End 141102>>>>>>>> 141102>>>>>>> End 141102>>>>>>>> 141102>>>>>>> 141102>>>>>>> Function_Return (False) 141103>>>>>>> End_Function 141104>>>>>>> 141104>>>>>>> // Functions to query the Pervasive.SQL version: 141104>>>>>>> // PSQLRequesterVersionInfo Integer iFileNum Returns String 141104>>>>>>> // PSQLLocalEngineVersionInfo Integer iFileNum Returns String 141104>>>>>>> // PSQLServerEngineVersionInfo Integer iFileNum Returns String 141104>>>>>>> // 141104>>>>>>> // All 3 functions return the version of a Pervasive.SQL component 141104>>>>>>> // in the following format: 141104>>>>>>> // .. 141104>>>>>>> // possible values for : 141104>>>>>>> // 9 for 32-bit Windows workstation/workgroup engine or Linux 141104>>>>>>> // server using Workgroup authentication mode 141104>>>>>>> // C for client cache engine 141104>>>>>>> // D for DOS workstation 141104>>>>>>> // N for client Requester 141104>>>>>>> // S for NetWare server 141104>>>>>>> // T for 32-bit Windows server engine 141104>>>>>>> // U for Linux server using PAM or BTPASSWD authentication 141104>>>>>>> // 141104>>>>>>> // example: 141104>>>>>>> // 8.50.T 141104>>>>>>> // will be returned for a Pervasive.SQL 8.5 Server Engine running on 141104>>>>>>> // 32-bits Windows server. 141104>>>>>>> // 141104>>>>>>> // The FileNumber parameter must specify an opened table or 0. 141104>>>>>>> // For PSQLServerEngineVersionInfo the FileNumber can not be 0. 141104>>>>>>> // 141104>>>>>>> // If the version information is not available or can not be obtained 141104>>>>>>> // the functions will return "0.0.0" 141104>>>>>>> 141104>>>>>>> // Returns the version information of the 141104>>>>>>> // Pervasive.SQL Client requester. 141104>>>>>>> 141104>>>>>>> Function PSQLRequesterVersionInfo Integer iFileNum Returns String 141106>>>>>>> 141106>>>>>>> String sDriverID 141106>>>>>>> String sVersion 141106>>>>>>> String sVoid 141106>>>>>>> Integer iRetval 141106>>>>>>> 141106>>>>>>> // Ignore error 20491 DFBTRERR_INVALID_DRIVER_FUNCTION_CALL. 141106>>>>>>> // This error would otherwise be raised when we have an older 141106>>>>>>> // DFBTRDRV version that has no DFBTRFN_CKREVISION function 141106>>>>>>> Send Ignore_error to Error_object_Id 20491 141107>>>>>>> Get psDriverID to sDriverID 141108>>>>>>> Move (Repeat(" ", 255)) to sVersion 141109>>>>>>> Call_Driver iFileNum sDRiverID Function DFBTRFN_PSQLREQUESTERVERSIONINFO Callback 0 Passing sVersion sVoid 0 Result iRetval 141114>>>>>>> Send Trap_Error to Error_object_Id 20491 141115>>>>>>> If (Trim(sVersion) = "") Begin 141117>>>>>>> // Unable to get the revision. return all zeroes. 141117>>>>>>> Move "0.0.0" to sVersion 141118>>>>>>> End 141118>>>>>>>> 141118>>>>>>> Function_Return sVersion 141119>>>>>>> End_Function 141120>>>>>>> 141120>>>>>>> // Pervasive.SQL Engine 141120>>>>>>> 141120>>>>>>> Function PSQLLocalEngineVersionInfo Integer iFileNum Returns String 141122>>>>>>> 141122>>>>>>> String sDriverID 141122>>>>>>> String sVersion 141122>>>>>>> String sVoid 141122>>>>>>> Integer iRetval 141122>>>>>>> 141122>>>>>>> // Ignore error 20491 DFBTRERR_INVALID_DRIVER_FUNCTION_CALL. 141122>>>>>>> // This error would otherwise be raised when we have an older 141122>>>>>>> // DFBTRDRV version that has no DFBTRFN_CKREVISION function 141122>>>>>>> Send Ignore_error to Error_object_Id 20491 141123>>>>>>> Get psDriverID to sDriverID 141124>>>>>>> Move (Repeat(" ", 255)) to sVersion 141125>>>>>>> Call_Driver iFileNum sDRiverID Function DFBTRFN_PSQLLOCALENGINEVERSIONINFO Callback 0 Passing sVersion sVoid 0 Result iRetval 141130>>>>>>> Send Trap_Error to Error_object_Id 20491 141131>>>>>>> If (Trim(sVersion) = "") Begin 141133>>>>>>> // Unable to get the revision. return all zeroes. 141133>>>>>>> Move "0.0.0" to sVersion 141134>>>>>>> End 141134>>>>>>>> 141134>>>>>>> Function_Return sVersion 141135>>>>>>> End_Function 141136>>>>>>> 141136>>>>>>> // Returns the version information of the 141136>>>>>>> // Pervasive.SQL Server Engine 141136>>>>>>> 141136>>>>>>> Function PSQLServerEngineVersionInfo Integer iFileNum Returns String 141138>>>>>>> 141138>>>>>>> String sDriverID 141138>>>>>>> String sVersion 141138>>>>>>> String sVoid 141138>>>>>>> Integer iRetval 141138>>>>>>> 141138>>>>>>> // Ignore error 20491 DFBTRERR_INVALID_DRIVER_FUNCTION_CALL. 141138>>>>>>> // This error would otherwise be raised when we have an older 141138>>>>>>> // DFBTRDRV version that has no DFBTRFN_CKREVISION function 141138>>>>>>> Send Ignore_error to Error_object_Id 20491 141139>>>>>>> Get psDriverID to sDriverID 141140>>>>>>> Move (Repeat(" ", 255)) to sVersion 141141>>>>>>> Call_Driver iFileNum sDRiverID Function DFBTRFN_PSQLSERVERENGINEVERSIONINFO Callback 0 Passing sVersion sVoid 0 Result iRetval 141146>>>>>>> Send Trap_Error to Error_object_Id 20491 141147>>>>>>> If (Trim(sVersion) = "") Begin 141149>>>>>>> // Unable to get the revision. return all zeroes. 141149>>>>>>> Move "0.0.0" to sVersion 141150>>>>>>> End 141150>>>>>>>> 141150>>>>>>> Function_Return sVersion 141151>>>>>>> End_Function 141152>>>>>>> 141152>>>>>>>End_Class 141153>>>>>>> 141153>>>>>>> 141153>>>>>Use MSSqldrv.pkg Including file: MSSqldrv.pkg (C:\Program Files (x86)\DataFlex 19.1\Pkg\MSSqldrv.pkg) 141153>>>>>>>// Package that declares MS SQL driver constants and functions. 141153>>>>>>>// This package can be used by developers who want to add Data Access 141153>>>>>>>// MS SQL Client specific code to a DataFlex application. 141153>>>>>>> 141153>>>>>>>Use Cli.pkg 141153>>>>>>>Use SQL.pkg 141153>>>>>>> 141153>>>>>>>// Driver Indentification 141153>>>>>>> 141153>>>>>>>// Error number constants 141153>>>>>>> 141153>>>>>>> 141153>>>>>>>// Possible DF_DRIVER_SQLSERVER_CLIENT_VERSION values 141153>>>>>>> 141153>>>>>>> 141153>>>>>>> 141153>>>>>>> 141153>>>>>>> 141153>>>>>>> 141153>>>>>>>// SQL Server spcific types. 141153>>>>>>>Define SQL_SS_TIMESTAMPOFFSET for (-155) //SQL server datetimeoffset type */ 141153>>>>>>>Define SQL_SS_TIME2 for (-154) //SQL server time type */ 141153>>>>>>>Define SQL_SS_XML for (-152) //SQL server xml type */ 141153>>>>>>>Define SQL_SS_VARIANT for (-150) //SQL server variant type */ 141153>>>>>>> 141153>>>>>>>// SQL Server spcific types. 141153>>>>>>>Define SQL_TYPE_TIMESTAMP2 for (-200) //SQL server datetime2 type */ 141153>>>>>>>Define SQL_VARCHARMAX for (-201) //SQL server varchar(max) type */ 141153>>>>>>>Define SQL_WVARCHARMAX for (-202) //SQL server wvarchar(max) type */ 141153>>>>>>>Define SQL_VARBINARYMAX for (-203) //SQL server varbinary(max) type */ 141153>>>>>>>Define SQL_TYPE_MONEY for (-204) //SQL server money type */ 141153>>>>>>>Define SQL_TYPE_SMALLMONEY for (-205) //SQL server smallmoney type */ 141153>>>>>>>Define SQL_TYPE_SMALLDATETIME for (-206) //SQL server smalldatetype type */ 141153>>>>>>> 141153>>>>>>> 141153>>>>>>>// MSSQL_SetConstraint 141153>>>>>>>// 141153>>>>>>>// Setup a constraint for a file. 141153>>>>>>> 141153>>>>>>> 141153>>>>>>>Class cMSSQLHandler is a cCLIHandler 141154>>>>>>> 141154>>>>>>> Procedure Construct_Object 141156>>>>>>> Forward Send Construct_Object 141158>>>>>>> 141158>>>>>>> Set psDriverID to MSSQLDRV_ID 141159>>>>>>> End_Procedure 141160>>>>>>> 141160>>>>>>> 141160>>>>>>> 141160>>>>>>> // Extract the list from the out connect string. 141160>>>>>>> Function ExtractList String sOutConnStr Integer hoStore Returns Integer 141162>>>>>>> String sItem 141162>>>>>>> Integer iStart 141162>>>>>>> Integer iEnd 141162>>>>>>> 141162>>>>>>> If (hoStore = 0) ; Move Current_object to hoStore 141165>>>>>>> 141165>>>>>>> Send Delete_Data to hoStore 141166>>>>>>> Move (Pos("{", sOutConnStr)) to iStart 141167>>>>>>> While (iStart > 0) 141171>>>>>>> Move (Right(sOutConnStr, Length(sOutConnStr) - iStart)) to sOutConnStr 141172>>>>>>> If (Left(sOutConnStr, 1) = "}") ; Move 0 to iStart 141175>>>>>>> Else Begin 141176>>>>>>> Move (Pos(",", sOutConnStr)) to iStart 141177>>>>>>> Move (Pos("}", sOutConnStr)) to iEnd 141178>>>>>>> If ((iStart = 0) or (iEnd < iStart)) ; Move iEnd to iStart 141181>>>>>>> 141181>>>>>>> If (iStart > 0) ; Set Value of hoStore (Item_Count(Current_Object)) to (Left(sOutConnStr, iStart - 1)) 141184>>>>>>> 141184>>>>>>> If (iStart = iEnd) ; Move 0 to iStart 141187>>>>>>> End 141187>>>>>>>> 141187>>>>>>> Loop 141188>>>>>>>> 141188>>>>>>> 141188>>>>>>> Function_Return (Item_Count(hoStore)) 141189>>>>>>> End_Function 141190>>>>>>> 141190>>>>>>> 141190>>>>>>> 141190>>>>>>> // Call the driver's browse connect function 141190>>>>>>> Function BrowseConnect String sInConnStr Returns String 141192>>>>>>> String sDriver 141192>>>>>>> String sOutConnStr 141192>>>>>>> Integer iArg 141192>>>>>>> Integer iRetval 141192>>>>>>> 141192>>>>>>> Get psDriverID to sDriver 141193>>>>>>> If (sDriver <> "") Begin 141195>>>>>>> Move (Repeat(" ", 8192)) to sOutConnStr 141196>>>>>>> Call_Driver 0 sDRiver Function CLI_BROWSECONNECT Callback 0 Passing sInConnStr sOutConnStr iArg Result iRetval 141201>>>>>>> End 141201>>>>>>>> 141201>>>>>>> 141201>>>>>>> Function_Return sOutConnStr 141202>>>>>>> End_Function// BrowseConnect 141203>>>>>>> 141203>>>>>>> 141203>>>>>>> Function BrowseConnectLocal String sInConnStr Returns String 141205>>>>>>> String sDriver 141205>>>>>>> String sOutConnStr 141205>>>>>>> Integer iArg 141205>>>>>>> Integer iRetval 141205>>>>>>> 141205>>>>>>> Move 1 to iArg // Browses only local 141206>>>>>>> 141206>>>>>>> Get psDriverID to sDriver 141207>>>>>>> If (sDriver <> "") Begin 141209>>>>>>> Move (Repeat(" ", 8192)) to sOutConnStr 141210>>>>>>> Call_Driver 0 sDRiver Function CLI_BROWSECONNECT Callback 0 Passing sInConnStr sOutConnStr iArg Result iRetval 141215>>>>>>> End 141215>>>>>>>> 141215>>>>>>> 141215>>>>>>> Function_Return sOutConnStr 141216>>>>>>> End_Function// BrowseConnect 141217>>>>>>> 141217>>>>>>> 141217>>>>>>> Function EnumerateServersNetworkOrLocal Integer iNetworkLocal Returns Integer 141219>>>>>>> 141219>>>>>>> String sServerList 141219>>>>>>> Integer iNumServers 141219>>>>>>> Integer iDriver 141219>>>>>>> Integer iClientVersion 141219>>>>>>> String sDriver 141219>>>>>>> 141219>>>>>>> Get DriverIndex MSSQLDRV_ID to iDriver 141220>>>>>>> 141220>>>>>>> If (iDriver) Begin 141222>>>>>>> 141222>>>>>>> Get_Attribute DF_DRIVER_SQLSERVER_CLIENT_VERSION of iDriver to iClientVersion 141225>>>>>>> 141225>>>>>>> Get SqlServerClientDriverName iClientVersion to sDriver 141226>>>>>>> 141226>>>>>>> Move ("DRIVER={" + sDriver + "};") to sDriver 141227>>>>>>> If (iNetworkLocal = 0) Begin 141229>>>>>>> Get BrowseConnect sDriver to sServerList 141230>>>>>>> End 141230>>>>>>>> 141230>>>>>>> Else Begin 141231>>>>>>> Get BrowseConnectLocal sDriver to sServerList 141232>>>>>>> End 141232>>>>>>>> 141232>>>>>>> Get ExtractList sServerList Current_object to iNumServers 141233>>>>>>> End 141233>>>>>>>> 141233>>>>>>> 141233>>>>>>> Function_Return iNumServers 141234>>>>>>> 141234>>>>>>> End_Function 141235>>>>>>> 141235>>>>>>> // Enumerate the available SQL Server database servers 141235>>>>>>> // This function will return all SQL Server instances on the network. 141235>>>>>>> // This may take a long time. 141235>>>>>>> // To enumerate only local SQL Server instances use EnumerateServersLocal 141235>>>>>>> Function EnumerateServers Returns Integer 141237>>>>>>> 141237>>>>>>> Integer iNumServers 141237>>>>>>> Integer iNetworkLocal 141237>>>>>>> 141237>>>>>>> Move 0 to iNetworkLocal // 0 = enumerate network servers 141238>>>>>>> 141238>>>>>>> Get EnumerateServersNetworkOrLocal iNetworkLocal to iNumServers 141239>>>>>>> 141239>>>>>>> Function_Return iNumServers 141240>>>>>>> 141240>>>>>>> End_Function 141241>>>>>>> 141241>>>>>>> 141241>>>>>>> // Enumerate the available SQL Server database servers 141241>>>>>>> // This function will return only return SQL Server instance on the local machine 141241>>>>>>> // To enumerate all SQL Server instances in a network use EnumerateServers 141241>>>>>>> Function EnumerateServersLocal Returns Integer 141243>>>>>>> 141243>>>>>>> Integer iNumServers 141243>>>>>>> Integer iNetworkLocal 141243>>>>>>> 141243>>>>>>> Move 1 to iNetworkLocal // 1 = enumerate local servers 141244>>>>>>> 141244>>>>>>> Get EnumerateServersNetworkOrLocal iNetworkLocal to iNumServers 141245>>>>>>> 141245>>>>>>> Function_Return iNumServers 141246>>>>>>> 141246>>>>>>> End_Function 141247>>>>>>> 141247>>>>>>> 141247>>>>>>> 141247>>>>>>> // Enumerate database in a given server. 141247>>>>>>> Function EnumerateDatabases String sServer String sUser String sPassWord Returns Integer 141249>>>>>>> Integer hoSQL 141249>>>>>>> String sConnect 141249>>>>>>> String sDatabase 141249>>>>>>> Integer hdbc 141249>>>>>>> Integer hstmt 141249>>>>>>> Integer iFetchResult 141249>>>>>>> 141249>>>>>>> If (Num_Arguments < 3) ; Move "" to sPassWord 141252>>>>>>> If (Num_Arguments < 2) ; Move "" to sUser 141255>>>>>>> 141255>>>>>>> If (sUser <> "") ; Move ("SERVER=" + Trim(sServer) + ";UID=" + Trim(sUser) + ";PWD=" + Trim(sPassword) + ";") to sConnect 141258>>>>>>> Else ; Move ("SERVER=" + Trim(sServer) + ";Trusted_Connection=yes") to sConnect 141260>>>>>>> 141260>>>>>>> Object oEnumDBSQLmanager is a cSQLHandleManager 141262>>>>>>> Move Current_Object to hoSQL 141263>>>>>>> End_Object 141264>>>>>>> 141264>>>>>>> If (hoSQL <> 0) Begin 141266>>>>>>> Get SQLConnect of hoSQL "MSSQLDRV" sConnect to hdbc 141267>>>>>>> If (hdbc <> 0) Begin 141269>>>>>>> Get SQLOpen of hdbc to hstmt 141270>>>>>>> If (hstmt <> 0) Begin 141272>>>>>>> // We could do a direct select on the sysdatabases table but we use 141272>>>>>>> // the stored procedure sp_database instead. SQL Server recommends this 141272>>>>>>> // approach in case meta data might change, the stored procedure will 141272>>>>>>> // stay the same. 141272>>>>>>> Send SQLSetProcedureName to hstmt "sp_databases" 141273>>>>>>> Send SQLCall to hstmt 141274>>>>>>> Repeat 141274>>>>>>>> 141274>>>>>>> Get SQLFetch of hstmt to iFetchResult 141275>>>>>>> If (iFetchResult <> 0) Begin 141277>>>>>>> Get SQLColumnValue of hstmt 1 to sDatabase 141278>>>>>>> Set Value (Item_Count(Current_Object)) to sDatabase 141279>>>>>>> End 141279>>>>>>>> 141279>>>>>>> Until (iFetchResult = 0) 141281>>>>>>> 141281>>>>>>> Send SQLClose to hstmt 141282>>>>>>> End 141282>>>>>>>> 141282>>>>>>> Send SQLDisconnect to hdbc 141283>>>>>>> End 141283>>>>>>>> 141283>>>>>>> End 141283>>>>>>>> 141283>>>>>>> Send Destroy_Object to hoSQL 141284>>>>>>> 141284>>>>>>> Function_Return (Item_Count(Current_Object)) 141285>>>>>>> End_Function 141286>>>>>>> 141286>>>>>>> 141286>>>>>>> Function SqlServerClientVersionName Integer iClientVersion Returns String 141288>>>>>>> 141288>>>>>>> String sSqlServerClientVersionName 141288>>>>>>> 141288>>>>>>> 141288>>>>>>> Case Begin 141288>>>>>>> 141288>>>>>>> Case (iClientVersion = SQLSERVER2017CLIENT) 141290>>>>>>> Move SQLSERVER2017CLIENTNAME to sSqlServerClientVersionName 141291>>>>>>> Case Break 141292>>>>>>> 141292>>>>>>> Case (iClientVersion = SQLSERVER2016CLIENT) 141295>>>>>>> Move SQLSERVER2016CLIENTNAME to sSqlServerClientVersionName 141296>>>>>>> Case Break 141297>>>>>>> 141297>>>>>>> Case (iClientVersion = SQLSERVER2014CLIENT) 141300>>>>>>> Move SQLSERVER2014CLIENTNAME to sSqlServerClientVersionName 141301>>>>>>> Case Break 141302>>>>>>> 141302>>>>>>> Case (iClientVersion = SQLSERVER2012CLIENT) 141305>>>>>>> Move SQLSERVER2012CLIENTNAME to sSqlServerClientVersionName 141306>>>>>>> Case Break 141307>>>>>>> 141307>>>>>>> Case (iClientVersion = SQLSERVER2008CLIENT) 141310>>>>>>> Move SQLSERVER2008CLIENTNAME to sSqlServerClientVersionName 141311>>>>>>> Case Break 141312>>>>>>> 141312>>>>>>> Case (iClientVersion = SQLSERVER2005CLIENT) 141315>>>>>>> Move SQLSERVER2005CLIENTNAME to sSqlServerClientVersionName 141316>>>>>>> Case Break 141317>>>>>>> 141317>>>>>>> Case (iClientVersion = SQLSERVER2000CLIENT) 141320>>>>>>> Move SQLSERVER2000CLIENTNAME to sSqlServerClientVersionName 141321>>>>>>> Case Break 141322>>>>>>> 141322>>>>>>> Case Else 141322>>>>>>> Move SQLSERVERUNKNOWNCLIENTNAME to sSqlServerClientVersionName 141323>>>>>>> 141323>>>>>>> Case End 141323>>>>>>> 141323>>>>>>> 141323>>>>>>> Function_Return sSqlServerClientVersionName 141324>>>>>>> 141324>>>>>>> End_Function 141325>>>>>>> 141325>>>>>>> 141325>>>>>>> Function SqlServerClientDriverName Integer iClientVersion Returns String 141327>>>>>>> 141327>>>>>>> String sSqlServerClientDriverName 141327>>>>>>> 141327>>>>>>> Case Begin 141327>>>>>>> 141327>>>>>>> Case (iClientVersion = SQLSERVER2017CLIENT) 141329>>>>>>> Move SQLSERVER2017DRVRSTR to sSqlServerClientDriverName 141330>>>>>>> Case Break 141331>>>>>>> 141331>>>>>>> Case (iClientVersion = SQLSERVER2016CLIENT) 141334>>>>>>> Move SQLSERVER2016DRVRSTR to sSqlServerClientDriverName 141335>>>>>>> Case Break 141336>>>>>>> 141336>>>>>>> Case (iClientVersion = SQLSERVER2014CLIENT) 141339>>>>>>> Move SQLSERVER2014DRVRSTR to sSqlServerClientDriverName 141340>>>>>>> Case Break 141341>>>>>>> 141341>>>>>>> Case (iClientVersion = SQLSERVER2012CLIENT) 141344>>>>>>> Move SQLSERVER2012DRVRSTR to sSqlServerClientDriverName 141345>>>>>>> Case Break 141346>>>>>>> 141346>>>>>>> Case (iClientVersion = SQLSERVER2008CLIENT) 141349>>>>>>> Move SQLSERVER2008DRVRSTR to sSqlServerClientDriverName 141350>>>>>>> Case Break 141351>>>>>>> 141351>>>>>>> Case (iClientVersion = SQLSERVER2005CLIENT) 141354>>>>>>> Move SQLSERVER2005DRVRSTR to sSqlServerClientDriverName 141355>>>>>>> Case Break 141356>>>>>>> 141356>>>>>>> Case (iClientVersion = SQLSERVER2000CLIENT) 141359>>>>>>> Move SQLSERVER2000DRVRSTR to sSqlServerClientDriverName 141360>>>>>>> Case Break 141361>>>>>>> 141361>>>>>>> Case Else 141361>>>>>>> Move SQLSERVER2000DRVRSTR to sSqlServerClientDriverName 141362>>>>>>> 141362>>>>>>> Case End 141362>>>>>>> 141362>>>>>>> 141362>>>>>>> Function_Return sSqlServerClientDriverName 141363>>>>>>> 141363>>>>>>> End_Function 141364>>>>>>> 141364>>>>>>> 141364>>>>>>>End_Class 141365>>>>>>> 141365>>>>>>> 141365>>>>> 141365>>>>> 141365>>>>>External_Function WNetGetUser "WNetGetUserA" MPR.DLL Pointer lpName Pointer lpUser_Name Pointer lpLength Returns DWord 141366>>>>> 141366>>>>>Register_Function phoWorkspace Returns Handle 141366>>>>>Register_Function Help_filename Returns String 141366>>>>>Register_Function GetHelpFile Returns String 141366>>>>>Register_Function pbEnterKeyAsTabKey Returns Boolean 141366>>>>> 141366>>>>>// This function reads the current username Of windows and returns that 141366>>>>>// name or an text unknown user 141366>>>>>Function Network_User_Name for cDesktop Returns String 141368>>>>> String sName 141368>>>>> Integer iRetval iLength 141368>>>>> 141368>>>>> Move 0 to iLength 141369>>>>> Move (WNetGetUser (0, 0, AddressOf (iLength))) to iRetval 141370>>>>> Move (ZeroString(iLength)) to sName 141371>>>>> Move (WNetGetUser (0, AddressOf (sName), AddressOf (iLength))) to iRetval 141372>>>>> 141372>>>>> If (iRetval = NO_ERROR) Begin 141374>>>>> Function_Return (CString (sName)) 141375>>>>> End 141375>>>>>> 141375>>>>> 141375>>>>> Function_Return "User Unknown" 141376>>>>>End_Function 141377>>>>> 141377>>>>>External_Function GlobalMemoryStatus "GlobalMemoryStatus" Kernel32.Dll Pointer lpsMemoryStatus Returns Integer 141378>>>>> 141378>>>>>External_Function GlobalMemoryStatusEx "GlobalMemoryStatusEx" Kernel32.Dll Pointer lpMemoryStatus Returns Integer 141379>>>>> 141379>>>>>Class SysinfoDisplay is a cTextEdit 141380>>>>> Procedure Construct_Object 141382>>>>> Forward Send Construct_Object 141384>>>>> 141384>>>>> Set Location to 6 6 141385>>>>> Set Size to 110 255 141386>>>>> Set Read_Only_State to True 141387>>>>> Set pbWrap to False 141388>>>>> End_Procedure 141389>>>>> 141389>>>>> // This method will show the name Of the current directory in the system 141389>>>>> // information box 141389>>>>> Procedure Show_Current_Directory 141391>>>>> String sDir 141391>>>>> 141391>>>>> Get_Current_Directory to sDir 141392>>>>> 141392>>>>> Send AppendTextLn (SFormat (C_$CurrentDirectory, sDir)) 141393>>>>> End_Procedure 141394>>>>> 141394>>>>> Procedure Show_Windows_Directory 141396>>>>> String sWindir 141396>>>>> 141396>>>>> Get_Windows_Directory to sWindir 141397>>>>> 141397>>>>> Send AppendTextLn (SFormat (C_$WindowsDirectory, sWindir)) 141398>>>>> End_Procedure 141399>>>>> 141399>>>>> Procedure Show_Current_User 141401>>>>> Send AppendTextLn (SFormat (C_$NetworkUserName, Network_User_Name (Self))) 141402>>>>> End_Procedure 141403>>>>> 141403>>>>> Procedure Show_Number_Format 141405>>>>> Integer iFormat 141405>>>>> String sFormatText 141405>>>>> 141405>>>>> Get_Attribute DF_THOUSANDS_SEPARATOR to iFormat 141408>>>>> Move (Character (iFormat)) to sFormatText 141409>>>>> Send AppendTextLn (SFormat (C_$ThousandsSeparator, sFormatText, iFormat)) 141410>>>>> 141410>>>>> Get_Attribute DF_DECIMAL_SEPARATOR to iFormat 141413>>>>> Move (Character (iFormat)) to sFormatText 141414>>>>> Send AppendTextLn (SFormat (C_$DecimalSeparator, sFormatText)) 141415>>>>> End_Procedure 141416>>>>> 141416>>>>> Procedure Show_Filelist_Name 141418>>>>> String sFilename 141418>>>>> 141418>>>>> Get_Attribute DF_FILELIST_NAME to sFilename 141421>>>>> 141421>>>>> Send AppendTextLn (SFormat (C_$CurrentFilelist, sFilename)) 141422>>>>> Send AppendTextLn "" 141423>>>>> End_Procedure 141424>>>>> 141424>>>>> Procedure Show_Lock_Delay 141426>>>>> Integer iLockdelay 141426>>>>> 141426>>>>> Get_Attribute DF_LOCK_DELAY to iLockdelay 141429>>>>> 141429>>>>> Send AppendTextLn (SFormat (C_$DatabaseLockingDelay, iLockDelay)) 141430>>>>> End_Procedure 141431>>>>> 141431>>>>> Procedure Show_Lock_Timeout 141433>>>>> Integer iLockTimeout 141433>>>>> 141433>>>>> Get_Attribute DF_LOCK_TIMEOUT to iLockTimeout 141436>>>>> 141436>>>>> Send AppendTextLn (SFormat (C_$DatabaseLockingTimeout, iLockTimeOut)) 141437>>>>> End_Procedure 141438>>>>> 141438>>>>> Procedure Show_Screen_Size 141440>>>>> Integer iYscreensize iXscreensize 141440>>>>> 141440>>>>> Move (GetSystemMetrics (SM_CXSCREEN)) to iXscreensize 141441>>>>> Move (GetSystemMetrics (SM_CYSCREEN)) to iYscreensize 141442>>>>> 141442>>>>> Send AppendTextLn (SFormat (C_$VideoResolution, iXscreensize, iYscreensize)) 141443>>>>> End_Procedure 141444>>>>> 141444>>>>> Procedure Show_Page_Size 141446>>>>> Send AppendTextLn (SFormat (C_$PageEndFormFeed, Pageend, Pagefeed)) 141447>>>>> End_Procedure 141448>>>>> 141448>>>>> Procedure Show_Date 141450>>>>> Date dToday 141450>>>>> 141450>>>>> Move (CurrentDateTime()) to dToday 141451>>>>> 141451>>>>> Send AppendTextLn (SFormat (C_$CurrentSystemDate, String (dToday))) 141452>>>>> End_Procedure 141453>>>>> 141453>>>>> Procedure Show_Date_Format 141455>>>>> Integer iDateFormat 141455>>>>> String sDateFormat 141455>>>>> 141455>>>>> Get_Attribute DF_DATE_FORMAT to iDateFormat 141458>>>>> Case Begin 141458>>>>> Case (iDateFormat = DF_DATE_USA) 141460>>>>> Move C_$USA to sDateFormat 141461>>>>> Case Break 141462>>>>> Case (iDateFormat = DF_DATE_EUROPEAN) 141465>>>>> Move C_$European to sDateFormat 141466>>>>> Case Break 141467>>>>> Case (iDateFormat = DF_DATE_MILITARY) 141470>>>>> Move C_$Military to sDateFormat 141471>>>>> Case Break 141472>>>>> Case Else 141472>>>>> Move C_$UnknownDateType to sDateFormat 141473>>>>> Case Break 141474>>>>> Case End 141474>>>>> 141474>>>>> Send AppendTextLn (SFormat (C_$DateFormat, sDateformat)) 141475>>>>> End_Procedure 141476>>>>> 141476>>>>> Procedure Show_Systemresources 141478>>>>> tWinMemoryStatusEx MemoryStatusInfo 141478>>>>> tWinMemoryStatusEx MemoryStatusInfo 141478>>>>> Integer iRetval 141478>>>>> 141478>>>>> Move (SizeOfType (tWinMemoryStatusEx)) to MemoryStatusInfo.dwLength 141479>>>>> Move (GlobalMemoryStatusEx (AddressOf (MemoryStatusInfo))) to iRetval 141480>>>>> If (iRetval = 0) Begin 141482>>>>> Move (ShowLastError ()) to iRetval 141483>>>>> End 141483>>>>>> 141483>>>>> 141483>>>>> Send AppendTextLn (SFormat (C_$AvailableMemory, MemoryStatusInfo.ullTotalPhys)) 141484>>>>> Send AppendTextLn (SFormat (C_$MemoryUtilization, MemoryStatusInfo.dwMemoryLoad)) 141485>>>>> Send AppendTextLn (SFormat (C_$AvailablePhysicalMemory, Integer ( Real (MemoryStatusInfo.ullAvailPhys) / Real (MemoryStatusInfo.ullTotalPhys) * 100.0))) 141486>>>>> Send AppendTextLn (SFormat (C_$AvailablePagefileSpace, Integer ( Real (MemoryStatusInfo.ullAvailPageFile) / Real (MemoryStatusInfo.ullTotalPageFile) * 100.0))) 141487>>>>> Send AppendTextLn (SFormat (C_$AvailableVirtualMemory, Integer ( Real (MemoryStatusInfo.ullAvailVirtual) / Real (MemoryStatusInfo.ullTotalVirtual) * 100.0))) 141488>>>>> End_Procedure 141489>>>>> 141489>>>>> Procedure Show_Registration 141491>>>>> String sRegName 141491>>>>> Integer iSN iMaxUsers 141491>>>>> 141491>>>>> Registration sRegName iSN 141492>>>>>> 141492>>>>> 141492>>>>> Get_Licensed_Max_Users to iMaxUsers 141493>>>>> 141493>>>>> Send AppendTextLn "" 141494>>>>> Send AppendTextLn (SFormat (C_$Serial, iSN)) 141495>>>>> Send AppendTextLn (SFormat (C_$RegName, sRegName)) 141496>>>>> Send AppendTextLn (SFormat (C_$MaxNumUsers, iMaxUsers)) 141497>>>>> End_Procedure 141498>>>>> 141498>>>>> // If workspaces are used, we will send the message EnumerateWorkspaceData 141498>>>>> // To the workspace object passing the an object and message To send back 141498>>>>> // To this object. It is expected that the workspace object will send this 141498>>>>> // message for every line Of information it wants displayed (passing the 141498>>>>> // information To be displayed 141498>>>>> Register_Procedure EnumerateWorkspaceData Handle hObjId Handle hmMessId 141498>>>>> 141498>>>>> Procedure Show_ServicePack 141500>>>>> String sKey sVersionDescription sVersion 141500>>>>> Handle hoRegistry 141500>>>>> Boolean bExists bOpened 141500>>>>> 141500>>>>> Get Create (RefClass (cRegistry)) to hoRegistry 141501>>>>> Set phRootKey of hoRegistry to HKEY_LOCAL_MACHINE 141502>>>>> Set pfAccessRights of hoRegistry to KEY_READ 141503>>>>> 141503>>>>> Move C_DFVersionRegistryRoot to sKey 141504>>>>> Get KeyExists of hoRegistry sKey to bExists 141505>>>>> If (bExists) Begin 141507>>>>> Get OpenKey of hoRegistry sKey to bOpened 141508>>>>> If (bOpened) Begin 141510>>>>> Get ValueExists of hoRegistry "CurrentVersionDescription" to bExists 141511>>>>> If (bExists) Begin 141513>>>>> Get ReadString of hoRegistry "CurrentVersionDescription" to sVersionDescription 141514>>>>> End 141514>>>>>> 141514>>>>> 141514>>>>> Get ValueExists of hoRegistry "CurrentVersion" to bExists 141515>>>>> If (bExists) Begin 141517>>>>> Get ReadString of hoRegistry "CurrentVersion" to sVersion 141518>>>>> End 141518>>>>>> 141518>>>>> Send CloseKey of hoRegistry 141519>>>>> End 141519>>>>>> 141519>>>>> End 141519>>>>>> 141519>>>>> Send Destroy of hoRegistry 141520>>>>> 141520>>>>> If (sVersionDescription <> "") Begin 141522>>>>> Send AppendTextLn (sVersionDescription * "-" * sVersion) 141523>>>>> Send AppendTextLn "" 141524>>>>> End 141524>>>>>> 141524>>>>> End_Procedure 141525>>>>> 141525>>>>> 141525>>>>> Procedure Show_WorkspaceInformation 141527>>>>> Integer hoWorkspace 141527>>>>> 141527>>>>> If (ghoApplication <> 0) Begin 141529>>>>> Get phoWorkspace of ghoApplication to hoWorkspace 141530>>>>> If (hoWorkspace <> 0) Begin 141532>>>>> Send EnumerateWorkspaceData of hoWorkspace Self (Refproc (AppendTextLn)) 141533>>>>> Send AppendTextLn "" 141534>>>>> End 141534>>>>>> 141534>>>>> End 141534>>>>>> 141534>>>>> End_Procedure 141535>>>>> 141535>>>>> // If connection ids are used, we will send the message EnumerateConnections 141535>>>>> // to the connection manager object passing the an object and message to send 141535>>>>> // back to this object. It is expected that the connection manager object will 141535>>>>> // send this message for every line Of information it wants displayed (passing 141535>>>>> // the information To be displayed 141535>>>>> Register_Procedure EnumerateConnections Integer hObjId Integer hmMessId 141535>>>>> 141535>>>>> Procedure Show_ConnectionIdInformation 141537>>>>> If (ghoConnection > 0) Begin 141539>>>>> Send AppendTextLn "" 141540>>>>> Send EnumerateConnections of ghoConnection Self (RefProc(AppendTextLn)) 141541>>>>> End 141541>>>>>> 141541>>>>> End_Procedure 141542>>>>> 141542>>>>> Function VersionStr Integer iVer Integer iRev Integer iBld Returns String 141544>>>>> Function_Return (String (iVer) - "." - String (iRev) - "." - String (iBld)) 141545>>>>> End_Function 141546>>>>> 141546>>>>> Procedure Show_Versions 141548>>>>> Integer iVersion iRevision iBuild 141548>>>>> 141548>>>>> Version_Information iVersion iRevision iBuild 141550>>>>> 141550>>>>> Send AppendTextLn (SFormat (C_$RuntimeVersion, VersionStr(Self,iVersion,iRevision,iBuild) )) 141551>>>>> Send AppendTextLn (SFormat (C_$PackageVersion, VersionStr(Self,PKG_VERSION, PKG_REVISION, PKG_BUILD) )) 141552>>>>> Send AppendTextLn (SFormat (C_$FMACVersion, VersionStr(Self,FMAC_VERSION, FMAC_REVISION, FMAC_BUILD) )) 141553>>>>> End_Procedure 141554>>>>> 141554>>>>> Function CKRevisionNumber String sDriverID Returns String 141556>>>>> Handle hoCLIHandler 141556>>>>> Handle hoDFBtrDrvHandler 141556>>>>> String sCKRevision 141556>>>>> 141556>>>>> 141556>>>>> If (sDriverID = "MSSQLDRV" or sDriverID = "ODBC_DRV" or sDriverID = "DB2_DRV") Begin 141558>>>>> Get Create (RefClass(cCLIHandler)) to hoCLIHandler 141559>>>>> Set psDriverID of hoCLIHandler to sDriverID 141560>>>>> Move (CKRevision(hoCLIHandler)) to sCKRevision 141561>>>>> Send Destroy of hoCLIHandler 141562>>>>> End 141562>>>>>> 141562>>>>> Else Begin 141563>>>>> If (sDriverID = "DFBTRDRV") Begin 141565>>>>> Get Create (RefClass(cDFBtrDrvHandler)) to hoDFBtrDrvHandler 141566>>>>> Set psDriverID of hoDFBtrDrvHandler to sDriverID 141567>>>>> Move (CKRevision(hoDFBtrDrvHandler)) to sCKRevision 141568>>>>> Send Destroy of hoDFBtrDrvHandler 141569>>>>> End 141569>>>>>> 141569>>>>> End 141569>>>>>> 141569>>>>> 141569>>>>> Function_Return sCKRevision 141570>>>>> End_Function 141571>>>>> 141571>>>>> 141571>>>>> Function IsDataAccessCK String sDriverID Returns Boolean 141573>>>>> 141573>>>>> If (sDriverID = "DATAFLEX") Begin 141575>>>>> Function_Return False 141576>>>>> End 141576>>>>>> 141576>>>>> 141576>>>>> Function_Return (sDriverID = "MSSQLDRV" or sDriverID = "ODBC_DRV" or sDriverID = "DB2_DRV" or sDriverID = "DFBTRDRV") 141577>>>>> End_Function 141578>>>>> 141578>>>>> 141578>>>>> Procedure Show_Drivers 141580>>>>> String sCurrentDriver sRevNumber 141580>>>>> String sLoadedDrivers sClientDriver 141580>>>>> Integer iNumberOfDrivers iCount iClientVersion iMSSQLIndex 141580>>>>> Boolean bOK 141580>>>>> Handle hoMsqlDrv 141580>>>>> 141580>>>>> Move "" to sLoadedDrivers 141581>>>>> Get_Attribute DF_NUMBER_DRIVERS to iNumberOfDrivers 141584>>>>> For iCount from 1 to iNumberOfDrivers 141590>>>>>> 141590>>>>> Get_Attribute DF_DRIVER_NAME of iCount to sCurrentDriver 141593>>>>> If (sLoadedDrivers <> "") Begin 141595>>>>> Move (Append (sLoadedDrivers, ", ")) to sLoadedDrivers 141596>>>>> End 141596>>>>>> 141596>>>>> Get IsDataAccessCK sCurrentDriver to bOK 141597>>>>> If (bOK) Begin 141599>>>>> If (sCurrentDriver = "MSSQLDRV") Begin 141601>>>>> Move iCount to iMSSQLIndex 141602>>>>> End 141602>>>>>> 141602>>>>> Get CKRevisionNumber sCurrentDriver to sRevNumber 141603>>>>> // if mssqldrv, show the client number 141603>>>>> Move (sCurrentDriver * "(" + sRevNumber + ")") to sCurrentDriver 141604>>>>> End 141604>>>>>> 141604>>>>> Move (Append (sLoadedDrivers, sCurrentDriver)) to sLoadedDrivers 141605>>>>> Loop 141606>>>>>> 141606>>>>> Send AppendTextLn (SFormat (C_$DatabaseDriver, sLoadedDrivers)) 141607>>>>> If (iMSSQLIndex>0) Begin 141609>>>>> Get_Attribute DF_DRIVER_SQLSERVER_CLIENT_VERSION of iMSSQLIndex to iClientVersion 141612>>>>> Get Create (RefClass(cMSSQLHandler)) to hoMsqlDrv 141613>>>>> Get SqlServerClientVersionName of hoMsqlDrv iClientVersion to sClientDriver 141614>>>>> Send Destroy of hoMsqlDrv 141615>>>>> Send AppendTextLn (SFormat("MSSQLDRV Client Version: %1", sClientDriver)) 141616>>>>> End 141616>>>>>> 141616>>>>> End_Procedure 141617>>>>> 141617>>>>> Procedure Show_HelpFile 141619>>>>> String sHelpFile 141619>>>>> Integer eHelpType 141619>>>>> 141619>>>>> If (ghoApplication <> 0) Begin 141621>>>>> Get peHelpType of ghoApplication to eHelpType 141622>>>>> If (eHelpType = htHtmlHelp and ghoHtmlHelp) Begin 141624>>>>> Get GetHelpFile of ghoHtmlHelp to sHelpFile 141625>>>>> End 141625>>>>>> 141625>>>>> Else If (eHelpType = htWinHelp and Help_object_id) Begin 141628>>>>> Get Help_filename of Help_object_id to sHelpFile 141629>>>>> End 141629>>>>>> 141629>>>>> Else Begin 141630>>>>> Move C_$ThereIsNoHelpfileDefined to sHelpFile 141631>>>>> End 141631>>>>>> 141631>>>>> 141631>>>>> Send AppendTextLn "" 141632>>>>> Send AppendTextLn (SFormat (C_$HelpFile, sHelpFile)) 141633>>>>> End 141633>>>>>> 141633>>>>> End_Procedure 141634>>>>> 141634>>>>> Procedure Show_EnterAsTab 141636>>>>> Boolean bEnterKeyAsTabKey 141636>>>>> String sText 141636>>>>> 141636>>>>> If (ghoApplication <> 0) Begin 141638>>>>> Get pbEnterKeyAsTabKey of ghoApplication to bEnterKeyAsTabKey 141639>>>>> If (bEnterKeyAsTabKey) Begin 141641>>>>> Move "True" to sText 141642>>>>> End 141642>>>>>> 141642>>>>> Else Begin 141643>>>>> Move "False" to sText 141644>>>>> End 141644>>>>>> 141644>>>>> Send AppendTextLn (SFormat (C_$EnterKeyNavForward, sText)) 141645>>>>> End 141645>>>>>> 141645>>>>> End_Procedure 141646>>>>> 141646>>>>> // During activation we will remove the old information and add the newly 141646>>>>> // found systeminformation 141646>>>>> Procedure Add_Focus Integer hoRoot 141648>>>>> Forward Send Add_Focus hoRoot 141650>>>>> 141650>>>>> Send Delete_Data 141651>>>>> 141651>>>>> Set Changed_State to False 141652>>>>> Set Read_Only_State to True 141653>>>>> 141653>>>>> Send Show_ServicePack 141654>>>>> Send Show_Versions 141655>>>>> Send Show_Drivers 141656>>>>> If (ghoConnection <> 0) Begin 141658>>>>> Send Show_ConnectionIdInformation 141659>>>>> End 141659>>>>>> 141659>>>>> Send Show_HelpFile 141660>>>>> Send Show_Current_Directory 141661>>>>> Send Show_Filelist_Name 141662>>>>> If (ghoApplication <> 0) Begin 141664>>>>> Send Show_WorkSpaceInformation // added To show WS info 141665>>>>> End 141665>>>>>> 141665>>>>> Send Show_Current_User 141666>>>>> Send Show_Windows_Directory 141667>>>>> Send Show_Screen_Size 141668>>>>> Send Show_Page_Size 141669>>>>> Send Show_EnterAsTab 141670>>>>> Send Show_Number_Format 141671>>>>> Send Show_Date_Format 141672>>>>> Send Show_Lock_Delay 141673>>>>> Send Show_Lock_Timeout 141674>>>>> Send Show_Date 141675>>>>> Send Show_Systemresources 141676>>>>> Send Show_Registration 141677>>>>> Send Beginning_of_Data 141678>>>>> 141678>>>>> Set Icon to 'default.ico' 141679>>>>> End_Procedure 141680>>>>>End_Class 141681>>>>> 141681>>>>>Class SysInfoDialog is a ModalPanel 141682>>>>> Procedure Construct_Object 141684>>>>> Forward Send Construct_Object 141686>>>>> 141686>>>>> Set Label to C_$SystemInformation 141687>>>>> Set Size to 140 267 141688>>>>> Set piMinSize to 140 267 141689>>>>> Set Locate_Mode to CENTER_ON_SCREEN 141690>>>>> Set Border_Style to Border_Thick 141691>>>>> 141691>>>>> Object oSysinfoDisplay is a SysInfoDisplay 141693>>>>> Set peAnchors to anAll 141694>>>>> End_Object 141695>>>>> 141695>>>>> Object oCloseButton is a Button 141697>>>>> Set Label to C_$Close 141698>>>>> Set Location to 120 210 141699>>>>> Set Message 0 to (Refproc (Close_Panel)) 141700>>>>> Set Default_State to True 141701>>>>> Set peAnchors to anBottomRight 141702>>>>> End_Object 141703>>>>> 141703>>>>> On_Key kCancel Send Close_Panel 141704>>>>> End_Procedure 141705>>>>>End_Class 141706>>>>> 141706>>>>>Class AboutDialog is a ModalPanel 141707>>>>> Procedure Construct_Object 141709>>>>> String sVdfRootDir 141709>>>>> 141709>>>>> Forward Send Construct_Object 141711>>>>> 141711>>>>> Set Label to C_$About 141712>>>>> Set Size to 89 212 141713>>>>> Set Locate_Mode to CENTER_ON_SCREEN 141714>>>>> 141714>>>>> Object oSysInfoDialog is a SysInfoDialog 141716>>>>> End_Object 141717>>>>> 141717>>>>> Object oBox is a Container3d 141719>>>>> Set Border_Style to Border_StaticEdge 141720>>>>> Set Size to 63 202 141721>>>>> Set Location to 4 5 141722>>>>> 141722>>>>> Object oAboutGraphic is a BitmapContainer 141724>>>>> Set Border_Style to Border_None 141725>>>>> Set Bitmap_Style to Bitmap_Center 141726>>>>> Set Size to 48 48 141727>>>>> Set Location to 7 2 141728>>>>> End_Object 141729>>>>> 141729>>>>> Object oProductName is a TextBox 141731>>>>> Set Label to C_$ProductName 141732>>>>> Set Size to 10 45 141733>>>>> Set Location to 8 53 141734>>>>> End_Object 141735>>>>> 141735>>>>> Object oVersion is a TextBox 141737>>>>> Set Label to C_$Version 141738>>>>> Set Size to 10 25 141739>>>>> Set Location to 21 53 141740>>>>> End_Object 141741>>>>> 141741>>>>> Object oCopyright is a TextBox 141743>>>>> Set Label to C_$Copyright 141744>>>>> Set Size to 10 31 141745>>>>> Set Location to 34 53 141746>>>>> End_Object 141747>>>>> 141747>>>>> Object oAuthor is a TextBox 141749>>>>> Set Label to C_$Author 141750>>>>> Set Size to 10 22 141751>>>>> Set Location to 46 53 141752>>>>> End_Object 141753>>>>> End_Object 141754>>>>> 141754>>>>> Object oOKButton is a Button 141756>>>>> On_Item C_$OK Send Close_Panel 141757>>>>> Set Size to 14 50 141758>>>>> Set Location to 71 157 141759>>>>> End_Object 141760>>>>> 141760>>>>> Object oSysInfoButton is a Button 141762>>>>> On_Item C_$SystemInfo Send Show_Sysinfo 141763>>>>> Set Size to 14 50 141764>>>>> Set Location to 71 101 141765>>>>> End_Object 141766>>>>> 141766>>>>> On_Key Kcancel Send KeyAction of oOKButton 141767>>>>> 141767>>>>> Set Logo to "DacAbout.bmp" // square bitmaps Of 42x42 work best 141768>>>>> End_Procedure 141769>>>>> 141769>>>>> Procedure Set ProductName String sProductName 141771>>>>> Set Label of oProductName to sProductName 141772>>>>> End_Procedure 141773>>>>> 141773>>>>> Procedure Set Version String sVersion 141775>>>>> Set Label of oVersion to sVersion 141776>>>>> End_Procedure 141777>>>>> 141777>>>>> Procedure Set Copyright String sCopyright 141779>>>>> Set Label of oCopyright to sCopyright 141780>>>>> End_Procedure 141781>>>>> 141781>>>>> Procedure Set Author String sAuthor 141783>>>>> Set Label of oAuthor to sAuthor 141784>>>>> End_Procedure 141785>>>>> 141785>>>>> Procedure Set Logo String sLogo 141787>>>>> // square bitmaps Of 42x42 work best 141787>>>>> Set Bitmap of oAboutGraphic to sLogo 141788>>>>> End_Procedure 141789>>>>> 141789>>>>> Procedure Show_Sysinfo 141791>>>>> Send Popup_Modal of oSysinfoDialog 141792>>>>> End_Procedure 141793>>>>> 141793>>>>> Procedure End_Construct_Object 141795>>>>> Handle hoVersionInfo 141795>>>>> Boolean bIncluded 141795>>>>> Integer iMajor iMinor iRelease iBuild 141795>>>>> String sLabel 141795>>>>> 141795>>>>> Get Label of oVersion to sLabel 141796>>>>> If (sLabel = C_$VERSION) Begin 141798>>>>> // set it To the version info Of the program, if available 141798>>>>> If (ghoApplication <> 0) Begin 141800>>>>> Get phoVersionInfo of ghoApplication to hoVersionInfo 141801>>>>> If (hoVersionInfo <> 0) Begin 141803>>>>> Get pbIncluded of hoVersionInfo to bIncluded 141804>>>>> If (bIncluded) Begin 141806>>>>> Get piVersionMajor of hoVersionInfo to iMajor 141807>>>>> Get piVersionMinor of hoVersionInfo to iMinor 141808>>>>> Get piVersionRelease of hoVersionInfo to iRelease 141809>>>>> Get piVersionBuild of hoVersionInfo to iBuild 141810>>>>> Move (SFormat (C_$VERSION + ": %1.%2.%3.%4", iMajor, iMinor, iRelease, iBuild)) to sLabel 141811>>>>> Set Version to sLabel 141812>>>>> End 141812>>>>>> 141812>>>>> End 141812>>>>>> 141812>>>>> End 141812>>>>>> 141812>>>>> End 141812>>>>>> 141812>>>>> 141812>>>>> Forward Send End_Construct_Object 141814>>>>> End_Procedure 141815>>>>>End_Class 141816>>> 141816>>>// This is the default message. It is expected that you will 141816>>>// create your own message to override this 141816>>>Procedure Activate_About 141819>>> Send DoAbout "" "" "" "" "" 141820>>>End_Procedure 141821>>> 141821>>>// It is expected that you will send this message (most 141821>>>// likely from Activate_About. This creates an about object, activates it 141821>>>// and destroys it when done. It is not exepected that you will augment this. 141821>>>Procedure DoAbout String sTitle String sVersion String sCopyRight String sAuthor String sBitmap 141824>>> Integer hoObj hoMain 141824>>> 141824>>> // create object 141824>>> Object About is an AboutDialog 141826>>> // if no title passed use the label of the main panel 141826>>> // (if a main panel exists). 141826>>> If (sTitle = "") Begin 141828>>> Get Main_Window of desktop to hoMain 141829>>> If hoMain ; Get Label of hoMain to sTitle 141832>>> End 141832>>>> 141832>>> Set productname to sTitle 141833>>> Set version to sVersion 141834>>> Set copyright to sCopyRight 141835>>> Set author to sAuthor 141836>>> If (sBitmap <> '') ; Set logo to sBitMap // square bitmaps of 42x42 work best 141839>>> Move Self to hoObj // object Id 141840>>> End_Object 141841>>> Send Popup of hoObj // popup the about object 141842>>> Send Destroy of hoObj // when done, it will be destroyed 141843>>>End_Procedure 141844>>> 141844> 141844> Procedure Activate_About 141847> Send DoAbout "" "" "" "" "" 141848> End_Procedure 141849> 141849> End_Object 141850> 141850>End_Object 141851> 141851>Start_UI 141852> Summary Memory Available: 2147483646 Total Warnings : 0 Total Errors : 0 Total Symbols : 75208 Total Resources: 0 Total Commands : 141851 Total Windows : 0 Total Pages : 0 Static Data : 630153 Message area : 1146984 Total Blocks : 49162