LCL, ButtonEdit: make the Edit control protected, available for inherited controls.

git-svn-id: trunk@44696 -
This commit is contained in:
juha 2014-04-12 09:01:23 +00:00
parent 7c28f15632
commit cc730e631f

View File

@ -216,6 +216,7 @@ type
property ButtonWidth: Integer read GetButtonWidth write SetButtonWidth;
property Color: TColor read GetColor write SetColor stored True default {$ifdef UseCLDefault}clDefault{$else}clWindow{$endif};
property DirectInput : Boolean read GetDirectInput write SetDirectInput default True;
property Edit: TBeEdit read FEdit;
property EditMask: String read GetEditMask write SetEditMask;
property Flat: Boolean read FFlat write SetFlat default False;
property Glyph: TBitmap read GetGlyph write SetGlyph stored IsCustomGlyph;
@ -283,6 +284,7 @@ type
public
property AutoSelected;
property Button;
property Edit;
published
property NumbersOnly;
property Action;