home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
visualj
/
vjtrial.exe
/
RCDATA
/
CABINET
/
devtldc.dll
/
string.txt
next >
Wrap
Text File
|
1997-01-23
|
3KB
|
56 lines
1000 Returns the Developer Studio Application object
1001 Returns the Developer Studio Application object
1002 Represents an open document.
1003 Returns the name of the document.
1004 Returns the name of the document including the path.
1005 Returns the pathname of the document. Never has a trailing backslash.
1006 Returns False if document has changed since it was last saved.
1007 Returns the active window for this document.
1008 Returns/sets whether a document can be changed inside Developer Studio.
1009 Returns a string describing the type of the document. Most documents return 'Generic'.
1010 Returns a Windows collection containing the windows associated with this document.
1011 Creates a new window for this document.
1012 Saves the document to disk.
1013 Closes the document.
1014 Reverses previous editing actions. Has no effect on 'Generic' documents.
1015 Reapplies previous editing actions. Has no effect on 'Generic' documents.
1016 Sends the document to the current printer. Has no effect on 'Generic' documents.
1017 Activates the first window associated with a document.
1019 Represents the MDI client windows.
1020 Returns the caption of a window.
1021 Returns a string describing the type of the window. Most windows return 'Generic'.
1022 Returns/sets the active state of the window.
1023 Returns/sets the coordinate for the left edge of the window.
1024 Returns/sets the coordinate for the top of the window.
1025 Returns/sets the width of the window.
1026 Returns/sets the height of the window.
1027 Returns the one-based ordinal of a window in the Windows collection.
1028 Returns the next window in the tab sequence.
1029 Returns the previous window in the shift-tab sequence.
1030 Returns the state of the window or maximize, minimize, or restore the window.
1031 Close the window.
1032 Returns the document associated with this window.
1033 Represents a group of files which can include configurations.
1034 Returns the name of the project.
1035 Returns the name of the project including its path.
1036 Returns a string representing the type of the project.
1037 Represents the possible states of a window.
1038 Window is mazimized.
1039 Window is minimized.
1040 Window is neither mazimized or minimized.
1041 Passed to Windows.Arrange to arrange the windows.
1042 Minimized windows.
1043 Tiles the windows horizontally.
1044 Tiles the windows vertically.
1045 Cascades the windows.
1046 Represents the button type.
1047 Button only has an image.
1048 Buton only has text.
1049 Indicates what to do with changes when closing a file.
1050 Save changes before closing.
1051 Discard changes before closing.
1052 Ask user if they want to save changes.
1053 Represents the result of a save operation.
1054 The save operation succeeded.
1055 The save operation was canceled by the user.