You've already forked lazarus-ccr
RxDBGrid - RxColumn.Footer.DisplayText make public
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -209,6 +209,7 @@ begin
|
||||
FEditYear:=TSpinEdit.Create(Self);
|
||||
FEditMonth:=TComboBox.Create(Self);
|
||||
FEditMonth.Style:=csDropDownList;
|
||||
FEditMonth.DropDownCount:=12;
|
||||
FEditYear.Width:=70;
|
||||
FEditMonth.Width:=80;
|
||||
|
||||
|
@ -267,7 +267,6 @@ type
|
||||
procedure SetLayout(const AValue: TTextLayout);
|
||||
procedure SetValue(const AValue: string);
|
||||
procedure SetValueType(const AValue: TFooterValueType);
|
||||
function DisplayText: string;
|
||||
function GetFieldValue: string;
|
||||
function GetRecordsCount: string;
|
||||
function GetRecNo: string;
|
||||
@ -284,6 +283,7 @@ type
|
||||
constructor Create(Owner: TRxColumn);
|
||||
property Owner: TRxColumn read FOwner;
|
||||
property NumericValue: double read FTestValue;
|
||||
function DisplayText: string;
|
||||
published
|
||||
property Alignment: TAlignment read FAlignment write SetAlignment default
|
||||
taLeftJustify;
|
||||
|
Reference in New Issue
Block a user