diff --git a/components/rx/trunk/rxdbgrid.pas b/components/rx/trunk/rxdbgrid.pas index 4e56b3b7c..7140add77 100644 --- a/components/rx/trunk/rxdbgrid.pas +++ b/components/rx/trunk/rxdbgrid.pas @@ -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; diff --git a/components/rx/trunk/rxnew.lpk b/components/rx/trunk/rxnew.lpk index 92fe57bba..402aabb08 100644 --- a/components/rx/trunk/rxnew.lpk +++ b/components/rx/trunk/rxnew.lpk @@ -24,7 +24,7 @@ Copyright (c) 1998 Master-Bank translate to Lazarus by alexs in 2005 - 2015 "/> - +