Browse Source

added TabOrder in TBCButtonFocus

Leandro Diaz 3 years ago
parent
commit
2281e0eb6a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bcbuttonfocus.pas

+ 1 - 0
bcbuttonfocus.pas

@@ -357,6 +357,7 @@ type
     { The unique name of the control in the form. }
     { The unique name of the control in the form. }
     property Name;
     property Name;
     { TabStop }
     { TabStop }
+    property TabOrder;
     property TabStop;
     property TabStop;
     property ThemeManager: TBCThemeManager read FBCThemeManager write SetFBCThemeManager;
     property ThemeManager: TBCThemeManager read FBCThemeManager write SetFBCThemeManager;
     property OnPaintButton;
     property OnPaintButton;