RxDBGrid - new tools - TRxDBGridPrint (based on TFrPrintGrid)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3427 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-08-05 12:51:26 +00:00
parent 052b6a9224
commit e8fd377ff9
8 changed files with 499 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ rxdbgrid unit
Copyright (C) 2005-2010 Lagunov Aleksey alexs@yandex.ru and Lazarus team
Copyright (C) 2005-2014 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it
@ -1033,7 +1033,7 @@ end;
function TRxDBGridAbstractTools.Execute: boolean;
begin
Result:=false;
Result:=true;
if Assigned(FOnBeforeExecute) then
FOnBeforeExecute(Self);