You've already forked lazarus-ccr
AutoAdvance set by default
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2899 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -372,7 +372,7 @@ type
|
||||
property AutoButtonSize: Boolean
|
||||
read FAutoButtonSize write SetAutoButtonSize default False;
|
||||
property AutoAdvance: Boolean
|
||||
read FAutoAdvance write FAutoAdvance default False;
|
||||
read FAutoAdvance write FAutoAdvance default True;
|
||||
property HideDateTimeParts: TDateTimeParts
|
||||
read FHideDateTimeParts write SetHideDateTimeParts;
|
||||
property CalendarWrapperClass: TCalendarControlWrapperClass
|
||||
@ -3678,7 +3678,7 @@ begin
|
||||
FDoNotArrangeControls := True;
|
||||
FCascade := False;
|
||||
FAutoButtonSize := False;
|
||||
FAutoAdvance := False;
|
||||
FAutoAdvance := True;
|
||||
FCalendarWrapperClass := nil;
|
||||
FEffectiveHideDateTimeParts := [];
|
||||
|
||||
|
Reference in New Issue
Block a user