mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 15:19:16 +02:00
label can not bew focused anymore, hide tabstop/taborder
git-svn-id: trunk@6506 -
This commit is contained in:
parent
d2bcf688ef
commit
4c3b54fe0f
@ -1078,7 +1078,7 @@ type
|
||||
end;
|
||||
|
||||
|
||||
{ TLabel }
|
||||
{ TCustomLabel }
|
||||
|
||||
TCustomLabel = class(TGraphicControl)
|
||||
Private
|
||||
@ -1137,8 +1137,6 @@ type
|
||||
property PopupMenu;
|
||||
property ShowAccelChar;
|
||||
property ShowHint;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
property Visible;
|
||||
property WordWrap;
|
||||
property OnClick;
|
||||
@ -1218,6 +1216,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.180 2005/01/07 21:53:48 micha
|
||||
label can not bew focused anymore, hide tabstop/taborder
|
||||
|
||||
Revision 1.179 2005/01/07 21:36:37 micha
|
||||
publish Layout property (compatibility with situation before swap with tstatictext)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user