home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / PascalIdent / _SETUP.1 / delphi.inc < prev    next >
Encoding:
Text File  |  2001-03-03  |  4.0 KB  |  510 lines

  1. [ keywords-lowercase ]
  2.  
  3. # [ LOWER UPPER CASE ]
  4.  
  5. and
  6. array
  7. as
  8. asm
  9. begin
  10. case
  11. class
  12. const
  13. constructor
  14. destructor
  15. dispinterface
  16. div
  17. do
  18. downto
  19. else
  20. end
  21. except
  22. exports
  23. file
  24. finalization
  25. finally
  26. for
  27. function
  28. goto
  29. if
  30. implementation
  31. in
  32. inherited
  33. initialization
  34. inline
  35. interface
  36. is
  37. label
  38. library
  39. mod
  40. nil
  41. not
  42. object
  43. of
  44. or
  45. out
  46. packed
  47. procedure
  48. program
  49. property
  50. raise
  51. record
  52. repeat
  53. resourcestring
  54. set
  55. shl
  56. shr
  57. string
  58. then
  59. threadvar
  60. to
  61. try
  62. type
  63. unit
  64. until
  65. uses
  66. var
  67. while
  68. with
  69. xor
  70.  
  71.  
  72. [ keywords-uppercase ]
  73.  
  74. # [ LOWER UPPER CASE ]
  75.  
  76. AND
  77. ARRAY
  78. AS
  79. ASM
  80. BEGIN
  81. CASE
  82. CLASS
  83. CONST
  84. CONSTRUCTOR
  85. DESTRUCTOR
  86. DISPINTERFACE
  87. DIV
  88. DO
  89. DOWNTO
  90. ELSE
  91. END
  92. EXCEPT
  93. EXPORTS
  94. FILE
  95. FINALIZATION
  96. FINALLY
  97. FOR
  98. FUNCTION
  99. GOTO
  100. IF
  101. IMPLEMENTATION
  102. IN
  103. INHERITED
  104. INITIALIZATION
  105. INLINE
  106. INTERFACE
  107. IS
  108. LABEL
  109. LIBRARY
  110. MOD
  111. NIL
  112. NOT
  113. OBJECT
  114. OF
  115. OR
  116. OUT
  117. PACKED
  118. PROCEDURE
  119. PROGRAM
  120. PROPERTY
  121. RAISE
  122. RECORD
  123. REPEAT
  124. RESOURCESTRING
  125. SET
  126. SHL
  127. SHR
  128. STRING
  129. THEN
  130. THREADVAR
  131. TO
  132. TRY
  133. TYPE
  134. UNIT
  135. UNTIL
  136. USES
  137. VAR
  138. WHILE
  139. WITH
  140. XOR
  141.  
  142.  
  143. [ keywords-firstbig ]
  144.  
  145. # [ LOWER UPPER CASE ]
  146.  
  147. And
  148. Array
  149. As
  150. Asm
  151. Begin
  152. Case
  153. Class
  154. Const
  155. Constructor
  156. Destructor
  157. Dispinterface
  158. Div
  159. Do
  160. Downto
  161. Else
  162. End
  163. Except
  164. Exports
  165. File
  166. Finalization
  167. Finally
  168. For
  169. Function
  170. Goto
  171. If
  172. Implementation
  173. In
  174. Inherited
  175. Initialization
  176. Inline
  177. Interface
  178. Is
  179. Label
  180. Library
  181. Mod
  182. Nil
  183. Not
  184. Object
  185. Of
  186. Or
  187. Out
  188. Packed
  189. Procedure
  190. Program
  191. Property
  192. Raise
  193. Record
  194. Repeat
  195. Resourcestring
  196. Set
  197. Shl
  198. Shr
  199. String
  200. Then
  201. Threadvar
  202. To
  203. Try
  204. Type
  205. Unit
  206. Until
  207. Uses
  208. Var
  209. While
  210. With
  211. Xor
  212.  
  213.  
  214. [ directives-lowercase ]
  215.  
  216. # [ LOWER UPPER CASE ]
  217.  
  218. absolute
  219. abstract
  220. assembler
  221. automated
  222. cdecl
  223. contains
  224. default
  225. dispid
  226. dynamic
  227. export
  228. external
  229. far
  230. forward
  231. implements
  232. index
  233. message
  234. name
  235. near
  236. nodefault
  237. overload
  238. override
  239. package
  240. pascal
  241. private
  242. protected
  243. public
  244. published
  245. read
  246. readonly
  247. register
  248. reintroduce
  249. requires
  250. resident
  251. safecall
  252. stdcall
  253. stored
  254. virtual
  255. write
  256. writeonly
  257.  
  258. at
  259. on
  260.  
  261.  
  262. [ directives-uppercase ]
  263.  
  264. # [ LOWER UPPER CASE ]
  265.  
  266. ABSOLUTE
  267. ABSTRACT
  268. ASSEMBLER
  269. AUTOMATED
  270. CDECL
  271. CONTAINS
  272. DEFAULT
  273. DISPID
  274. DYNAMIC
  275. EXPORT
  276. EXTERNAL
  277. FAR
  278. FORWARD
  279. IMPLEMENTS
  280. INDEX
  281. MESSAGE
  282. NAME
  283. NEAR
  284. NODEFAULT
  285. OVERLOAD
  286. OVERRIDE
  287. PACKAGE
  288. PASCAL
  289. PRIVATE
  290. PROTECTED
  291. PUBLIC
  292. PUBLISHED
  293. READ
  294. READONLY
  295. REGISTER
  296. REINTRODUCE
  297. REQUIRES
  298. RESIDENT
  299. SAFECALL
  300. STDCALL
  301. STORED
  302. VIRTUAL
  303. WRITE
  304. WRITEONLY
  305.  
  306. AT
  307. ON
  308.  
  309.  
  310. [ directives-firstbig ]
  311.  
  312. # [ LOWER UPPER CASE ]
  313.  
  314. Absolute
  315. Abstract
  316. Assembler
  317. Automated
  318. Cdecl
  319. Contains
  320. Default
  321. Dispid
  322. Dynamic
  323. Export
  324. External
  325. Far
  326. Forward
  327. Implements
  328. Index
  329. Message
  330. Name
  331. Near
  332. Nodefault
  333. Overload
  334. Override
  335. Package
  336. Pascal
  337. Private
  338. Protected
  339. Public
  340. published
  341. Read
  342. Readonly
  343. Register
  344. Reintroduce
  345. Requires
  346. Resident
  347. Safecall
  348. Stdcall
  349. Stored
  350. Virtual
  351. Write
  352. Writeonly
  353.  
  354. At
  355. On
  356.  
  357.  
  358. [ types-lowercase ]
  359.  
  360. # [ LOWER UPPER CASE ]
  361.  
  362. integer
  363. cardinal
  364. shortint
  365. smallint
  366. longint
  367. int64
  368. byte
  369. word
  370. longword
  371.  
  372. real
  373. real48
  374. single
  375. double
  376. extended
  377. comp
  378. currency
  379.  
  380. boolean
  381. true
  382. false
  383. bytebool
  384. wordbool
  385. longbool
  386.  
  387. char
  388. ansichar
  389. widechar
  390.  
  391. shortstring
  392. ansistring
  393. widestring
  394.  
  395.  
  396. [ types-uppercase ]
  397.  
  398. # [ LOWER UPPER CASE ]
  399.  
  400. INTEGER
  401. CARDINAL
  402. SHORTINT
  403. SMALLINT
  404. LONGINT
  405. INT64
  406. BYTE
  407. WORD
  408. LONGWORD
  409.  
  410. REAL
  411. REAL48
  412. SINGLE
  413. DOUBLE
  414. EXTENDED
  415. COMP
  416. CURRENCY
  417.  
  418. BOOLEAN
  419. TRUE
  420. FALSE
  421. BYTEBOOL
  422. WORDBOOL
  423. LONGBOOL
  424.  
  425. CHAR
  426. ANSICHAR
  427. WIDECHAR
  428.  
  429. SHORTSTRING
  430. ANSISTRING
  431. WIDESTRING
  432.  
  433.  
  434. [ types-firstbig ]
  435.  
  436. # [ LOWER UPPER CASE ]
  437.  
  438. Integer
  439. Cardinal
  440. Shortint
  441. Smallint
  442. Longint
  443. Int64
  444. Byte
  445. Word
  446. Longword
  447.  
  448. Real
  449. Real48
  450. Single
  451. Double
  452. Extended
  453. Comp
  454. Currency
  455.  
  456. Boolean
  457. True
  458. False
  459. Bytebool
  460. Wordbool
  461. Longbool
  462.  
  463. Char
  464. Ansichar
  465. Widechar
  466.  
  467. Shortstring
  468. Ansistring
  469. Widestring
  470.  
  471.  
  472. [ types-recommended ]
  473.  
  474. # [ LOWER UPPER CASE ]
  475.  
  476. Integer
  477. Cardinal
  478. Shortint
  479. Smallint
  480. Longint
  481. Int64
  482. Byte
  483. Word
  484. Longword
  485.  
  486. Real
  487. Real48
  488. Single
  489. Double
  490. Extended
  491. Comp
  492. Currency
  493.  
  494. Boolean
  495. True
  496. False
  497. ByteBool
  498. WordBool
  499. LongBool
  500.  
  501. Char
  502. AnsiChar
  503. WideChar
  504.  
  505. ShortString
  506. AnsiString
  507. WideString
  508.  
  509.  
  510.