|
@@ -16,7 +16,6 @@ type
|
|
|
private
|
|
private
|
|
|
FAccentColor: TColor;
|
|
FAccentColor: TColor;
|
|
|
FDisabledColor: TColor;
|
|
FDisabledColor: TColor;
|
|
|
- FEdit: T;
|
|
|
|
|
FLabel: TBoundLabel;
|
|
FLabel: TBoundLabel;
|
|
|
FFocused: boolean;
|
|
FFocused: boolean;
|
|
|
function IsNeededAdjustSize: boolean;
|
|
function IsNeededAdjustSize: boolean;
|
|
@@ -57,6 +56,8 @@ type
|
|
|
procedure SetOnEditMouseWheelUp(AValue: TMouseWheelUpDownEvent);
|
|
procedure SetOnEditMouseWheelUp(AValue: TMouseWheelUpDownEvent);
|
|
|
procedure SetOnEditUTF8KeyPress(AValue: TUTF8KeyPressEvent);
|
|
procedure SetOnEditUTF8KeyPress(AValue: TUTF8KeyPressEvent);
|
|
|
protected
|
|
protected
|
|
|
|
|
+ FEdit: T;
|
|
|
|
|
+
|
|
|
function GetEditAlignment: TAlignment;
|
|
function GetEditAlignment: TAlignment;
|
|
|
function GetEditAutoSize: Boolean;
|
|
function GetEditAutoSize: Boolean;
|
|
|
function GetEditAutoSelect: Boolean;
|
|
function GetEditAutoSelect: Boolean;
|