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
constructor Create(Owner: TRxColumn);
destructor Destroy; override;
property Owner: TRxColumn read FOwner;
property NumericValue: double read FTestValue;
function DisplayText: string;
procedure FillDefaultFont;
property Owner: TRxColumn read FOwner;
property NumericValue: double read FTestValue;
property CountRec:integer read FCountRec;
published
property Alignment: TAlignment read FAlignment write SetAlignment default
taLeftJustify;