RxFPC:add Hint property for LazReport controls
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9251 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
05eac2d82b
commit
9ef462c3b6
@ -73,6 +73,7 @@ type
|
||||
property ListSource:string read GetListSource write SetListSource;
|
||||
property Color;
|
||||
property Enabled;
|
||||
property Hint;
|
||||
property Text:string read GetText write SetText;
|
||||
property OnClick;
|
||||
end;
|
||||
@ -93,6 +94,7 @@ type
|
||||
published
|
||||
property Color;
|
||||
property Enabled;
|
||||
property Hint;
|
||||
property Date:TDateTime read GetDate write SetDate;
|
||||
property OnClick;
|
||||
end;
|
||||
@ -133,6 +135,7 @@ type
|
||||
property Period:TDateTime read GetPeriod write SetPeriod;
|
||||
property PeriodEnd:TDateTime read GetPeriodEnd;
|
||||
property Options:TRxDateRangeEditOptions read GetOptions write SetOptions default [reoMonth];
|
||||
property Hint;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user