mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +02:00
Adds bidi properties to TPage and TNotebook
git-svn-id: trunk@34222 -
This commit is contained in:
parent
3270436597
commit
0e7a6b3226
@ -59,6 +59,7 @@ type
|
||||
// preparations can be executed in it's user interface, for example
|
||||
property OnBeforeShow: TBeforeShowPageEvent read FOnBeforeShow write FOnBeforeShow;
|
||||
// Other events and properties
|
||||
property BiDiMode;
|
||||
property ChildSizing;
|
||||
property Color;
|
||||
property Left stored False;
|
||||
@ -74,6 +75,7 @@ type
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property ParentBiDiMode;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property TabOrder stored False;
|
||||
@ -142,6 +144,7 @@ type
|
||||
// Generic properties
|
||||
property Align;
|
||||
property Anchors;
|
||||
property BiDiMode;
|
||||
property BorderSpacing;
|
||||
property Color;
|
||||
property Constraints;
|
||||
@ -166,6 +169,7 @@ type
|
||||
property OnStartDrag;
|
||||
// property Options;
|
||||
// property PageIndex;
|
||||
property ParentBiDiMode;
|
||||
property PopupMenu;
|
||||
property TabOrder;
|
||||
property TabStop;
|
||||
|
Loading…
Reference in New Issue
Block a user