home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / devtldc.dll / string.txt next >
Text File  |  1997-01-23  |  3KB  |  56 lines

  1. 1000    Returns the Developer Studio Application object
  2. 1001    Returns the Developer Studio Application object
  3. 1002    Represents an open document.
  4. 1003    Returns the name of the document.
  5. 1004    Returns the name of the document including the path.
  6. 1005    Returns the pathname of the document. Never has a trailing backslash.
  7. 1006    Returns False if document has changed since it was last saved.
  8. 1007    Returns the active window for this document.
  9. 1008    Returns/sets whether a document can be changed inside Developer Studio.
  10. 1009    Returns a string describing the type of the document. Most documents return 'Generic'.
  11. 1010    Returns a Windows collection containing the windows associated with this document.
  12. 1011    Creates a new window for this document.
  13. 1012    Saves the document to disk.
  14. 1013    Closes the document.
  15. 1014    Reverses previous editing actions. Has no effect on 'Generic' documents.
  16. 1015    Reapplies previous editing actions. Has no effect on 'Generic' documents.
  17. 1016    Sends the document to the current printer. Has no effect on 'Generic' documents.
  18. 1017    Activates the first window associated with a document.
  19. 1019    Represents the MDI client windows.
  20. 1020    Returns the caption of a window.
  21. 1021    Returns a string describing the type of the window. Most windows return 'Generic'.
  22. 1022    Returns/sets the active state of the window.
  23. 1023    Returns/sets the coordinate for the left edge of the window.
  24. 1024    Returns/sets the coordinate for the top of the window.
  25. 1025    Returns/sets the width of the window.
  26. 1026    Returns/sets the height of the window.
  27. 1027    Returns the one-based ordinal of a window in the Windows collection.
  28. 1028    Returns the next window in the tab sequence.
  29. 1029    Returns the previous window in the shift-tab sequence.
  30. 1030    Returns the state of the window or maximize, minimize, or restore the window.
  31. 1031    Close the window.
  32. 1032    Returns the document associated with this window.
  33. 1033    Represents a group of files which can include configurations.
  34. 1034    Returns the name of the project.
  35. 1035    Returns the name of the project including its path.
  36. 1036    Returns a string representing the type of the project.
  37. 1037    Represents the possible states of a window.
  38. 1038    Window is mazimized.
  39. 1039    Window is minimized.
  40. 1040    Window is neither mazimized or minimized.
  41. 1041    Passed to Windows.Arrange to arrange the windows.
  42. 1042    Minimized windows.
  43. 1043    Tiles the windows horizontally.
  44. 1044    Tiles the windows vertically.
  45. 1045    Cascades the windows.
  46. 1046    Represents the button type.
  47. 1047    Button only has an image.
  48. 1048    Buton only has text.
  49. 1049    Indicates what to do with changes when closing a file.
  50. 1050    Save changes before closing.
  51. 1051    Discard changes before closing.
  52. 1052    Ask user if they want to save changes.
  53. 1053    Represents the result of a save operation.
  54. 1054    The save operation succeeded.
  55. 1055    The save operation was canceled by the user.
  56.