RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WSDLIntf.ReservedWords Constant
Pascal
ReservedWords: array[0..66] of string = ('and', 'array', 'as', 'asm', 'begin','case', 'class','const','constructor','destructor', 'dispinterface', 'div', 'do','downto', 'else', 'end', 'except', 'exports', 'file', 'finalization', 'finally', 'for','function', 'goto', 'high', 'if', 'implementation', 'in','inherited','initialization', 'inline','interface', 'is','label','library', 'low', 'mod','nil','not','object','of','or','out','packed','procedure', 'program','property','raise','record','repeat', 'resourcestring', 'set','shl','shr', 'string', 'then', 'threadvar', 'to','try','type','unit','until','uses','var','while','with','xor');
C++
array[0..66] of string ReservedWords = ('and', 'array', 'as', 'asm', 'begin','case', 'class','const','constructor','destructor', 'dispinterface', 'div', 'do','downto', 'else', 'end', 'except', 'exports', 'file', 'finalization', 'finally', 'for','function', 'goto', 'high', 'if', 'implementation', 'in','inherited','initialization', 'inline','interface', 'is','label','library', 'low', 'mod','nil','not','object','of','or','out','packed','procedure', 'program','property','raise','record','repeat', 'resourcestring', 'set','shl','shr', 'string', 'then', 'threadvar', 'to','try','type','unit','until','uses','var','while','with','xor');

WSDLIntf

This is constant WSDLIntf.ReservedWords.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!