* Remove unnecessary virtual methods
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1445 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
0044f972e6
commit
106cd2b6c3
@ -73,11 +73,11 @@ type
|
|||||||
procedure OnFontChanged(Sender: TObject);
|
procedure OnFontChanged(Sender: TObject);
|
||||||
protected
|
protected
|
||||||
{ Protected declarations }
|
{ Protected declarations }
|
||||||
procedure SetCaption(const Value: TCaption); virtual;
|
procedure SetCaption(const Value: TCaption);
|
||||||
procedure SetFont(Value: TFont); virtual;
|
procedure SetFont(Value: TFont);
|
||||||
procedure SetMarginLeft(Value: Integer); virtual;
|
procedure SetMarginLeft(Value: Integer);
|
||||||
procedure SetMarginTop(Value: Integer); virtual;
|
procedure SetMarginTop(Value: Integer);
|
||||||
procedure SetVisible(Value: Boolean); virtual;
|
procedure SetVisible(Value: Boolean);
|
||||||
public
|
public
|
||||||
{ Public declarations }
|
{ Public declarations }
|
||||||
constructor Create(AOwner: TCustomNetGradient); overload;
|
constructor Create(AOwner: TCustomNetGradient); overload;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user