Friday, October 5, 2007

How to work with Set

How to work with Set

To work with Set

Recognizing Delphi programming structure – Set:

var

EORequired:set of char;

begin

EORequired:=[‘YES’, ‘NO’,];

No comments: