RxFPC: on RxDBGrid.RxColumn.Footer new property CountRec

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2015-04-01 06:44:15 +00:00
parent ccf0fa6a51
commit 1a43d1dc90
2 changed files with 5 additions and 3 deletions

View File

@ -295,10 +295,12 @@ type
public public
constructor Create(Owner: TRxColumn); constructor Create(Owner: TRxColumn);
destructor Destroy; override; destructor Destroy; override;
property Owner: TRxColumn read FOwner;
property NumericValue: double read FTestValue;
function DisplayText: string; function DisplayText: string;
procedure FillDefaultFont; procedure FillDefaultFont;
property Owner: TRxColumn read FOwner;
property NumericValue: double read FTestValue;
property CountRec:integer read FCountRec;
published published
property Alignment: TAlignment read FAlignment write SetAlignment default property Alignment: TAlignment read FAlignment write SetAlignment default
taLeftJustify; taLeftJustify;

View File

@ -24,7 +24,7 @@ Copyright (c) 1998 Master-Bank
translate to Lazarus by alexs in 2005 - 2015 translate to Lazarus by alexs in 2005 - 2015
"/> "/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Major="2" Minor="7" Release="2" Build="158"/> <Version Major="2" Minor="7" Release="2" Build="159"/>
<Files Count="69"> <Files Count="69">
<Item1> <Item1>
<Filename Value="autopanel.pas"/> <Filename Value="autopanel.pas"/>