论坛


2017年1月11日 星期三

JSEngine 1.5

Embarcadero| CodeCentral Delphi Submissions |18:09:34

JavaScript engine for Delphi.- uses Microsoft ChakraCore JavaScript engine- supports Windows 32 and Windows 64- available for Delphi 6 - 10.1 and Lazarus- source code included in registered version- distributing library in applications is royalty ...

"WhileNotEof" or Anonymous Code in Real World

Pawel Glowacki| Pawel Glowacki |06:43:03

One observation stroke me while looking though some existing database access code. There is code that opens a select SQL query, iterates through it while "EOF" flag is not true and then closes the query.FDQuery1.Open;trywhilenotFDQuery1.Eofdobegin...