mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
publish some properties (from Aleksey Lagunov)
git-svn-id: trunk@13413 -
This commit is contained in:
parent
0938a34a4d
commit
f8e055073d
@ -55,6 +55,7 @@ type
|
||||
property AutoComplete;
|
||||
property AutoCompleteText;
|
||||
property AutoDropDown;
|
||||
property AutoSize;
|
||||
property BorderSpacing;
|
||||
property Color;
|
||||
property Ctl3D;
|
||||
|
@ -945,6 +945,7 @@ type
|
||||
property OnStartDrag;
|
||||
property ParentBidiMode;
|
||||
property ParentFont;
|
||||
property ParentColor;
|
||||
property ShowAccelChar;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
@ -1524,3 +1525,4 @@ end.
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user