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