ExCtrls: Publish new Orientation property of SpinEdit variants.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-02-13 12:30:36 +00:00
parent 61c7c866fb
commit 37211f9d43

View File

@ -122,6 +122,9 @@ type
property Hint;
property Layout;
property MaxLength;
{$IF LCL_FullVersion >= 2030000}
property Orientation;
{$IFEND}
property ParentBiDiMode;
property ParentColor;
property ParentFont;
@ -225,6 +228,9 @@ type
property Hint;
property Layout;
property MaxLength;
{$IF LCL_FullVersion >= 2030000}
property Orientation;
{$IFEND}
property ParentBiDiMode;
property ParentColor;
property ParentFont;