lcl: set default value for TListBox.TopIndex

git-svn-id: trunk@18095 -
This commit is contained in:
paul 2009-01-04 09:31:48 +00:00
parent c92465fa27
commit a256b569c8

View File

@ -597,7 +597,7 @@ type
property Style: TListBoxStyle read FStyle write SetStyle default lbStandard;
property TabOrder;
property TabStop default true;
property TopIndex: Integer read GetTopIndex write SetTopIndex;
property TopIndex: Integer read GetTopIndex write SetTopIndex default 0;
property Visible;
end;