mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 15:39:32 +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
|
// preparations can be executed in it's user interface, for example
|
||||||
property OnBeforeShow: TBeforeShowPageEvent read FOnBeforeShow write FOnBeforeShow;
|
property OnBeforeShow: TBeforeShowPageEvent read FOnBeforeShow write FOnBeforeShow;
|
||||||
// Other events and properties
|
// Other events and properties
|
||||||
|
property BiDiMode;
|
||||||
property ChildSizing;
|
property ChildSizing;
|
||||||
property Color;
|
property Color;
|
||||||
property Left stored False;
|
property Left stored False;
|
||||||
@ -74,6 +75,7 @@ type
|
|||||||
property OnMouseMove;
|
property OnMouseMove;
|
||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
property OnResize;
|
property OnResize;
|
||||||
|
property ParentBiDiMode;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property TabOrder stored False;
|
property TabOrder stored False;
|
||||||
@ -142,6 +144,7 @@ type
|
|||||||
// Generic properties
|
// Generic properties
|
||||||
property Align;
|
property Align;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
|
property BiDiMode;
|
||||||
property BorderSpacing;
|
property BorderSpacing;
|
||||||
property Color;
|
property Color;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
@ -166,6 +169,7 @@ type
|
|||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
// property Options;
|
// property Options;
|
||||||
// property PageIndex;
|
// property PageIndex;
|
||||||
|
property ParentBiDiMode;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property TabStop;
|
property TabStop;
|
||||||
|
Loading…
Reference in New Issue
Block a user