mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
lcl: set default value for TListBox.TopIndex
git-svn-id: trunk@18095 -
This commit is contained in:
parent
c92465fa27
commit
a256b569c8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user