abl-tmlanguage 1.3.4 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abl-functions.txt +548 -0
- package/abl-keywords.txt +416 -0
- package/abl-methods.txt +1053 -0
- package/abl.tmLanguage.json +242 -23
- package/index.js +44 -20
- package/package.json +1 -1
- package/spec/blocks/block-labels.spec.js +25 -0
- package/spec/define-temp-table/define-dataset.spec.js +145 -0
- package/spec/define-temp-table/{define-index.spec.js → define-temp-table.spec.js} +81 -0
- package/spec/for-each/vscode-abl.issue#166.spec.js +83 -0
- package/spec/function-call/can-find.spec.js +240 -0
- package/spec/function-definition/vscode-abl-issue#166.spec.js +446 -0
- package/spec/misc-statements/record-buffer-functions.spec.js +73 -0
- package/spec/misc-statements/return-statement.spec.js +11 -0
- package/spec/operators/operators.spec.js +71 -0
package/abl-methods.txt
ADDED
|
@@ -0,0 +1,1053 @@
|
|
|
1
|
+
# Updated 2024-07-30 from 12.8 doc
|
|
2
|
+
ACCELERATOR attribute
|
|
3
|
+
ACCEPT-CHANGES( ) method
|
|
4
|
+
ACCEPT-ROW-CHANGES( ) method
|
|
5
|
+
ACTIVE attribute
|
|
6
|
+
ACTOR attribute
|
|
7
|
+
ADD-BUFFER( ) method
|
|
8
|
+
ADD-CALC-COLUMN( ) method
|
|
9
|
+
ADD-COLUMNS-FROM( ) method
|
|
10
|
+
ADD-EVENTS-PROCEDURE( ) method
|
|
11
|
+
ADD-FIELDS-FROM( ) method
|
|
12
|
+
ADD-FIRST( ) method
|
|
13
|
+
ADD-HEADER-ENTRY( ) method
|
|
14
|
+
ADD-INDEX-FIELD( ) method
|
|
15
|
+
ADD-LAST( ) method
|
|
16
|
+
ADD-LIKE-COLUMN( ) method
|
|
17
|
+
ADD-LIKE-FIELD( ) method
|
|
18
|
+
ADD-LIKE-INDEX( ) method
|
|
19
|
+
ADD-NEW-FIELD( ) method
|
|
20
|
+
ADD-NEW-INDEX( ) method
|
|
21
|
+
ADD-PARENT-ID-RELATION( ) method
|
|
22
|
+
ADD-RELATION( ) method
|
|
23
|
+
ADD-SCHEMA-LOCATION( ) method
|
|
24
|
+
ADD-SOURCE-BUFFER( ) method
|
|
25
|
+
ADD-SUPER-PROCEDURE( ) method
|
|
26
|
+
ADM-DATA attribute
|
|
27
|
+
AFTER-BUFFER attribute
|
|
28
|
+
AFTER-ROWID attribute
|
|
29
|
+
AFTER-TABLE attribute
|
|
30
|
+
ALLOW-COLUMN-SEARCHING attribute
|
|
31
|
+
ALLOW-PREV-DESERIALIZATION attribute
|
|
32
|
+
ALWAYS-ON-TOP attribute
|
|
33
|
+
AMBIGUOUS attribute
|
|
34
|
+
APPEND-CHILD( ) method
|
|
35
|
+
APPL-ALERT-BOXES attribute
|
|
36
|
+
APPL-CONTEXT-ID attribute
|
|
37
|
+
APPLY-CALLBACK( ) method
|
|
38
|
+
APPSERVER-INFO attribute
|
|
39
|
+
APPSERVER-PASSWORD attribute
|
|
40
|
+
APPSERVER-USERID attribute
|
|
41
|
+
ASYNCHRONOUS attribute
|
|
42
|
+
ASYNC-REQUEST-COUNT attribute
|
|
43
|
+
ASYNC-REQUEST-HANDLE attribute
|
|
44
|
+
ATTACH-DATA-SOURCE( ) method
|
|
45
|
+
ATTACHED-PAIRLIST attribute
|
|
46
|
+
ATTRIBUTE-NAMES attribute
|
|
47
|
+
ATTR-SPACE attribute
|
|
48
|
+
AUDIT-EVENT-CONTEXT attribute
|
|
49
|
+
AUTHENTICATION-FAILED( ) method
|
|
50
|
+
AUTO-COMPLETION attribute
|
|
51
|
+
AUTO-DELETE attribute
|
|
52
|
+
AUTO-DELETE-XML attribute
|
|
53
|
+
AUTO-END-KEY attribute
|
|
54
|
+
AUTO-GO attribute
|
|
55
|
+
AUTO-INDENT attribute
|
|
56
|
+
AUTO-RESIZE attribute
|
|
57
|
+
AUTO-RETURN attribute
|
|
58
|
+
AUTO-SYNCHRONIZE attribute
|
|
59
|
+
AUTO-VALIDATE attribute
|
|
60
|
+
AUTO-ZAP attribute
|
|
61
|
+
AVAILABLE attribute
|
|
62
|
+
AVAILABLE-FORMATS attribute
|
|
63
|
+
BACKGROUND attribute
|
|
64
|
+
BASE-ADE attribute
|
|
65
|
+
BASIC-LOGGING attribute
|
|
66
|
+
BATCH-MODE attribute
|
|
67
|
+
BATCH-SIZE attribute
|
|
68
|
+
BEFORE-BUFFER attribute
|
|
69
|
+
BEFORE-ROWID attribute
|
|
70
|
+
BEFORE-TABLE attribute
|
|
71
|
+
BEGIN-EVENT-GROUP( ) method
|
|
72
|
+
BGCOLOR attribute
|
|
73
|
+
BLANK attribute
|
|
74
|
+
BLOCK-ITERATION-DISPLAY attribute
|
|
75
|
+
BORDER-BOTTOM-CHARS attribute
|
|
76
|
+
BORDER-BOTTOM-PIXELS attribute
|
|
77
|
+
BORDER-LEFT-CHARS attribute
|
|
78
|
+
BORDER-LEFT-PIXELS attribute
|
|
79
|
+
BORDER-RIGHT-CHARS attribute
|
|
80
|
+
BORDER-RIGHT-PIXELS attribute
|
|
81
|
+
BORDER-TOP-CHARS attribute
|
|
82
|
+
BORDER-TOP-PIXELS attribute
|
|
83
|
+
BOX attribute
|
|
84
|
+
BOX-SELECTABLE attribute
|
|
85
|
+
BUFFER-CHARS attribute
|
|
86
|
+
BUFFER-COMPARE( ) method
|
|
87
|
+
BUFFER-COPY( ) method
|
|
88
|
+
BUFFER-CREATE( ) method
|
|
89
|
+
BUFFER-DELETE( ) method
|
|
90
|
+
BUFFER-EXPORT( ) method
|
|
91
|
+
BUFFER-EXPORT-FIELDS( ) method
|
|
92
|
+
BUFFER-FIELD attribute
|
|
93
|
+
BUFFER-FIELD( ) method
|
|
94
|
+
BUFFER-GROUP-ID attribute
|
|
95
|
+
BUFFER-GROUP-NAME attribute
|
|
96
|
+
BUFFER-HANDLE attribute
|
|
97
|
+
BUFFER-IMPORT( ) method
|
|
98
|
+
BUFFER-IMPORT-FIELDS( ) method
|
|
99
|
+
BUFFER-LINES attribute
|
|
100
|
+
BUFFER-NAME attribute
|
|
101
|
+
BUFFER-PARTITION-ID attribute
|
|
102
|
+
BUFFER-RELEASE( ) method
|
|
103
|
+
BUFFER-TENANT-ID attribute
|
|
104
|
+
BUFFER-TENANT-NAME attribute
|
|
105
|
+
BUFFER-VALIDATE( ) method
|
|
106
|
+
BUFFER-VALUE( ) method
|
|
107
|
+
BYTES-READ attribute
|
|
108
|
+
BYTES-WRITTEN attribute
|
|
109
|
+
CACHE attribute
|
|
110
|
+
CALL-NAME attribute
|
|
111
|
+
CALL-TYPE attribute
|
|
112
|
+
CANCEL-BREAK( ) method
|
|
113
|
+
CANCEL-BUTTON attribute
|
|
114
|
+
CANCEL-REQUESTS( ) method
|
|
115
|
+
CANCEL-REQUESTS-AFTER( ) method
|
|
116
|
+
CANCELLED attribute
|
|
117
|
+
CAN-CREATE attribute
|
|
118
|
+
CAN-DELETE attribute
|
|
119
|
+
CAN-DO-DOMAIN-SUPPORT attribute
|
|
120
|
+
CAN-READ attribute
|
|
121
|
+
CAN-WRITE attribute
|
|
122
|
+
CAREFUL-PAINT attribute
|
|
123
|
+
CASE-SENSITIVE attribute
|
|
124
|
+
CENTERED attribute
|
|
125
|
+
CHARSET attribute
|
|
126
|
+
CHECKED attribute
|
|
127
|
+
CHILD-BUFFER attribute
|
|
128
|
+
CHILD-NUM attribute
|
|
129
|
+
CLASS-TYPE attribute
|
|
130
|
+
CLEAR( ) method (Call Object Handle)
|
|
131
|
+
CLEAR( ) method (DEBUGGER Handle)
|
|
132
|
+
CLEAR( ) method (FILL-IN Widget)
|
|
133
|
+
CLEAR( ) method (ProDataSet Object Handle)
|
|
134
|
+
CLEAR( ) method (Temp-Table Object Handle)
|
|
135
|
+
CLEAR-APPL-CONTEXT( ) method
|
|
136
|
+
CLEAR-LOG( ) method
|
|
137
|
+
CLEAR-SELECTION( ) method
|
|
138
|
+
CLEAR-SORT-ARROWS( ) method
|
|
139
|
+
CLIENT-CONNECTION-ID attribute
|
|
140
|
+
CLIENT-TTY attribute
|
|
141
|
+
CLIENT-TYPE attribute
|
|
142
|
+
CLIENT-WORKSTATION attribute
|
|
143
|
+
CLONE-NODE( ) method
|
|
144
|
+
CLOSE-LOG( ) method
|
|
145
|
+
CODE attribute
|
|
146
|
+
CODEPAGE attribute
|
|
147
|
+
COLUMN attribute
|
|
148
|
+
COLUMN-BGCOLOR attribute
|
|
149
|
+
COLUMN-DCOLOR attribute
|
|
150
|
+
COLUMN-FGCOLOR attribute
|
|
151
|
+
COLUMN-FONT attribute
|
|
152
|
+
COLUMN-LABEL attribute
|
|
153
|
+
COLUMN-MOVABLE attribute
|
|
154
|
+
COLUMN-PFCOLOR attribute
|
|
155
|
+
COLUMN-READ-ONLY attribute
|
|
156
|
+
COLUMN-RESIZABLE attribute
|
|
157
|
+
COLUMN-SCROLLING attribute
|
|
158
|
+
COM-HANDLE attribute
|
|
159
|
+
COMPLETE attribute
|
|
160
|
+
CONFIG-NAME attribute
|
|
161
|
+
CONNECT( ) method (AppServer)
|
|
162
|
+
CONNECT( ) method (Progress Application Server for OpenEdge)
|
|
163
|
+
CONNECT( ) method (Socket object)
|
|
164
|
+
CONNECT( ) method (Web service)
|
|
165
|
+
CONNECTED( ) method
|
|
166
|
+
CONTEXT-HELP attribute
|
|
167
|
+
CONTEXT-HELP-FILE attribute
|
|
168
|
+
CONTEXT-HELP-ID attribute
|
|
169
|
+
CONTROL-BOX attribute
|
|
170
|
+
Control-Name property
|
|
171
|
+
Controls property
|
|
172
|
+
CONVERT-3D-COLORS attribute
|
|
173
|
+
CONVERT-TO-OFFSET( ) method
|
|
174
|
+
COPY-DATASET( ) method
|
|
175
|
+
COPY-SAX-ATTRIBUTES( ) method
|
|
176
|
+
COPY-TEMP-TABLE( ) method
|
|
177
|
+
COVERAGE attribute
|
|
178
|
+
CPCASE attribute
|
|
179
|
+
CPCOLL attribute
|
|
180
|
+
CPINTERNAL attribute
|
|
181
|
+
CPLOG attribute
|
|
182
|
+
CPPRINT attribute
|
|
183
|
+
CPRCODEIN attribute
|
|
184
|
+
CPRCODEOUT attribute
|
|
185
|
+
CPSTREAM attribute
|
|
186
|
+
CPTERM attribute
|
|
187
|
+
CRC-VALUE attribute
|
|
188
|
+
CREATE-LIKE( ) method
|
|
189
|
+
CREATE-LIKE-SEQUENTIAL( ) method
|
|
190
|
+
CREATE-NODE( ) method
|
|
191
|
+
CREATE-NODE-NAMESPACE( ) method
|
|
192
|
+
CREATE-RESULT-LIST-ENTRY( ) method
|
|
193
|
+
CURRENT-CHANGED attribute
|
|
194
|
+
CURRENT-COLUMN attribute
|
|
195
|
+
CURRENT-ENVIRONMENT attribute
|
|
196
|
+
CURRENT-ITERATION attribute (Data Objects)
|
|
197
|
+
CURRENT-ITERATION attribute (Widget Objects)
|
|
198
|
+
CURRENT-QUERY( ) method
|
|
199
|
+
CURRENT-REQUEST-INFO attribute
|
|
200
|
+
CURRENT-RESPONSE-INFO attribute
|
|
201
|
+
CURRENT-RESULT-ROW attribute
|
|
202
|
+
CURRENT-ROW-MODIFIED attribute
|
|
203
|
+
CURRENT-WINDOW attribute
|
|
204
|
+
CURSOR-CHAR attribute
|
|
205
|
+
CURSOR-LINE attribute
|
|
206
|
+
CURSOR-OFFSET attribute
|
|
207
|
+
DATA-ENTRY-RETURN attribute
|
|
208
|
+
DATA-SOURCE attribute
|
|
209
|
+
DATA-SOURCE-COMPLETE-MAP attribute
|
|
210
|
+
DATA-SOURCE-MODIFIED attribute
|
|
211
|
+
DATA-SOURCE-ROWID attribute
|
|
212
|
+
DATA-TYPE attribute
|
|
213
|
+
DATASET attribute
|
|
214
|
+
DATE-FORMAT attribute
|
|
215
|
+
DB-CONTEXT attribute
|
|
216
|
+
DB-LIST attribute
|
|
217
|
+
DB-REFERENCES attribute
|
|
218
|
+
DBNAME attribute
|
|
219
|
+
DCOLOR attribute
|
|
220
|
+
DDE-ERROR attribute
|
|
221
|
+
DDE-ID attribute
|
|
222
|
+
DDE-ITEM attribute
|
|
223
|
+
DDE-NAME attribute
|
|
224
|
+
DDE-TOPIC attribute
|
|
225
|
+
DEBLANK attribute
|
|
226
|
+
DEBUG( ) method
|
|
227
|
+
DEBUG-ALERT attribute
|
|
228
|
+
DECIMALS attribute
|
|
229
|
+
DECLARE-NAMESPACE( ) method
|
|
230
|
+
DEFAULT attribute
|
|
231
|
+
DEFAULT-BUFFER-HANDLE attribute
|
|
232
|
+
DEFAULT-BUTTON attribute
|
|
233
|
+
DEFAULT-COMMIT attribute
|
|
234
|
+
DEFAULT-STRING attribute
|
|
235
|
+
DEFAULT-VALUE attribute
|
|
236
|
+
DELETE( ) method
|
|
237
|
+
DELETE-CHAR( ) method
|
|
238
|
+
DELETE-CURRENT-ROW( ) method
|
|
239
|
+
DELETE-HEADER-ENTRY( ) method
|
|
240
|
+
DELETE-LINE( ) method
|
|
241
|
+
DELETE-NODE( ) method
|
|
242
|
+
DELETE-RESULT-LIST-ENTRY( ) method
|
|
243
|
+
DELETE-SELECTED-ROW( ) method
|
|
244
|
+
DELETE-SELECTED-ROWS( ) method
|
|
245
|
+
DELIMITER attribute
|
|
246
|
+
DESCRIPTION attribute
|
|
247
|
+
DESELECT-FOCUSED-ROW( ) method
|
|
248
|
+
DESELECT-ROWS( ) method
|
|
249
|
+
DESELECT-SELECTED-ROW( ) method
|
|
250
|
+
DETACH-DATA-SOURCE( ) method
|
|
251
|
+
DIRECTORY attribute
|
|
252
|
+
DISABLE( ) method
|
|
253
|
+
DISABLE-AUTO-ZAP attribute
|
|
254
|
+
DISABLE-CONNECTIONS( ) method
|
|
255
|
+
DISABLE-DUMP-TRIGGERS( ) method
|
|
256
|
+
DISABLE-LOAD-TRIGGERS( ) method
|
|
257
|
+
DISCONNECT( ) method (Handle)
|
|
258
|
+
DISPLAY-MESSAGE( ) method
|
|
259
|
+
DISPLAY-TIMEZONE attribute
|
|
260
|
+
DISPLAY-TYPE attribute
|
|
261
|
+
DOMAIN-DESCRIPTION attribute
|
|
262
|
+
DOMAIN-NAME attribute
|
|
263
|
+
DOMAIN-TYPE attribute
|
|
264
|
+
DOWN attribute
|
|
265
|
+
DRAG-ENABLED attribute
|
|
266
|
+
DROP-TARGET attribute
|
|
267
|
+
DUMP-LOGGING-NOW( ) method
|
|
268
|
+
DYNAMIC attribute
|
|
269
|
+
EDGE-CHARS attribute
|
|
270
|
+
EDGE-PIXELS attribute
|
|
271
|
+
EDIT-CAN-PASTE attribute
|
|
272
|
+
EDIT-CAN-UNDO attribute
|
|
273
|
+
EDIT-CLEAR( ) method
|
|
274
|
+
EDIT-COPY( ) method
|
|
275
|
+
EDIT-CUT( ) method
|
|
276
|
+
EDIT-PASTE( ) method
|
|
277
|
+
EDIT-UNDO( ) method
|
|
278
|
+
EMPTY attribute
|
|
279
|
+
EMPTY-DATASET( ) method
|
|
280
|
+
EMPTY-TEMP-TABLE( ) method
|
|
281
|
+
ENABLE( ) method
|
|
282
|
+
ENABLE-CONNECTIONS( ) method
|
|
283
|
+
ENABLE-EVENTS( ) method
|
|
284
|
+
ENABLED attribute
|
|
285
|
+
ENCODE-DOMAIN-ACCESS-CODE( ) method
|
|
286
|
+
ENCODING attribute
|
|
287
|
+
ENCRYPT-AUDIT-MAC-KEY( ) method
|
|
288
|
+
ENCRYPTION-SALT attribute
|
|
289
|
+
END-DOCUMENT( ) method
|
|
290
|
+
END-ELEMENT( ) method
|
|
291
|
+
END-EVENT-GROUP( ) method
|
|
292
|
+
END-FILE-DROP( ) method
|
|
293
|
+
END-USER-PROMPT attribute
|
|
294
|
+
ENTITY-EXPANSION-LIMIT attribute
|
|
295
|
+
ENTRY( ) method
|
|
296
|
+
ENTRY-TYPES-LIST attribute
|
|
297
|
+
ERROR attribute
|
|
298
|
+
ERROR-COLUMN attribute
|
|
299
|
+
ERROR-OBJECT attribute
|
|
300
|
+
ERROR-OBJECT-DETAIL attribute
|
|
301
|
+
ERROR-ROW attribute
|
|
302
|
+
ERROR-STACK-TRACE attribute
|
|
303
|
+
ERROR-STRING attribute
|
|
304
|
+
EVENT-GROUP-ID attribute
|
|
305
|
+
EVENT-HANDLER attribute
|
|
306
|
+
EVENT-HANDLER-OBJECT attribute
|
|
307
|
+
EVENT-PROCEDURE attribute
|
|
308
|
+
EVENT-PROCEDURE-CONTEXT attribute
|
|
309
|
+
EVENT-TYPE attribute
|
|
310
|
+
EXCLUSIVE-ID attribute
|
|
311
|
+
EXECUTION-LOG attribute
|
|
312
|
+
EXIT-CODE attribute
|
|
313
|
+
EXPAND attribute
|
|
314
|
+
EXPANDABLE attribute
|
|
315
|
+
EXPORT( ) method
|
|
316
|
+
EXPORT-PRINCIPAL( ) method
|
|
317
|
+
EXTENT attribute
|
|
318
|
+
FETCH-SELECTED-ROW( ) method
|
|
319
|
+
FGCOLOR attribute
|
|
320
|
+
FILE-CREATE-DATE attribute
|
|
321
|
+
FILE-CREATE-TIME attribute
|
|
322
|
+
FILE-MOD-DATE attribute
|
|
323
|
+
FILE-MOD-TIME attribute
|
|
324
|
+
FILE-NAME attribute
|
|
325
|
+
FILE-OFFSET attribute
|
|
326
|
+
FILE-SIZE attribute
|
|
327
|
+
FILE-TYPE attribute
|
|
328
|
+
FILL( ) method
|
|
329
|
+
FILLED attribute
|
|
330
|
+
FILL-MODE attribute
|
|
331
|
+
FILL-WHERE-STRING attribute
|
|
332
|
+
FIND-BY-ROWID( ) method
|
|
333
|
+
FIND-CURRENT( ) method
|
|
334
|
+
FIND-FIRST( ) method
|
|
335
|
+
FIND-LAST( ) method
|
|
336
|
+
FIND-UNIQUE( ) method
|
|
337
|
+
FIRST-ASYNC-REQUEST attribute
|
|
338
|
+
FIRST-BUFFER attribute
|
|
339
|
+
FIRST-CHILD attribute
|
|
340
|
+
FIRST-COLUMN attribute
|
|
341
|
+
FIRST-DATASET attribute
|
|
342
|
+
FIRST-DATA-SOURCE attribute
|
|
343
|
+
FIRST-FORM attribute
|
|
344
|
+
FIRST-OBJECT attribute
|
|
345
|
+
FIRST-OF( ) method
|
|
346
|
+
FIRST-PROCEDURE attribute
|
|
347
|
+
FIRST-QUERY attribute
|
|
348
|
+
FIRST-SERVER attribute
|
|
349
|
+
FIRST-SERVER-SOCKET attribute
|
|
350
|
+
FIRST-SOCKET attribute
|
|
351
|
+
FIRST-TAB-ITEM attribute
|
|
352
|
+
FIT-LAST-COLUMN attribute
|
|
353
|
+
FLAT-BUTTON attribute
|
|
354
|
+
FOCUSED-ROW attribute
|
|
355
|
+
FOCUSED-ROW-SELECTED attribute
|
|
356
|
+
FONT attribute
|
|
357
|
+
FOREGROUND attribute
|
|
358
|
+
FOREIGN-KEY-HIDDEN attribute
|
|
359
|
+
FORM-INPUT attribute
|
|
360
|
+
FORM-LONG-INPUT attribute
|
|
361
|
+
FORMAT attribute
|
|
362
|
+
FORMATTED attribute
|
|
363
|
+
FORWARD-ONLY attribute
|
|
364
|
+
FRAGMENT attribute
|
|
365
|
+
FRAME attribute
|
|
366
|
+
FRAME-COL attribute
|
|
367
|
+
FRAME-NAME attribute
|
|
368
|
+
FRAME-ROW attribute
|
|
369
|
+
FRAME-SPACING attribute
|
|
370
|
+
FRAME-X attribute
|
|
371
|
+
FRAME-Y attribute
|
|
372
|
+
FREQUENCY attribute
|
|
373
|
+
FULL-HEIGHT-CHARS attribute
|
|
374
|
+
FULL-HEIGHT-PIXELS attribute
|
|
375
|
+
FULL-PATHNAME attribute
|
|
376
|
+
FULL-WIDTH-CHARS attribute
|
|
377
|
+
FULL-WIDTH-PIXELS attribute
|
|
378
|
+
FUNCTION attribute
|
|
379
|
+
GET-ATTRIBUTE( ) method
|
|
380
|
+
GET-ATTRIBUTE-NODE( ) method
|
|
381
|
+
GET-BINARY-DATA( ) method
|
|
382
|
+
GET-BLUE-VALUE( ) method
|
|
383
|
+
GET-BROWSE-COLUMN( ) method
|
|
384
|
+
GET-BUFFER-HANDLE( ) method
|
|
385
|
+
GET-BYTES-AVAILABLE( ) method
|
|
386
|
+
GET-CALLBACK-PROC-CONTEXT( ) method
|
|
387
|
+
GET-CALLBACK-PROC-NAME( ) method
|
|
388
|
+
GET-CGI-LIST( ) method
|
|
389
|
+
GET-CGI-VALUE( ) method
|
|
390
|
+
GET-CGI-LONG-VALUE( ) method
|
|
391
|
+
GET-CHANGES( ) method
|
|
392
|
+
GET-CHILD( ) method
|
|
393
|
+
GET-CHILD-RELATION( ) method
|
|
394
|
+
GET-CLIENT( ) method
|
|
395
|
+
GET-COLUMN( ) method
|
|
396
|
+
GET-CONFIG-VALUE( ) method
|
|
397
|
+
GET-CURRENT( ) method
|
|
398
|
+
GET-DATASET-BUFFER( ) method
|
|
399
|
+
GET-DOCUMENT-ELEMENT( ) method
|
|
400
|
+
GET-DROPPED-FILE( ) method
|
|
401
|
+
GET-DYNAMIC( ) method
|
|
402
|
+
GET-ERROR-COLUMN( ) method
|
|
403
|
+
GET-ERROR-ROW( ) method
|
|
404
|
+
GET-FILE-NAME( ) method
|
|
405
|
+
GET-FILE-OFFSET( ) method
|
|
406
|
+
GET-FIRST( ) method
|
|
407
|
+
GET-GREEN-VALUE( ) method
|
|
408
|
+
GET-HEADER-ENTRY( ) method
|
|
409
|
+
GET-INDEX-BY-NAMESPACE-NAME( ) method
|
|
410
|
+
GET-INDEX-BY-QNAME( ) method
|
|
411
|
+
GET-ITERATION( ) method (Data Objects)
|
|
412
|
+
GET-ITERATION( ) method (Widget Objects)
|
|
413
|
+
GET-LAST( ) method
|
|
414
|
+
GET-LOCALNAME-BY-INDEX( ) method
|
|
415
|
+
GET-MESSAGE( ) method (Handle)
|
|
416
|
+
GET-MESSAGE-TYPE( ) method
|
|
417
|
+
GET-NEXT( ) method
|
|
418
|
+
GET-NODE( ) method
|
|
419
|
+
GET-NUMBER( ) method
|
|
420
|
+
GET-PARENT( ) method
|
|
421
|
+
GET-PREV( ) method
|
|
422
|
+
GET-PROPERTY( ) method
|
|
423
|
+
GET-PRINTERS( ) method
|
|
424
|
+
GET-QNAME-BY-INDEX( ) method
|
|
425
|
+
GET-RED-VALUE( ) method
|
|
426
|
+
GET-RELATION( ) method
|
|
427
|
+
GET-REPOSITIONED-ROW( ) method
|
|
428
|
+
GET-RGB-VALUE( ) method
|
|
429
|
+
GET-ROW( ) method
|
|
430
|
+
GET-SAFE-USER( ) method
|
|
431
|
+
GET-SELECTED-WIDGET( ) method
|
|
432
|
+
GET-SERIALIZED( ) method
|
|
433
|
+
GET-SIGNATURE( ) method
|
|
434
|
+
GET-SOCKET-OPTION( ) method
|
|
435
|
+
GET-SOURCE-BUFFER( ) method
|
|
436
|
+
GET-TAB-ITEM( ) method
|
|
437
|
+
GET-TEXT-HEIGHT-CHARS( ) method
|
|
438
|
+
GET-TEXT-HEIGHT-PIXELS( ) method
|
|
439
|
+
GET-TEXT-WIDTH-CHARS( ) method
|
|
440
|
+
GET-TEXT-WIDTH-PIXELS( ) method
|
|
441
|
+
GET-TOP-BUFFER( ) method
|
|
442
|
+
GET-TYPE-BY-INDEX( ) method
|
|
443
|
+
GET-TYPE-BY-NAMESPACE-NAME( ) method
|
|
444
|
+
GET-TYPE-BY-QNAME( ) method
|
|
445
|
+
GET-URI-BY-INDEX( ) method
|
|
446
|
+
GET-VALUE-BY-INDEX( ) method
|
|
447
|
+
GET-VALUE-BY-NAMESPACE-NAME( ) method
|
|
448
|
+
GET-VALUE-BY-QNAME( ) method
|
|
449
|
+
GET-WAIT-STATE( ) method
|
|
450
|
+
GRAPHIC-EDGE attribute
|
|
451
|
+
GRID-FACTOR-HORIZONTAL attribute
|
|
452
|
+
GRID-FACTOR-VERTICAL attribute
|
|
453
|
+
GRID-SNAP attribute
|
|
454
|
+
GRID-UNIT-HEIGHT-CHARS attribute
|
|
455
|
+
GRID-UNIT-HEIGHT-PIXELS attribute
|
|
456
|
+
GRID-UNIT-WIDTH-CHARS attribute
|
|
457
|
+
GRID-UNIT-WIDTH-PIXELS attribute
|
|
458
|
+
GRID-VISIBLE attribute
|
|
459
|
+
GROUP-BOX attribute
|
|
460
|
+
HANDLE attribute
|
|
461
|
+
HANDLER attribute
|
|
462
|
+
HAS-LOBS attribute
|
|
463
|
+
HAS-RECORDS attribute
|
|
464
|
+
Height property
|
|
465
|
+
HEIGHT-CHARS attribute
|
|
466
|
+
HEIGHT-PIXELS attribute
|
|
467
|
+
HELP attribute
|
|
468
|
+
HIDDEN attribute
|
|
469
|
+
HonorProKeys property
|
|
470
|
+
HonorReturnKey property
|
|
471
|
+
HORIZONTAL attribute
|
|
472
|
+
HTML-CHARSET attribute
|
|
473
|
+
HTML-END-OF-LINE attribute
|
|
474
|
+
HTML-END-OF-PAGE attribute
|
|
475
|
+
HTML-FRAME-BEGIN attribute
|
|
476
|
+
HTML-FRAME-END attribute
|
|
477
|
+
HTML-HEADER-BEGIN attribute
|
|
478
|
+
HTML-HEADER-END attribute
|
|
479
|
+
HTML-TITLE-BEGIN attribute
|
|
480
|
+
HTML-TITLE-END attribute
|
|
481
|
+
HWND attribute
|
|
482
|
+
ICFPARAMETER attribute
|
|
483
|
+
ICON attribute
|
|
484
|
+
IGNORE-CURRENT-MODIFIED attribute
|
|
485
|
+
IMAGE attribute
|
|
486
|
+
IMAGE-DOWN attribute
|
|
487
|
+
IMAGE-INSENSITIVE attribute
|
|
488
|
+
IMAGE-UP attribute
|
|
489
|
+
IMMEDIATE-DISPLAY attribute
|
|
490
|
+
IMPORT-NODE( ) method
|
|
491
|
+
IMPORT-PRINCIPAL( ) method
|
|
492
|
+
INCREMENT-EXCLUSIVE-ID( ) method
|
|
493
|
+
INDEX attribute
|
|
494
|
+
INDEX-INFORMATION attribute
|
|
495
|
+
INDEX-INFORMATION( ) method
|
|
496
|
+
IN-HANDLE attribute
|
|
497
|
+
INHERIT-BGCOLOR attribute
|
|
498
|
+
INHERIT-FGCOLOR attribute
|
|
499
|
+
INITIAL attribute
|
|
500
|
+
INITIALIZE( ) method
|
|
501
|
+
INITIALIZE-DOCUMENT-TYPE( ) method
|
|
502
|
+
INITIATE( ) method
|
|
503
|
+
INNER-CHARS attribute
|
|
504
|
+
INNER-LINES attribute
|
|
505
|
+
INPUT-VALUE attribute
|
|
506
|
+
INSERT( ) method
|
|
507
|
+
INSERT-ATTRIBUTE( ) method
|
|
508
|
+
INSERT-BACKTAB( ) method
|
|
509
|
+
INSERT-BEFORE( ) method
|
|
510
|
+
INSERT-FILE( ) method
|
|
511
|
+
INSERT-ROW( ) method
|
|
512
|
+
INSERT-STRING( ) method
|
|
513
|
+
INSERT-TAB( ) method
|
|
514
|
+
INSTANTIATING-PROCEDURE attribute
|
|
515
|
+
INTERNAL-ENTRIES attribute
|
|
516
|
+
INVOKE( ) method (Handle)
|
|
517
|
+
IS-CLASS attribute
|
|
518
|
+
IS-JSON attribute
|
|
519
|
+
IS-MULTI-TENANT attribute
|
|
520
|
+
IS-OPEN attribute
|
|
521
|
+
IS-PARAMETER-SET attribute
|
|
522
|
+
IS-PARTITIONED attribute
|
|
523
|
+
IS-ROW-SELECTED( ) method
|
|
524
|
+
IS-SELECTED( ) method
|
|
525
|
+
IS-XML attribute
|
|
526
|
+
ITEMS-PER-ROW attribute
|
|
527
|
+
KEEP-CONNECTION-OPEN attribute
|
|
528
|
+
KEEP-FRAME-Z-ORDER attribute
|
|
529
|
+
KEEP-SECURITY-CACHE attribute
|
|
530
|
+
KEY attribute
|
|
531
|
+
KEYS attribute
|
|
532
|
+
LABEL attribute
|
|
533
|
+
LABEL-BGCOLOR attribute
|
|
534
|
+
LABEL-DCOLOR attribute
|
|
535
|
+
LABEL-FGCOLOR attribute
|
|
536
|
+
LABEL-FONT attribute
|
|
537
|
+
LABELS attribute
|
|
538
|
+
LABELS-HAVE-COLONS attribute
|
|
539
|
+
LANGUAGES attribute
|
|
540
|
+
LARGE attribute
|
|
541
|
+
LARGE-TO-SMALL attribute
|
|
542
|
+
LAST-ASYNC-REQUEST attribute
|
|
543
|
+
LAST-BATCH attribute
|
|
544
|
+
LAST-CHILD attribute
|
|
545
|
+
LAST-FORM attribute
|
|
546
|
+
LAST-OBJECT attribute
|
|
547
|
+
LAST-OF( ) method
|
|
548
|
+
LAST-PROCEDURE attribute
|
|
549
|
+
LAST-SERVER attribute
|
|
550
|
+
LAST-SERVER-SOCKET attribute
|
|
551
|
+
LAST-SOCKET attribute
|
|
552
|
+
LAST-TAB-ITEM attribute
|
|
553
|
+
Left property
|
|
554
|
+
LENGTH attribute
|
|
555
|
+
LIBRARY attribute
|
|
556
|
+
LIBRARY-CALLING-CONVENTION attribute
|
|
557
|
+
LINE attribute
|
|
558
|
+
LIST-ITEM-PAIRS attribute
|
|
559
|
+
LIST-ITEMS attribute
|
|
560
|
+
LIST-PROPERTY-NAMES( ) method
|
|
561
|
+
LISTINGS attribute
|
|
562
|
+
LITERAL-QUESTION attribute
|
|
563
|
+
LOAD( ) method (Handle)
|
|
564
|
+
LoadControls( ) method
|
|
565
|
+
LOAD-DOMAINS( ) method
|
|
566
|
+
LOAD-ICON( ) method
|
|
567
|
+
LOAD-IMAGE( ) method
|
|
568
|
+
LOAD-IMAGE-DOWN( ) method
|
|
569
|
+
LOAD-IMAGE-INSENSITIVE( ) method
|
|
570
|
+
LOAD-IMAGE-UP( ) method
|
|
571
|
+
LOAD-MOUSE-POINTER( ) method
|
|
572
|
+
LOAD-SMALL-ICON( ) method
|
|
573
|
+
LOCAL-HOST attribute
|
|
574
|
+
LOCAL-NAME attribute
|
|
575
|
+
LOCAL-PORT attribute
|
|
576
|
+
LOCAL-VERSION-INFO attribute
|
|
577
|
+
LOCATOR-COLUMN-NUMBER attribute
|
|
578
|
+
LOCATOR-LINE-NUMBER attribute
|
|
579
|
+
LOCATOR-PUBLIC-ID attribute
|
|
580
|
+
LOCATOR-SYSTEM-ID attribute
|
|
581
|
+
LOCATOR-TYPE attribute
|
|
582
|
+
LOCKED attribute
|
|
583
|
+
LOCK-REGISTRATION( ) method
|
|
584
|
+
LOG-AUDIT-EVENT( ) method
|
|
585
|
+
LOG-ENTRY-TYPES attribute
|
|
586
|
+
LOG-THRESHOLD attribute
|
|
587
|
+
LOGFILE-NAME attribute
|
|
588
|
+
LOGGING-LEVEL attribute
|
|
589
|
+
LOGIN-EXPIRATION-TIMESTAMP attribute
|
|
590
|
+
LOGIN-HOST attribute
|
|
591
|
+
LOGIN-STATE attribute
|
|
592
|
+
LOGOUT( ) method
|
|
593
|
+
LONGCHAR-TO-NODE-VALUE( ) method
|
|
594
|
+
LOOKUP( ) method
|
|
595
|
+
MANDATORY attribute
|
|
596
|
+
MANUAL-HIGHLIGHT attribute
|
|
597
|
+
MARK-NEW( ) method
|
|
598
|
+
MARK-ROW-STATE( ) method
|
|
599
|
+
MAX-BUTTON attribute
|
|
600
|
+
MAX-CHARS attribute
|
|
601
|
+
MAX-DATA-GUESS attribute
|
|
602
|
+
MAX-HEIGHT-CHARS attribute
|
|
603
|
+
MAX-HEIGHT-PIXELS attribute
|
|
604
|
+
MAXIMUM-LEVEL attribute
|
|
605
|
+
MAX-VALUE attribute
|
|
606
|
+
MAX-WIDTH-CHARS attribute
|
|
607
|
+
MAX-WIDTH-PIXELS attribute
|
|
608
|
+
MEMPTR-TO-NODE-VALUE( ) method
|
|
609
|
+
MENU-BAR attribute
|
|
610
|
+
MENU-KEY attribute
|
|
611
|
+
MENU-MOUSE attribute
|
|
612
|
+
MERGE-BY-FIELD attribute
|
|
613
|
+
MERGE-CHANGES( ) method
|
|
614
|
+
MERGE-ROW-CHANGES( ) method
|
|
615
|
+
MESSAGE-AREA attribute
|
|
616
|
+
MESSAGE-AREA-FONT attribute
|
|
617
|
+
MIN-BUTTON attribute
|
|
618
|
+
MIN-COLUMN-WIDTH-CHARS attribute
|
|
619
|
+
MIN-COLUMN-WIDTH-PIXELS attribute
|
|
620
|
+
MIN-HEIGHT-CHARS attribute
|
|
621
|
+
MIN-HEIGHT-PIXELS attribute
|
|
622
|
+
MIN-SCHEMA-MARSHAL attribute
|
|
623
|
+
MIN-VALUE attribute
|
|
624
|
+
MIN-WIDTH-CHARS attribute
|
|
625
|
+
MIN-WIDTH-PIXELS attribute
|
|
626
|
+
MODIFIED attribute
|
|
627
|
+
MOUSE-POINTER attribute
|
|
628
|
+
MOVABLE attribute
|
|
629
|
+
MOVE-AFTER-TAB-ITEM( ) method
|
|
630
|
+
MOVE-BEFORE-TAB-ITEM( ) method
|
|
631
|
+
MOVE-COLUMN( ) method
|
|
632
|
+
MOVE-TO-BOTTOM( ) method
|
|
633
|
+
MOVE-TO-EOF( ) method
|
|
634
|
+
MOVE-TO-TOP( ) method
|
|
635
|
+
MULTI-COMPILE attribute
|
|
636
|
+
MULTIPLE attribute
|
|
637
|
+
MULTITASKING-INTERVAL attribute
|
|
638
|
+
MUST-UNDERSTAND attribute
|
|
639
|
+
Name property
|
|
640
|
+
NAME attribute
|
|
641
|
+
NAMESPACE-PREFIX attribute
|
|
642
|
+
NAMESPACE-URI attribute
|
|
643
|
+
NEEDS-APPSERVER-PROMPT attribute
|
|
644
|
+
NEEDS-PROMPT attribute
|
|
645
|
+
NESTED attribute
|
|
646
|
+
NEW attribute
|
|
647
|
+
NEW-ROW attribute
|
|
648
|
+
NEXT-COLUMN attribute
|
|
649
|
+
NEXT-ROWID attribute
|
|
650
|
+
NEXT-SIBLING attribute
|
|
651
|
+
NEXT-TAB-ITEM attribute
|
|
652
|
+
NO-CURRENT-VALUE attribute
|
|
653
|
+
NO-EMPTY-SPACE attribute
|
|
654
|
+
NO-FOCUS attribute
|
|
655
|
+
NONAMESPACE-SCHEMA-LOCATION attribute
|
|
656
|
+
NO-SCHEMA-MARSHAL attribute
|
|
657
|
+
NO-VALIDATE attribute
|
|
658
|
+
NODE-VALUE attribute
|
|
659
|
+
NODE-VALUE-TO-LONGCHAR( ) method
|
|
660
|
+
NODE-VALUE-TO-MEMPTR( ) method
|
|
661
|
+
NORMALIZE( ) method
|
|
662
|
+
NUM-BUFFERS attribute
|
|
663
|
+
NUM-BUTTONS attribute
|
|
664
|
+
NUM-CHILD-RELATIONS attribute
|
|
665
|
+
NUM-CHILDREN attribute
|
|
666
|
+
NUM-COLUMNS attribute
|
|
667
|
+
NUM-DROPPED-FILES attribute
|
|
668
|
+
NUM-ENTRIES attribute
|
|
669
|
+
NUM-FIELDS attribute
|
|
670
|
+
NUM-FORMATS attribute
|
|
671
|
+
NUM-HEADER-ENTRIES attribute
|
|
672
|
+
NUM-ITEMS attribute
|
|
673
|
+
NUM-ITERATIONS attribute (data objects)
|
|
674
|
+
NUM-ITERATIONS attribute (widget objects)
|
|
675
|
+
NUM-LINES attribute
|
|
676
|
+
NUM-LOCKED-COLUMNS attribute
|
|
677
|
+
NUM-LOG-FILES attribute
|
|
678
|
+
NUM-MESSAGES attribute
|
|
679
|
+
NUM-PARAMETERS attribute
|
|
680
|
+
NUM-REFERENCES attribute
|
|
681
|
+
NUM-RELATIONS attribute
|
|
682
|
+
NUM-REPLACED attribute
|
|
683
|
+
NUM-RESULTS attribute
|
|
684
|
+
NUM-SELECTED-ROWS attribute
|
|
685
|
+
NUM-SELECTED-WIDGETS attribute
|
|
686
|
+
NUM-SOURCE-BUFFERS attribute
|
|
687
|
+
NUM-TABS attribute
|
|
688
|
+
NUM-TO-RETAIN attribute
|
|
689
|
+
NUM-TOP-BUFFERS attribute
|
|
690
|
+
NUM-VISIBLE-COLUMNS attribute
|
|
691
|
+
NUMERIC-DECIMAL-POINT attribute
|
|
692
|
+
NUMERIC-FORMAT attribute
|
|
693
|
+
NUMERIC-SEPARATOR attribute
|
|
694
|
+
ON-FRAME-BORDER attribute
|
|
695
|
+
OPTIONS attribute
|
|
696
|
+
ORDINAL attribute
|
|
697
|
+
ORIGIN-HANDLE attribute
|
|
698
|
+
ORIGIN-ROWID attribute
|
|
699
|
+
OVERLAY attribute
|
|
700
|
+
OWNER attribute
|
|
701
|
+
OWNER-DOCUMENT attribute
|
|
702
|
+
PAGE-BOTTOM attribute
|
|
703
|
+
PAGE-TOP attribute
|
|
704
|
+
PARAMETER attribute
|
|
705
|
+
PARENT attribute
|
|
706
|
+
PARENT-BUFFER attribute
|
|
707
|
+
PARENT-FIELDS-AFTER attribute
|
|
708
|
+
PARENT-FIELDS-BEFORE attribute
|
|
709
|
+
PARENT-ID-RELATION attribute
|
|
710
|
+
PARENT-RELATION attribute
|
|
711
|
+
PARSE-STATUS attribute
|
|
712
|
+
PASSWORD-FIELD attribute
|
|
713
|
+
PATHNAME attribute
|
|
714
|
+
PBE-HASH-ALGORITHM attribute
|
|
715
|
+
PBE-KEY-ROUNDS attribute
|
|
716
|
+
PERSISTENT attribute
|
|
717
|
+
PERSISTENT-CACHE-DISABLED attribute
|
|
718
|
+
PERSISTENT-PROCEDURE attribute
|
|
719
|
+
PFCOLOR attribute
|
|
720
|
+
PIXELS-PER-COLUMN attribute
|
|
721
|
+
PIXELS-PER-ROW attribute
|
|
722
|
+
POPUP-MENU attribute
|
|
723
|
+
POPUP-ONLY attribute
|
|
724
|
+
POSITION attribute
|
|
725
|
+
PREFER-DATASET attribute
|
|
726
|
+
PREPARED attribute
|
|
727
|
+
PREPARE-STRING attribute
|
|
728
|
+
PREV-COLUMN attribute
|
|
729
|
+
PREV-SIBLING attribute
|
|
730
|
+
PREV-TAB-ITEM attribute
|
|
731
|
+
PRIMARY attribute
|
|
732
|
+
PRIMARY-PASSPHRASE attribute
|
|
733
|
+
PRINTER-CONTROL-HANDLE attribute
|
|
734
|
+
PRINTER-HDC attribute
|
|
735
|
+
PRINTER-NAME attribute
|
|
736
|
+
PRINTER-PORT attribute
|
|
737
|
+
PRIVATE-DATA attribute
|
|
738
|
+
PROCEDURE-NAME attribute
|
|
739
|
+
PROCEDURE-TYPE attribute
|
|
740
|
+
PROFILING attribute
|
|
741
|
+
PROGRESS-SOURCE attribute
|
|
742
|
+
PROXY attribute
|
|
743
|
+
PROXY-PASSWORD attribute
|
|
744
|
+
PROXY-USERID attribute
|
|
745
|
+
PUBLIC-ID attribute
|
|
746
|
+
PUBLISHED-EVENTS attribute
|
|
747
|
+
QUALIFIED-USER-ID attribute
|
|
748
|
+
QUERY attribute
|
|
749
|
+
QUERY-CLOSE( ) method
|
|
750
|
+
QUERY-OFF-END attribute
|
|
751
|
+
QUERY-OPEN( ) method
|
|
752
|
+
QUERY-PREPARE( ) method
|
|
753
|
+
QUIT attribute
|
|
754
|
+
RADIO-BUTTONS attribute
|
|
755
|
+
RAW-TRANSFER( ) method
|
|
756
|
+
READ( ) method (Socket)
|
|
757
|
+
READ-FILE( ) method
|
|
758
|
+
READ-JSON( ) method
|
|
759
|
+
READ-ONLY attribute
|
|
760
|
+
READ-XML( ) method
|
|
761
|
+
READ-XMLSCHEMA( ) method
|
|
762
|
+
RECID attribute
|
|
763
|
+
RECORD-LENGTH attribute
|
|
764
|
+
RECURSIVE attribute
|
|
765
|
+
REFRESH( ) method (Handle)
|
|
766
|
+
REFRESHABLE attribute
|
|
767
|
+
REFRESH-AUDIT-POLICY( ) method
|
|
768
|
+
REGISTER-DOMAIN( ) method
|
|
769
|
+
REJECT-CHANGES( ) method
|
|
770
|
+
REJECT-ROW-CHANGES( ) method
|
|
771
|
+
REJECTED attribute
|
|
772
|
+
RELATION-FIELDS attribute
|
|
773
|
+
RELATIONS-ACTIVE attribute
|
|
774
|
+
REMOTE attribute
|
|
775
|
+
REMOTE-HOST attribute
|
|
776
|
+
REMOTE-PORT attribute
|
|
777
|
+
REMOVE-ATTRIBUTE( ) method
|
|
778
|
+
REMOVE-CHILD( ) method
|
|
779
|
+
REMOVE-EVENTS-PROCEDURE( ) method
|
|
780
|
+
REMOVE-SUPER-PROCEDURE( ) method
|
|
781
|
+
REPLACE( ) method
|
|
782
|
+
REPLACE-CHILD( ) method
|
|
783
|
+
REPLACE-SELECTION-TEXT( ) method
|
|
784
|
+
REPOSITION attribute
|
|
785
|
+
REPOSITION-BACKWARD( ) method
|
|
786
|
+
REPOSITION-FORWARD( ) method
|
|
787
|
+
REPOSITION-TO-ROW( ) method
|
|
788
|
+
REPOSITION-TO-ROWID( ) method
|
|
789
|
+
REQUEST-INFO attribute
|
|
790
|
+
RESET( ) method
|
|
791
|
+
RESIZABLE attribute
|
|
792
|
+
RESIZE attribute
|
|
793
|
+
RESPONSE-INFO attribute
|
|
794
|
+
RESTART-ROW attribute
|
|
795
|
+
RESTART-ROWID attribute
|
|
796
|
+
RETAIN-SHAPE attribute
|
|
797
|
+
RETURN-INSERTED attribute
|
|
798
|
+
RETURN-VALUE attribute
|
|
799
|
+
RETURN-VALUE-DATA-TYPE attribute
|
|
800
|
+
RETURN-VALUE-DLL-TYPE attribute
|
|
801
|
+
ROLE attribute
|
|
802
|
+
ROLES attribute
|
|
803
|
+
ROUNDED attribute
|
|
804
|
+
ROW attribute
|
|
805
|
+
ROW-HEIGHT-CHARS attribute
|
|
806
|
+
ROW-HEIGHT-PIXELS attribute
|
|
807
|
+
ROW-STATE attribute
|
|
808
|
+
ROWID attribute
|
|
809
|
+
ROW-MARKERS attribute
|
|
810
|
+
ROW-RESIZABLE attribute
|
|
811
|
+
SAVE( ) method
|
|
812
|
+
SAVE-FILE( ) method
|
|
813
|
+
SAVE-ROW-CHANGES( ) method
|
|
814
|
+
SAVE-WHERE-STRING attribute
|
|
815
|
+
SAX-PARSE( ) method
|
|
816
|
+
SAX-PARSE-FIRST( ) method
|
|
817
|
+
SAX-PARSE-NEXT( ) method
|
|
818
|
+
SCHEMA-CHANGE attribute
|
|
819
|
+
SCHEMA-LOCATION attribute
|
|
820
|
+
SCHEMA-MARSHAL attribute
|
|
821
|
+
SCHEMA-PATH attribute
|
|
822
|
+
SCREEN-LINES attribute
|
|
823
|
+
SCREEN-VALUE attribute
|
|
824
|
+
SCROLL-BARS attribute
|
|
825
|
+
SCROLL-TO-CURRENT-ROW( ) method
|
|
826
|
+
SCROLL-TO-ITEM( ) method
|
|
827
|
+
SCROLL-TO-SELECTED-ROW( ) method
|
|
828
|
+
SCROLLABLE attribute
|
|
829
|
+
SCROLLBAR-HORIZONTAL attribute
|
|
830
|
+
SCROLLBAR-VERTICAL attribute
|
|
831
|
+
SEAL( ) method
|
|
832
|
+
SEAL-TIMESTAMP attribute
|
|
833
|
+
SEARCH( ) method
|
|
834
|
+
SELECT-ALL( ) method
|
|
835
|
+
SELECT-FOCUSED-ROW( ) method
|
|
836
|
+
SELECT-NEXT-ROW( ) method
|
|
837
|
+
SELECT-PREV-ROW( ) method
|
|
838
|
+
SELECT-ROW( ) method
|
|
839
|
+
SELECTABLE attribute
|
|
840
|
+
SELECTED attribute
|
|
841
|
+
SELECTION-END attribute
|
|
842
|
+
SELECTION-START attribute
|
|
843
|
+
SELECTION-TEXT attribute
|
|
844
|
+
SENSITIVE attribute
|
|
845
|
+
SEPARATORS attribute
|
|
846
|
+
SEPARATOR-FGCOLOR attribute
|
|
847
|
+
SERIALIZE-HIDDEN attribute
|
|
848
|
+
SERIALIZE-NAME attribute
|
|
849
|
+
SERIALIZE-ROW( ) method
|
|
850
|
+
SERVER attribute
|
|
851
|
+
SERVER-CONNECTION-BOUND attribute
|
|
852
|
+
SERVER-CONNECTION-BOUND-REQUEST attribute
|
|
853
|
+
SERVER-CONNECTION-CONTEXT attribute
|
|
854
|
+
SERVER-CONNECTION-ID attribute
|
|
855
|
+
SERVER-OPERATING-MODE attribute
|
|
856
|
+
SESSION-END attribute
|
|
857
|
+
SESSION-ID attribute
|
|
858
|
+
SET-ACTOR( ) method
|
|
859
|
+
SET-APPL-CONTEXT( ) method
|
|
860
|
+
SET-ATTRIBUTE( ) method
|
|
861
|
+
SET-ATTRIBUTE-NODE( ) method
|
|
862
|
+
SET-BLUE-VALUE( ) method
|
|
863
|
+
SET-BREAK( ) method
|
|
864
|
+
SET-BUFFERS( ) method
|
|
865
|
+
SET-CALLBACK( ) method
|
|
866
|
+
SET-CALLBACK-PROCEDURE( ) method
|
|
867
|
+
SET-CLIENT( ) method
|
|
868
|
+
SET-COMMIT( ) method
|
|
869
|
+
SET-CONNECT-PROCEDURE( ) method
|
|
870
|
+
SET-DYNAMIC( ) method
|
|
871
|
+
SET-GREEN-VALUE( ) method
|
|
872
|
+
SET-INPUT-SOURCE( ) method
|
|
873
|
+
SET-MUST-UNDERSTAND( ) method
|
|
874
|
+
SET-NODE( ) method
|
|
875
|
+
SET-NUMERIC-FORMAT( ) method
|
|
876
|
+
SET-OUTPUT-DESTINATION( ) method
|
|
877
|
+
SET-PARAMETER( ) method (Handle)
|
|
878
|
+
SET-PROPERTY( ) method
|
|
879
|
+
SET-READ-RESPONSE-PROCEDURE( ) method
|
|
880
|
+
SET-RED-VALUE( ) method
|
|
881
|
+
SET-REPOSITIONED-ROW( ) method
|
|
882
|
+
SET-RGB-VALUE( ) method
|
|
883
|
+
SET-ROLE( ) method
|
|
884
|
+
SET-ROLLBACK( ) method
|
|
885
|
+
SET-SAFE-USER( ) method
|
|
886
|
+
SET-SELECTION( ) method
|
|
887
|
+
SET-SERIALIZED( ) method
|
|
888
|
+
SET-SOCKET-OPTION( ) method
|
|
889
|
+
SET-SORT-ARROW( ) method
|
|
890
|
+
SET-WAIT-STATE( ) method
|
|
891
|
+
SHOW-IN-TASKBAR attribute
|
|
892
|
+
SIDE-LABEL-HANDLE attribute
|
|
893
|
+
SIDE-LABELS attribute
|
|
894
|
+
SIGNATURE-VALUE attribute
|
|
895
|
+
SINGLE-RUN attribute
|
|
896
|
+
SINGLETON attribute
|
|
897
|
+
SKIP-DELETED-RECORD attribute
|
|
898
|
+
SMALL-ICON attribute
|
|
899
|
+
SMALL-TITLE attribute
|
|
900
|
+
SOAP-FAULT-ACTOR attribute
|
|
901
|
+
SOAP-FAULT-CODE attribute
|
|
902
|
+
SOAP-FAULT-DETAIL attribute
|
|
903
|
+
SOAP-FAULT-MISUNDERSTOOD-HEADER attribute
|
|
904
|
+
SOAP-FAULT-NODE attribute
|
|
905
|
+
SOAP-FAULT-ROLE attribute
|
|
906
|
+
SOAP-FAULT-STRING attribute
|
|
907
|
+
SOAP-FAULT-SUBCODE attribute
|
|
908
|
+
SOAP-VERSION attribute
|
|
909
|
+
SORT attribute
|
|
910
|
+
SORT-ASCENDING attribute
|
|
911
|
+
SORT-NUMBER attribute
|
|
912
|
+
SSL-SERVER-NAME attribute
|
|
913
|
+
STANDALONE attribute
|
|
914
|
+
START-DOCUMENT( ) method
|
|
915
|
+
START-ELEMENT( ) method
|
|
916
|
+
STARTUP-PARAMETERS attribute
|
|
917
|
+
STATE-DETAIL attribute
|
|
918
|
+
STATISTICS attribute
|
|
919
|
+
STATUS-AREA attribute
|
|
920
|
+
STATUS-AREA-FONT attribute
|
|
921
|
+
STOP attribute
|
|
922
|
+
STOP-OBJECT attribute
|
|
923
|
+
STOP-PARSING( ) method
|
|
924
|
+
STOPPED attribute
|
|
925
|
+
STREAM attribute
|
|
926
|
+
STRETCH-TO-FIT attribute
|
|
927
|
+
STRICT attribute
|
|
928
|
+
STRICT-ENTITY-RESOLUTION attribute
|
|
929
|
+
STRING-VALUE( ) method
|
|
930
|
+
SUBTYPE attribute
|
|
931
|
+
SUPER-PROCEDURES attribute
|
|
932
|
+
SUPPRESS-NAMESPACE-PROCESSING attribute
|
|
933
|
+
SUPPRESS-WARNINGS attribute
|
|
934
|
+
SUPPRESS-WARNINGS-LIST attribute
|
|
935
|
+
SYMMETRIC-ENCRYPTION-AAD attribute
|
|
936
|
+
SYMMETRIC-ENCRYPTION-ALGORITHM attribute
|
|
937
|
+
SYMMETRIC-ENCRYPTION-IV attribute
|
|
938
|
+
SYMMETRIC-ENCRYPTION-KEY attribute
|
|
939
|
+
SYMMETRIC-SUPPORT attribute
|
|
940
|
+
SYNCHRONIZE( ) method
|
|
941
|
+
SYSTEM-ALERT-BOXES attribute
|
|
942
|
+
SYSTEM-ID attribute
|
|
943
|
+
TAB-POSITION attribute
|
|
944
|
+
TAB-STOP attribute
|
|
945
|
+
TABLE attribute
|
|
946
|
+
TABLE-CRC-LIST attribute
|
|
947
|
+
TABLE-HANDLE attribute
|
|
948
|
+
TABLE-LIST attribute
|
|
949
|
+
TABLE-NUMBER attribute
|
|
950
|
+
Tag property (ActiveX control)
|
|
951
|
+
TEMP-DIRECTORY attribute
|
|
952
|
+
TEMP-TABLE-PREPARE( ) method
|
|
953
|
+
TENANT-ID( ) method
|
|
954
|
+
TENANT-NAME( ) method
|
|
955
|
+
TEXT-SELECTED attribute
|
|
956
|
+
THREAD-SAFE attribute
|
|
957
|
+
THREE-D attribute
|
|
958
|
+
TIC-MARKS attribute
|
|
959
|
+
TIME-SOURCE attribute
|
|
960
|
+
TIMEZONE attribute
|
|
961
|
+
TITLE attribute
|
|
962
|
+
TITLE-BGCOLOR attribute
|
|
963
|
+
TITLE-DCOLOR attribute
|
|
964
|
+
TITLE-FGCOLOR attribute
|
|
965
|
+
TITLE-FONT attribute
|
|
966
|
+
TOGGLE-BOX attribute
|
|
967
|
+
TOOLTIP attribute
|
|
968
|
+
TOOLTIPS attribute
|
|
969
|
+
Top property
|
|
970
|
+
TOP-NAV-QUERY attribute
|
|
971
|
+
TOP-ONLY attribute
|
|
972
|
+
TRACE-FILTER attribute
|
|
973
|
+
TRACING attribute
|
|
974
|
+
TRACKING-CHANGES attribute
|
|
975
|
+
TRANSACTION attribute
|
|
976
|
+
TRANSPARENT attribute
|
|
977
|
+
TRANS-INIT-PROCEDURE attribute
|
|
978
|
+
TYPE attribute
|
|
979
|
+
UNDO attribute
|
|
980
|
+
UNDO-THROW-SCOPE attribute
|
|
981
|
+
UNIQUE-ID attribute
|
|
982
|
+
UNIQUE-MATCH attribute
|
|
983
|
+
UPDATE-ATTRIBUTE( ) method
|
|
984
|
+
URL attribute
|
|
985
|
+
URL-DECODE( ) method
|
|
986
|
+
URL-ENCODE( ) method
|
|
987
|
+
URL-PASSWORD attribute
|
|
988
|
+
URL-USERID attribute
|
|
989
|
+
USER-DATA ( ) method
|
|
990
|
+
USER-ID attribute
|
|
991
|
+
V6DISPLAY attribute
|
|
992
|
+
VALIDATE( ) method
|
|
993
|
+
VALIDATE-DOMAIN-ACCESS-CODE( ) method
|
|
994
|
+
VALIDATE-EXPRESSION attribute
|
|
995
|
+
VALIDATE-MESSAGE attribute
|
|
996
|
+
VALIDATE-SEAL( ) method
|
|
997
|
+
VALIDATE-XML attribute
|
|
998
|
+
VALIDATION-ENABLED attribute
|
|
999
|
+
VALUE attribute
|
|
1000
|
+
VERSION attribute
|
|
1001
|
+
VIEW-AS attribute
|
|
1002
|
+
VIEW-FIRST-COLUMN-ON-REOPEN attribute
|
|
1003
|
+
VIRTUAL-HEIGHT-CHARS attribute
|
|
1004
|
+
VIRTUAL-HEIGHT-PIXELS attribute
|
|
1005
|
+
VIRTUAL-WIDTH-CHARS attribute
|
|
1006
|
+
VIRTUAL-WIDTH-PIXELS attribute
|
|
1007
|
+
VISIBLE attribute
|
|
1008
|
+
WARNING attribute
|
|
1009
|
+
WC-ADMIN-APP attribute
|
|
1010
|
+
WHERE-STRING attribute
|
|
1011
|
+
Widget-Handle property
|
|
1012
|
+
WIDGET-ENTER attribute
|
|
1013
|
+
WIDGET-ID attribute
|
|
1014
|
+
WIDGET-LEAVE attribute
|
|
1015
|
+
Width property
|
|
1016
|
+
WIDTH-CHARS attribute
|
|
1017
|
+
WIDTH-PIXELS attribute
|
|
1018
|
+
WINDOW attribute
|
|
1019
|
+
WINDOW-STATE attribute
|
|
1020
|
+
WINDOW-SYSTEM attribute
|
|
1021
|
+
WORD-WRAP attribute
|
|
1022
|
+
WORK-AREA-HEIGHT-PIXELS attribute
|
|
1023
|
+
WORK-AREA-WIDTH-PIXELS attribute
|
|
1024
|
+
WORK-AREA-X attribute
|
|
1025
|
+
WORK-AREA-Y attribute
|
|
1026
|
+
WRITE( ) method (Socket)
|
|
1027
|
+
WRITE-CDATA( ) method
|
|
1028
|
+
WRITE-CHARACTERS( ) method
|
|
1029
|
+
WRITE-COMMENT( ) method
|
|
1030
|
+
WRITE-DATA( ) method
|
|
1031
|
+
WRITE-DATA-ELEMENT( ) method
|
|
1032
|
+
WRITE-EMPTY-ELEMENT( ) method
|
|
1033
|
+
WRITE-ENTITY-REF( ) method
|
|
1034
|
+
WRITE-EXTERNAL-DTD( ) method
|
|
1035
|
+
WRITE-FRAGMENT( ) method
|
|
1036
|
+
WRITE-JSON( ) method
|
|
1037
|
+
WRITE-MESSAGE( ) method
|
|
1038
|
+
WRITE-PROCESSING-INSTRUCTION( ) method
|
|
1039
|
+
WRITE-STATUS attribute
|
|
1040
|
+
WRITE-XML( ) method
|
|
1041
|
+
WRITE-XMLSCHEMA( ) method
|
|
1042
|
+
X attribute
|
|
1043
|
+
X-DOCUMENT attribute
|
|
1044
|
+
XCODE-SESSION-KEY attribute
|
|
1045
|
+
XML-DATA-TYPE attribute
|
|
1046
|
+
XML-ENTITY-EXPANSION-LIMIT attribute
|
|
1047
|
+
XML-NODE-NAME attribute
|
|
1048
|
+
XML-NODE-TYPE attribute
|
|
1049
|
+
XML-SCHEMA-PATH attribute
|
|
1050
|
+
XML-STRICT-ENTITY-RESOLUTION attribute
|
|
1051
|
+
XML-SUPPRESS-NAMESPACE-PROCESSING attribute
|
|
1052
|
+
Y attribute
|
|
1053
|
+
YEAR-OFFSET attribute
|