You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
@ -24,7 +24,7 @@ Copyright (c) 1998 Master-Bank
|
||||
translate to Lazarus by alexs in 2005 - 2015
|
||||
"/>
|
||||
<License Value="LGPL"/>
|
||||
<Version Major="2" Minor="7" Release="2" Build="158"/>
|
||||
<Version Major="2" Minor="7" Release="2" Build="159"/>
|
||||
<Files Count="69">
|
||||
<Item1>
|
||||
<Filename Value="autopanel.pas"/>
|
||||
|
Reference in New Issue
Block a user