mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-17 10:49:35 +01:00
turbopower_ipro: fixed override
git-svn-id: trunk@60114 -
This commit is contained in:
parent
fc9573c72e
commit
9a053d23fd
@ -916,7 +916,7 @@ type
|
|||||||
FSrc: string;
|
FSrc: string;
|
||||||
FWidth: TIpHtmlLength;
|
FWidth: TIpHtmlLength;
|
||||||
FFrame : TIpHtmlFrame;
|
FFrame : TIpHtmlFrame;
|
||||||
procedure SetAlign(const Value: TIpHtmlAlign); overload;
|
procedure SetAlign(const Value: TIpHtmlAlign); override;
|
||||||
procedure SetFrameBorder(const Value: Integer);
|
procedure SetFrameBorder(const Value: Integer);
|
||||||
procedure SetMarginHeight(const Value: Integer);
|
procedure SetMarginHeight(const Value: Integer);
|
||||||
procedure SetMarginWidth(const Value: Integer);
|
procedure SetMarginWidth(const Value: Integer);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user