mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 01:59:05 +02:00
fixed SetColor
git-svn-id: trunk@3743 -
This commit is contained in:
parent
279a4f077c
commit
c9dfc381a4
@ -368,7 +368,7 @@ type
|
|||||||
property AutoSize;
|
property AutoSize;
|
||||||
property BorderStyle;
|
property BorderStyle;
|
||||||
property Caption;
|
property Caption;
|
||||||
property Color default clBtnFace;
|
property Color;
|
||||||
property ClientHeight;
|
property ClientHeight;
|
||||||
property ClientWidth;
|
property ClientWidth;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
@ -423,7 +423,6 @@ type
|
|||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
procedure ActivateHint(ARect: TRect; const AHint: String); virtual;
|
procedure ActivateHint(ARect: TRect; const AHint: String); virtual;
|
||||||
function CalcHintRect(MaxWidth: Integer; const AHint: String; AData: Pointer): TRect; virtual;
|
function CalcHintRect(MaxWidth: Integer; const AHint: String; AData: Pointer): TRect; virtual;
|
||||||
property Color;
|
|
||||||
property AutoHide : Boolean read FAutoHide write SetAutoHide;
|
property AutoHide : Boolean read FAutoHide write SetAutoHide;
|
||||||
property HideInterval : Integer read FHideInterval write SetHideInterval;
|
property HideInterval : Integer read FHideInterval write SetHideInterval;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user