Small mistake in help file

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Small mistake in help file

Post by snorkel » Tue 13 Jan 2009 16:13

Occurs after a SQL script execution.
Class
TDAScript
Syntax
property AfterExecute: TAfterStatementExecuteEvent;
Remarks
Occurs after a SQL script has been executed. Result is True if the SQL script was executed successfully, False otherwise.


TAfterStatementExecuteEvent is a event and does not return true or false.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 14 Jan 2009 08:14

Thank you for the information. We'll remove this text from the help.

Post Reply