mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:16:04 +02:00
tabstop default for focusable controls is true (spinedit)
git-svn-id: trunk@6966 -
This commit is contained in:
parent
c75570f78b
commit
004ed4fa3e
@ -213,6 +213,7 @@ begin
|
||||
|
||||
SetInitialBounds(0,0,50,20);
|
||||
ParentColor := false;
|
||||
TabStop := true;
|
||||
end;
|
||||
|
||||
{-----------------------------------------------------------------------------}
|
||||
|
@ -94,6 +94,7 @@ type
|
||||
property Climb_Rate : Single read fClimbRate write SetClimbRate stored Climb_RateIsStored;
|
||||
property MinValue: single read FMinValue write SetMinValue stored MinValueIsStored;
|
||||
property MaxValue: single read FMaxValue write SetMaxValue stored MaxValueIsStored;
|
||||
property TabStop default true;
|
||||
property Value: Single read GetValue write SetValue stored ValueIsStored;
|
||||
property ValueEmpty: boolean read FValueEmpty write SetValueEmpty default False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user