tabstop default for focusable controls is true (spinedit)

git-svn-id: trunk@6966 -
This commit is contained in:
micha 2005-03-16 16:14:50 +00:00
parent c75570f78b
commit 004ed4fa3e
2 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ begin
SetInitialBounds(0,0,50,20);
ParentColor := false;
TabStop := true;
end;
{-----------------------------------------------------------------------------}

View File

@ -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;