home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / VB98 / VB6EXT.OLB / string.txt next >
Text File  |  1998-06-18  |  24KB  |  419 lines

  1. 0    Microsoft Visual Basic 6.0 Extensibility
  2. 1    The root object that contains all other objects and collections represented in Visual Basic for Applications.
  3. 2    Returns a String containing the name of the object.
  4. 5    Returns the full path name of the Visual Basic application..
  5. 6    Returns or sets the last path used in a file dialog box.
  6. 7    Returns a String containing the version of Visual Basic for Applications that the application is using.
  7. 12    Returns or sets a value that determines how the Visual Basic development environment interacts with read-only files.
  8. 13    Returns the VBProjects collection,  representing all the projects that are open in the development environment.
  9. 14    Contains all of the command bars in a project, including command bars that support shortcut menus.
  10. 15    Returns the collection of active CodePane objects.
  11. 16    Returns the collection of Window objects.
  12. 17    Returns the Events Object.
  13. 18    Specifies the kind of file.
  14. 19    The file is of type Form.
  15. 20    The file is of type Module.
  16. 21    The file is of type Class.
  17. 22    The file is of type Project.
  18. 23    The file is of type .exe.
  19. 24    The file is of type .frx.
  20. 25    The file is of type resource.
  21. 26    The file is of type UserControl.
  22. 27    The file is of type PropertyPage.
  23. 28    The file is of type DocObject.
  24. 90    Specifies the kind window.
  25. 91    The window is a code window.
  26. 92    The window is a designer.
  27. 93    The window is a Browser window.
  28. 94    The window is a watch window.
  29. 95    The window is a locals window.
  30. 96    The window is an Immediate window.
  31. 97    The window is a Project window.
  32. 98    The window is a Property window.
  33. 99    The window is a Search window.
  34. 100    The window is a Find and Replace window.
  35. 101    The window is a Toolbox.
  36. 102    The window is a linked window frame.
  37. 103    The window is a main window.
  38. 104    Specifies the visual state of the window.
  39. 105    Normal
  40. 106    Minimized (minimized to an icon)
  41. 107    Maximized (enlarged to maximum size)
  42. 108    Represents a Window object in Visual Basic.
  43. 109    Returns the Application object representing the current instance of the Visual Basic application.
  44. 110    Returns the Windows collection that contains the Window.
  45. 111    Closes the window.
  46. 112    Returns a String containing the title of the active window.
  47. 113    Returns or sets a Boolean value that specifies the visibility of a window.
  48. 114    Returns or sets the location of the left edge of the window on the screen in twips.
  49. 115    Returns or sets the location of the top of the window on the screen in twips.
  50. 116    Returns or sets the width of the window in twips.
  51. 117    Returns or sets the height of the window in twips.
  52. 118    Returns or sets a numeric value specifying the visual state of the window.
  53. 119    Moves the focus to the specified window.
  54. 120    Returns the type of window.
  55. 122    Returns the collection of all linked windows contained in a linked window frame.
  56. 123    Returns the Window object representing the frame that contains the window.
  57. 127    Represents the collection of Visual Basic IDE windows.
  58. 128    Returns the root of the VBE object.
  59. 129    Returns the parent object or collection.
  60. 130    Returns the indexed item from the collection.
  61. 131    Returns a Long containing the number of items in a collection.
  62. 134    Returns the active window.
  63. 136    Contains all linked windows in a linked window frame.
  64. 137    Returns the root of the VBE object.
  65. 139    Returns a Window object from the LinkedWindows collection.
  66. 140    Returns a Long containing the number of items in a collection.
  67. 141    Returns an LPEnumVariant pointer representing the items in a collection.
  68. 142    Removes an item from a collection.
  69. 143    Adds an object to a collection.
  70. 144    Supplies properties that enable add-ins to connect to all events in Visual Basic for Applications.
  71. 145    Returns the Project Events object.
  72. 146    Returns the Components Collection Events object.
  73. 147    Returns the References Events object.
  74. 148    Returned by the VBProjectsEvents property of the Events object. This object is the source of events that occur when projects are added, removed, renamed, and activated.
  75. 149    Occurs after a project is added.
  76. 150    Occurs after a project is removed.
  77. 151    Occurs after a project is renamed.
  78. 153    Returned by the VBComponentsEvents property. This object is the source of events that occur when an object is added, removed, selected, renamed, or activated.
  79. 154    Occurs after a component is added.
  80. 155    Occurs after a component is removed.
  81. 156    Occurs after a component renamed.
  82. 157    Occurs after a component is selected.
  83. 158    Returned by the ReferencesEvents property. This object is the source of events that occur when a reference is added to or removed from a project.
  84. 159    Occurs after a reference has been added to a project.
  85. 160    Occurs after a reference has been removed from a project.
  86. 171    Returns the Addins Object.
  87. 172    Returns the active project in the Project window.
  88. 173    Returns the selected component.
  89. 174    Returns the fully qualified path location for template files.
  90. 175    Returns a Window object representing the main window of the Visual Basic development environment.
  91. 176    Returns the active or last active CodePane object or sets the active CodePane object.
  92. 177    Attempts to exit the development environment.
  93. 178    Returns or sets the display model used by the system.
  94. 180    The file is of type Binary.
  95. 181    The file is of type GroupProject.
  96. 182    Specifies the display mode in the development environment.
  97. 183    The display mode is single document interface.
  98. 184    The display mode is multiple document interface.
  99. 185    Returned by the FileControlEvents property.
  100. 186    Occurs after a form, class, module or other file has been added to the current project.
  101. 187    Occurs after a file in the current project has been renamed and saved or when an .exe is created.
  102. 188    Occurs after a project has been closed, either directly by the user or by Visual Basic when the user quits the program.
  103. 189    Occurs after a file is written to disk.
  104. 190    Occurs after a file is removed from the active Visual Basic project.
  105. 191    Occurs when a user chooses the Save Project or Save Form command from the File menu for a new file, chooses the Save Project As or Save Form As command from the File menu for an existing file, or chooses the Make File Name command from the File menu.
  106. 192    Occurs after specifying a new file name for a component.
  107. 193    Occurs before a file or component is loaded into the active Visual Basic project.
  108. 194    Occurs prior to saving any project component with unsaved changes.
  109. 195    Returns the Controls Events object.
  110. 196    Returns the Selected Controls Events object.
  111. 197    Returns the CommandBar Events object.
  112. 198    Returns the FileControl Events object.
  113. 199    Occurs after a project is activated.
  114. 200    Occurs after a component is activated.
  115. 201    Returned by the VBControlsEvents property.
  116. 202    Occurs after a control is added.
  117. 203    Occurs after a control is removed.
  118. 204    Occurs after a control is renamed.
  119. 205    Returned by the SelectedVBControlsEvents property.
  120. 206    Returned by the CommandBarEvents property. This object triggers an event when a control on the command bar is clicked.
  121. 207    Occurs when the corresponding command bar control is clicked.
  122. 291    Creates a new Tool window containing the indicated DocObject.
  123. 292    The window is a Tool window.
  124. 293    Occurs after a component is reloaded
  125. 2000    Represents a project in Visual Basic.
  126. 2001    Returns the name used in code to identify an object.
  127. 2003    Returns or sets the path and file name.
  128. 2004    Returns a Boolean value indicating whether or not the object was edited since the last time it was saved.
  129. 2005    Writes custom sections and values to the .vbp file.
  130. 2006    Reads custom sections and values from the .vbp file.
  131. 2007    Returns or sets a String specifying the Microsoft Windows Help file for the project.
  132. 2008    Returns or sets the context ID for a topic in a Microsoft Windows Help file.
  133. 2009    Returns or sets a string description associated with the project.
  134. 2010    Returns a value containing the mode of the specified project.
  135. 2011    Represents the set of references in the project.
  136. 2012    Returns or sets a String containing the .exe or DLL name that will be used when the project is built.
  137. 2013    Returns the root of the VBE object.
  138. 2014    Returns the collection that contains the object.
  139. 2015    Returns or sets the start mode of the project.
  140. 2016    Returns or sets a String containing the compatible Automation server for the project.
  141. 2017    Saves to a specified location using a new file name.
  142. 2018    Writes out the project as an .exe, DLL, or control, depending on the project type.
  143. 2019    Returns a numeric value containing the type of the project.
  144. 2020    Returns or sets the source code control icon or 'glyph' for the project in the Project window, indicating the project's status.
  145. 2021    Returns a value indicating the state of protection of a project.
  146. 2022    Returns a Boolean value indicating whether or not the object was edited since the last time it was saved.
  147. 2023    Represents the components contained in a project.
  148. 2025    Specifies the type of component.
  149. 2026    The component is a standard module.
  150. 2027    The component is a class module.
  151. 2028    The component is a form.
  152. 2029    The component is a resource file.
  153. 2030    The component is a Visual Basic form.
  154. 2031    The component is an MDI form.
  155. 2032    The component is a property page.
  156. 2033    The component is a UserControl object.
  157. 2034    The component is a DocObject.
  158. 2035    The component is a RelatedDocument object.
  159. 2036    The component is a base class.
  160. 2037    The component is a Document object.
  161. 2038    Source code control status
  162. 2039    File is not under source code control
  163. 2040    File is under source code control
  164. 2041    File is checked out to the current user
  165. 2042    File is checked out to another user
  166. 2043    File is not the most recent
  167. 2044    File is shared between projects
  168. 2045    Represents a property of an object.
  169. 2046    Returns or sets the value of an object.
  170. 2047    Returns or sets a value that requires an index.
  171. 2048    Returns the number of indices on the property.
  172. 2049    Returns the name used in code to identify the object.
  173. 2050    Returns the root of the VBE object.
  174. 2051    Returns the collection that contains the object.
  175. 2052    Returns or sets the object returned by the property.
  176. 2053    Represents the properties of an object.
  177. 2054    Returns the indexed item from the collection.
  178. 2056    Returns the parent object or collection.
  179. 2057    Returns a Long containing the number of items in the collection.
  180. 2058    Returns the root of the VBE object.
  181. 2060    User-defined shortcut keystrokes
  182. 2136    Specifies the startup mode of the project.
  183. 2137    Startup mode is stand alone
  184. 2138    Startup mode is ActiveX component.
  185. 2139    Specifies the project type.
  186. 2140    Project is a standard .exe project.
  187. 2141    Project is an ActiveX .exe project.
  188. 2142    Project is an ActiveX DLL project.
  189. 2143    Project is an ActiveX control project.
  190. 2144    Returns a value indicating the state of protection of a project.
  191. 2145    The specified project isn't protected.
  192. 2146    The specified project is locked.
  193. 2147    Returns the mode of the specified project.
  194. 2148    The project is in run mode.
  195. 2149    The project is in break mode.
  196. 2150    The project is in design mode.
  197. 2151    Represents all the projects added as a result of a particular operation.
  198. 2152    Returns the indexed item from the collection.
  199. 2153    Returns the root of the VBE object.
  200. 2154    Returns the number of objects in the collection.
  201. 2155    Represents all the projects that are open in the development environment.
  202. 2156    Returns the indexed item from the collection.
  203. 2157    Returns the root of the VBE object.
  204. 2158    Returns the parent object or collection.
  205. 2159    Returns a Long containing the number of items in a collection.
  206. 2160    Adds an object to the collection.
  207. 2161    Creates a new project using an existing project as a template and returns a collection that contains all projects added using AddFromTemplate.
  208. 2162    Adds or opens a project or group project and returns a collection of all projects added using AddFromFile.
  209. 2163    Removes an item from the collection.
  210. 2164    Returns or sets the project that will be started when the user presses the F5 key.
  211. 2165    Returns a String containing the fully qualified path to the group project file.
  212. 2166    Returns or sets the source code control icon or 'glyph' for the project in the project window, indicating its status.
  213. 2167    Saves to a specified location using a new file name.
  214. 2168    Represents the components contained in a project.
  215. 2169    Returns the root of the VBE object.
  216. 2170    Returns the parent object or collection.
  217. 2171    Returns a Long containing the number of items in the collection.
  218. 2172    Removes an item from the collection.
  219. 2173    Adds an object to the collection.
  220. 2174    Adds a component to a project from a file; returns the newly added component.
  221. 2175    Returns the root of the VBE object.
  222. 2176    Returns a Variant containing the startup component for the project.
  223. 2177    Creates a new component from the file and returns the newly created component.
  224. 2178    Creates a new component from a template and returns the newly created component.
  225. 2179    Creates a new custom component and returns the newly created component.
  226. 2180    Returns the indexed item from the collection.
  227. 2181    Represents a component, such as a class module or standard module, contained in a project.
  228. 2182    Returns a value that indicates whether this component was edited since the last time it was saved.
  229. 2183    Returns a Boolean value indicating whether or not the object was edited since the last time it was saved.
  230. 2184    Returns the names of the files associated with a component.
  231. 2185    Saves the component using a new file name.
  232. 2186    Returns the number of files associated with the component.
  233. 2187    Returns or sets the source code control icon or 'glyph' for the project in the project window, indicating its status.
  234. 2188    Inserts code from a file into the code module.
  235. 2189    Reloads the object from disk.
  236. 2190    Returns or sets the name of the component.
  237. 2191    Returns the object that enables you to access the design characteristics of a component.
  238. 2192    Returns an object representing the code behind the component.
  239. 2193    Returns a numeric value containing the type of object.
  240. 2194    Saves a component as a separate file or files.
  241. 2195    Returns the root of the VBE object.
  242. 2196    Returns the collection that contains the object.
  243. 2197    Returns a Boolean value indicating whether or not the VBComponent object has an open designer.
  244. 2198    Represents the properties of the object.
  245. 2199    Returns the Window object that represents the component's designer.
  246. 2200    Returns a string from the specified user-defined section and key in the component file.
  247. 2201    Writes custom values to the component files.
  248. 2202    Activates the component.
  249. 2203    Represents a form in a project.
  250. 2204    Returns the root of the VBE object.
  251. 2205    Returns the parent object or collection.
  252. 2206    Returns the collection of contained controls on a form.
  253. 2207    Returns a collection of selected controls on a form.
  254. 2208    Returns True if the contents of the Clipboard can be pasted to the form.
  255. 2210    Copies the selected controls on the form to the Clipboard.
  256. 2211    Deletes the selected controls from the form.
  257. 2212    Pastes the contents of the Clipboard onto the form.
  258. 2214    Returns a collection containing all controls on a form.
  259. 2215    Specifies the type of control.
  260. 2216    Light-weight control
  261. 2217    Standard control
  262. 2218    Container control
  263. 2219    Represents a VBControl object.
  264. 2220    Returns the class name of the control.
  265. 2221    Returns the root of the VBE object.
  266. 2222    Returns the collection that contains the object.
  267. 2223    Returns the containing control or form.
  268. 2224    Represents the properties of the object.
  269. 2225    Returns the collection of contained controls.
  270. 2226    Returns True if the control is selected.
  271. 2227    Returns the Control object.
  272. 2228    Returns the type of the control.
  273. 2229    Places a specified object at the front or back of the z-order within its graphical level.
  274. 2230    Returns the ProgID of the control.
  275. 2231    Represents a collection of  VBControl objects.
  276. 2232    Returns the indexed item from the collection.
  277. 2233    Returns the root of the VBE object.
  278. 2234    Returns the parent object or collection.
  279. 2235    Returns the number of objects in the collection.
  280. 2236    Adds an object to the collection.
  281. 2237    Removes an item from the collection.
  282. 2238    Returns a collection all controls on a form.
  283. 2239    Returns a collection of selected controls on a form.
  284. 2240    Returns the indexed item from the collection.
  285. 2241    Returns the root of the VBE object.
  286. 2242    Returns the parent object or collection.
  287. 2243    Returns a Long containing the number of items in a collection.
  288. 2244    Removes all objects from the collection.
  289. 2245    Selects all the controls contained on the form.
  290. 2246    Returns the collection of all add-ins that are accessible in the development environment.
  291. 2247    Returns the indexed item from the collection.
  292. 2248    Returns the root of the VBE object.
  293. 2249    Returns the parent object or collection.
  294. 2250    Returns a Long containing the number of items in a collection.
  295. 2251    Refreshes the Addins collection from the registry just as if the user had opened the Add-in Manager dialog box.
  296. 2252    Specifies the Addin connection mode.
  297. 2253    Addin is connected after IDE startup.
  298. 2254    Addin is connected on IDE startup.
  299. 2255    Addin is connected externally.
  300. 2256    Represents an addin in the development environment.
  301. 2257    Returns or sets a string description associated with the addin.  Can be set only in the OnConnection Event.
  302. 2258    Returns the root of the VBE object.
  303. 2259    Returns the collection that contains the object.
  304. 2260    Returns the progID of the add-in.
  305. 2261    Returns a String containing the class identifier of the addin.
  306. 2262    Returns or sets the connected state of an add-in.
  307. 2263    Returns or sets the object returned by the addin.  Can be set only in the OnConnection Event.
  308. 2264    Specifies the Addin disconnection mode.
  309. 2265    Addin is disconnected when the host shuts down.
  310. 2266    Addin is disconnected by the user.
  311. 2267    Implemented by the Visual Basic addins as the standard Visual Basic addin interface.
  312. 2268    Called by the development environment on addin connection.
  313. 2269    Called by the development environment on addin disconnection.
  314. 2270    Called by the development environment when the Addins collection is updated.
  315. 2271    Called by the development environment when the development environment startup is complete.
  316. 2355    Project is a VBA Host Project
  317. 2358    Project is a VBA StandAlone Project
  318. 4000    Specifies the kind of procedure to locate.
  319. 4001    Specifies all procedures other than property procedures.
  320. 4002    Specifies a procedure that assigns a value to a property.
  321. 4003    Specifies a procedure that sets a reference to an object.
  322. 4004    Specifies a procedure that returns the value of a property.
  323. 4005    Represents the code behind a component, such as a form, class, or document.
  324. 4006    Returns the parent object or collection.
  325. 4007    Returns the root of the VBE object.
  326. 4009    Inserts the text starting on the line preceding the first procedure in the module. If the module doesn't contain procedures, places the text at the end of the module.
  327. 4010    Adds the contents of a file to a module.
  328. 4011    Returns the specified block of lines.
  329. 4012    Returns a Long containing the number of lines of code in a code module.
  330. 4013    Inserts a line or lines of code at a specified location in a block of code.
  331. 4014    Deletes a single line of code or a specified range of lines in a block of code.
  332. 4015    Replaces an existing line of code with a specified line of code.
  333. 4016    Returns the line at which the specified procedure begins.
  334. 4017    Returns the number of lines in the specified procedure.
  335. 4018    Returns the first line of a procedure.
  336. 4019    Returns the name of the procedure that contains the specified line.
  337. 4020    Returns a Long containing the number of lines of code in the declarations section in a code module.
  338. 4021    Creates an event procedure.
  339. 4022    Searches a code module for a specified string.
  340. 4023    Returns an object representing the code pane associated with the CodeModule.
  341. 4024    Contains identifiers that have module-level scope and can be considered properties, methods, or events of the code module.
  342. 4025    Contains the active code panes in the VBE object.
  343. 4026    Returns the parent object or collection.
  344. 4027    Returns the root of the VBE object.
  345. 4028    Returns the indexed item from the collection.
  346. 4029    Returns the number of objects in a collection.
  347. 4030    Represents a code pane, the window in which code is displayed.
  348. 4031    Returns the collection that contains the object.
  349. 4032    Returns the root of the VBE object.
  350. 4033    Returns the window in which the code pane is displayed.
  351. 4034    Returns the selection in a code pane.
  352. 4035    Sets the selection in the code pane.
  353. 4036    Returns a Long specifying the line number of the line at the top of the code pane or sets the line showing at the top of the code pane.
  354. 4037    Returns a Long containing the number of lines visible in the code pane.
  355. 4038    Returns the CodeModule object associated with the CodePane.
  356. 4039    Makes the specified code pane the visible code pane in its window.
  357. 4040    Returns the set of references in the project.
  358. 4041    Returns the parent object or collection.
  359. 4042    Returns the root of the VBE object.
  360. 4043    Returns the indexed item from the collection.
  361. 4044    Returns a Long containing the number of items in a collection.
  362. 4045    Adds a reference to the References collection using the globally unique identifier (GUID) of the reference.
  363. 4046    Adds a reference to a project from a file.
  364. 4047    Removes an item from a collection.
  365. 4048    Occurs after a reference is added.
  366. 4049    Occurs after a reference is removed from a project.
  367. 4050    Represents a reference to a type of library or a project.
  368. 4051    Reprensents a reference to a type library.
  369. 4052    Represents a reference to a project.
  370. 4053    Represents a reference to a type library or a project.
  371. 4054    Returns the collection that contains the object.
  372. 4055    Returns the root of the VBE object.
  373. 4056    Returns a String containing the name used in code to identify the reference.
  374. 4057    Returns a String containing the class identifier of the reference.
  375. 4058    Returns a Long containing the major version number of the reference.
  376. 4059    Returns a Long indicating the minor version number the reference.
  377. 4060    Returns a String containing the path and file name of the reference
  378. 4061    Returns a Boolean value indicating whether or not the reference is a default reference that can't be removed.
  379. 4062    Returns a Boolean value indicating whether or not the Reference object points to a valid reference in the registry.
  380. 4063    Returns a Long containing the type of object.
  381. 4064    Returns a collection of code module-level members.
  382. 4065    Returns the parent object or collection.
  383. 4066    Returns the root of the VBE object.
  384. 4067    Returns the indexed item from the collection.
  385. 4068    Returns a Long containing the number of items in the collection.
  386. 4069    Specifies the member type.
  387. 4070    Member is of type Method.
  388. 4071    Member is of type Property.
  389. 4072    Member is of type Variable.
  390. 4073    Member is of type Event.
  391. 4075    Member is of type Constant.
  392. 4077    Specifies the scope of the member.
  393. 4078    Member has private scope.
  394. 4079    Member has public scope.
  395. 4080    Member has friend scope.
  396. 4085    Represents a mixture of code-based properties and type library-based attributes of public members.
  397. 4086    Returns the collection that contains the object.
  398. 4087    Returns the root of the VBE object.
  399. 4088    Returns or sets a String containing the name used in code to identify an object.
  400. 4089    Returns the member type.
  401. 4090    Returns the scope of the member.
  402. 4091    Returns True if the member is static.
  403. 4092    Returns the line where the member is defined.
  404. 4093    Returns or sets string description associated with the object.
  405. 4094    Returns or sets a String containing the context ID for a topic in a Microsoft Windows Help file.
  406. 4095    Returns or sets the hidden attribute.
  407. 4096    Returns or sets the Browsable attribute
  408. 4097    Returns or sets the UIDefault attribute.
  409. 4098    Returns or sets the DispID attribute.
  410. 4099    Returns or sets the Bindable attribute.
  411. 4100    Returns or sets the DefaultBind attribute.
  412. 4101    Returns or sets the DisplayBind attribute.
  413. 4102    Returns or sets the RequestEdit attribute.
  414. 4154    Specifies the code pane view
  415. 4155    Displays the code pane in Procedure View
  416. 4156    Displays the code pane in Full-module View
  417. 4157    Returns a string description associated with the reference.
  418. 4158    Specifies the code pane view.
  419.