You've already forked lazarus-ccr
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:
@ -122,6 +122,9 @@ type
|
|||||||
property Hint;
|
property Hint;
|
||||||
property Layout;
|
property Layout;
|
||||||
property MaxLength;
|
property MaxLength;
|
||||||
|
{$IF LCL_FullVersion >= 2030000}
|
||||||
|
property Orientation;
|
||||||
|
{$IFEND}
|
||||||
property ParentBiDiMode;
|
property ParentBiDiMode;
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
@ -225,6 +228,9 @@ type
|
|||||||
property Hint;
|
property Hint;
|
||||||
property Layout;
|
property Layout;
|
||||||
property MaxLength;
|
property MaxLength;
|
||||||
|
{$IF LCL_FullVersion >= 2030000}
|
||||||
|
property Orientation;
|
||||||
|
{$IFEND}
|
||||||
property ParentBiDiMode;
|
property ParentBiDiMode;
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
|
Reference in New Issue
Block a user