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
|
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;
|
||||||
|
@ -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"/>
|
||||||
|
Reference in New Issue
Block a user